]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Files.make
release: 0.1.57
[lilypond.git] / make / Files.make
index ba1d2e37625f70d0fd53afc769a84dec6d0b0e68..87baac4272df22d93b1c5adb70096aef32fa6380 100644 (file)
@@ -5,7 +5,7 @@ HHFILES = $(wildcard *.hh)
 
 # list of c++ inline files:
 # 
-INLFILES = $(wildcard *.inl)
+INLFILES = $(wildcard *.icc)
 #
 
 # list of c++ template files:
@@ -17,7 +17,7 @@ TCCFILES = $(wildcard *.tcc)
 # list of other source files:
 #
 
-EXTRA_SOURCE_FILES = $(wildcard *.y *.l)
+EXTRA_SOURCE_FILES = $(wildcard *.yy *.ll)
 
 #
 PODFILES = $(wildcard *.pod)
@@ -30,6 +30,5 @@ ALL_SOURCES=$(HHFILES) $(CCFILES) $(EXTRA_SOURCE_FILES) $(INLFILES) \
 
 DEPFILES = $(wildcard $(depdir)/*.dep)
 
-build = $(outdir)/.build
 
-all-tag-sources=$(CCFILES) $(HHFILES)
+all-tag-sources=$(CCFILES) $(HHFILES) $(TCCFILES)