(to_relative_octave): undo relative
[lilypond.git] / stepmake / GNUmakefile.in
blobbe4e43a8320531287ed6cb0c510328207efb3e35
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
13 else
14 SUBDIRS = stepmake
15 endif
18 # list of distribution files:
20 SCRIPTS = configure aclocal.m4 autogen.sh
21 README_FILES = CHANGES README TODO
22 README_TXT_FILES =
23 EXTRA_DIST_FILES = $(IN_FILES) VERSION $(README_FILES) $(SCRIPTS) INSTALL.texi
24 NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
27 # bootstrap stepmake:
29 STEPMAKE_TEMPLATES=toplevel texinfo
30 include $(depth)/make/stepmake.make
33 # 2nd: THIS IS NO MISTAKE
34 # this makes lilypond's make dist descent into stepmake
35 # should check if we can remove the above
36 # descent order into subdirectories:
38 ifeq ($(PACKAGE),STEPMAKE)
39 SUBDIRS = bin make stepmake
40 else
41 SUBDIRS = stepmake
42 # don't install stepmake
43 install: local-install
44 @echo Not installing stepmake
45 endif
48 #urg urg
49 stepmake/aclocal.m4:
50 -$(LN) aclocal.m4 $@
52 ifeq ($(PACKAGE),STEPMAKE)
53 INSTALLATION_DIR=$(package_datadir)
54 INSTALLATION_FILES=$(DIST_FILES) $(NON_ESSENTIAL_DIST_FILES) GNUmakefile config.make config.status
55 include $(stepdir)/install-targets.make
56 endif
58 localclean:
59 rm -f bin/*.pyc
60 rm -f stepmake/stepmake stepmake/bin stepmake/aclocal.m4