Import("env") SOURCES = [ "proton.c" ] LIBS = [ 'pwt', 'pcre', 'apr-1', 'aprutil-1', 'etl-0' ] env.Program("proton", SOURCES, LIBS=LIBS)