Mercurial > sdl-ios-xcode
comparison test/Makefile.in @ 4035:3ccd06fc22e5 SDL-1.2
Don't leak the readahead buffer if win32 rwops file open fails.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 10 Jul 2007 15:03:19 +0000 |
parents | b25dd008167b |
children | eb60dd682e5e |
comparison
equal
deleted
inserted
replaced
4034:4ea82f5e7e2c | 4035:3ccd06fc22e5 |
---|---|
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) 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) testrwops$(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 | |
80 testsem$(EXE): $(srcdir)/testsem.c | 83 testsem$(EXE): $(srcdir)/testsem.c |
81 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 84 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
82 | 85 |
83 testsprite$(EXE): $(srcdir)/testsprite.c | 86 testsprite$(EXE): $(srcdir)/testsprite.c |
84 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ | 87 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ |