aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/standard-modules
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-08-18 01:54:27 +0000
committerLev Walkin <vlm@lionet.info>2006-08-18 01:54:27 +0000
commit5af1a6993b28abdb1b22e26d9145707d8c158713 (patch)
treee3dc91aeaa408389e308dd7c78f197bf37444003 /skeletons/standard-modules
parentb1db925b555658ceda363d6ae8cd8ccafad484d7 (diff)
automake-1.9
Diffstat (limited to 'skeletons/standard-modules')
-rw-r--r--skeletons/standard-modules/Makefile.in24
1 files changed, 17 insertions, 7 deletions
diff --git a/skeletons/standard-modules/Makefile.in b/skeletons/standard-modules/Makefile.in
index 5a0e2427..f19c5dd3 100644
--- a/skeletons/standard-modules/Makefile.in
+++ b/skeletons/standard-modules/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.8.4 from Makefile.am.
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004 Free Software Foundation, Inc.
+# 2003, 2004, 2005 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -34,7 +34,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+build_triplet = @build@
host_triplet = @host@
+target_triplet = @target@
subdir = skeletons/standard-modules
DIST_COMMON = README $(dist_smods_DATA) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in
@@ -47,6 +49,12 @@ CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(smodsdir)"
dist_smodsDATA_INSTALL = $(INSTALL_DATA)
DATA = $(dist_smods_DATA)
@@ -128,6 +136,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
@@ -177,9 +187,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu skeletons/standard-modules/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign skeletons/standard-modules/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu skeletons/standard-modules/Makefile
+ $(AUTOMAKE) --foreign skeletons/standard-modules/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -212,7 +222,7 @@ install-dist_smodsDATA: $(dist_smods_DATA)
test -z "$(smodsdir)" || $(mkdir_p) "$(DESTDIR)$(smodsdir)"
@list='$(dist_smods_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
+ f=$(am__strip_dir) \
echo " $(dist_smodsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(smodsdir)/$$f'"; \
$(dist_smodsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(smodsdir)/$$f"; \
done
@@ -220,7 +230,7 @@ install-dist_smodsDATA: $(dist_smods_DATA)
uninstall-dist_smodsDATA:
@$(NORMAL_UNINSTALL)
@list='$(dist_smods_DATA)'; for p in $$list; do \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
+ f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(smodsdir)/$$f'"; \
rm -f "$(DESTDIR)$(smodsdir)/$$f"; \
done
@@ -284,7 +294,7 @@ mostlyclean-generic:
clean-generic:
distclean-generic:
- -rm -f $(CONFIG_CLEAN_FILES)
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"