summaryrefslogtreecommitdiff
path: root/Build/source/utils/m-tx/mtx-0.60d/Makefile.am
diff options
context:
space:
mode:
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
+