aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-03-07 20:58:22 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-03-07 20:58:22 +0000
commitebdb02259cb24baa17e8a1c0e276fadce6114453 (patch)
tree1e959fb88fc467e5723c2dd5700a5dd5e72ab5ac /Makefile.in
parentd6e8cff18b7895847b3a0890bd2a2b7c3015718e (diff)
+ eliminated build-time dependence on svn:special symlinks
svn path=/trunk/externals/moocow/pdstring/; revision=10845
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index 81d2283..37176e6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -47,11 +47,11 @@ NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(top_srcdir)/configure \
- $(top_srcdir)/pdexternal.am COPYING
+ $(srcdir)/Makefile.in $(top_srcdir)/common/pdexternal.am \
+ $(top_srcdir)/configure COPYING
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pd_external.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/common/m4/ax_pd_external.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
@@ -177,11 +177,6 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-ACLOCAL_AMFLAGS = -I m4
-
-#AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-zip
-AUTOMAKE_OPTIONS = foreign
-SUBDIRS = config src
DEXT = @PDEXT@
SUFFIXES = .@PDEXT@ .pod .txt .html
EXTRA_DIST = $(PODS) $(PODS:.pod=.txt) $(pddoc_DATA) $(pdext_DATA) \
@@ -221,6 +216,11 @@ MAINTAINERCLEANFILES = *~ \
#-----------------------------------------------------------------------
# Includes
#-----------------------------------------------------------------------
+ACLOCAL_AMFLAGS = -I common/m4
+
+#AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-zip
+AUTOMAKE_OPTIONS = foreign
+SUBDIRS = config src
#-----------------------------------------------------------------------
# Additional Variables & Rules: PODS
@@ -232,7 +232,7 @@ all: all-recursive
.SUFFIXES: .@PDEXT@ .pod .txt .html
am--refresh:
@:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/pdexternal.am $(am__configure_deps)
+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/common/pdexternal.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -400,7 +400,7 @@ distclean-tags:
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
- $(mkdir_p) $(distdir)/m4 $(distdir)/src
+ $(mkdir_p) $(distdir)/common $(distdir)/common/m4 $(distdir)/src
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \