1 # title top level makefile for LilyPond
2 # file Makefile.am.wild
4 SUBDIRS = bin flower flowertest lib lily mf mi2mu test debian\
5 Documentation init input tex make mutopia
7 SCHRIFTEN = configure configure.in install-sh aclocal.m4
8 README_FILES = BUGS DEDICATION ANNOUNCE-0.1 ANNOUNCE \
9 COPYING ONEWS NEWS README TODO \
10 INSTALL AUTHORS PATCHES
11 EXTRA_DIST = Makefile.am.wild GNUmakefile .dstreamrc mudela-mode.el acinclude.m4 VERSION $(README_FILES) $(SCHRIFTEN)
16 ln `$(FIND) ./ -name INSTALL.txt -print | head -1` $@
20 ln `$(FIND) ./ -name AUTHORS.txt -print | head -1` $@
24 ln `$(FIND) ./ -name PATCHES.txt -print | head -1` $@
27 # a hack due to a bug in automake: the macro AM_CONFIG_HEADER does not
28 # respect the directory
30 rm -f flower/config.hh
32 # override default target for all-am: to get an extra dependency
33 all-am: Makefile $(PROGRAMS) wild-check
35 # dummy target for non-GNU makes; is overridden in GNUmakefile
38 # dummy target for non-GNU makes; is overridden in GNUmakefile