% scons -Q CPPPATH: ['/opt/include'] LIBPATH: ['/opt/lib'] LIBS: ['foo'] cc -o f1.o -c -I/opt/include f1.c cc -o f1 f1.o -L/opt/lib -lfoo