comparison test/Makefile.in @ 3576:5ea08f1c29d0

Added testfill to test raw fill performance
author Sam Lantinga <slouken@libsdl.org>
date Wed, 16 Dec 2009 02:08:59 +0000
parents 64a60c5d502e
children 539f3eca8798 cf7976fd3258
comparison
equal deleted inserted replaced
3575:239ae83fc2f6 3576:5ea08f1c29d0
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) 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) 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) testfill$(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 $@
61 61
62 testerror$(EXE): $(srcdir)/testerror.c 62 testerror$(EXE): $(srcdir)/testerror.c
63 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 63 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
64 64
65 testfile$(EXE): $(srcdir)/testfile.c 65 testfile$(EXE): $(srcdir)/testfile.c
66 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
67
68 testfill$(EXE): $(srcdir)/testfill.c
66 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 69 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
67 70
68 testgamma$(EXE): $(srcdir)/testgamma.c 71 testgamma$(EXE): $(srcdir)/testgamma.c
69 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ 72 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
70 73