lilypond-0.1.20
[lilypond.git] / make / Files.make
blobee10f993718f491ded00698642db0d7fce525280
1 # list of c++ header files:
2 #
3 HHFILES = $(wildcard *.hh)
6 # list of c++ inline files:
7 #
8 INLFILES = $(wildcard *.icc)
11 # list of c++ template files:
14 TCCFILES = $(wildcard *.tcc)
17 # list of other source files:
20 EXTRA_SOURCE_FILES = $(wildcard *.y *.l)
23 PODFILES = $(wildcard *.pod)
25 CCFILES = $(wildcard *.cc)
26 MAKEFILES = $(wildcard *.make)
28 ALL_SOURCES=$(HHFILES) $(CCFILES) $(EXTRA_SOURCE_FILES) $(INLFILES) \
29 $(TCCFILES) $(PODFILES) $(MAKEFILES)
31 DEPFILES = $(wildcard $(depdir)/*.dep)
33 build = $(outdir)/.build
35 all-tag-sources=$(CCFILES) $(HHFILES) $(TCCFILES)