Mercurial > sdl-ios-xcode
diff Makefile.am @ 754:623b453a3219
Fixed "dist" make target for newer versions of automake
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 14 Dec 2003 06:25:53 +0000 |
parents | f90d80d68071 |
children | 26fe9256c48b |
line wrap: on
line diff
--- a/Makefile.am Wed Dec 10 12:35:56 2003 +0000 +++ b/Makefile.am Sun Dec 14 06:25:53 2003 +0000 @@ -69,6 +69,7 @@ exports: (cd src/main/beos/exports; $(MAKE)) (cd src/main/macos/exports; $(MAKE)) + (cd src/main/macosx/exports; $(MAKE)) (cd src/main/win32/exports; $(MAKE)) # Rule to build the Project Builder archive in MacOS X @@ -78,10 +79,6 @@ tar zcvf $@ PBProjects; \ fi -# Rule to force automake to rebuild the library -changed: - @echo "This build target is no longer necessary" - # Rule to install the libraries only - prevent rebuilding apps install-lib: cd src && $(MAKE) install-libLTLIBRARIES @@ -93,6 +90,7 @@ # Grab the test programs for the distribution: dist-hook: if test -f test/Makefile; then (cd test; make distclean); fi + rm -rf $(srcdir)/test/autom4te* cp -rp $(srcdir)/test $(distdir) rm -rf `find $(distdir) -type d -name CVS -print`