source: trunk/external/SConscript @ 1325

Last change on this file since 1325 was 1325, checked in by mar637, 17 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
Line 
1import glob
2Import("env")
3
4sources = []
5sources += glob.glob("atnf/PKSIO/*.cc")
6sources += glob.glob("atnf/pks/pks_maths.cc")
7#atnflib= env.SConscript("atnf/SConscript")
8env.AppendUnique(CPPPATH=[Dir(".").abspath])
9atnflib=env.Library("atnf", sources)
10
11env.Prepend(LIBS=[atnflib])
Note: See TracBrowser for help on using the repository browser.