blob: f9f0c968de8dfa305905b781a5c5c079aca0443f [file] [log] [blame]
rule cxx
command = $cxx $includes $cflags -c $in -o $out
description = CXX $out
depfile = $out.d
deps = gcc
rule alink_thin
command = rm -f $out && $ar rcsT $out $in
description = AR $out
rule link
command = $ld $ldflags -o $out $in $libs $solibs
description = LINK $out