]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/SConscript
Clean up buildscripts
[lilypond.git] / lily / SConscript
index 3e994a29dde980b24391e0b42260aaf58a7ade22..ebd623fee9a203647ec2667a83a23505e39675a1 100644 (file)
@@ -14,17 +14,16 @@ e.Append (
        CPPPATH = [
          '#/lily/include',
          '#/flower/include',
-         '#/kpath-guile/include',
-         '#/ttftool/include',
          outdir],
        LEXFLAGS = ['-Cfe', '-p', '-p'],
-       LIBS = ['flower', 'ttftool', 'kpath-guile'],
+       LIBS = ['flower'],
        )
 
 e.HH ('parser.hh', 'parser.yy')
 e.ParseConfig ('guile-config link')
-lily = e.Program ('lilypond-bin', sources)
+lily = e.Program ('lilypond', sources)
 install (lily, env['bindir'])
 
-po = env.Command ('lilypond.po', cc_sources + includes, env['pocommand'])
-env.Alias ('po-update', po)
+# let's not, for now
+#po = env.Command ('lilypond.po', cc_sources + includes, env['pocommand'])
+#env.Alias ('po-update', po)