summaryrefslogtreecommitdiff
path: root/Build/source/texk/musixflx/Makefile.am
blob: 7b7e10cd7ddd05be1e3cf645d4687f13d7d1ec54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## 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