summaryrefslogtreecommitdiff
path: root/init/GNUmakefile
blob: 00000cc6c623d10d27624d57bcdc8dc04c4f92b9 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# init/Makefile

depth = ..

INI_FILES = $(FLY_FILES) $(LY_FILES)
# DIST_FILES = Makefile $(INI_FILES)

INSTALLATION_DIR=$(datadir)
INSTALLATION_FILES=$(INI_FILES)

LOCALSTEPMAKE_TEMPLATES=mutopia

include $(depth)/make/stepmake.make 


include $(stepdir)/installfiles.make