diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:28:49 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:28:49 +0000 |
commit | 64fd18cbb2e8fb3ed44dd20ee3d0cced7fa1a5c2 (patch) | |
tree | 256fdc8938df0a0fa1b7f167567d0660aa9e232f /Build/source/texk/xdvik/Makefile.in | |
parent | dd3e4c3b3688ba6289553b06af392e42123eb76e (diff) |
towards TL2010: texk/xdvik
git-svn-id: svn://tug.org/texlive/trunk@15967 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/Makefile.in')
-rw-r--r-- | Build/source/texk/xdvik/Makefile.in | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/Build/source/texk/xdvik/Makefile.in b/Build/source/texk/xdvik/Makefile.in index 83618905e25..2ffa5f2d7ad 100644 --- a/Build/source/texk/xdvik/Makefile.in +++ b/Build/source/texk/xdvik/Makefile.in @@ -137,6 +137,7 @@ am__DEPENDENCIES_4 = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_3) am__DEPENDENCIES_5 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_4) +xdvi_bin_DEPENDENCIES = libxdvi.a $(am__DEPENDENCIES_5) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -226,7 +227,7 @@ am__relativize = \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" -DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 +DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print @@ -285,6 +286,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PS_DEF = @PS_DEF@ @@ -416,9 +418,9 @@ libxdvi_a_SOURCES = alloc-debug.h browser.c browser.h c-openmx.h \ gui/xm_prefs_helpers.h gui/xm_prefs_page.c gui/xm_prefs_page.h \ gui/xm_prefs_scroll.c gui/xm_prefs_scroll.h gui/xm_toolbar.c \ gui/xm_toolbar.h +DISTCLEANFILES = config.force bin_SCRIPTS = xdvi xdvi_bin_SOURCES = main.c -xdvi_bin_DEPENDENCIES = libxdvi.a $(common_dependencies) LDADD = libxdvi.a $(common_ldadd) EXTRA_DIST = psheader.txt mksedscript xdvi.1.in BUGS CHANGES \ ChangeLog.TL FAQ LESSTIF-BUGS README.t1fonts README.t1mapper \ @@ -1415,6 +1417,7 @@ 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) @@ -1442,7 +1445,6 @@ 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 @@ -1551,6 +1553,7 @@ clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -1667,6 +1670,14 @@ uninstall-man: uninstall-man1 @KPATHSEA_RULE@ @T1LIB_RULE@ +$(libxdvi_a_OBJECTS): config.force + +config.force: $(common_dependencies) + echo timestamp >config.force + $(SHELL) ./config.status --recheck + +$(xdvi_bin_OBJECTS): libxdvi.a $(common_dependencies) + # When cross-compiling, EXEEXT for the build and hosts system may differ. # Thus we depend on the auxiliary file squeeze/stamp-squeeze. psheader.c: psheader.txt squeeze/stamp-squeeze |