lilypond-0.1.55
[lilypond.git] / Makefile.am.wild
blob97c5d507e1191be99e3b70858f7aef47111be621
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)
14 INSTALL:
15         rm -f INSTALL
16         ln `$(FIND) ./ -name INSTALL.txt -print | head -1` $@
18 AUTHORS:
19         rm -f AUTHORS
20         ln `$(FIND) ./ -name AUTHORS.txt -print | head -1` $@
22 PATCHES:
23         rm -f PATCHES
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
29 distclean-local:
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
36 wild-check:
38 # dummy target for non-GNU makes; is overridden in GNUmakefile
39 make-in-build: