aboutsummaryrefslogtreecommitdiff
path: root/flite/config/Makefile.am
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-02-14 21:38:05 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-02-14 21:38:05 +0000
commite8e1fa70fed8e5aa3949fcc0b77ceac47e7ba9fb (patch)
treed691faf71ec2f58599d5034305abc1e3b38a95ff /flite/config/Makefile.am
parent51c0cbce68fa8574e3527f6517c124b7a908f5e4 (diff)
+ updated 'flite' external to use new centralized autotools macros
svn path=/trunk/externals/moocow/; revision=10776
Diffstat (limited to 'flite/config/Makefile.am')
-rw-r--r--flite/config/Makefile.am59
1 files changed, 2 insertions, 57 deletions
diff --git a/flite/config/Makefile.am b/flite/config/Makefile.am
index b8bb3bd..81998be 100644
--- a/flite/config/Makefile.am
+++ b/flite/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
-
-# mkinstalldirs
-# 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