diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 07:35:59 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 07:35:59 +0000 |
commit | 70a2688732ce8e027c0bbf4cbdc55621c9ca5b57 (patch) | |
tree | 0a618c7df46f5a6c6334bcc5b2264cc23ebdbc89 /Build/source/libs/xpdf/Makefile.in | |
parent | 200cfaafaed3d870382579503f73a3838b427d51 (diff) |
new build system
git-svn-id: svn://tug.org/texlive/trunk@12443 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/Makefile.in')
-rw-r--r-- | Build/source/libs/xpdf/Makefile.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Build/source/libs/xpdf/Makefile.in b/Build/source/libs/xpdf/Makefile.in deleted file mode 100644 index 07eac14a849..00000000000 --- a/Build/source/libs/xpdf/Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ -# @configure_input@ - -all: - (cd xpdf; $(MAKE) libxpdf.a) - (cd goo; $(MAKE) libGoo.a) - (cd fofi; $(MAKE) libfofi.a) - -mostlyclean clean depend: - (cd xpdf; $(MAKE) $@) - (cd goo; $(MAKE) $@) - (cd fofi; $(MAKE) $@) - -distclean maintainer-clean extraclean: clean - (cd xpdf; $(MAKE) $@) - (cd goo; $(MAKE) $@) - (cd fofi; $(MAKE) $@) - rm -f Makefile config.cache config.log config.status aconf.h - rm -f fofi/Makefile.aux goo/Makefile.aux xpdf/Makefile.aux |