]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/SConscript
*** empty log message ***
[lilypond.git] / flower / SConscript
index 08730ef0e33c1c347fc1c970e8346559a7a24c54..f88a2a11da1a8ba899a0600fca00759eea2144cf 100644 (file)
@@ -20,6 +20,11 @@ if env['static']:
 if not env['static'] or env['shared']:
        e.SharedLibrary (name, sources)
 
-#testing
-all_sources = ['SConscript',] + sources + includes 
-x = env.Tar (env['tarball'], all_sources)
+all_sources = ['SConscript',] + sources + includes
+ballprefix = env['ballprefix'] + '/flower'
+ball = Builder (prefix = ballprefix + '/', action = 'ln $SOURCE $TARGET')
+#et = env.Copy (BUILDERS = {'BALL': ball})
+et = env.Copy ()
+#ballize = map (et.BALL, all_sources)
+tar = env.Tar (env['tarball'],
+              map (lambda x: os.path.join (ballprefix, x), all_sources))