Mercurial > sdl-ios-xcode
comparison test/Makefile.in @ 4036:eb60dd682e5e SDL-1.2
Whoops, reverted changes that shouldn't have been committed with #3197.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 10 Jul 2007 15:04:49 +0000 |
parents | 3ccd06fc22e5 |
children |
comparison
equal
deleted
inserted
replaced
4035:3ccd06fc22e5 | 4036:eb60dd682e5e |
---|---|
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) testcursor$(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) testrwops$(EXE) testsem$(EXE) testsprite$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm$(EXE) threadwin$(EXE) torturethread$(EXE) testloadso$(EXE) | 10 TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testcursor$(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) testloadso$(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) |
75 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ | 75 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ |
76 | 76 |
77 testplatform$(EXE): $(srcdir)/testplatform.c | 77 testplatform$(EXE): $(srcdir)/testplatform.c |
78 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 78 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
79 | 79 |
80 testrwops$(EXE): $(srcdir)/testrwops.c | |
81 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ | |
82 | |
83 testsem$(EXE): $(srcdir)/testsem.c | 80 testsem$(EXE): $(srcdir)/testsem.c |
84 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 81 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
85 | 82 |
86 testsprite$(EXE): $(srcdir)/testsprite.c | 83 testsprite$(EXE): $(srcdir)/testsprite.c |
87 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ | 84 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ |