diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-20 06:33:49 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-20 06:33:49 +0000 |
commit | c069df30824ac859800243880e32f7dbdd6a9735 (patch) | |
tree | 79aa9f28ec870179384b1408e6d70e33ec703bec /Build/source/texk/web2c/lib/Makefile.am | |
parent | 24b38822a35c7e7092f43ae7899072b8a41be5be (diff) |
build system: some cleanup and better pTeX integration
git-svn-id: svn://tug.org/texlive/trunk@17940 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/lib/Makefile.am')
-rw-r--r-- | Build/source/texk/web2c/lib/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/lib/Makefile.am b/Build/source/texk/web2c/lib/Makefile.am index 2257fd1ad13..e6b368a3fdf 100644 --- a/Build/source/texk/web2c/lib/Makefile.am +++ b/Build/source/texk/web2c/lib/Makefile.am @@ -10,6 +10,10 @@ AM_CFLAGS = $(WARNING_CFLAGS) @KPATHSEA_RULE@ noinst_LIBRARIES = lib.a +if PTEX +noinst_LIBRARIES += libp.a +endif PTEX +EXTRA_LIBRARIES = libp.a ## We don't compile `texmfmp.c'; this file is converted into 'texextra.c' ## for TeX, 'mfextra.c' for Metafont, ... @@ -31,6 +35,13 @@ lib_a_SOURCES = \ version.c \ zround.c +## Replacements for pTeX. +## +libp_a_CPPFLAGS = -DPTEX $(ENCTEX_INCLUDES) +libp_a_SOURCES = \ + openclose.c \ + printversion.c + ## Not yet used ## EXTRA_DIST = alloca.c win32main.c |