summaryrefslogtreecommitdiff
path: root/Build/source/utils/m-tx/mtx-0.60d/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-12 14:32:18 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-12 14:32:18 +0000
commit9f5608ba2efae21382aa973dc6095686c97b6c0e (patch)
tree9869762cf231ec6cd33923478a3f8ef7e2a6f5f3 /Build/source/utils/m-tx/mtx-0.60d/Makefile.am
parentfd09c28d8785ca8ed5f57902031cb29541fc8f3f (diff)
utils/mtx: Renamed into utils/m-tx
git-svn-id: svn://tug.org/texlive/trunk@27015 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/m-tx/mtx-0.60d/Makefile.am')
-rw-r--r--Build/source/utils/m-tx/mtx-0.60d/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/utils/m-tx/mtx-0.60d/Makefile.am b/Build/source/utils/m-tx/mtx-0.60d/Makefile.am
new file mode 100644
index 00000000000..1fc037408fa
--- /dev/null
+++ b/Build/source/utils/m-tx/mtx-0.60d/Makefile.am
@@ -0,0 +1,13 @@
+SUBDIRS = libp2c
+DIST_SUBDIRS = libp2c
+bin_PROGRAMS = prepmx
+INCLUDES = -I$(srcdir)/libp2c
+prepmx_SOURCES = analyze.h cfuncs.h config.h control.h files.h globals.h lyrics.h\
+ mtx.h mtxline.h multfile.h notes.h preamble.h status.h strings.h uptext.h utility.h\
+ globals.c mtx.c preamble.c lyrics.c analyze.c mtxline.c\
+ status.c uptext.c files.c notes.c prepmx.c cfuncs.c multfile.c utility.c control.c
+prepmx_LDADD = libp2c/libp2c.a
+EXTRA_DIST = globals.pas mtx.pas preamble.pas lyrics.pas analyze.pas mtxline.pas\
+ status.pas uptext.pas prepmx.pas files.pas notes.pas multfile.pas utility.pas control.pas\
+ Makefile.orig Bugs README.060d
+