Searched refs:dependency (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/gas/
H A Ddepend.c1 /* depend.c - Handle dependency tracking.
26 struct dependency struct
29 struct dependency * next;
33 static struct dependency * dep_chain = NULL;
46 never called, then dependency tracking is simply skipped. */
59 struct dependency *dep;
70 dep = (struct dependency *) xmalloc (sizeof (struct dependency));
180 /* Print dependency file. */
186 struct dependency *de
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk137 # Explicit rule where the dependency is an inferred file. The dependency
139 # forced a dependency on member even when no such dependency was specified
150 # Excplicit rule where the dependency also has an explicit rule.
154 # Use .c.a inference with an extra dependency.
157 # Use .c.o inference with an extra dependency.
H A Ddotwait.mk56 # cycle: the cyclic dependency must not cause infinite recursion
/freebsd-11-stable/contrib/openresolv/
H A Dconfigure41 --disable-maintainer-mode|--disable-dependency-tracking) ;;
/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.dep.mk18 # This module provides automagic dependency generation along the
H A Dsys.dependfile.mk18 # dependency files, which can be differentiated by their names.
H A Dautodep.mk17 # This module provides automagic dependency generation along the
H A Dmeta.autodep.mk144 # the input to the loop below is target: dependency
145 # with just one dependency per line.
/freebsd-11-stable/share/mk/
H A Dsys.dependfile.mk19 # dependency files, which can be differentiated by their names.
H A Dlocal.sys.mk56 # should be added as a target dependency as well. Otherwise the target
H A Dbsd.init.mk41 # the dependency graph at .MAKE.LEVEL==0, so nothing should be built there.
H A Dmeta.autodep.mk145 # the input to the loop below is target: dependency
146 # with just one dependency per line.
H A Dbsd.dep.mk215 # the dependency helps when bootstrapping
223 # For meta+filemon the .meta file is checked for since it is the dependency
H A Dsrc.libnames.mk381 # cyclic dependency and cannot link its own dependencies. This is bad, please
H A Ddirdeps.mk52 # dependency graph that will drive the build later.
585 # this builds the dependency graph
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DSunOS.mk15 # suppress the dependency
H A DOSF1.mk9 # can't fine one anywhere, so just stop the dependency
H A DUnixWare.mk10 # can't fine one anywhere, so just stop the dependency
/freebsd-11-stable/sys/conf/
H A Dkern.opts.mk94 # expanded inline from bsd.mkopt.mk to avoid share/mk dependency
H A Dkern.post.mk259 # For meta+filemon the .meta file is checked for since it is the dependency
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc345 // would be nice to avoid a dependency on curses proper when we can make do
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec460 - remove dependency on db1-devel, which has just been swallowed up whole
483 - change build dependency on a file from pam-devel to the pam-devel package
596 - remove build dependency on rsh to match openssh.com's packages more closely
599 - remove dependency on openssl -- would need to be too precise
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c639 int depind; /* dependency index */
640 const struct ia64_dependency *dependency; /* actual dependency */ member in struct:rsrc
643 int index; /* specific regno/bit within dependency */
651 char *file; /* what file marked this dependency */
652 unsigned int line; /* what line marked this dependency */
7320 -x | -xexplicit turn on dependency violation checking\n\
7321 -xauto automagically remove dependency violations (default)\n\
7322 -xnone turn off dependency violation checking\n\
7323 -xdebug debug dependency violatio
[all...]
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl548 # dependency (below) of X upon do-X, a ``make X'' will also do this,
1401 # not work as a dependency, just as the minimum necessary to avoid errors.
1406 # it in the dependency so that for example `make -j3 all-gcc' works.
1442 # it's safer to use a soft dependency.
1456 ;; make-dep builds a dependency from the MODULE and ON AutoGen vars.
1484 ;; dep-kind returns "normal" if the dependency is on an "install" target,
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9a.pl102 ![fxors %f0,%f3,%f3] !10/17/12:X[0] dependency

Completed in 177 milliseconds

12