source: anuga_core/source/anuga/abstract_2d_finite_volumes/SConscript @ 5485

Last change on this file since 5485 was 3550, checked in by jack, 18 years ago

Move the SConstruct file into the anuga_core directory.

File size: 416 bytes
Line 
1import os
2Import('env')
3env2 = env.Copy()
4env2.Append(CPPPATH=['#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.