summaryrefslogtreecommitdiff
path: root/Build/source/texk/musixflx/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/musixflx/Makefile.am')
-rw-r--r--Build/source/texk/musixflx/Makefile.am38
1 files changed, 0 insertions, 38 deletions
diff --git a/Build/source/texk/musixflx/Makefile.am b/Build/source/texk/musixflx/Makefile.am
deleted file mode 100644
index 43dea5d38e7..00000000000
--- a/Build/source/texk/musixflx/Makefile.am
+++ /dev/null
@@ -1,38 +0,0 @@
-## Makefile.am for the TeX Live subdirectory texk/musixflx/
-##
-## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
-## You may freely use, modify and/or distribute this file.
-##
-ACLOCAL_AMFLAGS = -I ../../m4
-
-## We want to re-distribute the whole original musixflx source tree.
-##
-EXTRA_DIST = $(MUSIXFLX_TREE)
-
-## Patches applied to the original source tree
-##
-EXTRA_DIST += $(MUSIXFLX_TREE)-PATCHES
-
-# in case of an SVN repository
-dist-hook:
- rm -rf `find $(distdir) -name .svn`
-
-AM_CFLAGS = $(WARNING_CFLAGS)
-
-bin_PROGRAMS = musixflx
-
-nodist_musixflx_SOURCES = \
- $(MUSIXFLX_TREE)/musixflx.c
-
-nodist_man1_MANS = \
- $(MUSIXFLX_TREE)/musixflx.1
-
-## Tests.
-##
-TESTS = tests/musixflx.test
-EXTRA_DIST += $(TESTS)
-DISTCLEANFILES =
-## tests/musixflx.test
-EXTRA_DIST += tests/quod.mx1 tests/quod.mx2 tests/quod.tex
-DISTCLEANFILES += quod.mx1 quod.mx2
-