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