Mercurial > sdl-ios-xcode
comparison test/Makefile.in @ 1706:1577404809f0 SDL-1.3
Added a multi-window version of testsprite using the new API.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 24 Jun 2006 16:51:01 +0000 |
parents | 73dc5d39bbf8 |
children | cd14138a8703 |
comparison
equal
deleted
inserted
replaced
1705:fc731a7d83ed | 1706:1577404809f0 |
---|---|
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) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testgamma$(EXE) testgl$(EXE) testhread$(EXE) testiconv$(EXE) testjoystick$(EXE) testkeys$(EXE) testlock$(EXE) testoverlay2$(EXE) testoverlay$(EXE) testpalette$(EXE) testplatform$(EXE) testsem$(EXE) testsprite$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm$(EXE) threadwin$(EXE) torturethread$(EXE) | 10 TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testgamma$(EXE) testgl$(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) threadwin$(EXE) torturethread$(EXE) |
11 | 11 |
12 all: $(TARGETS) | 12 all: $(TARGETS) |
13 | 13 |
14 checkkeys$(EXE): $(srcdir)/checkkeys.c | 14 checkkeys$(EXE): $(srcdir)/checkkeys.c |
15 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 15 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
78 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 78 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
79 | 79 |
80 testsprite$(EXE): $(srcdir)/testsprite.c | 80 testsprite$(EXE): $(srcdir)/testsprite.c |
81 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ | 81 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ |
82 | 82 |
83 testsprite2$(EXE): $(srcdir)/testsprite2.c | |
84 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ | |
85 | |
83 testtimer$(EXE): $(srcdir)/testtimer.c | 86 testtimer$(EXE): $(srcdir)/testtimer.c |
84 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 87 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
85 | 88 |
86 testver$(EXE): $(srcdir)/testver.c | 89 testver$(EXE): $(srcdir)/testver.c |
87 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 90 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |