Mercurial > sdl-ios-xcode
comparison test/Makefile.in @ 2887:f8c0c5ef6d54
Added a test program for line drawing
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 20 Dec 2008 12:32:53 +0000 |
parents | dd25eabe441c |
children | 8be863ef68ee |
comparison
equal
deleted
inserted
replaced
2886:633ce79b7a5b | 2887:f8c0c5ef6d54 |
---|---|
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) 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) 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 $@ |
72 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 72 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
73 | 73 |
74 testkeys$(EXE): $(srcdir)/testkeys.c | 74 testkeys$(EXE): $(srcdir)/testkeys.c |
75 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 75 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
76 | 76 |
77 testlines2$(EXE): $(srcdir)/testlines2.c $(srcdir)/common.c | |
78 $(CC) -o $@ $(srcdir)/testlines2.c $(srcdir)/common.c $(CFLAGS) $(LIBS) | |
79 | |
77 testlock$(EXE): $(srcdir)/testlock.c | 80 testlock$(EXE): $(srcdir)/testlock.c |
78 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 81 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
79 | 82 |
80 testoverlay2$(EXE): $(srcdir)/testoverlay2.c | 83 testoverlay2$(EXE): $(srcdir)/testoverlay2.c |
81 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 84 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |