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

Diff of /trunk/models/johnpye/extfn/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1596 by johnpye, Thu Aug 10 17:08:16 2006 UTC revision 1597 by jpye, Fri Aug 17 05:26:05 2007 UTC
# Line 8  srcs = Split(""" Line 8  srcs = Split("""
8  extfn_env.Append(LIBPATH=['#'])  extfn_env.Append(LIBPATH=['#'])
9  extfn_env.Append(LIBS=['ascend'])  extfn_env.Append(LIBS=['ascend'])
10    
11  targets = []  lib = extfn_env.SharedLibrary("extfntest",srcs
12  targets.append( extfn_env.SharedLibrary("extfntest",srcs) )      ,SHLIBSUFFIX = env['EXTLIB_SUFFIX']
13        ,SHLIBPREFIX = env['EXTLIB_PREFIX']
14    )
15    
16  # To run the test  # To run the test
17  # type  # type
# Line 17  targets.append( extfn_env.SharedLibrary( Line 19  targets.append( extfn_env.SharedLibrary(
19  # ASCENDLIBRARY=../../../models LD_LIBRARY_PATH=../../.. PYTHONPATH=../../../pygtk python extfntest.py  # ASCENDLIBRARY=../../../models LD_LIBRARY_PATH=../../.. PYTHONPATH=../../../pygtk python extfntest.py
20    
21  # Return the targs  # Return the targs
22  env['extfns'] += targets  env['extfns'] += [lib]
23    
24  # vim: set syntax=python:  # vim: set syntax=python:
25    

Legend:
Removed from v.1596  
changed lines
  Added in v.1597

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