Last change
on this file since 6883 was
3550,
checked in by jack, 19 years ago
|
Move the SConstruct file into the anuga_core directory.
|
File size:
416 bytes
|
Line | |
---|
1 | import os |
---|
2 | Import('env') |
---|
3 | env2 = env.Copy() |
---|
4 | env2.Append(CPPPATH=['#source/anuga/utilities']) |
---|
5 | |
---|
6 | instdir = os.path.join(env['PREFIX'], 'anuga', 'pyvolution') |
---|
7 | env.Install(instdir, env2.SharedLibrary('quantity_ext', ['quantity_ext.c'])) |
---|
8 | env.Install(instdir, env2.SharedLibrary('shallow_water_ext', ['shallow_water_ext.c'])) |
---|
9 | env.Install(instdir, env2.SharedLibrary('shallow_water_kinetic', ['shallow_water_kinetic_ext.c'])) |
---|
Note: See
TracBrowser
for help on using the repository browser.