comparison test/Makefile.in @ 2897:8be863ef68ee

Added test program to verify fill functionality
author Sam Lantinga <slouken@libsdl.org>
date Sun, 21 Dec 2008 08:24:32 +0000
parents f8c0c5ef6d54
children fa109e90be36
comparison
equal deleted inserted replaced
2896:1ef2f1e75ff7 2897:8be863ef68ee
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) testaudioinfo$(EXE) testmultiaudio$(EXE) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testcursor$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testgamma$(EXE) testgl$(EXE) testgl2$(EXE) testhread$(EXE) testiconv$(EXE) testjoystick$(EXE) testkeys$(EXE) testlines2$(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) 10 TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testaudioinfo$(EXE) testmultiaudio$(EXE) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testcursor$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testfill2$(EXE) testgamma$(EXE) testgl$(EXE) testgl2$(EXE) testhread$(EXE) testiconv$(EXE) testjoystick$(EXE) testkeys$(EXE) testlines2$(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)
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 $@
50 testerror$(EXE): $(srcdir)/testerror.c 50 testerror$(EXE): $(srcdir)/testerror.c
51 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 51 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
52 52
53 testfile$(EXE): $(srcdir)/testfile.c 53 testfile$(EXE): $(srcdir)/testfile.c
54 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 54 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
55
56 testfill2$(EXE): $(srcdir)/testfill2.c $(srcdir)/common.c
57 $(CC) -o $@ $(srcdir)/testfill2.c $(srcdir)/common.c $(CFLAGS) $(LIBS)
55 58
56 testgamma$(EXE): $(srcdir)/testgamma.c 59 testgamma$(EXE): $(srcdir)/testgamma.c
57 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ 60 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
58 61
59 testgl$(EXE): $(srcdir)/testgl.c 62 testgl$(EXE): $(srcdir)/testgl.c