comparison test/Makefile.in @ 4483:539f3eca8798

Removed obsolete test program. Ryan may resurrect it when the new multi-mouse code is implemented.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 05 Jul 2010 22:45:45 -0700
parents 5ea08f1c29d0
children f9ab8df6d45a
comparison
equal deleted inserted replaced
4482:8058f5ab4a75 4483:539f3eca8798
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) 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) 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) 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 $@
147 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 147 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
148 148
149 testhaptic$(EXE): $(srcdir)/testhaptic.c 149 testhaptic$(EXE): $(srcdir)/testhaptic.c
150 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 150 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
151 151
152 testmmousetablet$(EXE): $(srcdir)/testmmousetablet.c
153 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
154
155 testatomic$(EXE): $(srcdir)/testatomic.c 152 testatomic$(EXE): $(srcdir)/testatomic.c
156 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 153 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
157 154
158 testime$(EXE): $(srcdir)/testime.c 155 testime$(EXE): $(srcdir)/testime.c
159 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @SDL_TTF_LIB@ 156 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @SDL_TTF_LIB@