8 command = $cc -MMD -MF $out.d $defines $includes $cflags $cflags_c -c $in -o $out
14 command = $cxx -MMD -MF $out.d $defines $includes $cflags $cflags_cc -c $in -o $out
15 description = CXX $out
20 command = rm -f $out && libtool -static -o $out $in
24 command = $ld $ldflags -o $out $in $solibs $libs
25 description = LINK $out