diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-02-15 20:41:13 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-02-15 20:41:13 +0000 |
commit | d6e8cff18b7895847b3a0890bd2a2b7c3015718e (patch) | |
tree | 2bb22496ecca31fd9a857371bd94dec1f9aeb0c7 /config/Makefile.am | |
parent | fa91a07f8f6ced306f2a42ccfd4c30d478ee11a6 (diff) |
+ finished centralization of build logic
svn path=/trunk/externals/moocow/pdstring/; revision=10779
Diffstat (limited to 'config/Makefile.am')
-rw-r--r-- | config/Makefile.am | 62 |
1 files changed, 3 insertions, 59 deletions
diff --git a/config/Makefile.am b/config/Makefile.am index 4df45b6..96aac87 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -1,66 +1,10 @@ ## File: config/Makefile.am -## Package: +## Package: (pd external) ## Description: ## + automake file for 'config' package-subdir -## -## Process this file with Automake to create Makefile.in. ##----------------------------------------------------------------------- -##----------------------------------------------------------------------- -## Variables: options -##----------------------------------------------------------------------- - -##----------------------------------------------------------------------- -## Variables: cleanup -##----------------------------------------------------------------------- - -## --- mostlyclean: built by 'make' & commonly rebuilt -#MOSTLYCLEANFILES = - -## --- clean: built by 'make' -#CLEANFILES = - -## --- distclean: built by 'configure' -#DISTCLEANFILES = - -## -- maintainerclean: built by maintainer / by hand -MAINTAINERCLEANFILES = \ - *~ .*~ \ - compile Makefile Makefile.in \ - config.guess \ - config.sub \ - depcomp \ - install-sh \ - ltmain.sh \ - missing \ - mkinstalldirs \ - texinfo.tex \ - ylwrap - - -##----------------------------------------------------------------------- -## Variables: distribution -##----------------------------------------------------------------------- - -## --- extra distribution files -EXTRA_DIST = \ - Makefile.in \ - depcomp \ - install-sh \ - $(wildcard mkinstalldirs) \ - missing - -# config.guess -# config.sub -# ltmain.sh -# texinfo.tex - -## --- recursion subdirectories for 'make dist' -#DIST_SUBDIRS = $(SUBDIRS) - #----------------------------------------------------------------------- -# Rules: cleanup +# Includes #----------------------------------------------------------------------- -.PHONY: cvsclean cvsclean-hook - -cvsclean: maintainer-clean ; +include $(top_srcdir)/pdexternal.am |