# init/Makefile

depth = ..

include $(depth)/make/Stepmake.make 
include $(make-dir)/Mutopia.make

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

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

include $(stepdir)/Installfiles.make

