Mercurial > sdl-ios-xcode
comparison test/Makefile.in @ 2636:57ac1594164e gsoc2008_force_feedback
Added testhaptic to test haptic devices.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Wed, 06 Aug 2008 17:14:54 +0000 |
parents | dcdb175c2829 |
children | dd25eabe441c |
comparison
equal
deleted
inserted
replaced
2635:318e67011ad9 | 2636:57ac1594164e |
---|---|
5 CC = @CC@ | 5 CC = @CC@ |
6 EXE = @EXE@ | 6 EXE = @EXE@ |
7 CFLAGS = @CFLAGS@ | 7 CFLAGS = @CFLAGS@ |
8 LIBS = @LIBS@ | 8 LIBS = @LIBS@ |
9 | 9 |
10 TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testaudioinfo$(EXE) testmultiaudio$(EXE) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testcursor$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testgamma$(EXE) testgl$(EXE) testgl2$(EXE) testhread$(EXE) testiconv$(EXE) testjoystick$(EXE) testkeys$(EXE) testlock$(EXE) testoverlay2$(EXE) testoverlay$(EXE) testpalette$(EXE) testplatform$(EXE) testsem$(EXE) testsprite$(EXE) testsprite2$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm$(EXE) testwm2$(EXE) threadwin$(EXE) torturethread$(EXE) testloadso$(EXE) | 10 TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testaudioinfo$(EXE) testmultiaudio$(EXE) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testcursor$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testgamma$(EXE) testgl$(EXE) testgl2$(EXE) testhread$(EXE) testiconv$(EXE) testjoystick$(EXE) testkeys$(EXE) testlock$(EXE) testoverlay2$(EXE) testoverlay$(EXE) testpalette$(EXE) testplatform$(EXE) testsem$(EXE) testsprite$(EXE) testsprite2$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm$(EXE) testwm2$(EXE) threadwin$(EXE) torturethread$(EXE) testloadso$(EXE) testhaptic$(EXE) |
11 | 11 |
12 all: Makefile $(TARGETS) | 12 all: Makefile $(TARGETS) |
13 | 13 |
14 Makefile: $(srcdir)/Makefile.in | 14 Makefile: $(srcdir)/Makefile.in |
15 $(SHELL) config.status $@ | 15 $(SHELL) config.status $@ |
123 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 123 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
124 | 124 |
125 testloadso$(EXE): $(srcdir)/testloadso.c | 125 testloadso$(EXE): $(srcdir)/testloadso.c |
126 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 126 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
127 | 127 |
128 testhaptic$(EXE): $(srcdir)/testhaptic.c | |
129 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | |
130 | |
128 | 131 |
129 clean: | 132 clean: |
130 rm -f $(TARGETS) | 133 rm -f $(TARGETS) |
131 | 134 |
132 distclean: clean | 135 distclean: clean |