aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/config
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2008-11-29 23:22:39 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2008-11-29 23:22:39 +0000
commitd13da71edce4b913736c1e752a211ae20c193292 (patch)
tree57b0c3884b5d465259d21906f89e4ec5635da9d3 /gfsm/gfsm/config
parent2072ea2ef54b92775efc83c82d9a4b7a8ac4d616 (diff)
+ added local copy of gfsm source tree in gfsm/ subdir (for pd-extended auto-builds)
+ external builds now use static local libgfsm by default (insulates vs. API change, etc.) svn path=/trunk/externals/moocow/; revision=10403
Diffstat (limited to 'gfsm/gfsm/config')
-rw-r--r--gfsm/gfsm/config/.cvsignore23
-rw-r--r--gfsm/gfsm/config/Makefile.am67
2 files changed, 90 insertions, 0 deletions
diff --git a/gfsm/gfsm/config/.cvsignore b/gfsm/gfsm/config/.cvsignore
new file mode 100644
index 0000000..9e07817
--- /dev/null
+++ b/gfsm/gfsm/config/.cvsignore
@@ -0,0 +1,23 @@
+*~
+.*~
+*.o
+*.lo
+*.la
+.libs
+*.a
+*.so
+aclocal.m4
+Makefile
+Makefile.in
+README.txt
+configure
+.deps
+
+depcomp
+missing
+config.guess
+config.sub
+ltmain.sh
+install-sh
+ylwrap
+
diff --git a/gfsm/gfsm/config/Makefile.am b/gfsm/gfsm/config/Makefile.am
new file mode 100644
index 0000000..80893dc
--- /dev/null
+++ b/gfsm/gfsm/config/Makefile.am
@@ -0,0 +1,67 @@
+## File: config/Makefile.am
+## Package:
+## 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 \
+ texinfo.tex \
+ mkinstalldirs \
+ ylwrap
+
+
+
+##-----------------------------------------------------------------------
+## Variables: distribution
+##-----------------------------------------------------------------------
+
+## --- extra distribution files
+EXTRA_DIST = \
+ Makefile.in \
+ depcomp \
+ install-sh \
+ missing
+
+# mkinstalldirs
+# config.guess
+# config.sub
+# ltmain.sh
+# texinfo.tex
+
+## --- recursion subdirectories for 'make dist'
+#DIST_SUBDIRS = $(SUBDIRS)
+
+#-----------------------------------------------------------------------
+# Rules: cleanup
+#-----------------------------------------------------------------------
+.PHONY: cvsclean cvsclean-hook
+
+cvsclean: maintainer-clean ;