Home | History | Annotate | Download | only in sdl-1.2.15

Lines Matching full:makefile

0 # Makefile to build and install the SDL library
44 DIST = acinclude autogen.sh Borland.html Borland.zip BUGS build-scripts configure configure.in COPYING CREDITS CWprojects.sea.bin docs docs.html include INSTALL Makefile.dc Makefile.minimal Makefile.in MPWmake.sea.bin README* sdl-config.in sdl.m4 sdl.pc.in SDL.qpg.in SDL.spec SDL.spec.in src test TODO VisualCE VisualC.html VisualC Watcom-OS2.zip Watcom-Win32.zip symbian.zip WhatsNew Xcode
54 all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET)
61 Makefile: $(srcdir)/Makefile.in
130 if test -f test/Makefile; then (cd test; $(MAKE) $@); fi
133 rm -f Makefile include/SDL_config.h sdl-config
147 if test -f test/Makefile; then (cd test; $(MAKE) $@); fi
163 if test -f $(distdir)/test/Makefile; then (cd $(distdir)/test && make distclean); fi