2 # project LilyPond -- the musical typesetter
3 # title generic make rules
6 # Copyright (c) 1997 by
7 # Jan Nieuwenhuizen <jan@digicash.com>
8 # Han-Wen Nienhuys <hanwen@stack.nl>
10 # this is supposed to clear all suffixes:
13 .SUFFIXES
: .
cc .o .hh .y .l .dep
21 $(outdir
)/%.o
: $(outdir
)/%.
cc
31 mv
$<.tab.c
$(outdir
)/$(shell basename $@ .hh
).
cc
34 $(FLEX
) -Cfe
-p
-p
-t
$< > $@
36 # $(FLEX) -8 -Cf -t $< > $@
48 $(depth
)/%.txt
: check-doc-deps
50 ln
`find ${depth}/Documentation -name $@ -print|head -1 ` .