Mercurial > sdl-ios-xcode
comparison test/Makefile.in @ 5237:74bc160186a8
Added a simple GLSL example using SDL
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 08 Feb 2011 22:11:16 -0800 |
parents | 8ef640410ac9 |
children | a9eb73f21e3a |
comparison
equal
deleted
inserted
replaced
5236:e82908c86c9c | 5237:74bc160186a8 |
---|---|
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) testmultiaudio$(EXE) testoverlay2$(EXE) testoverlay$(EXE) testplatform$(EXE) testpower$(EXE) testresample$(EXE) testsem$(EXE) testshape$(EXE) testsprite2$(EXE) testsprite$(EXE) testspriteminimal$(EXE) testtimer$(EXE) testver$(EXE) testvidinfo$(EXE) testwin$(EXE) testwm2$(EXE) testwm$(EXE) threadwin$(EXE) torturethread$(EXE) testgesture$(EXE) | 10 TARGETS = \ |
11 checkkeys$(EXE) \ | |
12 graywin$(EXE) \ | |
13 loopwave$(EXE) \ | |
14 testalpha$(EXE) \ | |
15 testatomic$(EXE) \ | |
16 testaudioinfo$(EXE) \ | |
17 testbitmap$(EXE) \ | |
18 testblitspeed$(EXE) \ | |
19 testcursor$(EXE) \ | |
20 testdraw2$(EXE) \ | |
21 testdyngl$(EXE) \ | |
22 testdyngles$(EXE) \ | |
23 testerror$(EXE) \ | |
24 testfile$(EXE) \ | |
25 testfill$(EXE) \ | |
26 testgamma$(EXE) \ | |
27 testgesture$(EXE) \ | |
28 testgl$(EXE) \ | |
29 testgl2$(EXE) \ | |
30 testgles$(EXE) \ | |
31 testhaptic$(EXE) \ | |
32 testhread$(EXE) \ | |
33 testiconv$(EXE) \ | |
34 testime$(EXE) \ | |
35 testintersections$(EXE) \ | |
36 testjoystick$(EXE) \ | |
37 testkeys$(EXE) \ | |
38 testloadso$(EXE) \ | |
39 testlock$(EXE) \ | |
40 testmultiaudio$(EXE) \ | |
41 testoverlay$(EXE) \ | |
42 testoverlay2$(EXE) \ | |
43 testplatform$(EXE) \ | |
44 testpower$(EXE) \ | |
45 testresample$(EXE) \ | |
46 testsem$(EXE) \ | |
47 testshader$(EXE) \ | |
48 testshape$(EXE) \ | |
49 testsprite$(EXE) \ | |
50 testsprite2$(EXE) \ | |
51 testspriteminimal$(EXE) \ | |
52 testtimer$(EXE) \ | |
53 testver$(EXE) \ | |
54 testvidinfo$(EXE) \ | |
55 testwin$(EXE) \ | |
56 testwm$(EXE) \ | |
57 testwm2$(EXE) \ | |
58 threadwin$(EXE) \ | |
59 torturethread$(EXE) \ | |
11 | 60 |
12 all: Makefile $(TARGETS) | 61 all: Makefile $(TARGETS) |
13 | 62 |
14 Makefile: $(srcdir)/Makefile.in | 63 Makefile: $(srcdir)/Makefile.in |
15 $(SHELL) config.status $@ | 64 $(SHELL) config.status $@ |
104 testplatform$(EXE): $(srcdir)/testplatform.c | 153 testplatform$(EXE): $(srcdir)/testplatform.c |
105 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 154 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
106 | 155 |
107 testsem$(EXE): $(srcdir)/testsem.c | 156 testsem$(EXE): $(srcdir)/testsem.c |
108 $(CC) -o $@ $? $(CFLAGS) $(LIBS) | 157 $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
158 | |
159 testshader$(EXE): $(srcdir)/testshader.c | |
160 $(CC) -o $@ $(srcdir)/testshader.c $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@ | |
109 | 161 |
110 testshape$(EXE): $(srcdir)/testshape.c | 162 testshape$(EXE): $(srcdir)/testshape.c |
111 $(CC) -o $@ $? -std=c99 $(CFLAGS) $(LIBS) | 163 $(CC) -o $@ $? -std=c99 $(CFLAGS) $(LIBS) |
112 | 164 |
113 testspriteminimal$(EXE): $(srcdir)/testspriteminimal.c | 165 testspriteminimal$(EXE): $(srcdir)/testspriteminimal.c |