Lines Matching full:output

3 unix_copy_command = "ln -f {{source}} {{output}} 2>/dev/null || (rm -rf {{output}} && cp -af {{source}} {{output}})"
28 depfile = "{{output}}.d"
29 command = "$cc -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}}"
31 description = "CC {{output}}"
36 depfile = "{{output}}.d"
37 command = "$cxx -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}}"
39 description = "CXX {{output}}"
44 depfile = "{{output}}.d"
45 command = "$cxx -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{cflags}} {{cflags_objcc}}"
47 description = "OBJCXX {{output}}"
52 depfile = "{{output}}.d"
53 command = "$cc -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{asmflags}}"
55 description = "ASM {{output}}"
61 command = "libtool -D -static -no_warning_for_no_symbols {{arflags}} -o {{output}} {{inputs}}"
63 # Remove the output file first so that ar doesn't try to modify the
66 "rm -f {{output}} && $ar rcsD {{arflags}} {{output}} {{inputs}}"
68 description = "AR {{output}}"
135 # Setting this allows targets to override the default executable output by
142 description = "COPY {{source}} {{output}}"
149 "find . | cpio -pdl \"\$OLDPWD\"/{{output}} 2>/dev/null"
150 command = "rm -rf {{output}} && if [[ -d {{source}} ]]; then " +
152 description = "COPY_BUNDLE_DATA {{source}} {{output}}"
161 command = "touch {{output}}"
162 description = "STAMP {{output}}"
308 command = "$cl /nologo /showIncludes /Fo{{output}} /c {{source}} {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}}"
310 description = "CC {{output}}"
315 command = "$cl /nologo /showIncludes /Fo{{output}} /c {{source}} {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}}"
317 description = "CXX {{output}}"
322 command = "$link /lib /nologo {{arflags}} /out:{{output}} {{inputs}}"
323 description = "LIB {{output}}"
381 # Setting this allows targets to override the default executable output by
390 command = "cmd /c set source=\"{{source}}\" & set output=\"{{output}}\" & call copy /Y %source:/=\% %output:\=/% > nul"
395 description = "COPY {{source}} {{output}}"
400 command = "cmd /c type nul > {{output}}"
402 command = "touch {{output}}"
404 description = "STAMP {{output}}"