/[ascend]/trunk/models/johnpye/datareader/SConscript
ViewVC logotype

Contents of /trunk/models/johnpye/datareader/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 816 - (show annotations) (download)
Tue Aug 15 14:40:33 2006 UTC (17 years, 3 months ago) by johnpye
File size: 304 byte(s)
Adding the 'sun.c' and 'sun.h' files back into ASCEND so that we don't need dependency on libradtran.
Added detection of Scrollkeeper, the freedesktop.org documentation manager.
Added placeholder SConscript file for building the user's manual.
1 Import('env')
2 dr_env = env.Copy()
3
4 srcs = Split("""
5 datareader.c
6 dr.c
7 tmy.c
8 texttable.c
9 sun.c
10 """)
11
12 #dr_env.Append(LIBPATH=['#'])
13 #dr_env.Append(LIBS=['ascend','Radtran_c'])
14 targets = []
15 targets.append( dr_env.SharedLibrary("datareader",srcs) )
16
17 env['extfns'] += targets
18
19 # vim: set syntax=python:
20

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22