]> git.donarmstrong.com Git - lilypond.git/blob - Sources.make
release: 0.0.35
[lilypond.git] / Sources.make
1 # Sources.make
2 # sourcefiles to be shipped. Also used for dependencies
3
4 hdr=bar.hh barreg.hh beam.hh boxes.hh break.hh clefreg.hh clefitem.hh\
5         colhpos.hh  commandrequest.hh   \
6         complexwalker.hh complexstaff.hh\
7         const.hh debug.hh dimen.hh directionalspanner.hh\
8         glob.hh grouping.hh headreg.hh idealspacing.hh\
9         identifier.hh identparent.hh \
10         inputmusic.hh inputscore.hh inputstaff.hh\
11         inputfile.hh\
12         item.hh key.hh keyitem.hh\
13         keyreg.hh\
14         keyword.hh leastsquares.hh lexer.hh linespace.hh \
15         localkeyitem.hh localkeyreg.hh lookup.hh \
16         lyricitem.hh lyricstaff.hh lyricwalker.hh\
17         main.hh  meter.hh meterreg.hh\
18         mididef.hh midiitem.hh midioutput.hh midistream.hh\
19         midiwalker.hh\
20         misc.hh\
21         molecule.hh moment.hh musicalrequest.hh\
22         notehead.hh notename.hh offset.hh paperdef.hh\
23         parseconstruct.hh pcol.hh proto.hh\
24         pscore.hh pstaff.hh qlp.hh\
25         qlpsolve.hh register.hh registergroup.hh reqtodo.hh \
26         request.hh rest.hh scorecolumn.hh score.hh\
27         scoreline.hh scorewalker.hh script.hh scriptdef.hh scriptreg.hh \
28         slur.hh slurreg.hh source.hh sourcefile.hh\
29         spanner.hh staff.hh\
30         staffelem.hh staffeleminfo.hh staffline.hh staffsym.hh stembeamreg.hh\
31         staffcolumn.hh stem.hh staffwalker.hh symbol.hh symtable.hh\
32         tex.hh textdef.hh \
33         textitem.hh textreg.hh textspanner.hh timedescription.hh \
34         tstream.hh voice.hh\
35         voiceregs.hh voicegroupregs.hh walkregs.hh
36
37 mycc=bar.cc barreg.cc beam.cc boxes.cc break.cc calcideal.cc clefreg.cc\
38         clefitem.cc colhpos.cc  commandrequest.cc\
39         complexstaff.cc complexwalker.cc \
40         debug.cc dimen.cc\
41         directionalspanner.cc\
42         grouping.cc groupregs.cc headreg.cc\
43         idealspacing.cc identifier.cc\
44         inputmusic.cc inputscore.cc\
45         inputstaff.cc\
46         inputfile.cc\
47         item.cc key.cc keyitem.cc \
48         keyreg.cc keyword.cc\
49         leastsquares.cc lexerinit.cc linespace.cc \
50         localkeyitem.cc localkeyreg.cc lookup.cc\
51         lyricitem.cc lyricstaff.cc lyricwalker.cc\
52         main.cc  meter.cc meterreg.cc\
53         mididef.cc  midiitem.cc midioutput.cc midistream.cc\
54         midiwalker.cc misc.cc molecule.cc mylexer.cc note.cc\
55         notehead.cc  notename.cc\
56         paperdef.cc pcol.cc pscore.cc pstaff.cc qlp.cc qlpsolve.cc\
57         register.cc registergroup.cc request.cc rest.cc\
58         scorecolumn.cc score.cc\
59         scoreline.cc scores.cc scorewalker.cc script.cc\
60         scriptdef.cc scriptreg.cc slur.cc\
61         slurreg.cc source.cc sourcefile.cc\
62         spanner.cc staff.cc\
63         staffelem.cc staffline.cc staffsym.cc\
64         stembeamreg.cc staffcolumn.cc stem.cc\
65         staffeleminfo.cc staffwalker.cc symbol.cc\
66         symtable.cc tex.cc texbeam.cc\
67         texslur.cc textdef.cc textitem.cc textreg.cc textspanner.cc\
68         timedescription.cc tstream.cc voice.cc voiceelt.cc \
69         voiceregs.cc voicegroupregs.cc\
70         walkregs.cc warn.cc windhoos-suck-suck-suck-thank-you-cygnus.cc wordwrap.cc\
71         template1.cc template2.cc template3.cc template4.cc\
72         template5.cc template6.cc version.cc
73
74 # a bit of a hack to keep exec size under control.
75 stablecc=request.cc bar.cc boxes.cc break.cc  \
76         item.cc keyword.cc leastsquares.cc \
77         lookup.cc molecule.cc meter.cc\
78         paperdef.cc parser.cc lexer.cc pstaff.cc qlp.cc qlpsolve.cc\
79         template1.cc template2.cc template3.cc template4.cc\
80         template5.cc template6.cc version.cc tstream.cc  tex.cc\
81         voice.cc wordwrap.cc spanner.cc 
82
83
84 # m2m headers
85 #
86 mym2mhh=\
87  midi-event.hh\
88  midi-main.hh\
89  midi-score.hh\
90  midi-track.hh\
91  my-midi-lexer.hh\
92  my-midi-parser.hh\
93
94 #
95  
96 # m2m source
97 #
98 mym2mcc=\
99  midi-event.cc\
100  midi-main.cc\
101  midi-score.cc\
102  midi-template.cc\
103  midi-track.cc\
104  my-midi-lexer.cc\
105  my-midi-parser.cc\
106
107 #
108
109 # m2m shared source
110 #
111 mym2msharedcc=\
112  inputfile.cc\
113  sourcefile.cc\
114  source.cc\
115
116
117