Mercurial > sdl-ios-xcode
comparison test/Makefile.in @ 1858:d3ac464fb3c1
Add program to test mouse cursor change
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Wed, 14 Jun 2006 18:59:30 +0000 |
parents | 73dc5d39bbf8 |
children | c121d94672cb b25dd008167b |
comparison
equal
deleted
inserted
replaced
1857:417f2af2bd52 | 1858:d3ac464fb3c1 |
---|---|
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) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testgamma$(EXE) testgl$(EXE) testhread$(EXE) testiconv$(EXE) testjoystick$(EXE) testkeys$(EXE) testlock$(EXE) testoverlay2$(EXE) testoverlay$(EXE) testpalette$(EXE) testplatform$(EXE) testsem$(EXE) testsprite$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm$(EXE) threadwin$(EXE) torturethread$(EXE) | 10 TARGETS = checkkeys$(EXE) graywin$(EXE) loopwave$(EXE) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testcursor$(EXE) testdyngl$(EXE) testerror$(EXE) testfile$(EXE) testgamma$(EXE) testgl$(EXE) testhread$(EXE) testiconv$(EXE) testjoystick$(EXE) testkeys$(EXE) testlock$(EXE) testoverlay2$(EXE) testoverlay$(EXE) testpalette$(EXE) testplatform$(EXE) testsem$(EXE) testsprite$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm$(EXE) threadwin$(EXE) torturethread$(EXE) |
11 | 11 |
12 all: $(TARGETS) | 12 all: $(TARGETS) |
13 | 13 |
14 checkkeys$(EXE): $(srcdir)/checkkeys.c | 14 checkkeys$(EXE): $(srcdir)/checkkeys.c |
15 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 15 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
28 | 28 |
29 testblitspeed$(EXE): $(srcdir)/testblitspeed.c | 29 testblitspeed$(EXE): $(srcdir)/testblitspeed.c |
30 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 30 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
31 | 31 |
32 testcdrom$(EXE): $(srcdir)/testcdrom.c | 32 testcdrom$(EXE): $(srcdir)/testcdrom.c |
33 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | |
34 | |
35 testcursor$(EXE): $(srcdir)/testcursor.c | |
33 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 36 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
34 | 37 |
35 testdyngl$(EXE): $(srcdir)/testdyngl.c | 38 testdyngl$(EXE): $(srcdir)/testdyngl.c |
36 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 39 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
37 | 40 |