aboutsummaryrefslogtreecommitdiff
path: root/gfsm
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2008-11-30 16:43:07 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2008-11-30 16:43:07 +0000
commit47eb1577f3d2e009bc82e664f0837d0e5b9168a9 (patch)
treed30424a66b8f939ee246b63e158209e63c5ffb81 /gfsm
parent2369b7ec1020eeb79c62a43ad31f866cbc5baad9 (diff)
+ changed local gfsm automake targets to 'noinst', added dummy prefix just to be sure
svn path=/trunk/externals/moocow/; revision=10405
Diffstat (limited to 'gfsm')
-rw-r--r--gfsm/Makefile.am3
-rw-r--r--gfsm/gfsm/Makefile.am10
-rwxr-xr-xgfsm/gfsm/configure.gnu3
-rw-r--r--gfsm/gfsm/src/libgfsm/Makefile.am6
4 files changed, 13 insertions, 9 deletions
diff --git a/gfsm/Makefile.am b/gfsm/Makefile.am
index 8e89e71..9299307 100644
--- a/gfsm/Makefile.am
+++ b/gfsm/Makefile.am
@@ -38,7 +38,6 @@ DISTCLEANFILES = \
## -- maintainerclean: built by maintainer / by hand
MAINTAINERCLEANFILES = *~ \
- $(PODS:.pod=.txt) \
Makefile Makefile.in \
aclocal.m4 \
configure \
@@ -46,6 +45,8 @@ MAINTAINERCLEANFILES = *~ \
stamp-h.in \
config.h.in
+# $(PODS:.pod=.txt)
+
maintainer-clean-local:
rm -rf autom4te.cache
diff --git a/gfsm/gfsm/Makefile.am b/gfsm/gfsm/Makefile.am
index 6a9780c..18795e7 100644
--- a/gfsm/gfsm/Makefile.am
+++ b/gfsm/gfsm/Makefile.am
@@ -22,7 +22,7 @@ SUBDIRS = config src $(GFSM_SUBDIRS)
SUFFIXES = .pc .pod .txt .html
## --- package config data
-pkgconfig_DATA = @PACKAGE@.pc
+#pkgconfig_DATA = @PACKAGE@.pc
##-- for gnulib
ACLOCAL_AMFLAGS = -I m4
@@ -80,15 +80,15 @@ if HAVE_POD2HTML
pod2html --outfile $@ $<
endif
-pkgdoc_DATA = \
- $(PODS:.pod=.txt) \
- $(PODS:.pod=.html)
+#pkgdoc_DATA = \
+# $(PODS:.pod=.txt) \
+# $(PODS:.pod=.html)
#-----------------------------------------------------------------------
# Additional Variables & Rules: magic
#-----------------------------------------------------------------------
-pkgdoc_DATA += gfsm.magic
+#pkgdoc_DATA += gfsm.magic
##-- phony
.PHONY: install-magic unintall-magic
diff --git a/gfsm/gfsm/configure.gnu b/gfsm/gfsm/configure.gnu
index 720631a..43819e7 100755
--- a/gfsm/gfsm/configure.gnu
+++ b/gfsm/gfsm/configure.gnu
@@ -1,2 +1,3 @@
#!/bin/sh
-exec ./configure --disable-doc --disable-programs --disable-shared "$@"
+exec ./configure "$@" --disable-doc --disable-programs --disable-shared --prefix="$PWD/../../extended/build.moo/noinstall"
+
diff --git a/gfsm/gfsm/src/libgfsm/Makefile.am b/gfsm/gfsm/src/libgfsm/Makefile.am
index aba4734..8242cab 100644
--- a/gfsm/gfsm/src/libgfsm/Makefile.am
+++ b/gfsm/gfsm/src/libgfsm/Makefile.am
@@ -21,7 +21,8 @@ SUBDIRS = gnulib
## --- libtool libraries
#lib_LTLIBRARIES = ${lib_1}.la ... ${lib_N}.la
-lib_LTLIBRARIES = libgfsm.la
+#lib_LTLIBRARIES = libgfsm.la
+noinst_LTLIBRARIES = libgfsm.la
## --- shared data in @pkgdatadir@
#pkgdata_DATA = ${data_1} ... ${data_N}
@@ -97,7 +98,8 @@ sources_argh = \
## --- installable headers: @includedir@/@pkgname@
#pkginclude_HEADERS = ${hfile_1} ... ${hfile_N}
-pkginclude_HEADERS = \
+#pkginclude_HEADERS =
+noinst_HEADERS = \
gfsmAssert.h \
gfsmConfig.h \
gfsmConfigNoAuto.h \