From 7a9e12e93e520afc485185644e8cb336def835f8 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 14 Feb 2009 21:18:20 +0000 Subject: + updated 'deque' external to use new centralized autotools macros svn path=/trunk/externals/moocow/; revision=10773 --- deque/config/Makefile.am | 59 ++---------------------------------------------- 1 file changed, 2 insertions(+), 57 deletions(-) (limited to 'deque/config/Makefile.am') diff --git a/deque/config/Makefile.am b/deque/config/Makefile.am index cba8008..81998be 100644 --- a/deque/config/Makefile.am +++ b/deque/config/Makefile.am @@ -6,62 +6,7 @@ ## 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 -- cgit v1.2.1