Mercurial > sdl-ios-xcode
comparison test/Makefile.in @ 2734:dd25eabe441c
Many mouse and tablet linux test file added
author | Szymon Wilczek <kazeuser@gmail.com> |
---|---|
date | Wed, 27 Aug 2008 13:37:19 +0000 |
parents | 0906692aa6a4 |
children | f8c0c5ef6d54 |
comparison
equal
deleted
inserted
replaced
2733:264037dd3c7a | 2734:dd25eabe441c |
---|---|
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) testhaptic$(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) testmmousetablet$(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 $@ |
126 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 126 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
127 | 127 |
128 testhaptic$(EXE): $(srcdir)/testhaptic.c | 128 testhaptic$(EXE): $(srcdir)/testhaptic.c |
129 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 129 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
130 | 130 |
131 testmmousetablet$(EXE): $(srcdir)/testmmousetablet.c | |
132 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | |
131 | 133 |
132 clean: | 134 clean: |
133 rm -f $(TARGETS) | 135 rm -f $(TARGETS) |
134 | 136 |
135 distclean: clean | 137 distclean: clean |