/freebsd/targets/pseudo/userland/misc/ |
H A D | Makefile.depend | 17 DIRDEPS = \ 25 DIRDEPS+= stand/common 28 DIRDEPS+= \ 34 DIRDEPS.x86sys= \ 55 DIRDEPS.x86sys+= \ 60 DIRDEPS+= \ 65 DIRDEPS.amd64= \ 66 ${DIRDEPS.x86sys} \ 73 DIRDEPS.amd64+= \ 79 DIRDEPS+= \ [all …]
|
/freebsd/share/mk/ |
H A D | local.dirdeps-options.mk | 3 DIRDEPS.AUDIT.yes= lib/libbsm 4 DIRDEPS.BLACKLIST_SUPPORT.yes+= lib/libblacklist 5 DIRDEPS.CASPER.yes+= lib/libcasper/libcasper 6 DIRDEPS.GSSAPI.yes+= lib/libgssapi 7 DIRDEPS.JAIL.yes+= lib/libjail 8 DIRDEPS.KERBEROS_SUPPORT.yes+= \ 17 DIRDEPS.NIS.yes+= \ 22 DIRDEPS.OPENSSL.yes+= secure/lib/libcrypto 23 DIRDEPS.OPENSSL.no+= lib/libmd 24 DIRDEPS.PAM_SUPPORT.yes+= lib/libpam/libpam [all …]
|
H A D | dirdeps-options.mk | 20 # This makefile is used to deal with optional DIRDEPS. 23 # directory which has DIRDEPS affected by optional features. 25 # may also set specific DIRDEPS.* for those options. 30 # We include local.dirdeps-options.mk which may also define DIRDEPS.* 37 # DIRDEPS.FOO.yes 38 # DIRDEPS.FOO.no 41 # Either way, we will .undef DIRDEPS.* when done. 48 # computing DIRDEPS to build) and higher (when updating 59 # pickup any DIRDEPS.* we need 84 .info ${DEP_RELDIR:U${RELDIR}}.${DEP_TARGET_SPEC:U${TARGET_SPEC}}: o=$o ${_o$o:UMK_$o}=${_v$o:U} DIRDEPS [all...] |
H A D | dirdeps-targets.mk | 121 DIRDEPS = ${ptdeps} 124 DIRDEPS += ${mqtdeps} ${tqtdeps} 128 DIRDEPS += \ 134 DIRDEPS := ${DIRDEPS:O:u} 137 .for x in tdeps ptdeps mqtdeps tqtdeps DIRDEPS 143 .if !empty(DIRDEPS) 144 DIRDEPS.dirs := ${DIRDEPS:S,^,${SRCTOP}/,:@d@${exists($d):?$d:${d:R}}@} 146 .for m in ${DIRDEPS.dirs:S,$,/Makefile.dirdeps.options,} 152 .for c in ${DIRDEPS.dirs:S,$,/Makefile.dirdeps.cache,}
|
H A D | local.dirdeps.mk | 96 DIRDEPS += tools/build 103 DIRDEPS += lib/libc_nonshared 105 DIRDEPS += lib/libssp_nonshared 113 DIRDEPS += \ 122 .if ${DEP_RELDIR:M*libgcc*} == "" && ${DIRDEPS:U:Mlib/libc} != "" 123 DIRDEPS+= \ 193 DIRDEPS+= ${C_DIRDEPS} 198 DIRDEPS+= ${C_DIRDEPS} 200 DIRDEPS+= lib/libc++ lib/libcxxrt 203 DIRDEPS+= lib/msun [all …]
|
H A D | dirdeps.mk | 184 .if ${MAKEFILE:T} == ${.PARSEFILE} && empty(DIRDEPS) && ${.TARGETS:Uall:M*[/.]*} != "" 191 DIRDEPS := ${.TARGETS:M*[/.]*} 193 DEP_RELDIR := ${DIRDEPS:[1]:R} 195 TARGET_MACHINE := ${DIRDEPS:[1]:E:C/,.*//} 550 DIRDEPS ?= ${RELDIR} 601 DIRDEPS="${DIRDEPS}" \ 688 .info ${DEP_RELDIR}.${DEP_TARGET_SPEC}: nDIRDEPS=${DIRDEPS:[#]} 689 .info ${DEP_RELDIR}.${DEP_TARGET_SPEC}: DIRDEPS=${DIRDEPS:${DEBUG_DIRDEPS_LIST_FILTER:U:N/:ts:}} 693 .if !empty(DIRDEPS) 718 __depdirs := ${DIRDEPS:${NSkipDir}:${DEP_DIRDEPS_FILTER:ts:}:C,//+,/,g:O:u:@d@${SRCTOP}/$d@} [all …]
|
H A D | gendirdeps.mk | 116 _DIRDEPS := ${DIRDEPS:U:O:u} 306 DIRDEPS = \ 318 DIRDEPS += \ 324 DIRDEPS := ${DIRDEPS:${GENDIRDEPS_FILTER:UNno:M[${GENDIRDEPS_FILTER_MASK:O:u:ts}]*:ts:}:C,//+,/,g:O… 336 .info ${RELDIR}: DIRDEPS='${DIRDEPS}' 390 echo '${DIRDEPS:@d@ $d \\${.newline}@}'; echo; \ 404 DIRDEPS := ${SUBDIR:S,^,${RELDIR}/,:O:u} 411 echo '${DIRDEPS:@d@ $d \\${.newline}@}'; echo; \
|
/freebsd/contrib/bmake/mk/ |
H A D | dirdeps-options.mk | 20 # This makefile is used to deal with optional DIRDEPS. 23 # directory which has DIRDEPS affected by optional features. 25 # may also set specific DIRDEPS.* for those options. 30 # We include local.dirdeps-options.mk which may also define DIRDEPS.* 37 # DIRDEPS.FOO.yes 38 # DIRDEPS.FOO.no 41 # Either way, we will .undef DIRDEPS.* when done. 48 # computing DIRDEPS to build) and higher (when updating 59 # pickup any DIRDEPS.* we need 84 .info ${DEP_RELDIR:U${RELDIR}}.${DEP_TARGET_SPEC:U${TARGET_SPEC}}: o=$o ${_o$o:UMK_$o}=${_v$o:U} DIRDEPS [all...] |
H A D | dirdeps-targets.mk | 121 DIRDEPS = ${ptdeps} 124 DIRDEPS += ${mqtdeps} ${tqtdeps} 128 DIRDEPS += \ 134 DIRDEPS := ${DIRDEPS:O:u} 137 .for x in tdeps ptdeps mqtdeps tqtdeps DIRDEPS 143 .if !empty(DIRDEPS) 144 DIRDEPS.dirs := ${DIRDEPS:S,^,${SRCTOP}/,:@d@${exists($d):?$d:${d:R}}@} 146 .for m in ${DIRDEPS.dirs:S,$,/Makefile.dirdeps.options,} 152 .for c in ${DIRDEPS.dirs:S,$,/Makefile.dirdeps.cache,}
|
H A D | meta.subdir.mk | 31 DIRDEPS = ${SUBDIR:N.WAIT:O:u:@d@${RELDIR}/$d@} 44 DIRDEPS = ${_subdeps:H:O:u:@d@${RELDIR}/$d@} 49 DIRDEPS = ${_subdeps:O:u:${NIgnoreFiles}:@d@${RELDIR}/${d:H}.${d:E}@:S,.${MACHINE}$,,:S,.depend$,,} 56 DIRDEPS = ${_subdeps:H:O:u:@d@${RELDIR}/$d@} 64 DIRDEPS = 67 DIRDEPS := ${DIRDEPS:S,^./,,:S,/./,/,g:${SUBDIRDEPS_FILTER:Uu}}
|
H A D | dirdeps.mk | 184 .if ${MAKEFILE:T} == ${.PARSEFILE} && empty(DIRDEPS) && ${.TARGETS:Uall:M*[/.]*} != "" 191 DIRDEPS := ${.TARGETS:M*[/.]*} 193 DEP_RELDIR := ${DIRDEPS:[1]:R} 195 TARGET_MACHINE := ${DIRDEPS:[1]:E:C/,.*//} 550 DIRDEPS ?= ${RELDIR} 601 DIRDEPS="${DIRDEPS}" \ 688 .info ${DEP_RELDIR}.${DEP_TARGET_SPEC}: nDIRDEPS=${DIRDEPS:[#]} 689 .info ${DEP_RELDIR}.${DEP_TARGET_SPEC}: DIRDEPS=${DIRDEPS:${DEBUG_DIRDEPS_LIST_FILTER:U:N/:ts:}} 693 .if !empty(DIRDEPS) 718 __depdirs := ${DIRDEPS:${NSkipDir}:${DEP_DIRDEPS_FILTER:ts:}:C,//+,/,g:O:u:@d@${SRCTOP}/$d@} [all …]
|
H A D | gendirdeps.mk | 116 _DIRDEPS := ${DIRDEPS:U:O:u} 306 DIRDEPS = \ 318 DIRDEPS += \ 324 DIRDEPS := ${DIRDEPS:${GENDIRDEPS_FILTER:UNno:M[${GENDIRDEPS_FILTER_MASK:O:u:ts}]*:ts:}:C,//+,/,g:O… 336 .info ${RELDIR}: DIRDEPS='${DIRDEPS}' 390 echo '${DIRDEPS:@d@ $d \\${.newline}@}'; echo; \ 404 DIRDEPS := ${SUBDIR:S,^,${RELDIR}/,:O:u} 411 echo '${DIRDEPS:@d@ $d \\${.newline}@}'; echo; \
|
/freebsd/targets/pseudo/clang/ |
H A D | Makefile.depend | 5 DIRDEPS = \ 15 DIRDEPS+= \ 31 DIRDEPS+= \ 37 DIRDEPS+= \ 42 DIRDEPS+= \ 73 DIRDEPS+= usr.bin/clang/clang-format 77 DIRDEPS+= usr.bin/clang/lld
|
/freebsd/targets/pseudo/userland/libexec/ |
H A D | Makefile.depend | 5 DIRDEPS = \ 42 DIRDEPS+= libexec/blacklistd-helper 46 DIRDEPS+= libexec/dma/dma-mbox-create 47 DIRDEPS+= libexec/dma/dmagent 51 DIRDEPS+= libexec/makewhatis.local
|
/freebsd/targets/pseudo/userland/lib/ |
H A D | Makefile.depend | 7 DIRDEPS = \ 202 DIRDEPS+= \ 219 DIRDEPS+= stand/libsa32 223 DIRDEPS+= \ 233 DIRDEPS+= lib/libdpv 237 DIRDEPS+= lib/libgpio 241 DIRDEPS+= lib/libefivar 244 DIRDEPS+= \ 249 DIRDEPS+= \ 255 DIRDEPS+= lib/libblacklist [all …]
|
/freebsd/targets/pseudo/userland/cddl/ |
H A D | Makefile.depend | 7 DIRDEPS = \ 26 DIRDEPS.ZFS = \ 41 DIRDEPS+= ${DIRDEPS.$O}
|
/freebsd/lib/libproc/ |
H A D | Makefile.depend.options | 5 DIRDEPS.CDDL.yes= cddl/lib/libctf 7 DIRDEPS.LIBCPLUSPLUS.yes= lib/libcxxrt 8 DIRDEPS.LIBCPLUSPLUS.no= gnu/lib/libsupc++
|
/freebsd/stand/efi/loader/ |
H A D | Makefile.depend.options | 4 DIRDEPS.FDT.yes += \ 8 DIRDEPS.FORTH.yes += \ 11 DIRDEPS.LOADER_LUA.yes += \
|
/freebsd/lib/libnetbsd/ |
H A D | Makefile.depend.options | 3 DIRDEPS.host_egacy.no = lib/libutil 4 DIRDEPS.host_egacy.yes = tools/build
|
/freebsd/stand/uboot/ |
H A D | Makefile.depend.options | 3 DIRDEPS.FORTH.yes += \ 6 DIRDEPS.LOADER_LUA.yes += \
|
/freebsd/stand/i386/loader/ |
H A D | Makefile.depend.options | 3 DIRDEPS.FORTH.yes += \ 6 DIRDEPS.LOADER_LUA.yes += \
|
/freebsd/targets/pseudo/the-lot/ |
H A D | Makefile.depend | 5 DIRDEPS = \ 11 DIRDEPS+= targets/pseudo/tests
|
/freebsd/lib/libfetch/ |
H A D | Makefile.depend.options | 5 DIRDEPS.OPENSSL.yes+= secure/lib/libssl 6 DIRDEPS.OPENSSL.no= lib/libmd
|
/freebsd/targets/pseudo/toolchain/ |
H A D | Makefile.depend | 7 DIRDEPS= \ 23 DIRDEPS+= targets/pseudo/clang
|
/freebsd/targets/pseudo/hosttools/ |
H A D | Makefile.depend.host | 9 DIRDEPS = \ 24 DIRDEPS+= \
|