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
|
Rev | Line | |
---|
[3546] | 1 | import os |
---|
[3282] | 2 | Import('env') |
---|
| 3 | env2 = env.Copy() |
---|
[3523] | 4 | env2.Append(CPPPATH=['#anuga_core/source/anuga/utilities']) |
---|
[3282] | 5 | |
---|
[3546] | 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.