From 226feccb95b801ce37a5dd1f5adc8e8238788948 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Tue, 13 Jan 2009 13:06:05 +0000 Subject: [PATCH] tutorials --- tutorials/Makefile.am | 2 +- tutorials/Makefile.in | 60 +++++++++++++++++++++++-------------------- 2 files changed, 33 insertions(+), 29 deletions(-) diff --git a/tutorials/Makefile.am b/tutorials/Makefile.am index 226fbc92..7f20c412 100644 --- a/tutorials/Makefile.am +++ b/tutorials/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = METASOURCES = AUTO -pkgdata_SCRIPTS = boxcyl.geo circle_on_cube.geo cone.geo cube.geo \ +pkgdata_DATA = boxcyl.geo circle_on_cube.geo cone.geo cube.geo \ cubeandring.geo cubeandspheres.geo cubemcyl.geo cubemsphere.geo cylinder.geo \ cylsphere.geo ellipsoid.geo ellipticcyl.geo extrusion.geo fichera.geo lshape3d.geo \ manyholes.geo manyholes2.geo matrix.geo ortho.geo period.geo revolution.geo \ diff --git a/tutorials/Makefile.in b/tutorials/Makefile.in index f11c591d..1b5dc900 100644 --- a/tutorials/Makefile.in +++ b/tutorials/Makefile.in @@ -41,11 +41,17 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = -am__installdirs = "$(DESTDIR)$(pkgdatadir)" -pkgdataSCRIPT_INSTALL = $(INSTALL_SCRIPT) -SCRIPTS = $(pkgdata_SCRIPTS) 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)$(pkgdatadir)" +pkgdataDATA_INSTALL = $(INSTALL_DATA) +DATA = $(pkgdata_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ @@ -164,7 +170,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ INCLUDES = METASOURCES = AUTO -pkgdata_SCRIPTS = boxcyl.geo circle_on_cube.geo cone.geo cube.geo \ +pkgdata_DATA = boxcyl.geo circle_on_cube.geo cone.geo cube.geo \ cubeandring.geo cubeandspheres.geo cubemcyl.geo cubemsphere.geo cylinder.geo \ cylsphere.geo ellipsoid.geo ellipticcyl.geo extrusion.geo fichera.geo lshape3d.geo \ manyholes.geo manyholes2.geo matrix.geo ortho.geo period.geo revolution.geo \ @@ -203,31 +209,29 @@ $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS) - @$(NORMAL_INSTALL) - test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" - @list='$(pkgdata_SCRIPTS)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - if test -f $$d$$p; then \ - f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ - echo " $(pkgdataSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \ - $(pkgdataSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \ - else :; fi; \ - done - -uninstall-pkgdataSCRIPTS: - @$(NORMAL_UNINSTALL) - @list='$(pkgdata_SCRIPTS)'; for p in $$list; do \ - f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ - echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \ - rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \ - done mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs +install-pkgdataDATA: $(pkgdata_DATA) + @$(NORMAL_INSTALL) + test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" + @list='$(pkgdata_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \ + $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \ + done + +uninstall-pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgdata_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \ + rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \ + done tags: TAGS TAGS: @@ -263,7 +267,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: Makefile $(SCRIPTS) +all-am: Makefile $(DATA) installdirs: for dir in "$(DESTDIR)$(pkgdatadir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -310,7 +314,7 @@ info: info-am info-am: -install-data-am: install-pkgdataSCRIPTS +install-data-am: install-pkgdataDATA install-dvi: install-dvi-am @@ -344,7 +348,7 @@ ps: ps-am ps-am: -uninstall-am: uninstall-pkgdataSCRIPTS +uninstall-am: uninstall-pkgdataDATA .MAKE: install-am install-strip @@ -354,11 +358,11 @@ uninstall-am: uninstall-pkgdataSCRIPTS install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ - install-pdf-am install-pkgdataSCRIPTS install-ps install-ps-am \ + install-pdf-am install-pkgdataDATA install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - uninstall uninstall-am uninstall-pkgdataSCRIPTS + uninstall uninstall-am uninstall-pkgdataDATA # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.