]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/SConscript
Clean up buildscripts
[lilypond.git] / lily / SConscript
index 3b447239cb2e0d799a3cab0f4e69bb9ddea84a89..ebd623fee9a203647ec2667a83a23505e39675a1 100644 (file)
@@ -11,15 +11,19 @@ includes = src_glob ('include/*.hh')
 e = env.Copy ()
 
 e.Append (
-       CPPPATH = ['#/lily/include', '#/flower/include', outdir],
+       CPPPATH = [
+         '#/lily/include',
+         '#/flower/include',
+         outdir],
        LEXFLAGS = ['-Cfe', '-p', '-p'],
        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)