Last change
on this file since 1325 was 1325, checked in by mar637, 18 years ago |
Changes to use casacore instead of casa_asap/aips++\nAdded atnf PKSIO library snapshot to external and linking against this local copy
|
File size:
281 bytes
|
Rev | Line | |
---|
[1325] | 1 | import glob
|
---|
| 2 | Import("env")
|
---|
| 3 |
|
---|
| 4 | sources = []
|
---|
| 5 | sources += glob.glob("atnf/PKSIO/*.cc")
|
---|
| 6 | sources += glob.glob("atnf/pks/pks_maths.cc")
|
---|
| 7 | #atnflib= env.SConscript("atnf/SConscript")
|
---|
| 8 | env.AppendUnique(CPPPATH=[Dir(".").abspath])
|
---|
| 9 | atnflib=env.Library("atnf", sources)
|
---|
| 10 |
|
---|
| 11 | env.Prepend(LIBS=[atnflib])
|
---|
Note:
See
TracBrowser
for help on using the repository browser.