]> git.donarmstrong.com Git - lilypond.git/blob - Makefile.am.wild
f3651acb950b29223cc0d7cc7d7965556ccbb703
[lilypond.git] / Makefile.am.wild
1 # title    top level makefile for LilyPond  
2 # file     Makefile.am.wild
3
4 SUBDIRS = bin flower flowertest lib lily mf mi2mu debian\
5         Documentation init input tex make mutopia
6
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)
12
13
14 INSTALL:
15         rm -f INSTALL
16         ln `$(FIND) ./ -name INSTALL.txt -print | head -1` $@
17
18 AUTHORS:
19         rm -f AUTHORS
20         ln `$(FIND) ./ -name AUTHORS.txt -print | head -1` $@
21
22 PATCHES:
23         rm -f PATCHES
24         ln `$(FIND) ./ -name PATCHES.txt -print | head -1` $@
25
26
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
31
32 # override default target for all-am: to get an extra dependency
33 all-am: Makefile $(PROGRAMS) wild-check
34
35 # dummy target for non-GNU makes; is overridden in GNUmakefile
36 wild-check:
37
38 # dummy target for non-GNU makes; is overridden in GNUmakefile
39 make-in-build:
40