Mercurial > sdl-ios-xcode
comparison test/Makefile.in @ 2067:dcdb175c2829
Merged r2899:2900 from SDL-1.2 branch to trunk: testloadso program.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 07 Nov 2006 14:36:47 +0000 |
parents | 5f6550e5184f |
children | 57ac1594164e |
comparison
equal
deleted
inserted
replaced
2066:8f8066b84b3e | 2067:dcdb175c2829 |
---|---|
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) | 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) |
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 $@ |
120 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 120 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
121 | 121 |
122 torturethread$(EXE): $(srcdir)/torturethread.c | 122 torturethread$(EXE): $(srcdir)/torturethread.c |
123 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 123 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
124 | 124 |
125 testloadso$(EXE): $(srcdir)/testloadso.c | |
126 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | |
127 | |
125 | 128 |
126 clean: | 129 clean: |
127 rm -f $(TARGETS) | 130 rm -f $(TARGETS) |
128 | 131 |
129 distclean: clean | 132 distclean: clean |