Import(Split("env"))

bsdfsp=env.StaticLibrary(target = 'bsdfsp', source = Split('''
cmp.c  ls.c  print.c  util.c
'''))

Export(Split("bsdfsp"))
