/freebsd/sys/powerpc/conf/dpaa/ |
H A D | files.dpaa | 4 no-depend compile-with "${DPAA_COMPILE_CMD}" 6 no-depend compile-with "${DPAA_COMPILE_CMD}" 8 no-depend compile-with "${DPAA_COMPILE_CMD}" 10 no-depend compile-with "${DPAA_COMPILE_CMD}" 12 no-depend compile-with "${DPAA_COMPILE_CMD}" 14 no-depend compile-with "${DPAA_COMPILE_CMD}" 16 no-depend compile-with "${DPAA_COMPILE_CMD}" 18 no-depend compile-with "${DPAA_COMPILE_CMD}" 20 no-depend compile-with "${DPAA_COMPILE_CMD}" 22 no-depend compile-with "${DPAA_COMPILE_CMD}" [all …]
|
/freebsd/contrib/bmake/mk/ |
H A D | dep.mk | 43 .NOPATH: .depend 45 .if ${MKDEP_MK:Uno} == "auto.dep.mk" && make(depend) 46 # auto.dep.mk does not "do" depend 64 .if !target(depend) 65 depend: beforedepend .depend _SUBDIRUSE afterdepend 70 .depend: ${SRCS} ${.PARSEDIR}/${.PASEFILE} 71 @rm -f .depend 107 .depend: 132 rm -f .depend [all...] |
H A D | auto.dep.mk | 30 # don't even try to handle 'make depend' gracefully. 47 CLEANFILES += .depend *.d 63 DEPENDFILE = .depend 66 .MAKE.DEPENDFILE ?= .depend 77 # doing 'make depend' isn't a big win with this model 78 .if !target(depend) 79 depend: ${DEPENDFILE}
|
H A D | subdir.mk | 56 _target=${.TARGET:C/-.*//:S/real//:S/.depend/depend/}; \ 84 _SUBDIRUSE: .USE subdir-${.TARGET:C/-.*//:S/real//:S/.depend/depend/} 92 depend \
|
H A D | autodep.mk | 20 # The depend target is mainly for backwards compatibility, 26 DEPENDFILE?= .depend 27 .for d in ${DEPENDFILE:N.depend} 28 # bmake only groks .depend 89 # so we can do an explicit make depend, but not otherwise 90 .if make(depend) 141 .if !target(depend) 142 depend: beforedepend ${DEPENDFILE} afterdepend _SUBDIRUSE 148 .endif # make(depend) 172 .if make(depend) || !(mak [all...] |
H A D | meta.autodep.mk | 50 # do not update the *depend* files 52 # NO means don't update .depend - or Makefile.depend* 53 # no means update .depend but not Makefile.depend* 145 .depend: 148 # if we don't have OBJS, then .depend isn't useful 149 .if !target(.depend) && (!empty(OBJS) || ${.ALLTARGETS:M*.o} != "") 164 .NOPATH: .depend 169 # in Makefile.depend* i [all...] |
H A D | libs.mk | 67 DEPENDFILE?= .depend.${LIB} 84 LIBS_TARGETS+= cleandepend cleandir cleanobj depend install
|
H A D | progs.mk | 76 DEPENDFILE?= .depend.${PROG} 93 PROGS_TARGETS+= cleandepend cleandir cleanobj depend install
|
/freebsd/sys/conf/ |
H A D | kern.post.mk | 68 .for target in all clean cleandepend cleandir clobber depend install \ 163 modules-depend: beforebuild 167 modules-all modules-depend: modules-obj 285 kernel-depend: .depend 291 DEPENDFILES= ${DEPENDOBJS:O:u:C/^/.depend./} 298 .depend: .NOMETA 303 DEPEND_CFLAGS+= -MD ${DEPEND_MP} -MF.depend.${.TARGET} 325 beforebuild: kernel-depend 334 _depfile= ${.OBJDIR}/.depend.${__obj} 354 .NOPATH: .depend ${DEPENDFILES} [all …]
|
/freebsd/contrib/bmake/ |
H A D | mkdeps.sh | 136 rm -f .depend 197 echo "\\" >> .depend 198 echo $N " $C" >> .depend 201 echo $N "$ifile $C" >> .depend 252 [ "$append" ] || > .depend 316 .include) echo '.include ".depend"' >> $MAKEFILE;;
|
/freebsd/contrib/elftoolchain/common/ |
H A D | Makefile | 8 .PHONY: all clean clobber depend obj 10 all depend: target 16 rm -f ${.OBJDIR}/.depend
|
/freebsd/share/mk/ |
H A D | meta.autodep.mk | 50 # do not update the *depend* files 52 # NO means don't update .depend - or Makefile.depend* 53 # no means update .depend but not Makefile.depend* 145 .depend: 148 # if we don't have OBJS, then .depend isn't useful 149 .if !target(.depend) && (!empty(OBJS) || ${.ALLTARGETS:M*.o} != "") 164 .NOPATH: .depend 169 # in Makefile.depend* i [all...] |
H A D | bsd.dep.mk | 248 .depend: 254 depend: beforedepend ${DPSRCS} ${SRCS} afterdepend 301 beforebuild: depend 304 .if !target(depend) 306 depend: beforedepend ${DEPENDFILE} afterdepend 332 depend: beforedepend afterdepend 365 .ORDER: cleandepend depend 367 .ORDER: cleanobj depend 368 .ORDER: cleandir depend
|
H A D | bsd.progs.mk | 46 # Leave updating the Makefile.depend to the parent. 96 # Find common sources among the PROGS to depend on them before building 126 PROGS_TARGETS+= checkdpadd clean depend install 127 # Only handle removing depend files from the main process. 146 DEPENDFILE=.depend.$p \ 154 DEPENDFILE=.depend.$p \
|
/freebsd/targets/pseudo/bootstrap-packages/ |
H A D | bootstrap-packages.sh | 138 start_depend $PACKAGES/Makefile.depend || exit 1 184 ddeps=$target/Makefile.depend 212 ) | to_reldir >> $PACKAGES/Makefile.depend 213 end_depend $PACKAGES/Makefile.depend
|
/freebsd/tools/build/ |
H A D | depend-cleanup.sh | 145 if egrep -qw "${4:-$2\.$3}" "$OBJTOP"/$dirprfx$1/.depend.$2.*o 2>/dev/null; then 148 "$OBJTOP"/$dirprfx$1/.depend.$2.* \ 163 "$OBJTOP"/tests/sys/kqueue/libkqueue/.depend.kqtest* >/dev/null 2>&1; then 165 run rm -f "$OBJTOP"/tests/sys/kqueue/libkqueue/.depend.* \ 253 for f in "$OBJTOP"/lib/libc/.depend.libc_start1.*o; do 260 "$OBJTOP"/lib/libc/.depend.libc_start1.* \
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | archive.mk | 28 @${MAKE} -f ${MAKEFILE} depend-on-existing-member 29 @${MAKE} -f ${MAKEFILE} depend-on-nonexistent-member 72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post 75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmpagent.c | 63 struct depend { struct 64 TAILQ_ENTRY(depend) link; 74 TAILQ_HEAD(depend_list, depend); argument 84 struct depend *depend; member 606 TAILQ_FOREACH(context->depend, &context->dlist, link) { in snmp_dep_commit() 607 ctx->dep = &context->depend->dep; in snmp_dep_commit() 613 ret = context->depend->func(ctx, ctx->dep, SNMP_DEPOP_COMMIT); in snmp_dep_commit() 636 while ((context->depend = in snmp_dep_rollback() 637 TAILQ_PREV(context->depend, depend_list, link)) != NULL) { in snmp_dep_rollback() 638 ctx->dep = &context->depend->dep; in snmp_dep_rollback() [all …]
|
/freebsd/contrib/libpcap/msdos/ |
H A D | makefile.dj | 101 rm -f $(OBJECTS) msdos/pkt_rx1.lst Makefile.bak .depend.dj $(PREREQUISITES) 123 depend: $(PREREQUISITES) 124 $(CC) -MM $(CFLAGS) $(SOURCES) | $(REPLACE) > .depend.dj 126 -include .depend.dj
|
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/ |
H A D | intel-ixp45x-ixp46x.dtsi | 51 /* Dummy values that depend on firmware */ 62 /* Dummy values that depend on firmware */ 73 /* Dummy values that depend on firmware */
|
/freebsd/usr.sbin/jail/ |
H A D | state.c | 39 struct cfjails depend = TAILQ_HEAD_INITIALIZER(depend); variable 135 while ((j = TAILQ_FIRST(&depend)) != NULL) { in dep_setup() 224 requeue(j, &depend); in dep_check() 258 if (!--dj->ndeps && dj->queue == &depend) in dep_done() 320 requeue(j, j->ndeps ? &depend : &ready); in start_state()
|
/freebsd/contrib/ncurses/ |
H A D | Makefile.in | 75 @MAKE_PHONY@.PHONY : depend 128 depend \
|
/freebsd/contrib/ncurses/man/ |
H A D | Makefile.in | 59 @MAKE_PHONY@.PHONY : depend 72 depend :
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | st,stih4xx.txt | 16 number of clocks may depend of the SoC type. 34 number of clocks may depend of the SoC type. 67 number of clocks may depend of the SoC type. 80 number of clocks may depend of the SoC type. 93 number of clocks may depend of the SoC type. 107 number of clocks may depend of the SoC type.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | README.txt | 20 demangle symbols, but neither can depend on each other. 32 which depend on the shared generic components. Despite these 49 de-duplicate this code, and have both LLVM and libcxxabi depend on a
|