lilypond-1.2.0
[lilypond.git] / stepmake / make / toplevel.make.in
blob306eb8dea200782bf8356572b32c56d48556b630
1 # -*-Makefile-*-
2 # title specific top level makefile for StepMake
4 # subdir level:
6 depth = .
9 # descent order into subdirectories:
11 ifeq ($(PACKAGE),STEPMAKE)
12 SUBDIRS = bin make stepmake Documentation
13 else
14 SUBDIRS =
15 endif
18 # list of distribution files:
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)
27 # bootstrap stepmake:
29 STEPMAKE_TEMPLATES=toplevel
30 include $(depth)/make/stepmake.make
33 # descent order into subdirectories:
35 ifeq ($(PACKAGE),STEPMAKE)
36 SUBDIRS = bin make stepmake Documentation
37 else
38 SUBDIRS =
39 endif
42 #urg urg
43 stepmake/aclocal.m4:
44 -$(LN) aclocal.m4 $@
46 ifeq ($(PACKAGE),STEPMAKE)
47 INSTALLATION_DIR=$(datadir)
48 INSTALLATION_FILES=$(DIST_FILES) $(NON_ESSENTIAL_DIST_FILES) GNUmakefile config.make config.status
49 include $(stepdir)/install-targets.make
50 endif
52 localclean:
53 rm -f bin/*.pyc
54 rm -f stepmake/stepmake stepmake/bin stepmake/aclocal.m4