comparison test/Makefile.in @ 4770:cf7976fd3258

Moved the SDL_Eyes test program for shaped windows into the Hg repository and got it building and linking as a test.
author Eli Gottlieb <eligottlieb@gmail.com>
date Mon, 31 May 2010 21:23:06 -0400
parents 5ea08f1c29d0
children a0e096916474
comparison
equal deleted inserted replaced
4769:83f9b95da263 4770:cf7976fd3258
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) testeyes$(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 $@
59 testdyngles$(EXE): $(srcdir)/testdyngles.c 59 testdyngles$(EXE): $(srcdir)/testdyngles.c
60 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 60 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
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
65 testeyes$(EXE): $(srcdir)/testeyes.c
66 $(CC) -o $@ $? -std=c99 $(CFLAGS) $(LIBS)
64 67
65 testfile$(EXE): $(srcdir)/testfile.c 68 testfile$(EXE): $(srcdir)/testfile.c
66 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 69 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
67 70
68 testfill$(EXE): $(srcdir)/testfill.c 71 testfill$(EXE): $(srcdir)/testfill.c