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