]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/make/toplevel.make.in
45410640555233caac63926b2bcd03cda8f5fc93
[lilypond.git] / stepmake / make / toplevel.make.in
1 # -*-Makefile-*-
2 # title  specific top level makefile for StepMake
3
4 # subdir level:
5 #
6 depth = .
7 #
8
9 # descent order into subdirectories:
10 #
11 SUBDIRS = bin make stepmake Documentation
12 #
13
14 # bootstrap stepmake:
15 #
16 #
17
18 # list of distribution files:
19 #
20 SCRIPTS = configure aclocal.m4
21 README_FILES = NEWS README TODO
22 README_TXT_FILES = AUTHORS.txt INSTALL.txt
23 EXTRA_DIST_FILES = $(IN_FILES) VERSION $(README_FILES)  $(SCRIPTS) 
24 NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
25
26 #
27
28 # bootstrap stepmake:
29 #
30 STEPMAKE_TEMPLATES=toplevel
31 include $(depth)/make/stepmake.make 
32 #
33