source:
liacs/mss/project/Makefile@
20
Last change on this file since 20 was 20, checked in by , 15 years ago | |
---|---|
File size: 245 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 |
[20] | 6 | # ./colour-tracking 1 `xrandr | awk '/\*/ {print $$1}' | tr 'x' ' '` |
7 | ./colour-tracking 1 1400 900 | |
[8] | 8 | |
[17] | 9 | colour-tracking: xdo.o |
10 |
Note:
See TracBrowser
for help on using the repository browser.