6 depfile = "{{output}}.d"
7 command = "gcc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -c {{source}} -o {{output}}"
9 outputs = [ "{{target_out_dir}}/{{source_name_part}}.o" ]
12 depfile = "{{output}}.d"
13 command = "c++ -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} -c {{source}} -o {{output}}"
15 description = "CXX {{output}}"
16 outputs = [ "{{target_out_dir}}/{{source_name_part}}.o" ]
19 exename = "{{target_output_name}}{{output_extension}}"
20 outfile = "{{output_dir}}/$exename"
21 default_output_dir = "{{root_out_dir}}"
22 command = "g++ {{ldflags}} -o \"$outfile\" {{inputs}} {{libs}}"
23 description = "LINK $outfile"
27 command = "touch {{output}}"
28 description = "STAMP {{output}}"
34 "//loader:wrt-loader",