Mercurial > sdl-ios-xcode
comparison test/Makefile.in @ 3131:009bd8f81947 gsoc2009_IME
Add IME test program
author | Jiang Jiang <gzjjgod@gmail.com> |
---|---|
date | Wed, 01 Jul 2009 05:52:17 +0000 |
parents | 0b6f51c29267 |
children | 88861448961f |
comparison
equal
deleted
inserted
replaced
3130:fef1a835af43 | 3131:009bd8f81947 |
---|---|
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) testresample$(EXE) testaudioinfo$(EXE) testmultiaudio$(EXE) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testcursor$(EXE) testintersections$(EXE) testdraw2$(EXE) testdyngl$(EXE) testdyngles$(EXE) testerror$(EXE) testfile$(EXE) testgamma$(EXE) testgl$(EXE) testgl2$(EXE) testgles$(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) testresample$(EXE) testaudioinfo$(EXE) testmultiaudio$(EXE) testalpha$(EXE) testbitmap$(EXE) testblitspeed$(EXE) testcdrom$(EXE) testcursor$(EXE) testintersections$(EXE) testdraw2$(EXE) testdyngl$(EXE) testdyngles$(EXE) testerror$(EXE) testfile$(EXE) testgamma$(EXE) testgl$(EXE) testgl2$(EXE) testgles$(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) testime$(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 $@ |
144 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 144 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
145 | 145 |
146 testmmousetablet$(EXE): $(srcdir)/testmmousetablet.c | 146 testmmousetablet$(EXE): $(srcdir)/testmmousetablet.c |
147 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 147 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
148 | 148 |
149 testime$(EXE): $(srcdir)/testime.c | |
150 $(CC) -o $@ $? $(CFLAGS) -L../build/.libs $(LIBS) -lSDL_ttf | |
151 | |
149 clean: | 152 clean: |
150 rm -f $(TARGETS) | 153 rm -f $(TARGETS) |
151 | 154 |
152 distclean: clean | 155 distclean: clean |
153 rm -f Makefile | 156 rm -f Makefile |