Fixed "dist" make target for newer versions of automake

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40755
This commit is contained in:
Sam Lantinga 2003-12-14 06:25:53 +00:00
parent d182a96b90
commit c1d69dc26c
16 changed files with 22 additions and 701 deletions

View file

@ -69,6 +69,7 @@ rpm: $(PACKAGE)-$(VERSION).tar.gz
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 @@ PBProjects.tar.gz:
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 @@ install-hook:
# 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`