Mercurial > sdl-ios-xcode
comparison test/Makefile.in @ 3017:3272431eeee2
Added testresample.c
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 11 Jan 2009 04:05:28 +0000 |
parents | 7563b99e9a49 |
children | 0b6f51c29267 |
comparison
equal
deleted
inserted
replaced
3016:6be275627762 | 3017:3272431eeee2 |
---|---|
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) testintersections$(EXE) testdraw2$(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) | 10 TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testresample$(EXE) testaudioinfo$(EXE) testmultiaudio$(EXE) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testcursor$(EXE) testintersections$(EXE) testdraw2$(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 $@ |
19 | 19 |
20 graywin$(EXE): $(srcdir)/graywin.c | 20 graywin$(EXE): $(srcdir)/graywin.c |
21 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 21 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
22 | 22 |
23 loopwave$(EXE): $(srcdir)/loopwave.c | 23 loopwave$(EXE): $(srcdir)/loopwave.c |
24 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | |
25 | |
26 testresample$(EXE): $(srcdir)/testresample.c | |
24 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 27 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
25 | 28 |
26 testaudioinfo$(EXE): $(srcdir)/testaudioinfo.c | 29 testaudioinfo$(EXE): $(srcdir)/testaudioinfo.c |
27 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 30 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
28 | 31 |