diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-30 13:19:09 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-30 13:19:09 +0000 |
commit | 3f5b20518e48bd5629297fecb481a68248b5b02a (patch) | |
tree | 420bb3864a045f705ef30a3db59a7cc87d39f573 /Build/source/texk/web2c/mpdir | |
parent | 28eebd476ea8cbd67dd8a7145e6979ba2ffabf69 (diff) |
prepare for new MetaPost
git-svn-id: svn://tug.org/texlive/trunk@12573 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mpdir')
-rw-r--r-- | Build/source/texk/web2c/mpdir/am/mp.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/mpdir/am/mp.am b/Build/source/texk/web2c/mpdir/am/mp.am index 0b7d39ffe97..eb89d5b0e96 100644 --- a/Build/source/texk/web2c/mpdir/am/mp.am +++ b/Build/source/texk/web2c/mpdir/am/mp.am @@ -7,7 +7,7 @@ bin_PROGRAMS += mpost endif MP mpost_CPPFLAGS = -I$(srcdir)/mpdir -mpost_LDADD = libmp.a $(LDADD) +mpost_LDADD = libmpost.a $(LDADD) mpost_c_h = mpini.c mp0.c mp1.c mp2.c mpcoerce.h mpd.h nodist_mpost_SOURCES = $(mpost_c_h) mp-pool.c mpextra.c $(mpost_c_h): mp-web2c @@ -28,13 +28,13 @@ mp-pool.c: mp.pool $(makecpool) mpdir/mplib.h DISTCLEANFILES += $(nodist_mpost_SOURCES) mp-web2c \ mp.p mp.pool mp-tangle -## libmp +## libmpost ## -EXTRA_LIBRARIES += libmp.a +EXTRA_LIBRARIES += libmpost.a -libmp_a_CPPFLAGS = -I$(srcdir)/mpdir +libmpost_a_CPPFLAGS = -I$(srcdir)/mpdir -libmp_a_SOURCES = \ +libmpost_a_SOURCES = \ mpdir/avl.c \ mpdir/avl.h \ mpdir/avlstuff.c \ @@ -47,8 +47,8 @@ libmp_a_SOURCES = \ mpdir/writefont.c \ mpdir/writet1.c -## We must create mpd.h before compiling the libmp_a_SOURCES. -$(libmp_a_SOURCES): mpd.h +## We must create mpd.h before compiling the libmpost_a_SOURCES. +$(libmpost_a_SOURCES): mpd.h ## Eventually delete these files ## |