comparison test/Makefile.in @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents d3ac464fb3c1
children 051df511279c
comparison
equal deleted inserted replaced
1894:c69cee13dd76 1895:c121d94672cb
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) 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) testsprite2$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm$(EXE) testwm2$(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)
81 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 81 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
82 82
83 testsprite$(EXE): $(srcdir)/testsprite.c 83 testsprite$(EXE): $(srcdir)/testsprite.c
84 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ 84 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
85 85
86 testsprite2$(EXE): $(srcdir)/testsprite2.c
87 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
88
86 testtimer$(EXE): $(srcdir)/testtimer.c 89 testtimer$(EXE): $(srcdir)/testtimer.c
87 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 90 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
88 91
89 testver$(EXE): $(srcdir)/testver.c 92 testver$(EXE): $(srcdir)/testver.c
90 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 93 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
94 97
95 testwin$(EXE): $(srcdir)/testwin.c 98 testwin$(EXE): $(srcdir)/testwin.c
96 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 99 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
97 100
98 testwm$(EXE): $(srcdir)/testwm.c 101 testwm$(EXE): $(srcdir)/testwm.c
102 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
103
104 testwm2$(EXE): $(srcdir)/testwm.c
99 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 105 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
100 106
101 threadwin$(EXE): $(srcdir)/threadwin.c 107 threadwin$(EXE): $(srcdir)/threadwin.c
102 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 108 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
103 109