Lines Matching refs:command
33 … command = "$cc {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -c {{source}} -o {{output}}"
40 command = "$cxx {{defines}} {{include_dirs}} {{cflags_cc}} -c {{source}} -o {{output}}"
47 command = "$cc {{include_dirs}} {{asmflags}} -c {{source}} -o {{output}}"
56 command = "$ar -cr {{output}} @\"$rspfile\""
69 command = ""
74 command +=
77 command += " && $strip \"$unstripped_outfile\" -o \"$outfile\""
95 command = ""
99 command += "$ld {{ldflags}} {{inputs}} {{libs}} $custom_ld_flags -o $unstripped_outfile"
101 command += " && $strip \"$unstripped_outfile\" -o \"$outfile\""
114 command = "cmd /c type nul > \"{{output}}\""
116 command = "/usr/bin/touch {{output}}"
122 command = "cp -afd {{source}} {{output}}"