diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 10:47:15 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 10:47:15 +0000 |
commit | a770f7dc16dcbd5ea863f597e42c1901253eb1d7 (patch) | |
tree | 28c8cf608cd3c114f94254adda67ca951c69fc65 /Build/source/texk/web2c/lib | |
parent | 1adfc7bd79131e1ad0240ee2cc4acbc5925fab99 (diff) |
new build system
git-svn-id: svn://tug.org/texlive/trunk@12464 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/lib')
-rw-r--r-- | Build/source/texk/web2c/lib/Makefile.am | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/lib/Makefile.am b/Build/source/texk/web2c/lib/Makefile.am new file mode 100644 index 00000000000..d3e30c44a12 --- /dev/null +++ b/Build/source/texk/web2c/lib/Makefile.am @@ -0,0 +1,30 @@ +## +INCLUDES = -I$(top_builddir)/.. -I$(top_srcdir) $(KPATHSEA_INCLUDES) + +## Rebuild libkpathsea +@KPATHSEA_RULE@ + +noinst_LIBRARIES = lib.a + +## We don't compile `texmfmp.c'; this file is converted into 'texextra.c' +## for TeX, 'mfextra.c' for Metafont, 'mfextra.c' for MetaPost, ... +lib_a_SOURCES = \ + basechsuffix.c \ + chartostring.c \ + coredump.c \ + eofeoln.c \ + fprintreal.c \ + inputint.c \ + input2int.c \ + main.c \ + openclose.c \ + printversion.c \ + uexit.c \ + usage.c \ + version.c \ + zround.c + +## Not yet used +## +EXTRA_DIST = alloca.c win32main.c + |