comparison test/Makefile.in @ 5281:15a71bec4a55

merged
author Eric Wing <ewing . public |-at-| gmail . com>
date Sat, 12 Feb 2011 19:16:09 -0800
parents f650566b2f51
children
comparison
equal deleted inserted replaced
5219:adfcdd311ae0 5281:15a71bec4a55
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 testgesture$(EXE) \
27 testgl$(EXE) \
28 testgl2$(EXE) \
29 testgles$(EXE) \
30 testhaptic$(EXE) \
31 testhread$(EXE) \
32 testiconv$(EXE) \
33 testime$(EXE) \
34 testintersections$(EXE) \
35 testjoystick$(EXE) \
36 testkeys$(EXE) \
37 testloadso$(EXE) \
38 testlock$(EXE) \
39 testmultiaudio$(EXE) \
40 testoverlay$(EXE) \
41 testoverlay2$(EXE) \
42 testplatform$(EXE) \
43 testpower$(EXE) \
44 testresample$(EXE) \
45 testscale$(EXE) \
46 testsem$(EXE) \
47 testshader$(EXE) \
48 testshape$(EXE) \
49 testsprite$(EXE) \
50 testsprite2$(EXE) \
51 testspriteminimal$(EXE) \
52 teststreaming$(EXE) \
53 testtimer$(EXE) \
54 testver$(EXE) \
55 testvidinfo$(EXE) \
56 testwin$(EXE) \
57 testwm$(EXE) \
58 testwm2$(EXE) \
59 threadwin$(EXE) \
60 torturethread$(EXE) \
11 61
12 all: Makefile $(TARGETS) 62 all: Makefile $(TARGETS)
13 63
14 Makefile: $(srcdir)/Makefile.in 64 Makefile: $(srcdir)/Makefile.in
15 $(SHELL) config.status $@ 65 $(SHELL) config.status $@
30 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 80 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
31 81
32 testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c 82 testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c
33 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 83 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
34 84
35 testpower$(EXE): $(srcdir)/testpower.c
36 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
37
38 testalpha$(EXE): $(srcdir)/testalpha.c 85 testalpha$(EXE): $(srcdir)/testalpha.c
39 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ 86 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
87
88 testatomic$(EXE): $(srcdir)/testatomic.c
89 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
40 90
41 testbitmap$(EXE): $(srcdir)/testbitmap.c 91 testbitmap$(EXE): $(srcdir)/testbitmap.c
42 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 92 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
43 93
44 testblitspeed$(EXE): $(srcdir)/testblitspeed.c 94 testblitspeed$(EXE): $(srcdir)/testblitspeed.c
66 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 116 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
67 117
68 testfill$(EXE): $(srcdir)/testfill.c 118 testfill$(EXE): $(srcdir)/testfill.c
69 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 119 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
70 120
71 testgamma$(EXE): $(srcdir)/testgamma.c 121 testgesture$(EXE): $(srcdir)/testgesture.c
72 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ 122 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
73 123
74 testgl$(EXE): $(srcdir)/testgl.c 124 testgl$(EXE): $(srcdir)/testgl.c
75 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@ 125 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@
76 126
77 testgl2$(EXE): $(srcdir)/testgl2.c $(srcdir)/common.c 127 testgl2$(EXE): $(srcdir)/testgl2.c $(srcdir)/common.c
78 $(CC) -o $@ $(srcdir)/testgl2.c $(srcdir)/common.c $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@ 128 $(CC) -o $@ $(srcdir)/testgl2.c $(srcdir)/common.c $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@
79 129
80 testgles$(EXE): $(srcdir)/testgles.c $(srcdir)/common.c 130 testgles$(EXE): $(srcdir)/testgles.c $(srcdir)/common.c
81 $(CC) -o $@ $(srcdir)/testgles.c $(srcdir)/common.c $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@ 131 $(CC) -o $@ $(srcdir)/testgles.c $(srcdir)/common.c $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@
82 132
133 testhaptic$(EXE): $(srcdir)/testhaptic.c
134 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
135
83 testhread$(EXE): $(srcdir)/testhread.c 136 testhread$(EXE): $(srcdir)/testhread.c
84 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 137 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
85 138
86 testiconv$(EXE): $(srcdir)/testiconv.c 139 testiconv$(EXE): $(srcdir)/testiconv.c
87 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 140 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
88 141
142 testime$(EXE): $(srcdir)/testime.c
143 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @SDL_TTF_LIB@
144
89 testjoystick$(EXE): $(srcdir)/testjoystick.c 145 testjoystick$(EXE): $(srcdir)/testjoystick.c
90 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 146 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
91 147
92 testkeys$(EXE): $(srcdir)/testkeys.c 148 testkeys$(EXE): $(srcdir)/testkeys.c
93 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 149 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
94 150
151 testloadso$(EXE): $(srcdir)/testloadso.c
152 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
153
95 testlock$(EXE): $(srcdir)/testlock.c 154 testlock$(EXE): $(srcdir)/testlock.c
96 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 155 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
97 156
98 testoverlay2$(EXE): $(srcdir)/testoverlay2.c 157 testoverlay2$(EXE): $(srcdir)/testoverlay2.c
99 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 158 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
102 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 161 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
103 162
104 testplatform$(EXE): $(srcdir)/testplatform.c 163 testplatform$(EXE): $(srcdir)/testplatform.c
105 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 164 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
106 165
166 testpower$(EXE): $(srcdir)/testpower.c
167 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
168
169 testscale$(EXE): $(srcdir)/testscale.c $(srcdir)/common.c
170 $(CC) -o $@ $(srcdir)/testscale.c $(srcdir)/common.c $(CFLAGS) $(LIBS)
171
107 testsem$(EXE): $(srcdir)/testsem.c 172 testsem$(EXE): $(srcdir)/testsem.c
108 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 173 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
174
175 testshader$(EXE): $(srcdir)/testshader.c
176 $(CC) -o $@ $(srcdir)/testshader.c $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@
109 177
110 testshape$(EXE): $(srcdir)/testshape.c 178 testshape$(EXE): $(srcdir)/testshape.c
111 $(CC) -o $@ $? -std=c99 $(CFLAGS) $(LIBS) 179 $(CC) -o $@ $? -std=c99 $(CFLAGS) $(LIBS)
112 180
113 testspriteminimal$(EXE): $(srcdir)/testspriteminimal.c
114 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
115
116 testsprite$(EXE): $(srcdir)/testsprite.c 181 testsprite$(EXE): $(srcdir)/testsprite.c
117 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@ 182 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
118 183
119 testsprite2$(EXE): $(srcdir)/testsprite2.c $(srcdir)/common.c 184 testsprite2$(EXE): $(srcdir)/testsprite2.c $(srcdir)/common.c
120 $(CC) -o $@ $(srcdir)/testsprite2.c $(srcdir)/common.c $(CFLAGS) $(LIBS) @MATHLIB@ 185 $(CC) -o $@ $(srcdir)/testsprite2.c $(srcdir)/common.c $(CFLAGS) $(LIBS) @MATHLIB@
121 186
187 testspriteminimal$(EXE): $(srcdir)/testspriteminimal.c
188 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
189
190 teststreaming$(EXE): $(srcdir)/teststreaming.c
191 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
192
122 testtimer$(EXE): $(srcdir)/testtimer.c 193 testtimer$(EXE): $(srcdir)/testtimer.c
123 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 194 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
124 195
125 testver$(EXE): $(srcdir)/testver.c 196 testver$(EXE): $(srcdir)/testver.c
126 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 197 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
140 threadwin$(EXE): $(srcdir)/threadwin.c 211 threadwin$(EXE): $(srcdir)/threadwin.c
141 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 212 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
142 213
143 torturethread$(EXE): $(srcdir)/torturethread.c 214 torturethread$(EXE): $(srcdir)/torturethread.c
144 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 215 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
145
146 testloadso$(EXE): $(srcdir)/testloadso.c
147 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
148
149 testhaptic$(EXE): $(srcdir)/testhaptic.c
150 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
151
152 testatomic$(EXE): $(srcdir)/testatomic.c
153 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
154
155 testgesture$(EXE): $(srcdir)/testgesture.c
156 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @MATHLIB@
157
158 testime$(EXE): $(srcdir)/testime.c
159 $(CC) -o $@ $? $(CFLAGS) $(LIBS) @SDL_TTF_LIB@
160 216
161 clean: 217 clean:
162 rm -f $(TARGETS) 218 rm -f $(TARGETS)
163 219
164 distclean: clean 220 distclean: clean