Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 25 of 234) sorted by relevance

12345678910

/freebsd/contrib/bmake/unit-tests/
H A Dopt-ignore.mk16 all: dependency other
18 dependency:
19 @echo dependency 1
21 @echo dependency 2
23 @echo dependency 3
H A Dopt-keep-going.mk14 all: dependency other
16 dependency:
17 @echo dependency 1
19 @echo dependency 2
21 @echo dependency 3
H A Dopt-ignore.exp1 dependency 1
3 dependency 2
5 dependency 3
H A Dopt-debug-graph2.mk19 aborted-target: .PHONY aborted-target-dependency
20 aborted-target-dependency: .PHONY
H A Dopt-debug-graph3.mk19 aborted-target: .PHONY aborted-target-dependency
20 aborted-target-dependency: .PHONY
H A Ddeptgt-begin.mk34 : Making $@ from a .USE dependency.
44 : Making $@ from a .USEBEFORE dependency.
H A Dvarfind.mk12 VarFind-aliases.to: explicit-dependency
14 explicit-dependency:
H A Ddeptgt-default.mk14 .DEFAULT: dependency-is-ignored
H A Dopt-keep-going.exp1 dependency 1
H A Dsuff-incomplete.mk21 .a.c: ${.PREFIX}.dependency
/freebsd/release/packages/ucl/
H A DREADME25 dependency, unless pkg(8) doesn't detect the dependency automatically for
29 * If a package contains rc(8) scripts, do not add a dependency on "rc".
33 a dependency on "devd". Like rc, devd is optional. The exception is if
34 the package doesn't work at all without devd, in which case a dependency
37 * If a package contains cron(8) jobs in /etc/cron.d, do not a dependency
40 * If a package contains periodic(8) reports, do not add a dependency on
44 previously mentioned examples (rc, devd, etc.), add a dependency on
48 add a dependency on the other package even if not everything in the package
49 requires that dependency. Users expect that all of a package will work
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dwarn_backrefs.rst53 * If adding the dependency does not form a cycle: conceptually ``A`` is higher
58 components of ``B``. It is inappropriate for ``P`` to add a dependency on
60 * If adding the dependency forms a cycle, e.g. ``B->C->A ~> B``. ``A``
63 fail surprisingly with ``undefined symbol`` if there is somehow a dependency on
65 dependency (``B``), however, then every test (``A_test``, ``B_test``,
74 * Add a dependency from ``A`` to ``B``.
76 * The dependency may be intentionally omitted because there are multiple
79 * In the case of circular dependency, sometimes merging the libraries are the best.
/freebsd/sys/conf/
H A Dfiles.i3869 # The long compile-with and dependency lines are required because of
11 # dependency lines other than the first are silently ignored.
43 dependency "$S/i386/acpica/acpi_wakecode.S assym.inc" \
48 dependency "acpi_wakecode.o" \
53 dependency "acpi_wakecode.bin" \
58 dependency "acpi_wakecode.o" \
141 dependency "$S/kern/subr_clockcalib.c" \
H A Dfiles.amd649 # The long compile-with and dependency lines are required because of
11 # dependency lines other than the first are silently ignored.
15dependency "$S/amd64/amd64/sigtramp.S assym.inc $S/conf/vdso_amd64.ldscript $S/tools/amd64_vdso.sh…
22dependency "$S/amd64/ia32/ia32_sigtramp.S ia32_assym.h $S/conf/vdso_amd64_ia32.ldscript $S/tools/a…
29 dependency "$S/compat/ia32/ia32_genassym.c offset.inc" \
35 dependency "$S/kern/genassym.sh ia32_genassym.o" \
43 dependency "$S/amd64/acpica/acpi_wakecode.S assym.inc" \
48 dependency "acpi_wakecode.o" \
53 dependency "acpi_wakecode.bin" \
58 dependency "acpi_wakecode.o" \
[all …]
H A Dfiles2 # The long compile-with and dependency lines are required because of
4 # dependency lines other than the first are silently ignored.
7 dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
12dependency "$S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/tools/nvram_map_gen.awk $S/dev/bhnd/nvr…
17dependency "$S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/tools/nvram_map_gen.awk $S/dev/bhnd/nvr…
23 dependency "${FDT_DTS_FILE:T:R}.dtb" \
27 dependency "$S/tools/sound/feeder_eq_mkfilter.awk" \
32 dependency "$S/tools/sound/feeder_rate_mkfilter.awk" \
41 dependency "$S/tools/sound/snd_fxdiv_gen.awk" \
46 dependency "$S/tools/miidevs2h.awk $S/dev/mii/miidevs" \
[all …]
/freebsd/contrib/bsnmp/
H A DNEWS114 of malloced memory in the module table dependency. While
116 data which was held in a dependency could be lost, because
117 there was no guarantee that the dependency handler ever was
119 dependency in the same PDU) thus causing this memory to leak.
120 To fix this a third dependency operation is introduced
121 SNMP_DEPOP_FINISH which is invoked just before a dependency
126 for a simple SET operation. In this case an artifical dependency
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DOpts.td30 defm dependency_target : Eq<"dependency-target", "The names of dependency targets for the dependenc…
/freebsd/sys/arm/nvidia/tegra124/
H A Dfiles.tegra12446 dependency "$S/arm/nvidia/tegra124/files.tegra124" \
51 dependency "tegra124_xusb.fw" \
56 dependency "$S/contrib/dev/nvidia/tegra124_xusb.bin.uu" \
/freebsd/contrib/googletest/docs/
H A Dquickstart-cmake.md35 project. You'll use this file to set up your project and declare a dependency on
44 Next, you'll create the `CMakeLists.txt` file and declare a dependency on
69 The above configuration declares a dependency on GoogleTest which is downloaded
79 With GoogleTest declared as a dependency, you can use GoogleTest code within
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dexports_so.txt93 # sets up GCC OMP_ version dependency chain
109 # sets up GCC GOMP_ version dependency chain
/freebsd/sys/arm/freescale/imx/
H A Dfiles.imx655 dependency "sdma-imx6q.bin" \
60 dependency "$S/contrib/dev/imx/sdma-imx6q.bin.uu" \
/freebsd/contrib/ntp/sntp/
H A Daclocal.m4220 # See how the compiler implements dependency checking.
226 # dependency, and given that the user is not expected to run this macro,
242 AC_CACHE_CHECK([dependency style of $depcc],
257 # it helps to detect inapplicable dependency modes. For instance
280 # like to wrap large dependency lists on column 80 (with \), and
363 # Choose a directory name for dependency files.
374 [AC_ARG_ENABLE([dependency-tracking], [dnl
376 [--enable-dependency-tracking],
377 [do not reject slow dependency extractors])
379 [--disable-dependency
[all...]
/freebsd/contrib/ntp/sntp/libevent/
H A Daclocal.m4160 # See how the compiler implements dependency checking.
166 # dependency, and given that the user is not expected to run this macro,
182 AC_CACHE_CHECK([dependency style of $depcc],
197 # it helps to detect inapplicable dependency modes. For instance
220 # like to wrap large dependency lists on column 80 (with \), and
303 # Choose a directory name for dependency files.
314 [AC_ARG_ENABLE([dependency-tracking], [dnl
316 [--enable-dependency-tracking],
317 [do not reject slow dependency extractors])
319 [--disable-dependency-tracking],
[all …]
/freebsd/contrib/libevent/
H A Daclocal.m4160 # See how the compiler implements dependency checking.
166 # dependency, and given that the user is not expected to run this macro,
182 AC_CACHE_CHECK([dependency style of $depcc],
197 # it helps to detect inapplicable dependency modes. For instance
220 # like to wrap large dependency lists on column 80 (with \), and
303 # Choose a directory name for dependency files.
314 [AC_ARG_ENABLE([dependency-tracking], [dnl
316 [--enable-dependency-tracking],
317 [do not reject slow dependency extractors])
319 [--disable-dependency-tracking],
[all …]
/freebsd/contrib/file/
H A Daclocal.m4160 # See how the compiler implements dependency checking.
166 # dependency, and given that the user is not expected to run this macro,
182 AC_CACHE_CHECK([dependency style of $depcc],
197 # it helps to detect inapplicable dependency modes. For instance
220 # like to wrap large dependency lists on column 80 (with \), and
303 # Choose a directory name for dependency files.
314 [AC_ARG_ENABLE([dependency-tracking], [dnl
316 [--enable-dependency-tracking],
317 [do not reject slow dependency extractors])
319 [--disable-dependency-tracking],
[all …]

12345678910