# -*- python -*-
# $Id: SConscript,v 1.2 2008/11/12 00:51:54 jrb Exp $
# Authors: Joanne Bogart
# Version: myPkg-05-05-06
import platform     # may be needed if platform-dependent code follows
# Packages which build anything at all will need the Import lines
# and at least one of the lines following to clone an environment
Import('baseEnv')
Import('listFiles')
progEnv = baseEnv.Clone()  
# Needed if the package builds any programs
libEnv = baseEnv.Clone()    # ..if the package builds a static or shared library
swigEnv = baseEnv.Clone()   # ..if the package builds a swig wrapper library