]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/files.make
patch::: 1.5.9.jcn3
[lilypond.git] / stepmake / stepmake / files.make
index 2c25447e3e4a398fb846f99e4e153d216227f21f..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,20 +0,0 @@
-# Files.make
-
-
-
-DEP_FILES := $(wildcard $(outdir)/*.dep)
-
-# (Why not Makefile too?)
-#
-#
-
-IN_FILES := $(wildcard *.in)
-SOURCE_FILES += $(IN_FILES)
-
-# Preprocessed .in documentation _FILES:
-#
-OUTIN_FILES = $(addprefix $(outdir)/, $(IN_FILES:%.in=%))
-#
-
-ALL_SOURCES = $(SOURCE_FILES)
-