Import('env') source_files = env['SRC_CC'] + ['selcrit.cc'] env.Program('selcrit', source_files)