source: anuga_core/source/anuga/pyvolution/SConscript @ 3546

Last change on this file since 3546 was 3546, checked in by jack, 19 years ago

The install target should now be complete.

File size: 427 bytes
Line 
1import os
2Import('env')
3env2 = env.Copy()
4env2.Append(CPPPATH=['#anuga_core/source/anuga/utilities'])
5
6instdir = os.path.join(env['PREFIX'], 'anuga', 'pyvolution')
7env.Install(instdir, env2.SharedLibrary('quantity_ext', ['quantity_ext.c']))
8env.Install(instdir, env2.SharedLibrary('shallow_water_ext', ['shallow_water_ext.c']))
9env.Install(instdir, env2.SharedLibrary('shallow_water_kinetic', ['shallow_water_kinetic_ext.c']))
Note: See TracBrowser for help on using the repository browser.