# This file is automatically generated. DO NOT EDIT! .if !defined(NODIRDEP) dirdep := ${.SRCTOP}/gnu/lib/csu/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif dirdep := ${.SRCTOP}/gnu/lib/libgcc/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif dirdep := ${.SRCTOP}/include/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif dirdep := ${.SRCTOP}/lib/libc/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif dirdep := ${.SRCTOP}/stage/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif dirdep := ${.SRCTOP}/sys/fs/devfs/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif dirdep := ${.SRCTOP}/sys/sys/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif .for t in ${MACHINE_LIST} _d=lib/csu/MACHINE_ARCH dirdep := ${.SRCTOP}/${_d:S,MACHINE_ARCH,${MACHINE_ARCH.${t}},g}/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif .endfor .for t in ${MACHINE_LIST} _d=sys/MACHINE_ARCH/include dirdep := ${.SRCTOP}/${_d:S,MACHINE_ARCH,${MACHINE_ARCH.${t}},g}/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif .endfor .endif .for t in ${MACHINE_LIST} D_TGTS_${t}= .endfor .if !defined(NODIRDEP) _MACHINE_LIST:= ${MACHINE_LIST} .if exists(${.SRCTOP}/gnu/lib/csu/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/gnu/lib/csu/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .if exists(${.SRCTOP}/gnu/lib/libgcc/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/gnu/lib/libgcc/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .if exists(${.SRCTOP}/include/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/include/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .if exists(${.SRCTOP}/lib/libc/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/lib/libc/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .if exists(${.SRCTOP}/stage/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/stage/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .if exists(${.SRCTOP}/sys/fs/devfs/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/sys/fs/devfs/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .if exists(${.SRCTOP}/sys/sys/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/sys/sys/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .for t in ${_MACHINE_LIST} _d=lib/csu/MACHINE_ARCH .if exists(${.SRCTOP}/${_d:S,MACHINE_ARCH,${MACHINE_ARCH.${t}},g}/Buildfile.dirdep) D_TGTS_${t}+= ${.OBJROOT}/${t}/${_d:S,MACHINE_ARCH,${MACHINE_ARCH.${t}},g}/all D_TGTS_${t}:= ${D_TGTS_${t}} .endif .endfor .for t in ${_MACHINE_LIST} _d=sys/MACHINE_ARCH/include .if exists(${.SRCTOP}/${_d:S,MACHINE_ARCH,${MACHINE_ARCH.${t}},g}/Buildfile.dirdep) D_TGTS_${t}+= ${.OBJROOT}/${t}/${_d:S,MACHINE_ARCH,${MACHINE_ARCH.${t}},g}/all D_TGTS_${t}:= ${D_TGTS_${t}} .endif .endfor .endif .for t in ${MACHINE_LIST} ${.OBJROOT}/${t}/sbin/devfs/all : ${D_TGTS_${t}} .PHONY echo Checking ${.OBJROOT}/${t}/sbin/devfs cd ${.SRCTOP}/sbin/devfs && MACHINE=${t} ${MAKE} ${.MAKEFLAGS:NMACHINE=*:N-DALLMACHINES} all .endfor