comparison touchTest/makefile @ 4651:86c171888eee

Added gesture test c file. Beginning of gesture recognition.
author Jim Grandpre <jim.tla@gmail.com>
date Mon, 14 Jun 2010 01:44:04 -0400
parents 0375d020e7e3
children eed063a0bf5b
comparison
equal deleted inserted replaced
4646:eea1bf53effa 4651:86c171888eee
1 SDLTest : touchSimp.c touchPong.c 1 SDLTest : touchSimp.c touchPong.c
2 gcc gestureTest.c -o gestureTest `sdl-config --cflags --libs` -g
2 gcc touchTest.c -o touchTest `sdl-config --cflags --libs` -g 3 gcc touchTest.c -o touchTest `sdl-config --cflags --libs` -g
3 gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g 4 gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g
4 gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g 5 gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g
5 gcc parseDevicesTest.c -o parseDevicesTest -g 6 gcc parseDevicesTest.c -o parseDevicesTest -g
6 7