comparison test/Makefile.in @ 3417:64a60c5d502e

Automatically initialize the video system and create a renderer to simplify use.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 28 Oct 2009 06:04:07 +0000
parents 00cace2d9080
children 5ea08f1c29d0
comparison
equal deleted inserted replaced
3416:3d50171ac879 3417:64a60c5d502e
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) testresample$(EXE) testaudioinfo$(EXE) testmultiaudio$(EXE) testpower$(EXE) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcursor$(EXE) testintersections$(EXE) testdraw2$(EXE) testdyngl$(EXE) testdyngles$(EXE) testerror$(EXE) testfile$(EXE) testgamma$(EXE) testgl$(EXE) testgl2$(EXE) testgles$(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) testhaptic$(EXE) testmmousetablet$(EXE) testatomic$(EXE) testime$(EXE) 10 TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testalpha$(EXE) testatomic$(EXE) testaudioinfo$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcursor$(EXE) testdraw2$(EXE) testdyngles$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testgamma$(EXE) testgl2$(EXE) testgles$(EXE) testgl$(EXE) testhaptic$(EXE) testhread$(EXE) testiconv$(EXE) testime$(EXE) testintersections$(EXE) testjoystick$(EXE) testkeys$(EXE) testloadso$(EXE) testlock$(EXE) testmmousetablet$(EXE) testmultiaudio$(EXE) testoverlay2$(EXE) testoverlay$(EXE) testpalette$(EXE) testplatform$(EXE) testpower$(EXE) testresample$(EXE) testsem$(EXE) testsprite2$(EXE) testsprite$(EXE) testspriteminimal$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm2$(EXE) testwm$(EXE) threadwin$(EXE) torturethread$(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 $@
105 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 105 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
106 106
107 testsem$(EXE): $(srcdir)/testsem.c 107 testsem$(EXE): $(srcdir)/testsem.c
108 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 108 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
109 109
110 testspriteminimal$(EXE): $(srcdir)/testspriteminimal.c
111 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
112
110 testsprite$(EXE): $(srcdir)/testsprite.c 113 testsprite$(EXE): $(srcdir)/testsprite.c
111 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ 114 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
112 115
113 testsprite2$(EXE): $(srcdir)/testsprite2.c $(srcdir)/common.c 116 testsprite2$(EXE): $(srcdir)/testsprite2.c $(srcdir)/common.c
114 $(CC) -o $@ $(srcdir)/testsprite2.c $(srcdir)/common.c $(CFLAGS) $(LIBS) @MATHLIB@ 117 $(CC) -o $@ $(srcdir)/testsprite2.c $(srcdir)/common.c $(CFLAGS) $(LIBS) @MATHLIB@