comparison touchTest/makefile @ 4657:eed063a0bf5b

Moved Multi finger gesture recognition into the library.
author Jim Grandpre <jim.tla@gmail.com>
date Wed, 07 Jul 2010 04:13:08 -0700
parents 86c171888eee
children ad4f32e874ee
comparison
equal deleted inserted replaced
4656:b5007b7995c6 4657:eed063a0bf5b
1 SDLTest : touchSimp.c touchPong.c 1 SDLTest : touchSimp.c touchPong.c
2 gcc gestureSDLTest.c -o gestureSDLTest `sdl-config --cflags --libs` -g
2 gcc gestureTest.c -o gestureTest `sdl-config --cflags --libs` -g 3 gcc gestureTest.c -o gestureTest `sdl-config --cflags --libs` -g
3 gcc touchTest.c -o touchTest `sdl-config --cflags --libs` -g 4 gcc touchTest.c -o touchTest `sdl-config --cflags --libs` -g
4 gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g 5 gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g
5 gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g 6 gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g
6 gcc parseDevicesTest.c -o parseDevicesTest -g 7 gcc parseDevicesTest.c -o parseDevicesTest -g