]> git.donarmstrong.com Git - lilypond.git/blob - python/SConscript
* mf/SConscript: Build map files.
[lilypond.git] / python / SConscript
1 # -*-python-*-
2
3 Import ('env', 'install', 'src_glob')
4 py = src_glob ('*.py')
5 c = src_glob ('*.c')
6
7 pym = env.AT_COPY (py)
8 cm = env.SharedObject (c)
9
10 pym
11 cm
12
13 install ([cm, pym], env['sharedir_package_version'] + '/python')