source:
liacs/mss/project/Makefile@
19
Last change on this file since 19 was 19, checked in by , 15 years ago | |
---|---|
File size: 214 bytes |
Rev | Line | |
---|---|---|
[8] | 1 | CFLAGS=-g |
2 | ||
[17] | 3 | CFLAGS+= -I/usr/include/opencv -lcxcore -lcv -lhighgui -lcvaux -lml -lX11 -lXtst |
[8] | 4 | |
[15] | 5 | tracking: colour-tracking |
[19] | 6 | ./colour-tracking 1 `xrandr | awk '/\*/ {print $$1}' | tr 'x' ' '` |
[8] | 7 | |
[17] | 8 | colour-tracking: xdo.o |
9 |
Note:
See TracBrowser
for help on using the repository browser.