[email protected] | 95317c9 | 2014-01-27 18:56:18 +0000 | [diff] [blame] | 1 | rule cxx |
Nico Weber | de54297 | 2019-11-16 15:32:18 -0500 | [diff] [blame] | 2 | command = $cxx -MMD -MF $out.d $includes $cflags -c $in -o $out |
[email protected] | 95317c9 | 2014-01-27 18:56:18 +0000 | [diff] [blame] | 3 | description = CXX $out |
4 | depfile = $out.d | ||||
5 | deps = gcc | ||||
6 | |||||
7 | rule alink_thin | ||||
anlex N | feb2746 | 2024-04-23 17:14:08 +0800 | [diff] [blame^] | 8 | command = $ar rcsT $out $in |
[email protected] | 95317c9 | 2014-01-27 18:56:18 +0000 | [diff] [blame] | 9 | description = AR $out |
10 | |||||
11 | rule link | ||||
tim | b21d119 | 2016-07-01 12:23:08 -0700 | [diff] [blame] | 12 | command = $ld $ldflags -o $out -Wl,--start-group $in $libs -Wl,--end-group $solibs |
[email protected] | 95317c9 | 2014-01-27 18:56:18 +0000 | [diff] [blame] | 13 | description = LINK $out |