diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-07 09:38:37 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-07 09:38:37 +0000 |
commit | 7c2925d22a08389fce0d7dc74a95c72f0531ccaa (patch) | |
tree | 91e6da882da1afe6384bc65e128a59468659046b /Build/source/utils/vlna/Makefile.in | |
parent | 5d320bef77bd09c74d92aefc1488e629102d5839 (diff) |
build system: utils/vlna/ cleanup
git-svn-id: svn://tug.org/texlive/trunk@12970 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/vlna/Makefile.in')
-rw-r--r-- | Build/source/utils/vlna/Makefile.in | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/Build/source/utils/vlna/Makefile.in b/Build/source/utils/vlna/Makefile.in index 22d1b647280..5a58ca517c9 100644 --- a/Build/source/utils/vlna/Makefile.in +++ b/Build/source/utils/vlna/Makefile.in @@ -14,8 +14,6 @@ @SET_MAKE@ -# Makefile.am -- Peter Breitenlohner <peb@mppmu.mpg.de> -- Public domain. - VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -35,8 +33,14 @@ POST_UNINSTALL = : bin_PROGRAMS = vlna$(EXEEXT) subdir = . DIST_COMMON = README $(am__configure_deps) $(dist_man1_MANS) \ - $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(top_srcdir)/configure ChangeLog depcomp install-sh missing + $(srcdir)/../../build-aux/depcomp \ + $(srcdir)/../../build-aux/install-sh \ + $(srcdir)/../../build-aux/missing $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(top_srcdir)/configure \ + ../../build-aux/config.guess ../../build-aux/config.sub \ + ../../build-aux/depcomp ../../build-aux/install-sh \ + ../../build-aux/ltmain.sh ../../build-aux/missing \ + ../../build-aux/texinfo.tex ../../build-aux/ylwrap ChangeLog ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -52,7 +56,7 @@ vlna_SOURCES = vlna.c vlna_OBJECTS = vlna.$(OBJEXT) vlna_LDADD = $(LDADD) DEFAULT_INCLUDES = -I.@am__isrc@ -depcomp = $(SHELL) $(top_srcdir)/depcomp +depcomp = $(SHELL) $(top_srcdir)/../../build-aux/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -72,7 +76,7 @@ am__remove_distdir = \ { test ! -d $(distdir) \ || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -fr $(distdir); }; } -DIST_ARCHIVES = $(distdir).tar.gz +DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print @@ -372,7 +376,6 @@ distdir: $(DISTFILES) dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) - dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) @@ -396,6 +399,7 @@ dist-zip: distdir dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then @@ -588,15 +592,15 @@ vlna.dvi: vlna.tex vlna.idx vlna.scn # up to date (even if vlna.tex is up to date). Thus the sub-make. # vlna.tex vlna.idx vlna.scn: vlna.w - $(MAKE) do-cweave + $(MAKE) $(AM_MAKEFLAGS) do-cweave do-cweave: vlna.w .FORCE $(CWEAVE) $< .PHONY: do-cweave .FORCE -@MAINTAINER_MODE_TRUE@all-local: vlna.dvi -@MAINTAINER_MODE_TRUE@vlna.c: vlna.w -@MAINTAINER_MODE_TRUE@ $(CTANGLE) $< -@MAINTAINER_MODE_FALSE@all-local: +@do_cweb_TRUE@all-local: vlna.dvi +@do_cweb_TRUE@vlna.c: vlna.w +@do_cweb_TRUE@ $(CTANGLE) $< +@do_cweb_FALSE@all-local: # 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. .NOEXPORT: |