/src/sys/external/bsd/drm/dist/bsd-core/ |
Makefile | 7 depend: drm_pciids.h target
|
Makefile | 7 depend: drm_pciids.h target
|
/src/dist/pf/share/pf/ |
Makefile | 8 all clean cleandir depend lint tags: target
|
Makefile | 8 all clean cleandir depend lint tags: target
|
/src/tools/elftoolchain/common/ |
Makefile | 22 .PHONY: all clean depend obj 28 all depend clean clobber: target 31 rm -f ${.OBJDIR}/.depend
|
Makefile | 22 .PHONY: all clean depend obj 28 all depend clean clobber: target 31 rm -f ${.OBJDIR}/.depend
|
/src/usr.bin/make/unit-tests/ |
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
|
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
|
/src/tools/elftoolchain/common/sys/ |
Makefile | 18 .PHONY: all clean clobber depend 35 all dependall depend: ${INCS} target 41 rm -f ${.OBJDIR}/.depend
|
Makefile | 18 .PHONY: all clean clobber depend 35 all dependall depend: ${INCS} target 41 rm -f ${.OBJDIR}/.depend
|
/src/lib/libedit/ |
Makefile | 80 CLEANFILES+=help.h.tmp vi.h.tmp tc1.o tc1 .depend 95 .depend: ${AHDR} fcns.h func.h help.h
|
Makefile | 80 CLEANFILES+=help.h.tmp vi.h.tmp tc1.o tc1 .depend 95 .depend: ${AHDR} fcns.h func.h help.h
|
/src/share/mk/ |
bsd.dep.mk | 6 realdepend: beforedepend .depend afterdepend 7 .ORDER: beforedepend .depend afterdepend 9 beforedepend .depend afterdepend: # ensure existence 36 .NOPATH: .depend ${__DPSRCS.d} 48 @(cd ${.CURDIR} && ${MAKE} depend) 56 .depend: ${__DPSRCS.d} 58 rm -f .depend 99 CLEANDIRFILES+= .depend ${__DPSRCS.d} ${__DPSRCS.d:.d=.d.tmp} tags ${CLEANDEPEND}
|
bsd.dep.mk | 6 realdepend: beforedepend .depend afterdepend 7 .ORDER: beforedepend .depend afterdepend 9 beforedepend .depend afterdepend: # ensure existence 36 .NOPATH: .depend ${__DPSRCS.d} 48 @(cd ${.CURDIR} && ${MAKE} depend) 56 .depend: ${__DPSRCS.d} 58 rm -f .depend 99 CLEANDIRFILES+= .depend ${__DPSRCS.d} ${__DPSRCS.d:.d=.d.tmp} tags ${CLEANDEPEND}
|
bsd.own.mk | 300 # * Define _NETBSD_VERSION_DEPENDS. Targets that depend on the 1044 TARGETS+= all clean cleandir depend dependall includes \ 1047 PHONY_NOTMAIN = all clean cleandir depend dependall distclean includes \ 1050 html subdir-all subdir-install subdir-depend analyze describe \ 1066 depend: realdepend subdir-depend target 1067 subdir-depend:
|
bsd.own.mk | 300 # * Define _NETBSD_VERSION_DEPENDS. Targets that depend on the 1044 TARGETS+= all clean cleandir depend dependall includes \ 1047 PHONY_NOTMAIN = all clean cleandir depend dependall distclean includes \ 1050 html subdir-all subdir-install subdir-depend analyze describe \ 1066 depend: realdepend subdir-depend target 1067 subdir-depend:
|
/src/ |
Makefile | 530 dependall-distrib depend-distrib all-distrib: .PHONY
|
Makefile | 530 dependall-distrib depend-distrib all-distrib: .PHONY
|
/src/distrib/syspkg/mk/ |
bsd.syspkg.mk | 640 # Depend is generally meaningless for arbitrary packages, but if someone wants 642 # the habit of typing `${MAKE} depend all install' as a matter of course. 644 .if !target(depend) 645 depend: target
|
bsd.syspkg.mk | 640 # Depend is generally meaningless for arbitrary packages, but if someone wants 642 # the habit of typing `${MAKE} depend all install' as a matter of course. 644 .if !target(depend) 645 depend: target
|
/src/usr.bin/config/ |
gram.y | 201 %type <attr> depend 612 /* one or more depend items */ 614 depend { $$ = MK2(attrlist, NULL, $1); } 615 | depends ',' depend { $$ = MK2(attrlist, $1, $3); } 618 /* one depend item (which is an attribute) */ 619 depend: label 635 /* one option depend, which is an option name */
|
gram.y | 201 %type <attr> depend 612 /* one or more depend items */ 614 depend { $$ = MK2(attrlist, NULL, $1); } 615 | depends ',' depend { $$ = MK2(attrlist, $1, $3); } 618 /* one depend item (which is an attribute) */ 619 depend: label 635 /* one option depend, which is an option name */
|
/src/sys/dev/ieee1394/ |
fwohcireg.h | 117 uint32_t depend; member in struct:fwohcidb::__anona1249395010a::__anona12493950208
|
fwohcireg.h | 117 uint32_t depend; member in struct:fwohcidb::__anona1249395010a::__anona12493950208
|