source: liacs/mss/project/Makefile@ 17

Last change on this file since 17 was 17, checked in by Rick van der Zwet, 15 years ago

Bit hacky, but uinput did not do the trick. Using the X11Test does the trick

File size: 194 bytes
RevLine 
[8]1CFLAGS=-g
2
[17]3CFLAGS+= -I/usr/include/opencv -lcxcore -lcv -lhighgui -lcvaux -lml -lX11 -lXtst
[8]4
[15]5all: uinput
6 sudo ./uinput
[8]7
[15]8tracking: colour-tracking
[8]9 ./colour-tracking 1
10
[17]11colour-tracking: xdo.o
12
Note: See TracBrowser for help on using the repository browser.