Import("penv") SOURCES = [ 'helloworld.c' ] LIBS = [ 'pcre', 'apr-1', 'aprutil-1', 'etl-0', 'pwt', ] penv.SharedLibrary("helloworld.so", SOURCES, LIBS=LIBS)