Completely removed dependency on automake

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401384
This commit is contained in:
Sam Lantinga 2006-02-20 02:09:49 +00:00
parent 1da8cb0143
commit b51a5b98fc
11 changed files with 142 additions and 393 deletions

View file

@ -15,6 +15,7 @@ distpath = $(srcdir)/..
distdir = SDL-@SDL_VERSION@
distfile = $(distdir).tar.gz
@SET_MAKE@
SHELL = @SHELL@
CC = @CC@
INCLUDE = @INCLUDE@
@ -104,6 +105,7 @@ uninstall-man:
clean:
rm -rf $(objects)
if test -f test/Makefile; then (cd test; $(MAKE) $@); fi
distclean: clean
rm -f Makefile include/SDL_config.h sdl-config
@ -115,6 +117,7 @@ distclean: clean
-name '.#*' \
-exec rm -f {} \;
cp include/SDL_config.h.minimal include/SDL_config.h
if test -f test/Makefile; then (cd test; $(MAKE) $@); fi
dist $(distfile):
$(SHELL) @ac_aux_dir@/mkinstalldirs $(distdir)