Import('env') env2 = env.Copy() env2['CPPPATH'] += ['#inundation/utilities'] env2.SharedLibrary('quantity_ext', ['quantity_ext.c']) env2.SharedLibrary('shallow_water_ext', ['shallow_water_ext.c']) env2.SharedLibrary('shallow_water_kinetic', ['shallow_water_kinetic_ext.c'])