]> git.donarmstrong.com Git - lilypond.git/blob - make/Builtin-rules.make
partial: 0.0.42.pre3.hanjan
[lilypond.git] / make / Builtin-rules.make
1 #
2 # project  LilyPond -- the musical typesetter
3 # title    cancel all built-in rules
4 # file     make/Builtin-rules.make
5 #
6 # Copyright (c) 1997 by    
7 #       Jan Nieuwenhuizen <jan@digicash.com>
8 #       Han-Wen Nienhuys <hanwen@stack.nl>
9
10 # no assembly sources
11 %.o : %.s
12
13 # no c sources
14 %.o : %.c
15
16 # not using RCS
17 % :: RCS/%,v
18 $(outdir)/% :: $(outdir)/RCS/%,v
19 % : RCS/%,v
20 $(outdir)/% : $(outdir)/RCS/%,v
21 %.c : RCS/%,v
22 %.cc : RCS/%,v
23 %.hh : RCS/%,v
24 %.make : RCS/%,v
25 $(outdir)/%.dep : $(outdir)/RCS/%,v
26 %.dep : RCS/%.dep,v
27 $(outdir)/%.dep : $(outdir)/RCS/%.dep,v
28
29 # lily knows better
30 %.tab.c %.tab.h : %.y
31
32 # fine suffixes:
33 Makefile :
34 %.cc :
35 %.dep :
36 $(outdir)/%.dep:
37 %.hh :
38 %.make :
39 %.p :
40
41