Home
last modified time | relevance | path

Searched refs:DEPENDS (Results 1 – 25 of 133) sorted by relevance

123456

/external/llvm/cmake/modules/
DTableGen.cmake35 DEPENDS ${${project}_TABLEGEN_TARGET} ${local_tds} ${global_tds}
46 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${ofn}.tmp
65 DEPENDS ${TABLEGEN_OUTPUT})
76 DEPENDS CONFIGURE_LLVM_NATIVE
79 add_custom_target(NATIVE_LIB_LLVMSUPPORT DEPENDS LIB_LLVMSUPPORT)
83 DEPENDS CONFIGURE_LLVM_NATIVE
86 add_custom_target(NATIVE_LIB_LLVMTABLEGEN DEPENDS LIB_LLVMTABLEGEN)
128 DEPENDS ${target} NATIVE_LIB_LLVMSUPPORT NATIVE_LIB_LLVMTABLEGEN
131 add_custom_target(${project}-tablegen-host DEPENDS ${${project}_TABLEGEN_EXE})
DLLVMExternalProjectUtils.cmake28 # DEPENDS targets...
39 "CMAKE_ARGS;TOOLCHAIN_TOOLS;RUNTIME_LIBRARIES;DEPENDS;EXTRA_TARGETS;PASSTHROUGH_PREFIXES"
108 DEPENDS ${ARG_DEPENDS}
116 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${name}-clobber-stamp)
123 DEPENDS ${ARG_DEPENDS}
150 set(force_deps DEPENDS ${TOOLCHAIN_BINS})
176 DEPENDS ${name}
188 DEPENDS ${name}-configure
DAddLLVM.cmake67 DEPENDS ${export_file}
82 DEPENDS ${export_file}
98 DEPENDS ${export_file}
109 add_custom_target(${target_name}_exports DEPENDS ${native_export_file})
321 # DEPENDS targets...
338 "ADDITIONAL_HEADERS;DEPENDS;LINK_COMPONENTS;LINK_LIBS;OBJLIBS"
394 # DEPENDS has been appended to LLVM_COMMON_LIBS.
568 DEPENDS ${name}
726 DEPENDS ${LLVM_MAIN_SRC_DIR}/utils/extract_symbols.py ${static_libs}
778 DEPENDS ${name}
[all …]
DAddOCaml.cmake116 DEPENDS "${src}/${source}"
126 DEPENDS "${c_input}"
147 DEPENDS ${ocaml_inputs} ${c_outputs}
158 DEPENDS ${ocaml_inputs} ${ocaml_outputs}
162 add_custom_target("ocaml_${name}" ALL DEPENDS ${ocaml_outputs} "${bin}/${name}.odoc")
/external/libcxx/include/
DCMakeLists.txt38 DEPENDS ${LIBCXX_SOURCE_DIR}/include/__config
43 DEPENDS ${LIBCXX_BINARY_DIR}/__generated_config)
57 DEPENDS cxx-headers ${generated_config_deps}
62 add_custom_target(install-cxx-headers-stripped DEPENDS install-cxx-headers)
65 add_custom_target(install-libcxx-headers DEPENDS install-cxx-headers)
66 add_custom_target(install-libcxx-headers-stripped DEPENDS install-cxx-headers-stripped)
/external/curl/docs/libcurl/
DCMakeLists.txt17 DEPENDS "${_srcfile}"
28 DEPENDS "${_srcfile}"
42 DEPENDS
52 add_custom_target(html DEPENDS ${HTMLPAGES})
53 add_custom_target(pdf DEPENDS ${PDFPAGES})
/external/swiftshader/third_party/LLVM/cmake/modules/
DTableGen.cmake24 DEPENDS ${${project}_TABLEGEN_EXE} ${local_tds} ${global_tds}
35 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${ofn}.tmp
52 DEPENDS ${TABLEGEN_OUTPUT})
68 DEPENDS ${CX_NATIVE_TG_DIR}
71 add_custom_target(ConfigureNativeTableGen DEPENDS ${CX_NATIVE_TG_DIR}/CMakeCache.txt)
103 DEPENDS ${CX_NATIVE_TG_DIR}/CMakeCache.txt
106 add_custom_target(${project}NativeTableGen DEPENDS ${${project}_TABLEGEN_EXE})
/external/clang/tools/scan-build/
DCMakeLists.txt39 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/bin/${BinFile})
51 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/libexec/${LibexecFile})
63 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/man/${ManPage})
75 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/share/scan-build/${ShareFile})
80 add_custom_target(scan-build ALL DEPENDS ${Depends})
/external/compiler-rt/cmake/Modules/
DSanitizerUtils.cmake33 DEPENDS ${target_name} ${SANITIZER_GEN_DYNAMIC_LIST} ${ARG_EXTRA}
38 DEPENDS ${stamp}
63 DEPENDS ${SANITIZER_GEN_DYNAMIC_LIST} ${ARG_EXTRA} ${ARG_LIBS}
69 DEPENDS ${vers})
79 DEPENDS ${SANITIZER_LINT_SCRIPT}
/external/clang/runtime/
DCMakeLists.txt62 DEPENDS llvm-config clang
94 DEPENDS clang
102 DEPENDS compiler-rt
114 DEPENDS compiler-rt-configure
132 DEPENDS compiler-rt-build ${COMPILER_RT_TEST_DEPENDENCIES}
143 DEPENDS compiler-rt-build ${COMPILER_RT_TEST_DEPENDENCIES}
/external/clang/utils/perf-training/
DCMakeLists.txt21 DEPENDS clang clear-profraw
39 DEPENDS generate-profraw)
52 DEPENDS clang clear-dtrace-logs
62 DEPENDS generate-dtrace-logs)
/external/libpng/
DCMakeLists.txt273 # generate_chk(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]])
277 set(multiValueArgs DEPENDS)
291 DEPENDS "${_GC_INPUT}" ${_GC_DEPENDS}
296 # generate_out(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]])
300 set(multiValueArgs DEPENDS)
314 DEPENDS "${_GO_INPUT}" ${_GO_DEPENDS}
319 # generate_source(OUTPUT outputfile [DEPENDS dep1 [dep2...]])
323 set(multiValueArgs DEPENDS)
333 DEPENDS ${_GSO_DEPENDS}
343 DEPENDS "${source}")
[all …]
/external/clang/tools/clang-format-vs/
DCMakeLists.txt7 DEPENDS clang-format)
23DEPENDS clang_format_exe_for_vsix "${CMAKE_CURRENT_SOURCE_DIR}/ClangFormat/source.extension.vsixma…
27 DEPENDS clang_format_exe_for_vsix clang_format_license)
/external/clang/tools/scan-view/
DCMakeLists.txt22 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/bin/${BinFile})
34 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/share/${ShareFile})
39 add_custom_target(scan-view ALL DEPENDS ${Depends})
/external/clang/lib/Headers/
DCMakeLists.txt101 DEPENDS ${src}
108 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/arm_neon.h
113 add_custom_target(clang-headers ALL DEPENDS ${out_files})
124 DEPENDS clang-headers
/external/libjpeg-turbo/java/
DCMakeLists.txt47 add_custom_command(OUTPUT ${JAVA_CLASSES_FULL} DEPENDS ${JAVA_SOURCES}
50 add_custom_command(OUTPUT ${JAR_FILE} DEPENDS ${JAVA_CLASSES_FULL}
55 add_custom_target(java ALL DEPENDS ${JAR_FILE})
/external/clang/cmake/modules/
DAddClang.cmake4 # [[TARGET cmake-target-name] [DEPENDS extra-dependency ...]]
12 # possible to list more files to depend after DEPENDS.
101 DEPENDS ${name}
137 DEPENDS ${name}
/external/llvm/tools/xcode-toolchain/
DCMakeLists.txt62 DEPENDS ${LLVMToolchainDir}
67 DEPENDS ${LLVMToolchainDir}/ToolchainInfo.plist
80 DEPENDS ${LLVMToolchainDir}/ToolchainInfo.plist distribution)
84 DEPENDS ${target}
/external/clang/test/
DCMakeLists.txt84 add_custom_target(clang-test-depends DEPENDS ${CLANG_TEST_DEPS})
91 DEPENDS ${CLANG_TEST_DEPS}
98 DEPENDS ${CLANG_TEST_DEPS}
/external/llvm/tools/llvm-go/
DCMakeLists.txt5 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/llvm-go.go
8 add_custom_target(llvm-go ALL DEPENDS ${binpath})
/external/toybox/scripts/
Dsingle.sh34DEPENDS="$(sed -n "/^config *$i"'$/,/^$/{s/^[ \t]*depends on //;T;s/[!][A-Z0-9_]*//g;s/ *&& */|/g;…
39 -e "s/# (CONFIG_($NAME|${NAME}_.*${DEPENDS:+|$DEPENDS})) is not set/\1=y/" \
/external/curl/docs/cmdline-opts/
DCMakeLists.txt9 DEPENDS ${DPAGES} ${OTHERPAGES}
12 add_custom_target(generate-curl.1 DEPENDS "${MANPAGE}")
/external/tensorflow/tensorflow/contrib/cmake/external/
Dpng.cmake48 DEPENDS zlib
65 DEPENDS png)
68 DEPENDS png_create_destination_dir)
/external/curl/docs/libcurl/opts/
DCMakeLists.txt9 add_custom_target(opts-html DEPENDS ${HTMLPAGES})
10 add_custom_target(opts-pdf DEPENDS ${PDFPAGES})
/external/jsoncpp/src/jsontestrunner/
DCMakeLists.txt19 DEPENDS jsontestrunner_exe jsoncpp_test
21 ADD_CUSTOM_TARGET(jsoncpp_check DEPENDS jsoncpp_readerwriter_tests)

123456