]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Files.make
release: 0.0.46.jcn1
[lilypond.git] / make / Files.make
index ba1d2e37625f70d0fd53afc769a84dec6d0b0e68..7c2bf11c1f248ae1e2fa2849694baac6fa6b09d5 100644 (file)
@@ -1,3 +1,13 @@
+# project  LilyPond -- the musical typesetter
+# title           automatic file variables
+# file    make/Files.make
+# abstract mmm, brr.
+#          
+#
+# Copyright (c) 1997 by    
+#      Jan Nieuwenhuizen <jan@digicash.com>
+#      Han-Wen Nienhuys <hanwen@stack.nl>
+
 # list of c++ header files:
 # 
 HHFILES = $(wildcard *.hh)
@@ -5,24 +15,26 @@ HHFILES = $(wildcard *.hh)
 
 # list of c++ inline files:
 # 
-INLFILES = $(wildcard *.inl)
+INLFILES = $(wildcard *.icc)
 #
 
 # list of c++ template files:
 # 
-
 TCCFILES = $(wildcard *.tcc)
+#
 
+# list plain c++ source files:
+# 
+CCFILES = $(wildcard *.cc)
 #
+
 # list of other source files:
 #
-
 EXTRA_SOURCE_FILES = $(wildcard *.y *.l)
-
 #
+
 PODFILES = $(wildcard *.pod)
 
-CCFILES = $(wildcard *.cc)
 MAKEFILES = $(wildcard *.make)
 
 ALL_SOURCES=$(HHFILES) $(CCFILES) $(EXTRA_SOURCE_FILES) $(INLFILES) \