]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/GNUmakefile
Make distributed tarball from Git file list
[lilypond.git] / stepmake / stepmake / GNUmakefile
1 # title    makefile for stepmake
2
3 # subdir level:
4 #
5 depth = ../..
6 #
7
8 # descent order into subdirectories:
9 #
10 SUBDIRS =
11 #
12
13 STEPMAKE_TEMPLATES=makedir install
14
15 # bootstrap stepmake:
16 #
17 -include $(depth)/make/stepmake.make
18
19 ifeq ($(PACKAGE),STEPMAKE)
20 INSTALLATION_DIR=$(datadir)/stepmake
21 else
22 INSTALLATION_DIR=$(dir $(patsubst %/, %, $(dir $(datadir))))$(package)/stepmake/stepmake
23 endif
24 INSTALLATION_FILES=GNUmakefile $(MAKE_FILES)
25