Home
last modified time | relevance | path

Searched refs:target_deps (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Dcompile.rs119 target_deps, in run()
159 let mut target_deps = vec![]; in copy_third_party_objects() localVariable
171 target_deps.extend( in copy_third_party_objects()
187 target_deps in copy_third_party_objects()
198 let mut target_deps = vec![]; in copy_self_contained_objects() localVariable
217 &mut target_deps, in copy_self_contained_objects()
244 &mut target_deps, in copy_self_contained_objects()
257 target_deps in copy_self_contained_objects()
423 target_deps.push(dst); in copy_sanitizers()
426 target_deps in copy_sanitizers()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-utils/python/modtool/templates/gr-newmod/cmake/Modules/
H A DtargetConfig.cmake.in22 set(target_deps "@TARGET_DEPENDENCIES@") variable
23 foreach(dep IN LISTS target_deps)
/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/cmake/Modules/
H A DtargetConfig.cmake.in22 set(target_deps "@TARGET_DEPENDENCIES@") variable
23 foreach(dep IN LISTS target_deps)
/dports/comms/gnuradio/gnuradio-3.8.4.0/cmake/Modules/
H A DtargetConfig.cmake.in22 set(target_deps "@TARGET_DEPENDENCIES@") variable
23 foreach(dep IN LISTS target_deps)
H A DGrMiscUtils.cmake109 # GR_GEN_TARGET_DEPS(unique_name target_deps <target1> <target2> ...)
110 # ADD_CUSTOM_COMMAND(<the usual args> ${target_deps})
/dports/security/py-angr/angr-9.0.5405/angr/engines/vex/heavy/
H A Dactions.py181 target, target_deps = target_bundle
185 target_ao = SimActionObject(target, deps=target_deps, state=self.state)
192 target, target_deps = target_bundle
195 target_ao = SimActionObject(target, deps=target_deps, state=self.state)
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/215 source set realistic example/
H A Dmeson.build45 target_deps = target_specific.dependencies() + target_common.dependencies() variable
49 dependencies: target_deps,
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/common/222 source set realistic example/
H A Dmeson.build45 target_deps = target_specific.dependencies() + target_common.dependencies() variable
49 dependencies: target_deps,
/dports/devel/meson/meson-0.60.3/test cases/common/215 source set realistic example/
H A Dmeson.build45 target_deps = target_specific.dependencies() + target_common.dependencies() variable
49 dependencies: target_deps,
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/common/222 source set realistic example/
H A Dmeson.build45 target_deps = target_specific.dependencies() + target_common.dependencies() variable
49 dependencies: target_deps,
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/common/215 source set realistic example/
H A Dmeson.build45 target_deps = target_specific.dependencies() + target_common.dependencies() variable
49 dependencies: target_deps,
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/gradle/
H A Dgn_to_cmake.py207 target_deps = set()
212 target_deps.add(dependency)
214 self.GetObjectSourceDependencies(dependency, target_deps)
215 self.object_source_deps[gn_target_name] = target_deps
216 object_dependencies.update(target_deps)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/gradle/
H A Dgn_to_cmake.py207 target_deps = set()
212 target_deps.add(dependency)
214 self.GetObjectSourceDependencies(dependency, target_deps)
215 self.object_source_deps[gn_target_name] = target_deps
216 object_dependencies.update(target_deps)
/dports/lang/v8/v8-9.6.180.12/build/android/gradle/
H A Dgn_to_cmake.py207 target_deps = set()
212 target_deps.add(dependency)
214 self.GetObjectSourceDependencies(dependency, target_deps)
215 self.object_source_deps[gn_target_name] = target_deps
216 object_dependencies.update(target_deps)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/gradle/
H A Dgn_to_cmake.py207 target_deps = set()
212 target_deps.add(dependency)
214 self.GetObjectSourceDependencies(dependency, target_deps)
215 self.object_source_deps[gn_target_name] = target_deps
216 object_dependencies.update(target_deps)
/dports/chinese/librime/librime-1.7.3/src/rime/config/
H A Dconfig_compiler.cc238 auto& target_deps = deps[target_path]; in Add() local
239 bool target_was_pending = !target_deps.empty(); in Add()
240 InsertByPriority(target_deps, dependency); in Add()
242 << ", #deps = " << target_deps.size(); in Add()
/dports/converters/wkhtmltopdf/qt-5db36ec/qmake/generators/unix/
H A Dunixmake2.cpp115 QString deps = fileFixify(Option::output.fileName()), target_deps, prl; in writeMakeParts() local
363 target_deps += " " + targ; in writeMakeParts()
433 … t << var("TARGET") << ": " << var("PRE_TARGETDEPS") << " " << incr_deps << " " << target_deps in writeMakeParts()
448 << target_deps << " " << var("POST_TARGETDEPS") << "\n\t"; in writeMakeParts()
520 << incr_deps << " $(SUBLIBS) " << target_deps << " " << var("POST_TARGETDEPS"); in writeMakeParts()
525 << " $(OBJECTS) $(SUBLIBS) $(OBJCOMP) " << target_deps in writeMakeParts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/toolchain_build/
H A Dtoolchain_build.py835 target_deps=[]): argument
842 for dep in target_deps])
1028 ], target_deps=['bootstrap_libgcc']) +
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/qmake/generators/unix/
H A Dunixmake2.cpp369 QString target_deps; in writeMakeParts() local
383 target_deps += ' ' + targ_d; in writeMakeParts()
463 … t << var("TARGET") << ": " << depVar("PRE_TARGETDEPS") << ' ' << incr_deps << ' ' << target_deps in writeMakeParts()
475 << target_deps << ' ' << depVar("POST_TARGETDEPS") << "\n\t"; in writeMakeParts()
554 << incr_deps << " $(SUBLIBS) " << target_deps << ' ' << depVar("POST_TARGETDEPS"); in writeMakeParts()
559 << " $(OBJECTS) $(SUBLIBS) $(OBJCOMP) " << target_deps in writeMakeParts()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/qmake/generators/unix/
H A Dunixmake2.cpp369 QString target_deps; in writeMakeParts() local
383 target_deps += ' ' + targ_d; in writeMakeParts()
463 … t << var("TARGET") << ": " << depVar("PRE_TARGETDEPS") << ' ' << incr_deps << ' ' << target_deps in writeMakeParts()
475 << target_deps << ' ' << depVar("POST_TARGETDEPS") << "\n\t"; in writeMakeParts()
554 << incr_deps << " $(SUBLIBS) " << target_deps << ' ' << depVar("POST_TARGETDEPS"); in writeMakeParts()
559 << " $(OBJECTS) $(SUBLIBS) $(OBJCOMP) " << target_deps in writeMakeParts()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/qmake/generators/unix/
H A Dunixmake2.cpp369 QString target_deps; in writeMakeParts() local
383 target_deps += ' ' + targ_d; in writeMakeParts()
463 … t << var("TARGET") << ": " << depVar("PRE_TARGETDEPS") << ' ' << incr_deps << ' ' << target_deps in writeMakeParts()
475 << target_deps << ' ' << depVar("POST_TARGETDEPS") << "\n\t"; in writeMakeParts()
554 << incr_deps << " $(SUBLIBS) " << target_deps << ' ' << depVar("POST_TARGETDEPS"); in writeMakeParts()
559 << " $(OBJECTS) $(SUBLIBS) $(OBJCOMP) " << target_deps in writeMakeParts()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/qmake/generators/unix/
H A Dunixmake2.cpp369 QString target_deps; in writeMakeParts() local
383 target_deps += ' ' + targ_d; in writeMakeParts()
463 … t << var("TARGET") << ": " << depVar("PRE_TARGETDEPS") << ' ' << incr_deps << ' ' << target_deps in writeMakeParts()
475 << target_deps << ' ' << depVar("POST_TARGETDEPS") << "\n\t"; in writeMakeParts()
554 << incr_deps << " $(SUBLIBS) " << target_deps << ' ' << depVar("POST_TARGETDEPS"); in writeMakeParts()
559 << " $(OBJECTS) $(SUBLIBS) $(OBJCOMP) " << target_deps in writeMakeParts()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/qmake/generators/unix/
H A Dunixmake2.cpp369 QString target_deps; in writeMakeParts() local
383 target_deps += ' ' + targ_d; in writeMakeParts()
463 … t << var("TARGET") << ": " << depVar("PRE_TARGETDEPS") << ' ' << incr_deps << ' ' << target_deps in writeMakeParts()
475 << target_deps << ' ' << depVar("POST_TARGETDEPS") << "\n\t"; in writeMakeParts()
554 << incr_deps << " $(SUBLIBS) " << target_deps << ' ' << depVar("POST_TARGETDEPS"); in writeMakeParts()
559 << " $(OBJECTS) $(SUBLIBS) $(OBJCOMP) " << target_deps in writeMakeParts()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/qmake/generators/unix/
H A Dunixmake2.cpp369 QString target_deps; in writeMakeParts() local
383 target_deps += ' ' + targ_d; in writeMakeParts()
463 … t << var("TARGET") << ": " << depVar("PRE_TARGETDEPS") << ' ' << incr_deps << ' ' << target_deps in writeMakeParts()
475 << target_deps << ' ' << depVar("POST_TARGETDEPS") << "\n\t"; in writeMakeParts()
554 << incr_deps << " $(SUBLIBS) " << target_deps << ' ' << depVar("POST_TARGETDEPS"); in writeMakeParts()
559 << " $(OBJECTS) $(SUBLIBS) $(OBJCOMP) " << target_deps in writeMakeParts()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/qmake/generators/unix/
H A Dunixmake2.cpp369 QString target_deps; in writeMakeParts() local
383 target_deps += ' ' + targ_d; in writeMakeParts()
463 … t << var("TARGET") << ": " << depVar("PRE_TARGETDEPS") << ' ' << incr_deps << ' ' << target_deps in writeMakeParts()
475 << target_deps << ' ' << depVar("POST_TARGETDEPS") << "\n\t"; in writeMakeParts()
554 << incr_deps << " $(SUBLIBS) " << target_deps << ' ' << depVar("POST_TARGETDEPS"); in writeMakeParts()
559 << " $(OBJECTS) $(SUBLIBS) $(OBJCOMP) " << target_deps in writeMakeParts()

12