Lines Matching refs:srcdir
3 srcdir = @srcdir@
78 Makefile: $(srcdir)/Makefile.in
81 checkkeys$(EXE): $(srcdir)/checkkeys.c
84 loopwave$(EXE): $(srcdir)/loopwave.c
87 loopwavequeue$(EXE): $(srcdir)/loopwavequeue.c
90 testresample$(EXE): $(srcdir)/testresample.c
93 testaudioinfo$(EXE): $(srcdir)/testaudioinfo.c
96 testautomation$(EXE): $(srcdir)/testautomation.c \
97 $(srcdir)/testautomation_audio.c \
98 $(srcdir)/testautomation_clipboard.c \
99 $(srcdir)/testautomation_events.c \
100 $(srcdir)/testautomation_keyboard.c \
101 $(srcdir)/testautomation_main.c \
102 $(srcdir)/testautomation_mouse.c \
103 $(srcdir)/testautomation_pixels.c \
104 $(srcdir)/testautomation_platform.c \
105 $(srcdir)/testautomation_rect.c \
106 $(srcdir)/testautomation_render.c \
107 $(srcdir)/testautomation_rwops.c \
108 $(srcdir)/testautomation_sdltest.c \
109 $(srcdir)/testautomation_stdlib.c \
110 $(srcdir)/testautomation_surface.c \
111 $(srcdir)/testautomation_syswm.c \
112 $(srcdir)/testautomation_timer.c \
113 $(srcdir)/testautomation_video.c \
114 $(srcdir)/testautomation_hints.c
117 testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c
120 testaudiohotplug$(EXE): $(srcdir)/testaudiohotplug.c
123 testaudiocapture$(EXE): $(srcdir)/testaudiocapture.c
126 testatomic$(EXE): $(srcdir)/testatomic.c
129 testintersections$(EXE): $(srcdir)/testintersections.c
132 testrelative$(EXE): $(srcdir)/testrelative.c
135 testhittesting$(EXE): $(srcdir)/testhittesting.c
138 testdraw2$(EXE): $(srcdir)/testdraw2.c
141 testdrawchessboard$(EXE): $(srcdir)/testdrawchessboard.c
144 testdropfile$(EXE): $(srcdir)/testdropfile.c
147 testerror$(EXE): $(srcdir)/testerror.c
150 testfile$(EXE): $(srcdir)/testfile.c
153 testgamecontroller$(EXE): $(srcdir)/testgamecontroller.c
156 testgesture$(EXE): $(srcdir)/testgesture.c
159 testgl2$(EXE): $(srcdir)/testgl2.c
162 testgles$(EXE): $(srcdir)/testgles.c
165 testgles2$(EXE): $(srcdir)/testgles2.c
168 testhaptic$(EXE): $(srcdir)/testhaptic.c
171 testhotplug$(EXE): $(srcdir)/testhotplug.c
174 testrumble$(EXE): $(srcdir)/testrumble.c
177 testthread$(EXE): $(srcdir)/testthread.c
180 testiconv$(EXE): $(srcdir)/testiconv.c
183 testime$(EXE): $(srcdir)/testime.c
186 testjoystick$(EXE): $(srcdir)/testjoystick.c
189 testkeys$(EXE): $(srcdir)/testkeys.c
192 testloadso$(EXE): $(srcdir)/testloadso.c
195 testlock$(EXE): $(srcdir)/testlock.c
199 testnative$(EXE): $(srcdir)/testnative.c \
200 $(srcdir)/testnativecocoa.m \
201 $(srcdir)/testnativex11.c
206 testnative$(EXE): $(srcdir)/testnative.c \
207 $(srcdir)/testnativew32.c
212 testnative$(EXE): $(srcdir)/testnative.c \
213 $(srcdir)/testnativex11.c
226 testoverlay2$(EXE): $(srcdir)/testoverlay2.c $(srcdir)/testyuv_cvt.c
229 testplatform$(EXE): $(srcdir)/testplatform.c
232 testpower$(EXE): $(srcdir)/testpower.c
235 testfilesystem$(EXE): $(srcdir)/testfilesystem.c
238 testrendertarget$(EXE): $(srcdir)/testrendertarget.c
241 testscale$(EXE): $(srcdir)/testscale.c
244 testsem$(EXE): $(srcdir)/testsem.c
247 testsensor$(EXE): $(srcdir)/testsensor.c
250 testshader$(EXE): $(srcdir)/testshader.c
253 testshape$(EXE): $(srcdir)/testshape.c
256 testsprite2$(EXE): $(srcdir)/testsprite2.c
259 testspriteminimal$(EXE): $(srcdir)/testspriteminimal.c
262 teststreaming$(EXE): $(srcdir)/teststreaming.c
265 testtimer$(EXE): $(srcdir)/testtimer.c
268 testver$(EXE): $(srcdir)/testver.c
271 testviewport$(EXE): $(srcdir)/testviewport.c
274 testwm2$(EXE): $(srcdir)/testwm2.c
277 testyuv$(EXE): $(srcdir)/testyuv.c $(srcdir)/testyuv_cvt.c
280 torturethread$(EXE): $(srcdir)/torturethread.c
283 testrendercopyex$(EXE): $(srcdir)/testrendercopyex.c
286 testmessage$(EXE): $(srcdir)/testmessage.c
289 testdisplayinfo$(EXE): $(srcdir)/testdisplayinfo.c
292 testqsort$(EXE): $(srcdir)/testqsort.c
295 testbounds$(EXE): $(srcdir)/testbounds.c
298 testcustomcursor$(EXE): $(srcdir)/testcustomcursor.c
301 controllermap$(EXE): $(srcdir)/controllermap.c
304 testvulkan$(EXE): $(srcdir)/testvulkan.c
307 testlocale$(EXE): $(srcdir)/testlocale.c
318 rm -rf $(srcdir)/autom4te*
321 %.bmp: $(srcdir)/%.bmp
324 %.wav: $(srcdir)/%.wav
327 %.dat: $(srcdir)/%.dat
333 copybmpfiles: $(foreach bmp,$(wildcard $(srcdir)/*.bmp),$(notdir $(bmp)))
336 copywavfiles: $(foreach wav,$(wildcard $(srcdir)/*.wav),$(notdir $(wav)))
339 copydatfiles: $(foreach dat,$(wildcard $(srcdir)/*.dat),$(notdir $(dat)))