]> git.donarmstrong.com Git - lilypond.git/blobdiff - Sources.make
release: 0.0.13
[lilypond.git] / Sources.make
index 54ff23ac29206264e2800a71a63cd98b0f301815..1dcc72a3c730a79fef45329f45ad359f3e1caf44 100644 (file)
@@ -1,22 +1,43 @@
-hdr=    qlp.hh       \
-       linespace.hh   qlpsolve.hh\
-       cols.hh   proto.hh pstaff.hh  line.hh\
+# -*- Makefile-*-
+# sourcefiles to be shipped. Also for dependencies
+
+hdr=    qlp.hh linespace.hh qlpsolve.hh\
+       pcol.hh proto.hh pstaff.hh  scoreline.hh staffline.hh\
        const.hh glob.hh molecule.hh  boxes.hh pscore.hh item.hh tex.hh\
        request.hh voice.hh command.hh staff.hh  linestaff.hh \
-        tstream.hh  mtime.hh rhythmstaf.hh\
+       tstream.hh rhythmstaff.hh\
        parseconstruct.hh  debug.hh globvars.hh keyword.hh\
        misc.hh score.hh notename.hh lexer.hh symtable.hh\
-        symbol.hh main.hh
+       symbol.hh main.hh dimen.hh paper.hh lookup.hh\
+       sccol.hh stcol.hh staffcommands.hh melodicstaff.hh\
+       identifier.hh simplestaff.hh spanner.hh stem.hh\
+       notehead.hh leastsquares.hh beam.hh rest.hh\
+       swalker.hh bar.hh meter.hh accidental.hh\
+       key.hh keyitem.hh localkeyitem.hh simplewalker.hh\
+       clef.hh clefitem.hh slur.hh inputcommands.hh\
+       getcommand.hh inputmusic.hh
 
-mycc=  qlp.cc qlpsolve.cc \
-        break.cc linespace.cc molecule.cc line.cc\
-       pscore.cc tex.cc item.cc cols.cc staff.cc rhythmstaf.cc\
-       score.cc note.cc  main.cc misc.cc \
+mycc=   qlp.cc qlpsolve.cc \
+       break.cc linespace.cc molecule.cc staffline.cc\
+       pscore.cc tex.cc item.cc pcol.cc staff.cc \
+       rhythmstaff.cc  score.cc note.cc  main.cc misc.cc\
        symbol.cc request.cc notename.cc  voice.cc\
        keyword.cc linestaff.cc table.cc command.cc\
        warn.cc debug.cc symtable.cc boxes.cc\
-       pstaff.cc  tstream.cc version.cc\
+       pstaff.cc  tstream.cc\
        calcideal.cc scores.cc identifier.cc \
-       template1.cc template2.cc template3.cc
+       dimen.cc paper.cc lookup.cc staffcommands.cc\
+       sccol.cc stcol.cc getcommands.cc simplestaff.cc\
+       melodicstaff.cc simpleprint.cc stem.cc\
+       spanner.cc notehead.cc leastsquares.cc beam.cc\
+       texbeam.cc rest.cc swalker.cc scoreline.cc\
+       simplewalker.cc bar.cc meter.cc accidental.cc\
+       key.cc keyitem.cc localkeyitem.cc\
+       clef.cc clefitem.cc texslur.cc slur.cc\
+       inputcommands.cc inputmusic.cc\
+       inputcursor.cc\
+       template1.cc template2.cc template3.cc template4.cc\
+       version.cc
+