]> git.donarmstrong.com Git - lilypond.git/blob - Makefile.am.wild
abb580c4e94ca1c155da24aaea835a8b06907053
[lilypond.git] / Makefile.am.wild
1 ########################################################
2 # project  LilyPond -- the musical typesetter
3 # title    top level makefile for LilyPond  
4 # file     Makefile.am.wild
5 #
6 # Copyright (c) 1997 by    
7 #       Jan Nieuwenhuizen <jan@digicash.com>
8 #       Han-Wen Nienhuys <hanwen@stack.nl>
9
10 SUBDIRS = bin flower lib lily mf mi2mu debian\
11         Documentation init input tex make mutopia
12
13 SCHRIFTEN = configure configure.in install-sh aclocal.m4
14 README_FILES = BUGS DEDICATION ANNOUNCE-0.1 ANNOUNCE \
15  COPYING ONEWS NEWS README TODO \
16  INSTALL AUTHORS PATCHES
17 EXTRA_DIST = Makefile.am.wild .dstreamrc mudela-mode.el acinclude.m4 VERSION $(README_FILES) $(SCHRIFTEN)
18
19 dist-hook:
20         bin/autowild
21
22 INSTALL:
23         rm -f INSTALL
24         ln `$(FIND) ./ -name INSTALL.txt -print | head -1` $@
25
26 AUTHORS:
27         rm -f AUTHORS
28         ln `$(FIND) ./ -name AUTHORS.txt -print | head -1` $@
29
30 PATCHES:
31         rm -f PATCHES
32         ln `$(FIND) ./ -name PATCHES.txt -print | head -1` $@
33