summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/libefont/Makefile.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-27 08:55:29 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-27 08:55:29 +0000
commit8f99fe933d73e2b309e130ddcc3c8111145ba407 (patch)
treebcf754070198a05580a080c2606608ee5745c096 /Build/source/texk/lcdf-typetools/libefont/Makefile.in
parent60d6c6efe18d17d75800fffdf7fe2fec2a1d2ec5 (diff)
lcdf-typetools 2.83
git-svn-id: svn://tug.org/texlive/trunk@18026 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lcdf-typetools/libefont/Makefile.in')
-rw-r--r--Build/source/texk/lcdf-typetools/libefont/Makefile.in11
1 files changed, 2 insertions, 9 deletions
diff --git a/Build/source/texk/lcdf-typetools/libefont/Makefile.in b/Build/source/texk/lcdf-typetools/libefont/Makefile.in
index 904b999bdfc..76f2332a4f6 100644
--- a/Build/source/texk/lcdf-typetools/libefont/Makefile.in
+++ b/Build/source/texk/lcdf-typetools/libefont/Makefile.in
@@ -127,6 +127,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
KPATHSEA_DEPEND = @KPATHSEA_DEPEND@
KPATHSEA_INCLUDES = @KPATHSEA_INCLUDES@
KPATHSEA_LIBS = @KPATHSEA_LIBS@
+LCDF_TYPETOOLS_VERSION = @LCDF_TYPETOOLS_VERSION@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
@@ -215,6 +216,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
+AUTOMAKE_OPTIONS = foreign
noinst_LIBRARIES = libefont.a
libefont_a_SOURCES = \
afm.cc \
@@ -560,15 +562,6 @@ uninstall-am:
pdf pdf-am ps ps-am tags uninstall uninstall-am
-srclinks:
- test -d $(top_srcdir)/include || mkdir $(top_srcdir)/include
- test -d $(top_srcdir)/include/efont || mkdir $(top_srcdir)/include/efont
- I=../../libefont/include/efont S=../../libefont/libefont; \
- cd $(srcdir); for i in $(libefont_a_SOURCES); do \
- j=`echo $$i | sed 's/.cc$$//'`; \
- test -f $$I/$$j.hh && ln -sf ../$$I/$$j.hh ../include/efont/$$j.hh; \
- test -f $$S/$$i && ln -sf $$S/$$i $$i; done
-
# 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: