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