| | |
| | | testdrawchessboard$(EXE) \ |
| | | testdropfile$(EXE) \ |
| | | testerror$(EXE) \ |
| | | testevdev$(EXE) \ |
| | | testfile$(EXE) \ |
| | | testfilesystem$(EXE) \ |
| | | testgamecontroller$(EXE) \ |
| | |
| | | testjoystick$(EXE) \ |
| | | testkeys$(EXE) \ |
| | | testloadso$(EXE) \ |
| | | testlocale$(EXE) \ |
| | | testlock$(EXE) \ |
| | | testmessage$(EXE) \ |
| | | testmultiaudio$(EXE) \ |
| | |
| | | teststreaming$(EXE) \ |
| | | testthread$(EXE) \ |
| | | testtimer$(EXE) \ |
| | | testurl$(EXE) \ |
| | | testver$(EXE) \ |
| | | testviewport$(EXE) \ |
| | | testvulkan$(EXE) \ |
| | |
| | | $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
| | | |
| | | testerror$(EXE): $(srcdir)/testerror.c |
| | | $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
| | | |
| | | testevdev$(EXE): $(srcdir)/testevdev.c |
| | | $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
| | | |
| | | testfile$(EXE): $(srcdir)/testfile.c |
| | |
| | | testtimer$(EXE): $(srcdir)/testtimer.c |
| | | $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
| | | |
| | | testurl$(EXE): $(srcdir)/testurl.c |
| | | $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
| | | |
| | | testver$(EXE): $(srcdir)/testver.c |
| | | $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
| | | |
| | |
| | | testvulkan$(EXE): $(srcdir)/testvulkan.c |
| | | $(CC) -o $@ $^ $(CFLAGS) $(LIBS) |
| | | |
| | | testlocale$(EXE): $(srcdir)/testlocale.c |
| | | $(CC) -o $@ $? $(CFLAGS) $(LIBS) |
| | | |
| | | |
| | | |
| | | clean: |
| | | rm -f $(TARGETS) |
| | |
| | | rm -f config.status config.cache config.log |
| | | rm -rf $(srcdir)/autom4te* |
| | | |
| | | |
| | | ifneq ($(srcdir), .) |
| | | %.bmp: $(srcdir)/%.bmp |
| | | cp $< $@ |
| | | |
| | |
| | | |
| | | %.dat: $(srcdir)/%.dat |
| | | cp $< $@ |
| | | endif |
| | | |
| | | copydatafiles: copybmpfiles copywavfiles copydatfiles |
| | | .PHONY : copydatafiles |