diff options
1291 files changed, 42661 insertions, 74 deletions
@@ -124,9 +124,9 @@ _MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH} ${MAKE} \ .error MAKEOBJDIRPREFIX can only be set in environment, not as a global\ (in make.conf(5)) or command-line variable. .endif -MAKEPATH= ${MAKEOBJDIRPREFIX}${.CURDIR}/make.${MACHINE} +MAKEPATH= ${MAKEOBJDIRPREFIX}${.CURDIR}/${MAKE:T}.${MACHINE} BINMAKE= \ - `if [ -x ${MAKEPATH}/make ]; then echo ${MAKEPATH}/make; else echo ${MAKE}; fi` \ + `if [ -x ${MAKEPATH}/${MAKE:T} ]; then echo ${MAKEPATH}/${MAKE:T}; else echo ${MAKE}; fi` \ -m ${.CURDIR}/share/mk _MAKE= PATH=${PATH} ${BINMAKE} -f Makefile.inc1 TARGET=${_TARGET} TARGET_ARCH=${_TARGET_ARCH} @@ -216,7 +216,7 @@ ${TGTS}: .MAIN: all STARTTIME!= LC_ALL=C date -CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s +CHECK_TIME!= find ${.CURDIR}/sys/sys/param.h -mtime -0s; echo .if !empty(CHECK_TIME) .error check your date/time: ${STARTTIME} .endif @@ -284,7 +284,7 @@ upgrade_checks: PATH=${PATH} ${BINMAKE} obj >/dev/null 2>&1 && \ PATH=${PATH} ${BINMAKE} >/dev/null 2>&1); \ then \ - (cd ${.CURDIR} && ${MAKE} make); \ + (cd ${.CURDIR} && ${MAKE} ${MAKE:T}); \ fi # @@ -303,9 +303,20 @@ MMAKE= ${MMAKEENV} ${MAKE} \ make: .PHONY @echo @echo "--------------------------------------------------------------" - @echo ">>> Building an up-to-date make(1)" + @echo ">>> Building an up-to-date ${MAKE:T}(1)" @echo "--------------------------------------------------------------" - ${_+_}@cd ${.CURDIR}/usr.bin/make; \ + ${_+_}@cd ${.CURDIR}/usr.bin/${MAKE:T}; \ + ${MMAKE} obj && \ + ${MMAKE} depend && \ + ${MMAKE} all && \ + ${MMAKE} install DESTDIR=${MAKEPATH} BINDIR= + +bmake: .PHONY + @echo + @echo "--------------------------------------------------------------" + @echo ">>> Building an up-to-date bmake(1)" + @echo "--------------------------------------------------------------" + ${_+_}@cd ${.CURDIR}/external/bsd/bmake/usr.bin/bmake; \ ${MMAKE} obj && \ ${MMAKE} depend && \ ${MMAKE} all && \ diff --git a/Makefile.inc1 b/Makefile.inc1 index 3cfebc2d7a91..028594831ab6 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -81,6 +81,8 @@ SUBDIR+=sys usr.bin usr.sbin .if ${MK_OFED} != "no" SUBDIR+=contrib/ofed .endif +SUBDIR+=external/bsd + # # We must do etc/ last for install/distribute to work. # @@ -240,6 +242,7 @@ BMAKE= MAKEOBJDIRPREFIX=${WORLDTMP} \ DESTDIR= \ BOOTSTRAPPING=${OSRELDATE} \ SSP_CFLAGS= \ + -DWITHOUT_META_MODE \ -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN \ -DNO_PIC -DNO_PROFILE -DNO_SHARED \ -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF @@ -251,12 +254,14 @@ TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \ DESTDIR= \ BOOTSTRAPPING=${OSRELDATE} \ SSP_CFLAGS= \ + -DWITHOUT_META_MODE \ -DNO_LINT \ -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF # cross-tools stage XMAKE= TOOLS_PREFIX=${WORLDTMP} ${BMAKE} \ TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \ + -DWITHOUT_META_MODE \ -DWITHOUT_GDB # world stage @@ -1678,3 +1683,5 @@ _xi-links: xdev xdev-buil xdev-install: @echo "*** Error: Both XDEV and XDEV_ARCH must be defined for \"${.TARGET}\" target" .endif + +.MAKE.MODE= normal diff --git a/bin/cat/Makefile.depend b/bin/cat/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/cat/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/chflags/Makefile.depend b/bin/chflags/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/chflags/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/chio/Makefile.depend b/bin/chio/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/chio/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/chmod/Makefile.depend b/bin/chmod/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/chmod/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/cp/Makefile.depend b/bin/cp/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/cp/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/csh/Makefile.depend b/bin/csh/Makefile.depend new file mode 100644 index 000000000000..ee77884a02ab --- /dev/null +++ b/bin/csh/Makefile.depend @@ -0,0 +1,348 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcrypt \ + lib/ncurses/ncurses \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +ed.chared.o: ed.defns.h +ed.chared.o: iconv.h +ed.chared.o: sh.err.h +ed.chared.o: tc.const.h +ed.chared.po: ed.defns.h +ed.chared.po: iconv.h +ed.chared.po: sh.err.h +ed.chared.po: tc.const.h +ed.defns.o: iconv.h +ed.defns.o: sh.err.h +ed.defns.o: tc.const.h +ed.defns.po: iconv.h +ed.defns.po: sh.err.h +ed.defns.po: tc.const.h +ed.init.o: ed.defns.h +ed.init.o: iconv.h +ed.init.o: sh.err.h +ed.init.o: tc.const.h +ed.init.po: ed.defns.h +ed.init.po: iconv.h +ed.init.po: sh.err.h +ed.init.po: tc.const.h +ed.inputl.o: ed.defns.h +ed.inputl.o: iconv.h +ed.inputl.o: sh.err.h +ed.inputl.o: tc.const.h +ed.inputl.po: ed.defns.h +ed.inputl.po: iconv.h +ed.inputl.po: sh.err.h +ed.inputl.po: tc.const.h +ed.refresh.o: iconv.h +ed.refresh.o: sh.err.h +ed.refresh.o: tc.const.h +ed.refresh.po: iconv.h +ed.refresh.po: sh.err.h +ed.refresh.po: tc.const.h +ed.screen.o: ed.defns.h +ed.screen.o: iconv.h +ed.screen.o: sh.err.h +ed.screen.o: tc.const.h +ed.screen.po: ed.defns.h +ed.screen.po: iconv.h +ed.screen.po: sh.err.h +ed.screen.po: tc.const.h +ed.term.o: iconv.h +ed.term.o: sh.err.h +ed.term.o: tc.const.h +ed.term.po: iconv.h +ed.term.po: sh.err.h +ed.term.po: tc.const.h +ed.xmap.o: ed.defns.h +ed.xmap.o: iconv.h +ed.xmap.o: sh.err.h +ed.xmap.o: tc.const.h +ed.xmap.po: ed.defns.h +ed.xmap.po: iconv.h +ed.xmap.po: sh.err.h +ed.xmap.po: tc.const.h +glob.o: iconv.h +glob.o: sh.err.h +glob.o: tc.const.h +glob.po: iconv.h +glob.po: sh.err.h +glob.po: tc.const.h +iconv_stub.o: iconv.h +iconv_stub.po: iconv.h +mi.termios.o: iconv.h +mi.termios.o: sh.err.h +mi.termios.o: tc.const.h +mi.termios.po: iconv.h +mi.termios.po: sh.err.h +mi.termios.po: tc.const.h +sh.char.o: iconv.h +sh.char.o: sh.err.h +sh.char.o: tc.const.h +sh.char.po: iconv.h +sh.char.po: sh.err.h +sh.char.po: tc.const.h +sh.dir.o: iconv.h +sh.dir.o: sh.err.h +sh.dir.o: tc.const.h +sh.dir.po: iconv.h +sh.dir.po: sh.err.h +sh.dir.po: tc.const.h +sh.dol.o: iconv.h +sh.dol.o: sh.err.h +sh.dol.o: tc.const.h +sh.dol.po: iconv.h +sh.dol.po: sh.err.h +sh.dol.po: tc.const.h +sh.err.o: iconv.h +sh.err.o: sh.err.h +sh.err.o: tc.const.h +sh.err.po: iconv.h +sh.err.po: sh.err.h +sh.err.po: tc.const.h +sh.exec.o: iconv.h +sh.exec.o: sh.err.h +sh.exec.o: tc.const.h +sh.exec.po: iconv.h +sh.exec.po: sh.err.h +sh.exec.po: tc.const.h +sh.exp.o: iconv.h +sh.exp.o: sh.err.h +sh.exp.o: tc.const.h +sh.exp.po: iconv.h +sh.exp.po: sh.err.h +sh.exp.po: tc.const.h +sh.file.o: iconv.h +sh.file.o: sh.err.h +sh.file.o: tc.const.h +sh.file.po: iconv.h +sh.file.po: sh.err.h +sh.file.po: tc.const.h +sh.func.o: iconv.h +sh.func.o: sh.err.h +sh.func.o: tc.const.h +sh.func.po: iconv.h +sh.func.po: sh.err.h +sh.func.po: tc.const.h +sh.glob.o: iconv.h +sh.glob.o: sh.err.h +sh.glob.o: tc.const.h +sh.glob.po: iconv.h +sh.glob.po: sh.err.h +sh.glob.po: tc.const.h +sh.hist.o: iconv.h +sh.hist.o: sh.err.h +sh.hist.o: tc.const.h +sh.hist.po: iconv.h +sh.hist.po: sh.err.h +sh.hist.po: tc.const.h +sh.init.o: iconv.h +sh.init.o: sh.err.h +sh.init.o: tc.const.h +sh.init.po: iconv.h +sh.init.po: sh.err.h +sh.init.po: tc.const.h +sh.lex.o: iconv.h +sh.lex.o: sh.err.h +sh.lex.o: tc.const.h +sh.lex.po: iconv.h +sh.lex.po: sh.err.h +sh.lex.po: tc.const.h +sh.misc.o: iconv.h +sh.misc.o: sh.err.h +sh.misc.o: tc.const.h +sh.misc.po: iconv.h +sh.misc.po: sh.err.h +sh.misc.po: tc.const.h +sh.o: iconv.h +sh.o: sh.err.h +sh.o: tc.const.h +sh.parse.o: iconv.h +sh.parse.o: sh.err.h +sh.parse.o: tc.const.h +sh.parse.po: iconv.h +sh.parse.po: sh.err.h +sh.parse.po: tc.const.h +sh.po: iconv.h +sh.po: sh.err.h +sh.po: tc.const.h +sh.print.o: iconv.h +sh.print.o: sh.err.h +sh.print.o: tc.const.h +sh.print.po: iconv.h +sh.print.po: sh.err.h +sh.print.po: tc.const.h +sh.proc.o: iconv.h +sh.proc.o: sh.err.h +sh.proc.o: tc.const.h +sh.proc.po: iconv.h +sh.proc.po: sh.err.h +sh.proc.po: tc.const.h +sh.sem.o: iconv.h +sh.sem.o: sh.err.h +sh.sem.o: tc.const.h +sh.sem.po: iconv.h +sh.sem.po: sh.err.h +sh.sem.po: tc.const.h +sh.set.o: iconv.h +sh.set.o: sh.err.h +sh.set.o: tc.const.h +sh.set.po: iconv.h +sh.set.po: sh.err.h +sh.set.po: tc.const.h +sh.time.o: iconv.h +sh.time.o: sh.err.h +sh.time.o: tc.const.h +sh.time.po: iconv.h +sh.time.po: sh.err.h +sh.time.po: tc.const.h +tc.alloc.o: iconv.h +tc.alloc.o: sh.err.h +tc.alloc.o: tc.const.h +tc.alloc.po: iconv.h +tc.alloc.po: sh.err.h +tc.alloc.po: tc.const.h +tc.bind.o: ed.defns.h +tc.bind.o: iconv.h +tc.bind.o: sh.err.h +tc.bind.o: tc.const.h +tc.bind.po: ed.defns.h +tc.bind.po: iconv.h +tc.bind.po: sh.err.h +tc.bind.po: tc.const.h +tc.const.o: iconv.h +tc.const.o: sh.err.h +tc.const.o: tc.const.h +tc.const.po: iconv.h +tc.const.po: sh.err.h +tc.const.po: tc.const.h +tc.defs.o: iconv.h +tc.defs.o: sh.err.h +tc.defs.o: tc.const.h +tc.defs.o: tc.defs.c +tc.defs.po: iconv.h +tc.defs.po: sh.err.h +tc.defs.po: tc.const.h +tc.defs.po: tc.defs.c +tc.disc.o: iconv.h +tc.disc.o: sh.err.h +tc.disc.o: tc.const.h +tc.disc.po: iconv.h +tc.disc.po: sh.err.h +tc.disc.po: tc.const.h +tc.func.o: ed.defns.h +tc.func.o: iconv.h +tc.func.o: sh.err.h +tc.func.o: tc.const.h +tc.func.po: ed.defns.h +tc.func.po: iconv.h +tc.func.po: sh.err.h +tc.func.po: tc.const.h +tc.nls.o: iconv.h +tc.nls.o: sh.err.h +tc.nls.o: tc.const.h +tc.nls.po: iconv.h +tc.nls.po: sh.err.h +tc.nls.po: tc.const.h +tc.os.o: ed.defns.h +tc.os.o: iconv.h +tc.os.o: sh.err.h +tc.os.o: tc.const.h +tc.os.po: ed.defns.h +tc.os.po: iconv.h +tc.os.po: sh.err.h +tc.os.po: tc.const.h +tc.printf.o: iconv.h +tc.printf.o: sh.err.h +tc.printf.o: tc.const.h +tc.printf.po: iconv.h +tc.printf.po: sh.err.h +tc.printf.po: tc.const.h +tc.prompt.o: iconv.h +tc.prompt.o: sh.err.h +tc.prompt.o: tc.const.h +tc.prompt.po: iconv.h +tc.prompt.po: sh.err.h +tc.prompt.po: tc.const.h +tc.sched.o: iconv.h +tc.sched.o: sh.err.h +tc.sched.o: tc.const.h +tc.sched.po: iconv.h +tc.sched.po: sh.err.h +tc.sched.po: tc.const.h +tc.sig.o: iconv.h +tc.sig.o: sh.err.h +tc.sig.o: tc.const.h +tc.sig.po: iconv.h +tc.sig.po: sh.err.h +tc.sig.po: tc.const.h +tc.str.o: iconv.h +tc.str.o: sh.err.h +tc.str.o: tc.const.h +tc.str.po: iconv.h +tc.str.po: sh.err.h +tc.str.po: tc.const.h +tc.vers.o: iconv.h +tc.vers.o: sh.err.h +tc.vers.o: tc.const.h +tc.vers.po: iconv.h +tc.vers.po: sh.err.h +tc.vers.po: tc.const.h +tc.who.o: iconv.h +tc.who.o: sh.err.h +tc.who.o: tc.const.h +tc.who.po: iconv.h +tc.who.po: sh.err.h +tc.who.po: tc.const.h +tw.color.o: iconv.h +tw.color.o: sh.err.h +tw.color.o: tc.const.h +tw.color.po: iconv.h +tw.color.po: sh.err.h +tw.color.po: tc.const.h +tw.comp.o: iconv.h +tw.comp.o: sh.err.h +tw.comp.o: tc.const.h +tw.comp.po: iconv.h +tw.comp.po: sh.err.h +tw.comp.po: tc.const.h +tw.help.o: iconv.h +tw.help.o: sh.err.h +tw.help.o: tc.const.h +tw.help.po: iconv.h +tw.help.po: sh.err.h +tw.help.po: tc.const.h +tw.init.o: iconv.h +tw.init.o: sh.err.h +tw.init.o: tc.const.h +tw.init.po: iconv.h +tw.init.po: sh.err.h +tw.init.po: tc.const.h +tw.parse.o: iconv.h +tw.parse.o: sh.err.h +tw.parse.o: tc.const.h +tw.parse.po: iconv.h +tw.parse.po: sh.err.h +tw.parse.po: tc.const.h +tw.spell.o: iconv.h +tw.spell.o: sh.err.h +tw.spell.o: tc.const.h +tw.spell.po: iconv.h +tw.spell.po: sh.err.h +tw.spell.po: tc.const.h +.endif diff --git a/bin/date/Makefile.depend b/bin/date/Makefile.depend new file mode 100644 index 000000000000..25ca34444ce3 --- /dev/null +++ b/bin/date/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/protocols \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/dd/Makefile.depend b/bin/dd/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/dd/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/df/Makefile.depend b/bin/df/Makefile.depend new file mode 100644 index 000000000000..2dd29af87618 --- /dev/null +++ b/bin/df/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libutil \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/domainname/Makefile.depend b/bin/domainname/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/domainname/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/echo/Makefile.depend b/bin/echo/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/echo/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/ed/Makefile.depend b/bin/ed/Makefile.depend new file mode 100644 index 000000000000..1ae71d98e8f9 --- /dev/null +++ b/bin/ed/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + secure/lib/libcrypto \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/expr/Makefile.depend b/bin/expr/Makefile.depend new file mode 100644 index 000000000000..c4a7277a5cb1 --- /dev/null +++ b/bin/expr/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +expr.o: expr.c +expr.po: expr.c +.endif diff --git a/bin/getfacl/Makefile.depend b/bin/getfacl/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/getfacl/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/hostname/Makefile.depend b/bin/hostname/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/hostname/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/kenv/Makefile.depend b/bin/kenv/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/kenv/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/kill/Makefile.depend b/bin/kill/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/kill/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/ln/Makefile.depend b/bin/ln/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/ln/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/ls/Makefile.depend b/bin/ls/Makefile.depend new file mode 100644 index 000000000000..3bf190da5af9 --- /dev/null +++ b/bin/ls/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libutil \ + lib/ncurses/ncurses \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/mkdir/Makefile.depend b/bin/mkdir/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/mkdir/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/mv/Makefile.depend b/bin/mv/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/mv/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/pax/Makefile.depend b/bin/pax/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/pax/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/pkill/Makefile.depend b/bin/pkill/Makefile.depend new file mode 100644 index 000000000000..553674c09429 --- /dev/null +++ b/bin/pkill/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libkvm \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/ps/Makefile.depend b/bin/ps/Makefile.depend new file mode 100644 index 000000000000..863fe357cfae --- /dev/null +++ b/bin/ps/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libkvm \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/pwait/Makefile.depend b/bin/pwait/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/pwait/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/pwd/Makefile.depend b/bin/pwd/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/pwd/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/rcp/Makefile.depend b/bin/rcp/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/rcp/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/realpath/Makefile.depend b/bin/realpath/Makefile.depend new file mode 100644 index 000000000000..ac1b1319c7ef --- /dev/null +++ b/bin/realpath/Makefile.depend @@ -0,0 +1,18 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/rm/Makefile.depend b/bin/rm/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/rm/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/rmail/Makefile.depend b/bin/rmail/Makefile.depend new file mode 100644 index 000000000000..7ffe408b22f0 --- /dev/null +++ b/bin/rmail/Makefile.depend @@ -0,0 +1,23 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libsm \ + lib/libutil \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +rmail.o: sm_os.h +rmail.po: sm_os.h +.endif diff --git a/bin/rmdir/Makefile.depend b/bin/rmdir/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/rmdir/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/setfacl/Makefile.depend b/bin/setfacl/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/setfacl/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/sh/Makefile.depend b/bin/sh/Makefile.depend new file mode 100644 index 000000000000..4c22a9796091 --- /dev/null +++ b/bin/sh/Makefile.depend @@ -0,0 +1,115 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libedit \ + lib/ncurses/ncurses \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +alias.o: builtins.h +alias.po: builtins.h +arith_yylex.o: syntax.h +arith_yylex.po: syntax.h +builtins.o: builtins.c +builtins.o: builtins.h +builtins.po: builtins.c +builtins.po: builtins.h +cd.o: builtins.h +cd.o: nodes.h +cd.po: builtins.h +cd.po: nodes.h +echo.o: builtins.h +echo.po: builtins.h +error.o: nodes.h +error.po: nodes.h +eval.o: builtins.h +eval.o: nodes.h +eval.o: syntax.h +eval.po: builtins.h +eval.po: nodes.h +eval.po: syntax.h +exec.o: builtins.h +exec.o: nodes.h +exec.o: syntax.h +exec.po: builtins.h +exec.po: nodes.h +exec.po: syntax.h +expand.o: builtins.h +expand.o: nodes.h +expand.o: syntax.h +expand.po: builtins.h +expand.po: nodes.h +expand.po: syntax.h +histedit.o: builtins.h +histedit.po: builtins.h +init.o: init.c +init.po: init.c +input.o: syntax.h +input.po: syntax.h +jobs.o: builtins.h +jobs.o: nodes.h +jobs.o: syntax.h +jobs.po: builtins.h +jobs.po: nodes.h +jobs.po: syntax.h +kill.o: builtins.h +kill.po: builtins.h +main.o: builtins.h +main.o: nodes.h +main.po: builtins.h +main.po: nodes.h +mystring.o: syntax.h +mystring.po: syntax.h +nodes.o: nodes.c +nodes.o: nodes.h +nodes.po: nodes.c +nodes.po: nodes.h +options.o: builtins.h +options.o: nodes.h +options.po: builtins.h +options.po: nodes.h +output.o: syntax.h +output.po: syntax.h +parser.o: nodes.h +parser.o: syntax.h +parser.o: token.h +parser.po: nodes.h +parser.po: syntax.h +parser.po: token.h +printf.o: builtins.h +printf.po: builtins.h +redir.o: nodes.h +redir.po: nodes.h +show.o: nodes.h +show.po: nodes.h +syntax.o: syntax.c +syntax.o: syntax.h +syntax.po: syntax.c +syntax.po: syntax.h +test.o: builtins.h +test.po: builtins.h +trap.o: builtins.h +trap.o: nodes.h +trap.o: syntax.h +trap.po: builtins.h +trap.po: nodes.h +trap.po: syntax.h +var.o: builtins.h +var.o: nodes.h +var.o: syntax.h +var.po: builtins.h +var.po: nodes.h +var.po: syntax.h +.endif diff --git a/bin/sleep/Makefile.depend b/bin/sleep/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/sleep/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/stty/Makefile.depend b/bin/stty/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/stty/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/sync/Makefile.depend b/bin/sync/Makefile.depend new file mode 100644 index 000000000000..ac1b1319c7ef --- /dev/null +++ b/bin/sync/Makefile.depend @@ -0,0 +1,18 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/test/Makefile.depend b/bin/test/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/bin/test/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/bin/uuidgen/Makefile.depend b/bin/uuidgen/Makefile.depend new file mode 100644 index 000000000000..ac1b1319c7ef --- /dev/null +++ b/bin/uuidgen/Makefile.depend @@ -0,0 +1,18 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/lib/drti/Makefile.depend b/cddl/lib/drti/Makefile.depend new file mode 100644 index 000000000000..dc1878f7930b --- /dev/null +++ b/cddl/lib/drti/Makefile.depend @@ -0,0 +1,17 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libelf \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/lib/libavl/Makefile.depend b/cddl/lib/libavl/Makefile.depend new file mode 100644 index 000000000000..f5418c0fbe7a --- /dev/null +++ b/cddl/lib/libavl/Makefile.depend @@ -0,0 +1,17 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/lib/libctf/Makefile.depend b/cddl/lib/libctf/Makefile.depend new file mode 100644 index 000000000000..fea4fa089d94 --- /dev/null +++ b/cddl/lib/libctf/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libelf \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/lib/libdtrace/Makefile.depend b/cddl/lib/libdtrace/Makefile.depend new file mode 100644 index 000000000000..50cff6232a46 --- /dev/null +++ b/cddl/lib/libdtrace/Makefile.depend @@ -0,0 +1,47 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libelf \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +dt_cc.So: dt_grammar.h +dt_cc.o: dt_grammar.h +dt_cc.po: dt_grammar.h +dt_cg.So: dt_grammar.h +dt_cg.o: dt_grammar.h +dt_cg.po: dt_grammar.h +dt_errtags.So: dt_errtags.c +dt_errtags.o: dt_errtags.c +dt_errtags.po: dt_errtags.c +dt_grammar.So: dt_grammar.c +dt_grammar.o: dt_grammar.c +dt_grammar.po: dt_grammar.c +dt_lex.So: dt_grammar.h +dt_lex.So: dt_lex.c +dt_lex.o: dt_grammar.h +dt_lex.o: dt_lex.c +dt_lex.po: dt_grammar.h +dt_lex.po: dt_lex.c +dt_names.So: dt_names.c +dt_names.o: dt_names.c +dt_names.po: dt_names.c +dt_parser.So: dt_grammar.h +dt_parser.o: dt_grammar.h +dt_parser.po: dt_grammar.h +dt_xlator.So: dt_grammar.h +dt_xlator.o: dt_grammar.h +dt_xlator.po: dt_grammar.h +.endif diff --git a/cddl/lib/libnvpair/Makefile.depend b/cddl/lib/libnvpair/Makefile.depend new file mode 100644 index 000000000000..eba5cd5875b4 --- /dev/null +++ b/cddl/lib/libnvpair/Makefile.depend @@ -0,0 +1,18 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/lib/libumem/Makefile.depend b/cddl/lib/libumem/Makefile.depend new file mode 100644 index 000000000000..f5418c0fbe7a --- /dev/null +++ b/cddl/lib/libumem/Makefile.depend @@ -0,0 +1,17 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/lib/libuutil/Makefile.depend b/cddl/lib/libuutil/Makefile.depend new file mode 100644 index 000000000000..eba5cd5875b4 --- /dev/null +++ b/cddl/lib/libuutil/Makefile.depend @@ -0,0 +1,18 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/lib/libzfs/Makefile.depend b/cddl/lib/libzfs/Makefile.depend new file mode 100644 index 000000000000..95d46624ef2b --- /dev/null +++ b/cddl/lib/libzfs/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + cddl/lib/libumem \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libgeom \ + lib/libutil \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/lib/libzpool/Makefile.depend b/cddl/lib/libzpool/Makefile.depend new file mode 100644 index 000000000000..420d91b52f55 --- /dev/null +++ b/cddl/lib/libzpool/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/sbin/zfs/Makefile.depend b/cddl/sbin/zfs/Makefile.depend new file mode 100644 index 000000000000..ac256a59c374 --- /dev/null +++ b/cddl/sbin/zfs/Makefile.depend @@ -0,0 +1,25 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + cddl/lib/libnvpair \ + cddl/lib/libumem \ + cddl/lib/libuutil \ + cddl/lib/libzfs \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libgeom \ + lib/libutil \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/sbin/zpool/Makefile.depend b/cddl/sbin/zpool/Makefile.depend new file mode 100644 index 000000000000..33d5e34a3a72 --- /dev/null +++ b/cddl/sbin/zpool/Makefile.depend @@ -0,0 +1,26 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + cddl/lib/libavl \ + cddl/lib/libnvpair \ + cddl/lib/libumem \ + cddl/lib/libuutil \ + cddl/lib/libzfs \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libgeom \ + lib/libutil \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/usr.bin/ctfconvert/Makefile.depend b/cddl/usr.bin/ctfconvert/Makefile.depend new file mode 100644 index 000000000000..75e8094cf961 --- /dev/null +++ b/cddl/usr.bin/ctfconvert/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + cddl/lib/libctf \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libdwarf \ + lib/libelf \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/usr.bin/ctfdump/Makefile.depend b/cddl/usr.bin/ctfdump/Makefile.depend new file mode 100644 index 000000000000..fea4fa089d94 --- /dev/null +++ b/cddl/usr.bin/ctfdump/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libelf \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/usr.bin/ctfmerge/Makefile.depend b/cddl/usr.bin/ctfmerge/Makefile.depend new file mode 100644 index 000000000000..75e8094cf961 --- /dev/null +++ b/cddl/usr.bin/ctfmerge/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + cddl/lib/libctf \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libdwarf \ + lib/libelf \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/usr.bin/sgsmsg/Makefile.depend b/cddl/usr.bin/sgsmsg/Makefile.depend new file mode 100644 index 000000000000..fea4fa089d94 --- /dev/null +++ b/cddl/usr.bin/sgsmsg/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libelf \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/cddl/usr.bin/zinject/Makefile.depend b/cddl/usr.bin/zinject/Makefile.depend new file mode 100644 index 000000000000..695f032fbe47 --- /dev/null +++ b/cddl/usr.bin/zinject/Makefile.depend @@ -0,0 +1,25 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + cddl/lib/libnvpair \ + cddl/lib/libumem \ + cddl/lib/libuutil \ + cddl/lib/libzfs \ + cddl/lib/libzpool \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libgeom \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/external/bsd/bmake/usr.bin/bmake/Makefile b/external/bsd/bmake/usr.bin/bmake/Makefile index 398bb4c71071..8be2bfa7775e 100644 --- a/external/bsd/bmake/usr.bin/bmake/Makefile +++ b/external/bsd/bmake/usr.bin/bmake/Makefile @@ -1,5 +1,10 @@ # This is a generated file, do NOT edit! -# See contrib/bmake/bsd.after-import.mk +# See external/bsd/bmake/dist/bsd.after-import.mk +# +# $FreeBSD$ + +SRCTOP?= ${.CURDIR:H:H:H:H:H} + # look here first for config.h CFLAGS+= -I${.CURDIR} @@ -7,13 +12,11 @@ CFLAGS+= -I${.CURDIR} # $NetBSD: Makefile,v 1.56 2012/05/30 21:54:23 sjg Exp $ # @(#)Makefile 5.2 (Berkeley) 12/28/90 -# $Id: Makefile.in,v 1.164 2012/06/20 22:44:26 sjg Exp $ - -# $FreeBSD$ +# $Id: Makefile.in,v 1.168 2012/07/05 04:10:23 sjg Exp $ PROG= bmake SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \ - make.c parse.c str.c suff.c targ.c trace.c var.c util.c + make.c parse.c str.c suff.c targ.c trace.c var.c util.c SRCS+= strlist.c SRCS+= make_malloc.c SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \ @@ -25,30 +28,36 @@ SRCS += lstPrev.c # you can use this Makefile if you have an earlier version of bmake. prefix= /usr -srcdir= ${.CURDIR}/../../dist +srcdir= ${SRCTOP}/external/bsd/bmake/dist +CC?= gcc # Base version on src date -MAKE_VERSION= 20120620 +MAKE_VERSION= 20120704 DEFAULT_SYS_PATH = .../share/mk:/usr/share/mk +CPPFLAGS+= +CFLAGS+= ${CPPFLAGS} CFLAGS+= -D_PATH_DEFSYSPATH=\"${DEFAULT_SYS_PATH}\" -CFLAGS+= -I. -I${srcdir} -DHAVE_CONFIG_H ${XDEFS} -DMAKE_NATIVE -CFLAGS+= ${CFLAGS_${.TARGET:T}} +CFLAGS+= -I. -I${srcdir} -DHAVE_CONFIG_H ${XDEFS} -DMAKE_NATIVE +CFLAGS+= ${CFLAGS_${.TARGET:T}} CFLAGS+= ${COPTS.${.ALLSRC:M*.c:T:u}} COPTS.main.c+= "-DMAKE_VERSION=\"${MAKE_VERSION}\"" -LDFLAGS= -LIBOBJS= ${LIBOBJDIR}stresep$U.o -LDADD= +LDFLAGS= +LIBOBJS= ${LIBOBJDIR}stresep$U.o +LDADD= .if !empty(LIBOBJS) SRCS+= ${LIBOBJS:T:.o=.c} .endif -USE_META ?= yes -.if ${USE_META:tl} != "no" +USE_META = yes +.if ${USE_META} != "no" SRCS+= meta.c CPPFLAGS+= -DUSE_META -COPTS.meta.c += -DHAVE_FILEMON_H +FILEMON_H ?= /usr/include/dev/filemon/filemon.h +.if exists(${FILEMON_H}) && ${FILEMON_H:T} == "filemon.h" +COPTS.meta.c += -DHAVE_FILEMON_H -I${FILEMON_H:H} +.endif .endif .PATH: ${srcdir} @@ -56,11 +65,6 @@ COPTS.meta.c += -DHAVE_FILEMON_H OS!= uname -s ARCH!= uname -p 2>/dev/null || uname -m -MAKEVER!= ${MAKE} -f /dev/null -V MAKE_VERSION -.if ${MAKEVER} < 1197001010 -# Bmake vs. FreeBSD's traditional make ('MAKE_VERSION' format: RYYYYMMDDX) -IS_BMAKE= yes -.endif # list of OS's which are derrived from BSD4.4 isBSD44= NetBSD FreeBSD OpenBSD DragonFly @@ -75,9 +79,6 @@ WARNS=4 SUBDIR= PSD.doc .endif .endif -.if ${OS} == "FreeBSD" -WARNS?= 6 -.endif .if empty(isBSD44:M${OS}) # XXX not sure if we still want this given that configure @@ -93,8 +94,8 @@ SRCS+= sigcompat.c CFLAGS+= -DSIGNAL_FLAGS=SA_RESTART .endif .endif +.if defined(.PARSEDIR) .if make(obj) || make(clean) -.if defined(IS_BMAKE) SUBDIR+= unit-tests .endif .endif @@ -144,9 +145,11 @@ _mfromdir=${srcdir} # sigh, FreeBSD at least includes bsd.subdir.mk via bsd.obj.mk # so the inclusion below, results in complaints about re-defined # targets. For NetBSD though we need to explicitly include it. -#.if defined(SUBDIR) && !target(${SUBDIR:[1]}) -#.-include <bsd.subdir.mk> -#.endif +.if defined(.PARSEDIR) +.if defined(SUBDIR) && !target(${SUBDIR:[1]}) +.sinclude <bsd.subdir.mk> +.endif +.endif CPPFLAGS+= -DMAKE_NATIVE COPTS.var.c += -Wno-cast-qual @@ -156,7 +159,7 @@ COPTS.var.c += -Wno-format-nonliteral # Force these BINDIR= ${prefix}/bin -MANDIR= ${prefix}/share/man +MANDIR= ${prefix}/man arch.o: config.h # make sure that MAKE_VERSION gets updated. @@ -200,8 +203,8 @@ MANDIR= /usr/share/man CFLAGS+= ${COPTS.${.IMPSRC:T}} CLEANFILES+= bootstrap -after-import: ${.CURDIR}/../dist/bsd.after-import.mk - cd ${.CURDIR} && ${.MAKE} -f ${.CURDIR}/../dist/bsd.after-import.mk +after-import: ${SRCTOP}/external/bsd/bmake/dist/bsd.after-import.mk + cd ${.CURDIR} && ${.MAKE} -f ${SRCTOP}/external/bsd/bmake/dist/bsd.after-import.mk .sinclude "Makefile.inc" diff --git a/external/bsd/bmake/usr.bin/bmake/Makefile.depend b/external/bsd/bmake/usr.bin/bmake/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/external/bsd/bmake/usr.bin/bmake/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/external/bsd/bmake/usr.bin/bmake/Makefile.inc b/external/bsd/bmake/usr.bin/bmake/Makefile.inc new file mode 100644 index 000000000000..090deb713b5d --- /dev/null +++ b/external/bsd/bmake/usr.bin/bmake/Makefile.inc @@ -0,0 +1,6 @@ +# $FreeBSD$ + +.if defined(.PARSEDIR) +# make sure this is available to unit-tests/Makefile +.export SRCTOP +.endif diff --git a/external/bsd/bmake/usr.bin/bmake/config.h b/external/bsd/bmake/usr.bin/bmake/config.h index 12e9c7dd9f19..9cf8c8a5da6b 100644 --- a/external/bsd/bmake/usr.bin/bmake/config.h +++ b/external/bsd/bmake/usr.bin/bmake/config.h @@ -229,7 +229,7 @@ #define PACKAGE_NAME "bmake" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "bmake 20120606" +#define PACKAGE_STRING "bmake 20120620" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "bmake" @@ -238,7 +238,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20120606" +#define PACKAGE_VERSION "20120620" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void diff --git a/external/bsd/bmake/usr.bin/bmake/unit-tests/Makefile b/external/bsd/bmake/usr.bin/bmake/unit-tests/Makefile index 4f6fef54fe50..72259f478cad 100644 --- a/external/bsd/bmake/usr.bin/bmake/unit-tests/Makefile +++ b/external/bsd/bmake/usr.bin/bmake/unit-tests/Makefile @@ -2,8 +2,6 @@ # # $NetBSD: Makefile,v 1.34 2012/06/19 23:25:53 sjg Exp $ # -# $FreeBSD$ -# # Unit tests for make(1) # The main targets are: # @@ -16,7 +14,7 @@ # named makefile which should be added to SUBFILES to hook it in. # -srcdir= ${.CURDIR}/../../../dist/unit-tests +srcdir= ${SRCTOP}/external/bsd/bmake/dist/unit-tests .MAIN: all @@ -64,7 +62,7 @@ ${SUBFILES}: clean: rm -f *.out *.fail *.core -.-include <bsd.obj.mk> +.sinclude <bsd.obj.mk> TEST_MAKE?= ${.MAKE} TOOL_SED?= sed diff --git a/games/bcd/Makefile.depend b/games/bcd/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/games/bcd/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/games/caesar/Makefile.depend b/games/caesar/Makefile.depend new file mode 100644 index 000000000000..d78f7b72e2c0 --- /dev/null +++ b/games/caesar/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/games/factor/Makefile.depend b/games/factor/Makefile.depend new file mode 100644 index 000000000000..1ae71d98e8f9 --- /dev/null +++ b/games/factor/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + secure/lib/libcrypto \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/games/fortune/datfiles/Makefile.depend b/games/fortune/datfiles/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/games/fortune/datfiles/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/games/fortune/fortune/Makefile.depend b/games/fortune/fortune/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/games/fortune/fortune/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/games/fortune/strfile/Makefile.depend b/games/fortune/strfile/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/games/fortune/strfile/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/games/fortune/unstr/Makefile.depend b/games/fortune/unstr/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/games/fortune/unstr/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/games/grdc/Makefile.depend b/games/grdc/Makefile.depend new file mode 100644 index 000000000000..18bcf60ef813 --- /dev/null +++ b/games/grdc/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/ncurses/ncurses \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/games/morse/Makefile.depend b/games/morse/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/games/morse/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/games/number/Makefile.depend b/games/number/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/games/number/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/games/pom/Makefile.depend b/games/pom/Makefile.depend new file mode 100644 index 000000000000..d78f7b72e2c0 --- /dev/null +++ b/games/pom/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/games/ppt/Makefile.depend b/games/ppt/Makefile.depend new file mode 100644 index 000000000000..ac1b1319c7ef --- /dev/null +++ b/games/ppt/Makefile.depend @@ -0,0 +1,18 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/games/primes/Makefile.depend b/games/primes/Makefile.depend new file mode 100644 index 000000000000..d78f7b72e2c0 --- /dev/null +++ b/games/primes/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/games/random/Makefile.depend b/games/random/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/games/random/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/lib/csu/Makefile.depend b/gnu/lib/csu/Makefile.depend new file mode 100644 index 000000000000..04f30e7487f1 --- /dev/null +++ b/gnu/lib/csu/Makefile.depend @@ -0,0 +1,46 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +crtbegin.o: options.h +crtbegin.o: tconfig.h +crtbegin.o: tm.h +crtbegin.po: options.h +crtbegin.po: tconfig.h +crtbegin.po: tm.h +crtbeginS.o: options.h +crtbeginS.o: tconfig.h +crtbeginS.o: tm.h +crtbeginS.po: options.h +crtbeginS.po: tconfig.h +crtbeginS.po: tm.h +crtbeginT.o: options.h +crtbeginT.o: tconfig.h +crtbeginT.o: tm.h +crtbeginT.po: options.h +crtbeginT.po: tconfig.h +crtbeginT.po: tm.h +crtend.o: options.h +crtend.o: tconfig.h +crtend.o: tm.h +crtend.po: options.h +crtend.po: tconfig.h +crtend.po: tm.h +crtendS.o: options.h +crtendS.o: tconfig.h +crtendS.o: tm.h +crtendS.po: options.h +crtendS.po: tconfig.h +crtendS.po: tm.h +.endif diff --git a/gnu/lib/libdialog/Makefile.depend b/gnu/lib/libdialog/Makefile.depend new file mode 100644 index 000000000000..6a3fc332584d --- /dev/null +++ b/gnu/lib/libdialog/Makefile.depend @@ -0,0 +1,17 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/lib/libgcc/Makefile.depend b/gnu/lib/libgcc/Makefile.depend new file mode 100644 index 000000000000..32bc8db38a1a --- /dev/null +++ b/gnu/lib/libgcc/Makefile.depend @@ -0,0 +1,281 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +__main.So: options.h +__main.So: tconfig.h +__main.So: tm.h +_absvdi2.So: options.h +_absvdi2.So: tconfig.h +_absvdi2.So: tm.h +_absvsi2.So: options.h +_absvsi2.So: tconfig.h +_absvsi2.So: tm.h +_addvdi3.So: options.h +_addvdi3.So: tconfig.h +_addvdi3.So: tm.h +_addvsi3.So: options.h +_addvsi3.So: tconfig.h +_addvsi3.So: tm.h +_ashldi3.So: options.h +_ashldi3.So: tconfig.h +_ashldi3.So: tm.h +_ashrdi3.So: options.h +_ashrdi3.So: tconfig.h +_ashrdi3.So: tm.h +_clear_cache.So: options.h +_clear_cache.So: tconfig.h +_clear_cache.So: tm.h +_clz.So: options.h +_clz.So: tconfig.h +_clz.So: tm.h +_clzdi2.So: options.h +_clzdi2.So: tconfig.h +_clzdi2.So: tm.h +_clzsi2.So: options.h +_clzsi2.So: tconfig.h +_clzsi2.So: tm.h +_cmpdi2.So: options.h +_cmpdi2.So: tconfig.h +_cmpdi2.So: tm.h +_ctors.So: options.h +_ctors.So: tconfig.h +_ctors.So: tm.h +_ctzdi2.So: options.h +_ctzdi2.So: tconfig.h +_ctzdi2.So: tm.h +_ctzsi2.So: options.h +_ctzsi2.So: tconfig.h +_ctzsi2.So: tm.h +_divdc3.So: options.h +_divdc3.So: tconfig.h +_divdc3.So: tm.h +_divdi3.So: options.h +_divdi3.So: tconfig.h +_divdi3.So: tm.h +_divsc3.So: options.h +_divsc3.So: tconfig.h +_divsc3.So: tm.h +_divtc3.So: options.h +_divtc3.So: tconfig.h +_divtc3.So: tm.h +_divxc3.So: options.h +_divxc3.So: tconfig.h +_divxc3.So: tm.h +_enable_execute_stack.So: options.h +_enable_execute_stack.So: tconfig.h +_enable_execute_stack.So: tm.h +_ffsdi2.So: options.h +_ffsdi2.So: tconfig.h +_ffsdi2.So: tm.h +_ffssi2.So: options.h +_ffssi2.So: tconfig.h +_ffssi2.So: tm.h +_fixdfdi.So: options.h +_fixdfdi.So: tconfig.h +_fixdfdi.So: tm.h +_fixsfdi.So: options.h +_fixsfdi.So: tconfig.h +_fixsfdi.So: tm.h +_fixtfdi.So: options.h +_fixtfdi.So: tconfig.h +_fixtfdi.So: tm.h +_fixunsdfdi.So: options.h +_fixunsdfdi.So: tconfig.h +_fixunsdfdi.So: tm.h +_fixunsdfsi.So: options.h +_fixunsdfsi.So: tconfig.h +_fixunsdfsi.So: tm.h +_fixunssfdi.So: options.h +_fixunssfdi.So: tconfig.h +_fixunssfdi.So: tm.h +_fixunssfsi.So: options.h +_fixunssfsi.So: tconfig.h +_fixunssfsi.So: tm.h +_fixunstfdi.So: options.h +_fixunstfdi.So: tconfig.h +_fixunstfdi.So: tm.h +_fixunsxfdi.So: options.h +_fixunsxfdi.So: tconfig.h +_fixunsxfdi.So: tm.h +_fixunsxfsi.So: options.h +_fixunsxfsi.So: tconfig.h +_fixunsxfsi.So: tm.h +_fixxfdi.So: options.h +_fixxfdi.So: tconfig.h +_fixxfdi.So: tm.h +_floatdidf.So: options.h +_floatdidf.So: tconfig.h +_floatdidf.So: tm.h +_floatdisf.So: options.h +_floatdisf.So: tconfig.h +_floatdisf.So: tm.h +_floatditf.So: options.h +_floatditf.So: tconfig.h +_floatditf.So: tm.h +_floatdixf.So: options.h +_floatdixf.So: tconfig.h +_floatdixf.So: tm.h +_floatundidf.So: options.h +_floatundidf.So: tconfig.h +_floatundidf.So: tm.h +_floatundisf.So: options.h +_floatundisf.So: tconfig.h +_floatundisf.So: tm.h +_floatunditf.So: options.h +_floatunditf.So: tconfig.h +_floatunditf.So: tm.h +_floatundixf.So: options.h +_floatundixf.So: tconfig.h +_floatundixf.So: tm.h +_lshrdi3.So: options.h +_lshrdi3.So: tconfig.h +_lshrdi3.So: tm.h +_moddi3.So: options.h +_moddi3.So: tconfig.h +_moddi3.So: tm.h +_muldc3.So: options.h +_muldc3.So: tconfig.h +_muldc3.So: tm.h +_muldi3.So: options.h +_muldi3.So: tconfig.h +_muldi3.So: tm.h +_mulsc3.So: options.h +_mulsc3.So: tconfig.h +_mulsc3.So: tm.h +_multc3.So: options.h +_multc3.So: tconfig.h +_multc3.So: tm.h +_mulvdi3.So: options.h +_mulvdi3.So: tconfig.h +_mulvdi3.So: tm.h +_mulvsi3.So: options.h +_mulvsi3.So: tconfig.h +_mulvsi3.So: tm.h +_mulxc3.So: options.h +_mulxc3.So: tconfig.h +_mulxc3.So: tm.h +_negdi2.So: options.h +_negdi2.So: tconfig.h +_negdi2.So: tm.h +_negvdi2.So: options.h +_negvdi2.So: tconfig.h +_negvdi2.So: tm.h +_negvsi2.So: options.h +_negvsi2.So: tconfig.h +_negvsi2.So: tm.h +_paritydi2.So: options.h +_paritydi2.So: tconfig.h +_paritydi2.So: tm.h +_paritysi2.So: options.h +_paritysi2.So: tconfig.h +_paritysi2.So: tm.h +_popcount_tab.So: options.h +_popcount_tab.So: tconfig.h +_popcount_tab.So: tm.h +_popcountdi2.So: options.h +_popcountdi2.So: tconfig.h +_popcountdi2.So: tm.h +_popcountsi2.So: options.h +_popcountsi2.So: tconfig.h +_popcountsi2.So: tm.h +_powidf2.So: options.h +_powidf2.So: tconfig.h +_powidf2.So: tm.h +_powisf2.So: options.h +_powisf2.So: tconfig.h +_powisf2.So: tm.h +_powitf2.So: options.h +_powitf2.So: tconfig.h +_powitf2.So: tm.h +_powixf2.So: options.h +_powixf2.So: tconfig.h +_powixf2.So: tm.h +_subvdi3.So: options.h +_subvdi3.So: tconfig.h +_subvdi3.So: tm.h +_subvsi3.So: options.h +_subvsi3.So: tconfig.h +_subvsi3.So: tm.h +_trampoline.So: options.h +_trampoline.So: tconfig.h +_trampoline.So: tm.h +_ucmpdi2.So: options.h +_ucmpdi2.So: tconfig.h +_ucmpdi2.So: tm.h +_udiv_w_sdiv.So: options.h +_udiv_w_sdiv.So: tconfig.h +_udiv_w_sdiv.So: tm.h +_udivdi3.So: options.h +_udivdi3.So: tconfig.h +_udivdi3.So: tm.h +_udivmoddi4.So: options.h +_udivmoddi4.So: tconfig.h +_udivmoddi4.So: tm.h +_umoddi3.So: options.h +_umoddi3.So: tconfig.h +_umoddi3.So: tm.h +unwind-c.So: tconfig.h +unwind-c.So: unwind.h +unwind-c.o: tconfig.h +unwind-c.o: unwind.h +unwind-c.po: tconfig.h +unwind-c.po: unwind.h +unwind-dw2-fde-glibc.So: gthr-default.h +unwind-dw2-fde-glibc.So: options.h +unwind-dw2-fde-glibc.So: tconfig.h +unwind-dw2-fde-glibc.So: tm.h +unwind-dw2-fde-glibc.So: unwind.h +unwind-dw2-fde-glibc.o: gthr-default.h +unwind-dw2-fde-glibc.o: options.h +unwind-dw2-fde-glibc.o: tconfig.h +unwind-dw2-fde-glibc.o: tm.h +unwind-dw2-fde-glibc.o: unwind.h +unwind-dw2-fde-glibc.po: gthr-default.h +unwind-dw2-fde-glibc.po: options.h +unwind-dw2-fde-glibc.po: tconfig.h +unwind-dw2-fde-glibc.po: tm.h +unwind-dw2-fde-glibc.po: unwind.h +unwind-dw2.So: gthr-default.h +unwind-dw2.So: options.h +unwind-dw2.So: tconfig.h +unwind-dw2.So: tm.h +unwind-dw2.So: unwind.h +unwind-dw2.o: gthr-default.h +unwind-dw2.o: options.h +unwind-dw2.o: tconfig.h +unwind-dw2.o: tm.h +unwind-dw2.o: unwind.h +unwind-dw2.po: gthr-default.h +unwind-dw2.po: options.h +unwind-dw2.po: tconfig.h +unwind-dw2.po: tm.h +unwind-dw2.po: unwind.h +unwind-sjlj.So: gthr-default.h +unwind-sjlj.So: options.h +unwind-sjlj.So: tconfig.h +unwind-sjlj.So: tm.h +unwind-sjlj.So: unwind.h +unwind-sjlj.o: gthr-default.h +unwind-sjlj.o: options.h +unwind-sjlj.o: tconfig.h +unwind-sjlj.o: tm.h +unwind-sjlj.o: unwind.h +unwind-sjlj.po: gthr-default.h +unwind-sjlj.po: options.h +unwind-sjlj.po: tconfig.h +unwind-sjlj.po: tm.h +unwind-sjlj.po: unwind.h +.endif diff --git a/gnu/lib/libgcov/Makefile.depend b/gnu/lib/libgcov/Makefile.depend new file mode 100644 index 000000000000..23b931f4d058 --- /dev/null +++ b/gnu/lib/libgcov/Makefile.depend @@ -0,0 +1,128 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +_gcov.o: gcov-iov.h +_gcov.o: options.h +_gcov.o: tconfig.h +_gcov.o: tm.h +_gcov.po: gcov-iov.h +_gcov.po: options.h +_gcov.po: tconfig.h +_gcov.po: tm.h +_gcov_execl.o: gcov-iov.h +_gcov_execl.o: options.h +_gcov_execl.o: tconfig.h +_gcov_execl.o: tm.h +_gcov_execl.po: gcov-iov.h +_gcov_execl.po: options.h +_gcov_execl.po: tconfig.h +_gcov_execl.po: tm.h +_gcov_execle.o: gcov-iov.h +_gcov_execle.o: options.h +_gcov_execle.o: tconfig.h +_gcov_execle.o: tm.h +_gcov_execle.po: gcov-iov.h +_gcov_execle.po: options.h +_gcov_execle.po: tconfig.h +_gcov_execle.po: tm.h +_gcov_execlp.o: gcov-iov.h +_gcov_execlp.o: options.h +_gcov_execlp.o: tconfig.h +_gcov_execlp.o: tm.h +_gcov_execlp.po: gcov-iov.h +_gcov_execlp.po: options.h +_gcov_execlp.po: tconfig.h +_gcov_execlp.po: tm.h +_gcov_execv.o: gcov-iov.h +_gcov_execv.o: options.h +_gcov_execv.o: tconfig.h +_gcov_execv.o: tm.h +_gcov_execv.po: gcov-iov.h +_gcov_execv.po: options.h +_gcov_execv.po: tconfig.h +_gcov_execv.po: tm.h +_gcov_execve.o: gcov-iov.h +_gcov_execve.o: options.h +_gcov_execve.o: tconfig.h +_gcov_execve.o: tm.h +_gcov_execve.po: gcov-iov.h +_gcov_execve.po: options.h +_gcov_execve.po: tconfig.h +_gcov_execve.po: tm.h +_gcov_execvp.o: gcov-iov.h +_gcov_execvp.o: options.h +_gcov_execvp.o: tconfig.h +_gcov_execvp.o: tm.h +_gcov_execvp.po: gcov-iov.h +_gcov_execvp.po: options.h +_gcov_execvp.po: tconfig.h +_gcov_execvp.po: tm.h +_gcov_fork.o: gcov-iov.h +_gcov_fork.o: options.h +_gcov_fork.o: tconfig.h +_gcov_fork.o: tm.h +_gcov_fork.po: gcov-iov.h +_gcov_fork.po: options.h +_gcov_fork.po: tconfig.h +_gcov_fork.po: tm.h +_gcov_interval_profiler.o: gcov-iov.h +_gcov_interval_profiler.o: options.h +_gcov_interval_profiler.o: tconfig.h +_gcov_interval_profiler.o: tm.h +_gcov_interval_profiler.po: gcov-iov.h +_gcov_interval_profiler.po: options.h +_gcov_interval_profiler.po: tconfig.h +_gcov_interval_profiler.po: tm.h +_gcov_merge_add.o: gcov-iov.h +_gcov_merge_add.o: options.h +_gcov_merge_add.o: tconfig.h +_gcov_merge_add.o: tm.h +_gcov_merge_add.po: gcov-iov.h +_gcov_merge_add.po: options.h +_gcov_merge_add.po: tconfig.h +_gcov_merge_add.po: tm.h +_gcov_merge_delta.o: gcov-iov.h +_gcov_merge_delta.o: options.h +_gcov_merge_delta.o: tconfig.h +_gcov_merge_delta.o: tm.h +_gcov_merge_delta.po: gcov-iov.h +_gcov_merge_delta.po: options.h +_gcov_merge_delta.po: tconfig.h +_gcov_merge_delta.po: tm.h +_gcov_merge_single.o: gcov-iov.h +_gcov_merge_single.o: options.h +_gcov_merge_single.o: tconfig.h +_gcov_merge_single.o: tm.h +_gcov_merge_single.po: gcov-iov.h +_gcov_merge_single.po: options.h +_gcov_merge_single.po: tconfig.h +_gcov_merge_single.po: tm.h +_gcov_one_value_profiler.o: gcov-iov.h +_gcov_one_value_profiler.o: options.h +_gcov_one_value_profiler.o: tconfig.h +_gcov_one_value_profiler.o: tm.h +_gcov_one_value_profiler.po: gcov-iov.h +_gcov_one_value_profiler.po: options.h +_gcov_one_value_profiler.po: tconfig.h +_gcov_one_value_profiler.po: tm.h +_gcov_pow2_profiler.o: gcov-iov.h +_gcov_pow2_profiler.o: options.h +_gcov_pow2_profiler.o: tconfig.h +_gcov_pow2_profiler.o: tm.h +_gcov_pow2_profiler.po: gcov-iov.h +_gcov_pow2_profiler.po: options.h +_gcov_pow2_profiler.po: tconfig.h +_gcov_pow2_profiler.po: tm.h +.endif diff --git a/gnu/lib/libgomp/Makefile.depend b/gnu/lib/libgomp/Makefile.depend new file mode 100644 index 000000000000..b7fcf38c6a5b --- /dev/null +++ b/gnu/lib/libgomp/Makefile.depend @@ -0,0 +1,79 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +alloc.So: gstdint.h +alloc.o: gstdint.h +alloc.po: gstdint.h +bar.So: gstdint.h +bar.o: gstdint.h +bar.po: gstdint.h +barrier.So: gstdint.h +barrier.o: gstdint.h +barrier.po: gstdint.h +critical.So: gstdint.h +critical.o: gstdint.h +critical.po: gstdint.h +env.So: gstdint.h +env.So: libgomp_f.h +env.o: gstdint.h +env.o: libgomp_f.h +env.po: gstdint.h +env.po: libgomp_f.h +error.So: gstdint.h +error.o: gstdint.h +error.po: gstdint.h +fortran.So: gstdint.h +fortran.So: libgomp_f.h +fortran.o: gstdint.h +fortran.o: libgomp_f.h +fortran.po: gstdint.h +fortran.po: libgomp_f.h +iter.So: gstdint.h +iter.o: gstdint.h +iter.po: gstdint.h +lock.So: gstdint.h +lock.o: gstdint.h +lock.po: gstdint.h +loop.So: gstdint.h +loop.o: gstdint.h +loop.po: gstdint.h +ordered.So: gstdint.h +ordered.o: gstdint.h +ordered.po: gstdint.h +parallel.So: gstdint.h +parallel.o: gstdint.h +parallel.po: gstdint.h +proc.So: gstdint.h +proc.o: gstdint.h +proc.po: gstdint.h +sections.So: gstdint.h +sections.o: gstdint.h +sections.po: gstdint.h +sem.So: gstdint.h +sem.o: gstdint.h +sem.po: gstdint.h +single.So: gstdint.h +single.o: gstdint.h +single.po: gstdint.h +team.So: gstdint.h +team.o: gstdint.h +team.po: gstdint.h +time.So: gstdint.h +time.o: gstdint.h +time.po: gstdint.h +work.So: gstdint.h +work.o: gstdint.h +work.po: gstdint.h +.endif diff --git a/gnu/lib/libreadline/history/Makefile.depend b/gnu/lib/libreadline/history/Makefile.depend new file mode 100644 index 000000000000..e248139c3a0e --- /dev/null +++ b/gnu/lib/libreadline/history/Makefile.depend @@ -0,0 +1,16 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/lib/libreadline/readline/Makefile.depend b/gnu/lib/libreadline/readline/Makefile.depend new file mode 100644 index 000000000000..e248139c3a0e --- /dev/null +++ b/gnu/lib/libreadline/readline/Makefile.depend @@ -0,0 +1,16 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/lib/libregex/Makefile.depend b/gnu/lib/libregex/Makefile.depend new file mode 100644 index 000000000000..9ac344fab963 --- /dev/null +++ b/gnu/lib/libregex/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +gnuregex.So: gnuregex.c +gnuregex.o: gnuregex.c +gnuregex.po: gnuregex.c +.endif diff --git a/gnu/lib/libssp/Makefile.depend b/gnu/lib/libssp/Makefile.depend new file mode 100644 index 000000000000..e248139c3a0e --- /dev/null +++ b/gnu/lib/libssp/Makefile.depend @@ -0,0 +1,16 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/lib/libssp/libssp_nonshared/Makefile.depend b/gnu/lib/libssp/libssp_nonshared/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/lib/libssp/libssp_nonshared/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/lib/libstdc++/Makefile.depend b/gnu/lib/libstdc++/Makefile.depend new file mode 100644 index 000000000000..547329604d3f --- /dev/null +++ b/gnu/lib/libstdc++/Makefile.depend @@ -0,0 +1,65 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +atomicity.So: atomicity.cc +atomicity.o: atomicity.cc +atomicity.po: atomicity.cc +eh_alloc.So: unwind.h +eh_alloc.o: unwind.h +eh_alloc.po: unwind.h +eh_arm.So: unwind.h +eh_arm.o: unwind.h +eh_arm.po: unwind.h +eh_aux_runtime.So: unwind.h +eh_aux_runtime.o: unwind.h +eh_aux_runtime.po: unwind.h +eh_call.So: unwind.h +eh_call.o: unwind.h +eh_call.po: unwind.h +eh_catch.So: unwind.h +eh_catch.o: unwind.h +eh_catch.po: unwind.h +eh_exception.So: unwind.h +eh_exception.o: unwind.h +eh_exception.po: unwind.h +eh_globals.So: unwind.h +eh_globals.o: unwind.h +eh_globals.po: unwind.h +eh_personality.So: unwind.h +eh_personality.o: unwind.h +eh_personality.po: unwind.h +eh_term_handler.So: unwind.h +eh_term_handler.o: unwind.h +eh_term_handler.po: unwind.h +eh_terminate.So: unwind.h +eh_terminate.o: unwind.h +eh_terminate.po: unwind.h +eh_throw.So: unwind.h +eh_throw.o: unwind.h +eh_throw.po: unwind.h +eh_type.So: unwind.h +eh_type.o: unwind.h +eh_type.po: unwind.h +eh_unex_handler.So: unwind.h +eh_unex_handler.o: unwind.h +eh_unex_handler.po: unwind.h +pure.So: unwind.h +pure.o: unwind.h +pure.po: unwind.h +vec.So: unwind.h +vec.o: unwind.h +vec.po: unwind.h +.endif diff --git a/gnu/lib/libsupc++/Makefile.depend b/gnu/lib/libsupc++/Makefile.depend new file mode 100644 index 000000000000..ff261471e3a7 --- /dev/null +++ b/gnu/lib/libsupc++/Makefile.depend @@ -0,0 +1,61 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +eh_alloc.So: unwind.h +eh_alloc.o: unwind.h +eh_alloc.po: unwind.h +eh_arm.So: unwind.h +eh_arm.o: unwind.h +eh_arm.po: unwind.h +eh_aux_runtime.So: unwind.h +eh_aux_runtime.o: unwind.h +eh_aux_runtime.po: unwind.h +eh_call.So: unwind.h +eh_call.o: unwind.h +eh_call.po: unwind.h +eh_catch.So: unwind.h +eh_catch.o: unwind.h +eh_catch.po: unwind.h +eh_exception.So: unwind.h +eh_exception.o: unwind.h +eh_exception.po: unwind.h +eh_globals.So: unwind.h +eh_globals.o: unwind.h +eh_globals.po: unwind.h +eh_personality.So: unwind.h +eh_personality.o: unwind.h +eh_personality.po: unwind.h +eh_term_handler.So: unwind.h +eh_term_handler.o: unwind.h +eh_term_handler.po: unwind.h +eh_terminate.So: unwind.h +eh_terminate.o: unwind.h +eh_terminate.po: unwind.h +eh_throw.So: unwind.h +eh_throw.o: unwind.h +eh_throw.po: unwind.h +eh_type.So: unwind.h +eh_type.o: unwind.h +eh_type.po: unwind.h +eh_unex_handler.So: unwind.h +eh_unex_handler.o: unwind.h +eh_unex_handler.po: unwind.h +pure.So: unwind.h +pure.o: unwind.h +pure.po: unwind.h +vec.So: unwind.h +vec.o: unwind.h +vec.po: unwind.h +.endif diff --git a/gnu/usr.bin/binutils/addr2line/Makefile.depend b/gnu/usr.bin/binutils/addr2line/Makefile.depend new file mode 100644 index 000000000000..18e83881148f --- /dev/null +++ b/gnu/usr.bin/binutils/addr2line/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libbinutils \ + gnu/usr.bin/binutils/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/binutils/ar/Makefile.depend b/gnu/usr.bin/binutils/ar/Makefile.depend new file mode 100644 index 000000000000..c4f26d419958 --- /dev/null +++ b/gnu/usr.bin/binutils/ar/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libbinutils \ + gnu/usr.bin/binutils/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/binutils/as/Makefile.depend b/gnu/usr.bin/binutils/as/Makefile.depend new file mode 100644 index 000000000000..ee36db7f6a7b --- /dev/null +++ b/gnu/usr.bin/binutils/as/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libiberty \ + gnu/usr.bin/binutils/libopcodes \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/binutils/ld/Makefile.depend b/gnu/usr.bin/binutils/ld/Makefile.depend new file mode 100644 index 000000000000..24e5a8b34b91 --- /dev/null +++ b/gnu/usr.bin/binutils/ld/Makefile.depend @@ -0,0 +1,50 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +eelf_i386_fbsd.o: eelf_i386_fbsd.c +eelf_i386_fbsd.o: ldgram.h +eelf_i386_fbsd.po: eelf_i386_fbsd.c +eelf_i386_fbsd.po: ldgram.h +ldctor.o: ldgram.h +ldctor.po: ldgram.h +ldemul.o: ldemul-list.h +ldemul.po: ldemul-list.h +ldexp.o: ldgram.h +ldexp.po: ldgram.h +ldfile.o: ldgram.h +ldfile.po: ldgram.h +ldgram.o: ldgram.c +ldgram.po: ldgram.c +ldlang.o: ldgram.h +ldlang.po: ldgram.h +ldlex.o: ldgram.h +ldlex.o: ldlex.c +ldlex.po: ldgram.h +ldlex.po: ldlex.c +ldmain.o: ldgram.h +ldmain.po: ldgram.h +ldmisc.o: ldgram.h +ldmisc.po: ldgram.h +ldwrite.o: ldgram.h +ldwrite.po: ldgram.h +lexsup.o: ldgram.h +lexsup.po: ldgram.h +mri.o: ldgram.h +mri.po: ldgram.h +.endif diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.depend b/gnu/usr.bin/binutils/libbfd/Makefile.depend new file mode 100644 index 000000000000..be067afcd8db --- /dev/null +++ b/gnu/usr.bin/binutils/libbfd/Makefile.depend @@ -0,0 +1,104 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +archive.o: config.h +archive.po: config.h +archive64.o: config.h +archive64.po: config.h +archures.o: config.h +archures.po: config.h +bfd.o: bfdver.h +bfd.o: config.h +bfd.po: bfdver.h +bfd.po: config.h +bfdio.o: config.h +bfdio.po: config.h +bfdwin.o: config.h +bfdwin.po: config.h +binary.o: config.h +binary.po: config.h +cache.o: config.h +cache.po: config.h +coffgen.o: config.h +coffgen.po: config.h +cofflink.o: config.h +cofflink.po: config.h +corefile.o: config.h +corefile.po: config.h +cpu-i386.o: config.h +cpu-i386.po: config.h +dwarf1.o: config.h +dwarf1.po: config.h +dwarf2.o: config.h +dwarf2.po: config.h +efi-app-ia32.o: config.h +efi-app-ia32.po: config.h +elf-attrs.o: config.h +elf-attrs.po: config.h +elf-eh-frame.o: config.h +elf-eh-frame.po: config.h +elf-strtab.o: config.h +elf-strtab.po: config.h +elf-vxworks.o: config.h +elf-vxworks.po: config.h +elf.o: config.h +elf.po: config.h +elf32-i386.o: config.h +elf32-i386.o: elf32-target.h +elf32-i386.po: config.h +elf32-i386.po: elf32-target.h +elf32.o: config.h +elf32.po: config.h +elflink.o: config.h +elflink.po: config.h +format.o: config.h +format.po: config.h +hash.o: config.h +hash.po: config.h +ihex.o: config.h +ihex.po: config.h +init.o: config.h +init.po: config.h +libbfd.o: config.h +libbfd.po: config.h +linker.o: config.h +linker.po: config.h +merge.o: config.h +merge.po: config.h +opncls.o: config.h +opncls.po: config.h +peigen.o: config.h +peigen.o: peigen.c +peigen.po: config.h +peigen.po: peigen.c +reloc.o: config.h +reloc.po: config.h +section.o: config.h +section.po: config.h +simple.o: config.h +simple.po: config.h +srec.o: config.h +srec.po: config.h +stabs.o: config.h +stabs.po: config.h +syms.o: config.h +syms.po: config.h +targets.o: config.h +targets.o: targmatch.h +targets.po: config.h +targets.po: targmatch.h +tekhex.o: config.h +tekhex.po: config.h +.endif diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile.depend b/gnu/usr.bin/binutils/libbinutils/Makefile.depend new file mode 100644 index 000000000000..c3c47561d383 --- /dev/null +++ b/gnu/usr.bin/binutils/libbinutils/Makefile.depend @@ -0,0 +1,23 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/usr.bin/binutils/libbfd \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +arlex.o: arlex.c +arlex.o: arparse.h +arlex.po: arlex.c +arlex.po: arparse.h +arparse.o: arparse.c +arparse.po: arparse.c +.endif diff --git a/gnu/usr.bin/binutils/libiberty/Makefile.depend b/gnu/usr.bin/binutils/libiberty/Makefile.depend new file mode 100644 index 000000000000..6a3fc332584d --- /dev/null +++ b/gnu/usr.bin/binutils/libiberty/Makefile.depend @@ -0,0 +1,17 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile.depend b/gnu/usr.bin/binutils/libopcodes/Makefile.depend new file mode 100644 index 000000000000..e248139c3a0e --- /dev/null +++ b/gnu/usr.bin/binutils/libopcodes/Makefile.depend @@ -0,0 +1,16 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/binutils/nm/Makefile.depend b/gnu/usr.bin/binutils/nm/Makefile.depend new file mode 100644 index 000000000000..18e83881148f --- /dev/null +++ b/gnu/usr.bin/binutils/nm/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libbinutils \ + gnu/usr.bin/binutils/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/binutils/objcopy/Makefile.depend b/gnu/usr.bin/binutils/objcopy/Makefile.depend new file mode 100644 index 000000000000..18e83881148f --- /dev/null +++ b/gnu/usr.bin/binutils/objcopy/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libbinutils \ + gnu/usr.bin/binutils/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/binutils/objdump/Makefile.depend b/gnu/usr.bin/binutils/objdump/Makefile.depend new file mode 100644 index 000000000000..ba1a3be8ed85 --- /dev/null +++ b/gnu/usr.bin/binutils/objdump/Makefile.depend @@ -0,0 +1,23 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libbinutils \ + gnu/usr.bin/binutils/libiberty \ + gnu/usr.bin/binutils/libopcodes \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/binutils/ranlib/Makefile.depend b/gnu/usr.bin/binutils/ranlib/Makefile.depend new file mode 100644 index 000000000000..c4f26d419958 --- /dev/null +++ b/gnu/usr.bin/binutils/ranlib/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libbinutils \ + gnu/usr.bin/binutils/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/binutils/readelf/Makefile.depend b/gnu/usr.bin/binutils/readelf/Makefile.depend new file mode 100644 index 000000000000..18e83881148f --- /dev/null +++ b/gnu/usr.bin/binutils/readelf/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libbinutils \ + gnu/usr.bin/binutils/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/binutils/size/Makefile.depend b/gnu/usr.bin/binutils/size/Makefile.depend new file mode 100644 index 000000000000..18e83881148f --- /dev/null +++ b/gnu/usr.bin/binutils/size/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libbinutils \ + gnu/usr.bin/binutils/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/binutils/strings/Makefile.depend b/gnu/usr.bin/binutils/strings/Makefile.depend new file mode 100644 index 000000000000..18e83881148f --- /dev/null +++ b/gnu/usr.bin/binutils/strings/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libbinutils \ + gnu/usr.bin/binutils/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/binutils/strip/Makefile.depend b/gnu/usr.bin/binutils/strip/Makefile.depend new file mode 100644 index 000000000000..18e83881148f --- /dev/null +++ b/gnu/usr.bin/binutils/strip/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libbinutils \ + gnu/usr.bin/binutils/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/cc/c++/Makefile.depend b/gnu/usr.bin/cc/c++/Makefile.depend new file mode 100644 index 000000000000..e0c846e62e61 --- /dev/null +++ b/gnu/usr.bin/cc/c++/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/cc/cc_tools \ + gnu/usr.bin/cc/libcpp \ + gnu/usr.bin/cc/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/cc/c++filt/Makefile.depend b/gnu/usr.bin/cc/c++filt/Makefile.depend new file mode 100644 index 000000000000..763be51c55b7 --- /dev/null +++ b/gnu/usr.bin/cc/c++filt/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/cc/cc_tools \ + gnu/usr.bin/cc/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/cc/cc/Makefile.depend b/gnu/usr.bin/cc/cc/Makefile.depend new file mode 100644 index 000000000000..ce7738d1ce5f --- /dev/null +++ b/gnu/usr.bin/cc/cc/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/usr.bin/cc/cc_tools \ + gnu/usr.bin/cc/libcpp \ + gnu/usr.bin/cc/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/cc/cc1/Makefile.depend b/gnu/usr.bin/cc/cc1/Makefile.depend new file mode 100644 index 000000000000..2e76ab713a5a --- /dev/null +++ b/gnu/usr.bin/cc/cc1/Makefile.depend @@ -0,0 +1,25 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/usr.bin/cc/cc_int \ + gnu/usr.bin/cc/cc_tools \ + gnu/usr.bin/cc/libcpp \ + gnu/usr.bin/cc/libdecnumber \ + gnu/usr.bin/cc/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +cc1-checksum.o: cc1-checksum.c +cc1-checksum.po: cc1-checksum.c +.endif diff --git a/gnu/usr.bin/cc/cc1plus/Makefile.depend b/gnu/usr.bin/cc/cc1plus/Makefile.depend new file mode 100644 index 000000000000..4d8689895e58 --- /dev/null +++ b/gnu/usr.bin/cc/cc1plus/Makefile.depend @@ -0,0 +1,27 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/usr.bin/cc/cc_int \ + gnu/usr.bin/cc/cc_tools \ + gnu/usr.bin/cc/libcpp \ + gnu/usr.bin/cc/libdecnumber \ + gnu/usr.bin/cc/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +cc1plus-checksum.o: cc1plus-checksum.c +cc1plus-checksum.po: cc1plus-checksum.c +except.o: cfns.h +except.po: cfns.h +.endif diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile index 7082c3ea4238..e623107d08a6 100644 --- a/gnu/usr.bin/cc/cc_int/Makefile +++ b/gnu/usr.bin/cc/cc_int/Makefile @@ -98,4 +98,6 @@ SRCS+= ${OBJS-all:R:S/$/.c/g} toplev.o: toplev.c ${CC} ${CFLAGS} -DTARGET_NAME=\"${GCC_TARGET}\" -c ${.IMPSRC} +CLEANFILES+= ${OBJS-all} + .include <bsd.lib.mk> diff --git a/gnu/usr.bin/cc/cc_int/Makefile.depend b/gnu/usr.bin/cc/cc_int/Makefile.depend new file mode 100644 index 000000000000..e722b3998782 --- /dev/null +++ b/gnu/usr.bin/cc/cc_int/Makefile.depend @@ -0,0 +1,17 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/usr.bin/cc/cc_tools \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/cc/cc_tools/Makefile.depend b/gnu/usr.bin/cc/cc_tools/Makefile.depend new file mode 100644 index 000000000000..4e41c5bf1d61 --- /dev/null +++ b/gnu/usr.bin/cc/cc_tools/Makefile.depend @@ -0,0 +1,247 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +errors.o: bconfig.h +errors.po: bconfig.h +genattr.o: bconfig.h +genattr.o: insn-modes.h +genattr.o: options.h +genattr.o: tm.h +genattr.po: bconfig.h +genattr.po: insn-modes.h +genattr.po: options.h +genattr.po: tm.h +genattrtab.o: bconfig.h +genattrtab.o: insn-modes.h +genattrtab.o: options.h +genattrtab.o: tm.h +genattrtab.po: bconfig.h +genattrtab.po: insn-modes.h +genattrtab.po: options.h +genattrtab.po: tm.h +genautomata.o: bconfig.h +genautomata.o: insn-modes.h +genautomata.o: options.h +genautomata.o: tm.h +genautomata.po: bconfig.h +genautomata.po: insn-modes.h +genautomata.po: options.h +genautomata.po: tm.h +gencheck.o: bconfig.h +gencheck.o: gencheck.h +gencheck.o: options.h +gencheck.o: tm.h +gencheck.po: bconfig.h +gencheck.po: gencheck.h +gencheck.po: options.h +gencheck.po: tm.h +genchecksum.o: bconfig.h +genchecksum.po: bconfig.h +gencodes.o: bconfig.h +gencodes.o: insn-modes.h +gencodes.o: options.h +gencodes.o: tm.h +gencodes.po: bconfig.h +gencodes.po: insn-modes.h +gencodes.po: options.h +gencodes.po: tm.h +genconditions.o: bconfig.h +genconditions.o: insn-modes.h +genconditions.o: options.h +genconditions.o: tm.h +genconditions.po: bconfig.h +genconditions.po: insn-modes.h +genconditions.po: options.h +genconditions.po: tm.h +gencondmd.o: bconfig.h +gencondmd.o: gencondmd.c +gencondmd.o: insn-constants.h +gencondmd.o: insn-modes.h +gencondmd.o: options.h +gencondmd.o: tm-constrs.h +gencondmd.o: tm-preds.h +gencondmd.o: tm.h +gencondmd.o: tm_p.h +gencondmd.o: tree-check.h +gencondmd.po: bconfig.h +gencondmd.po: gencondmd.c +gencondmd.po: insn-constants.h +gencondmd.po: insn-modes.h +gencondmd.po: options.h +gencondmd.po: tm-constrs.h +gencondmd.po: tm-preds.h +gencondmd.po: tm.h +gencondmd.po: tm_p.h +gencondmd.po: tree-check.h +genconfig.o: bconfig.h +genconfig.o: insn-modes.h +genconfig.o: options.h +genconfig.o: tm.h +genconfig.po: bconfig.h +genconfig.po: insn-modes.h +genconfig.po: options.h +genconfig.po: tm.h +genconstants.o: bconfig.h +genconstants.o: insn-modes.h +genconstants.o: options.h +genconstants.o: tm.h +genconstants.po: bconfig.h +genconstants.po: insn-modes.h +genconstants.po: options.h +genconstants.po: tm.h +genemit.o: bconfig.h +genemit.o: insn-modes.h +genemit.o: options.h +genemit.o: tm.h +genemit.po: bconfig.h +genemit.po: insn-modes.h +genemit.po: options.h +genemit.po: tm.h +genextract.o: bconfig.h +genextract.o: insn-modes.h +genextract.o: options.h +genextract.o: tm.h +genextract.po: bconfig.h +genextract.po: insn-modes.h +genextract.po: options.h +genextract.po: tm.h +genflags.o: bconfig.h +genflags.o: insn-modes.h +genflags.o: options.h +genflags.o: tm.h +genflags.po: bconfig.h +genflags.po: insn-modes.h +genflags.po: options.h +genflags.po: tm.h +gengenrtl.o: bconfig.h +gengenrtl.po: bconfig.h +gengtype-lex.o: bconfig.h +gengtype-lex.o: gengtype-lex.c +gengtype-lex.o: gengtype-yacc.h +gengtype-lex.po: bconfig.h +gengtype-lex.po: gengtype-lex.c +gengtype-lex.po: gengtype-yacc.h +gengtype-yacc+%DIKED.o: bconfig.h +gengtype-yacc+%DIKED.o: gengtype-yacc+%DIKED.c +gengtype-yacc+%DIKED.o: options.h +gengtype-yacc+%DIKED.o: tm.h +gengtype-yacc+%DIKED.po: bconfig.h +gengtype-yacc+%DIKED.po: gengtype-yacc+%DIKED.c +gengtype-yacc+%DIKED.po: options.h +gengtype-yacc+%DIKED.po: tm.h +gengtype.o: bconfig.h +gengtype.o: gtyp-gen.h +gengtype.o: options.h +gengtype.o: tm.h +gengtype.po: bconfig.h +gengtype.po: gtyp-gen.h +gengtype.po: options.h +gengtype.po: tm.h +genmodes.o: bconfig.h +genmodes.po: bconfig.h +genopinit.o: bconfig.h +genopinit.o: insn-modes.h +genopinit.o: options.h +genopinit.o: tm.h +genopinit.po: bconfig.h +genopinit.po: insn-modes.h +genopinit.po: options.h +genopinit.po: tm.h +genoutput.o: bconfig.h +genoutput.o: insn-modes.h +genoutput.o: options.h +genoutput.o: tm.h +genoutput.po: bconfig.h +genoutput.po: insn-modes.h +genoutput.po: options.h +genoutput.po: tm.h +genpeep.o: bconfig.h +genpeep.o: insn-modes.h +genpeep.o: options.h +genpeep.o: tm.h +genpeep.po: bconfig.h +genpeep.po: insn-modes.h +genpeep.po: options.h +genpeep.po: tm.h +genpreds.o: bconfig.h +genpreds.o: insn-modes.h +genpreds.o: options.h +genpreds.o: tm.h +genpreds.po: bconfig.h +genpreds.po: insn-modes.h +genpreds.po: options.h +genpreds.po: tm.h +genrecog.o: bconfig.h +genrecog.o: insn-modes.h +genrecog.o: options.h +genrecog.o: tm.h +genrecog.po: bconfig.h +genrecog.po: insn-modes.h +genrecog.po: options.h +genrecog.po: tm.h +gensupport.o: bconfig.h +gensupport.o: insn-modes.h +gensupport.o: options.h +gensupport.o: tm.h +gensupport.po: bconfig.h +gensupport.po: insn-modes.h +gensupport.po: options.h +gensupport.po: tm.h +ggc-none.o: bconfig.h +ggc-none.o: gtype-desc.h +ggc-none.po: bconfig.h +ggc-none.po: gtype-desc.h +min-insn-modes.o: bconfig.h +min-insn-modes.o: insn-modes.h +min-insn-modes.o: min-insn-modes.c +min-insn-modes.po: bconfig.h +min-insn-modes.po: insn-modes.h +min-insn-modes.po: min-insn-modes.c +print-rtl.o: bconfig.h +print-rtl.o: insn-modes.h +print-rtl.o: options.h +print-rtl.o: tm.h +print-rtl.po: bconfig.h +print-rtl.po: insn-modes.h +print-rtl.po: options.h +print-rtl.po: tm.h +read-rtl.o: bconfig.h +read-rtl.o: insn-modes.h +read-rtl.o: options.h +read-rtl.o: tm.h +read-rtl.po: bconfig.h +read-rtl.po: insn-modes.h +read-rtl.po: options.h +read-rtl.po: tm.h +rtl.o: bconfig.h +rtl.o: gtype-desc.h +rtl.o: insn-modes.h +rtl.o: options.h +rtl.o: tm.h +rtl.po: bconfig.h +rtl.po: gtype-desc.h +rtl.po: insn-modes.h +rtl.po: options.h +rtl.po: tm.h +vec.o: bconfig.h +vec.o: gtype-desc.h +vec.o: insn-modes.h +vec.o: tree-check.h +vec.po: bconfig.h +vec.po: gtype-desc.h +vec.po: insn-modes.h +vec.po: tree-check.h +.endif diff --git a/gnu/usr.bin/cc/cpp/Makefile.depend b/gnu/usr.bin/cc/cpp/Makefile.depend new file mode 100644 index 000000000000..e0c846e62e61 --- /dev/null +++ b/gnu/usr.bin/cc/cpp/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/cc/cc_tools \ + gnu/usr.bin/cc/libcpp \ + gnu/usr.bin/cc/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/cc/gcov/Makefile.depend b/gnu/usr.bin/cc/gcov/Makefile.depend new file mode 100644 index 000000000000..763be51c55b7 --- /dev/null +++ b/gnu/usr.bin/cc/gcov/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/cc/cc_tools \ + gnu/usr.bin/cc/libiberty \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile index 1807a4836b32..169826246bb0 100644 --- a/gnu/usr.bin/cc/include/Makefile +++ b/gnu/usr.bin/cc/include/Makefile @@ -21,6 +21,4 @@ mm_malloc.h: pmm_malloc.h @cp ${.ALLSRC} ${.TARGET} CLEANFILES+= mm_malloc.h -.include <bsd.init.mk> -.include <bsd.incs.mk> -.include <bsd.obj.mk> +.include <bsd.prog.mk> diff --git a/gnu/usr.bin/cc/include/Makefile.depend b/gnu/usr.bin/cc/include/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/cc/include/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/cc/libcpp/Makefile.depend b/gnu/usr.bin/cc/libcpp/Makefile.depend new file mode 100644 index 000000000000..85a412b5bba9 --- /dev/null +++ b/gnu/usr.bin/cc/libcpp/Makefile.depend @@ -0,0 +1,18 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +init.o: localedir.h +init.po: localedir.h +.endif diff --git a/gnu/usr.bin/cc/libdecnumber/Makefile.depend b/gnu/usr.bin/cc/libdecnumber/Makefile.depend new file mode 100644 index 000000000000..e722b3998782 --- /dev/null +++ b/gnu/usr.bin/cc/libdecnumber/Makefile.depend @@ -0,0 +1,17 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/usr.bin/cc/cc_tools \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/cc/libiberty/Makefile.depend b/gnu/usr.bin/cc/libiberty/Makefile.depend new file mode 100644 index 000000000000..e248139c3a0e --- /dev/null +++ b/gnu/usr.bin/cc/libiberty/Makefile.depend @@ -0,0 +1,16 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/cvs/cvs/Makefile.depend b/gnu/usr.bin/cvs/cvs/Makefile.depend new file mode 100644 index 000000000000..710302cda5fe --- /dev/null +++ b/gnu/usr.bin/cvs/cvs/Makefile.depend @@ -0,0 +1,34 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libregex \ + gnu/usr.bin/cvs/lib \ + gnu/usr.bin/cvs/libdiff \ + include \ + include/arpa \ + include/gssapi \ + include/xlocale \ + kerberos5/lib/libasn1 \ + kerberos5/lib/libhx509 \ + kerberos5/lib/libkrb5 \ + kerberos5/lib/libroken \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcom_err \ + lib/libcrypt \ + lib/libgssapi \ + lib/libmd \ + lib/libz \ + secure/lib/libcrypto \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/cvs/cvsbug/Makefile.depend b/gnu/usr.bin/cvs/cvsbug/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/cvs/cvsbug/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/cvs/lib/Makefile.depend b/gnu/usr.bin/cvs/lib/Makefile.depend new file mode 100644 index 000000000000..0840c69a0436 --- /dev/null +++ b/gnu/usr.bin/cvs/lib/Makefile.depend @@ -0,0 +1,38 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +argmatch.o: config.h +argmatch.po: config.h +getdate.o: config.h +getdate.o: getdate.c +getdate.po: config.h +getdate.po: getdate.c +getline.o: config.h +getline.po: config.h +getopt.o: config.h +getopt.po: config.h +getopt1.o: config.h +getopt1.po: config.h +savecwd.o: config.h +savecwd.po: config.h +sighandle.o: config.h +sighandle.po: config.h +stripslash.o: config.h +stripslash.po: config.h +xgetwd.o: config.h +xgetwd.po: config.h +yesno.o: config.h +yesno.po: config.h +.endif diff --git a/gnu/usr.bin/cvs/libdiff/Makefile.depend b/gnu/usr.bin/cvs/libdiff/Makefile.depend new file mode 100644 index 000000000000..393ce879db82 --- /dev/null +++ b/gnu/usr.bin/cvs/libdiff/Makefile.depend @@ -0,0 +1,18 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libregex \ + gnu/usr.bin/cvs/lib \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/dialog/Makefile.depend b/gnu/usr.bin/dialog/Makefile.depend new file mode 100644 index 000000000000..3f1092bbda13 --- /dev/null +++ b/gnu/usr.bin/dialog/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libdialog \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + lib/ncurses/ncursesw \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/diff/Makefile.depend b/gnu/usr.bin/diff/Makefile.depend new file mode 100644 index 000000000000..361b8e1dfa6a --- /dev/null +++ b/gnu/usr.bin/diff/Makefile.depend @@ -0,0 +1,24 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libregex \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +context.o: context.c +context.po: context.c +diff.o: diff.c +diff.po: diff.c +.endif diff --git a/gnu/usr.bin/diff3/Makefile.depend b/gnu/usr.bin/diff3/Makefile.depend new file mode 100644 index 000000000000..8f3703470bbf --- /dev/null +++ b/gnu/usr.bin/diff3/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +diff3.o: diff3.c +diff3.po: diff3.c +.endif diff --git a/gnu/usr.bin/dtc/Makefile.depend b/gnu/usr.bin/dtc/Makefile.depend new file mode 100644 index 000000000000..ce49d2214540 --- /dev/null +++ b/gnu/usr.bin/dtc/Makefile.depend @@ -0,0 +1,27 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +dtc-lexer.lex.o: dtc-lexer.lex.c +dtc-lexer.lex.o: dtc-parser.tab.h +dtc-lexer.lex.po: dtc-lexer.lex.c +dtc-lexer.lex.po: dtc-parser.tab.h +dtc-parser.tab.o: dtc-parser.tab.c +dtc-parser.tab.po: dtc-parser.tab.c +dtc.o: version_gen.h +dtc.po: version_gen.h +.endif diff --git a/gnu/usr.bin/gdb/gdb/Makefile.depend b/gnu/usr.bin/gdb/gdb/Makefile.depend new file mode 100644 index 000000000000..f4044c218e19 --- /dev/null +++ b/gnu/usr.bin/gdb/gdb/Makefile.depend @@ -0,0 +1,33 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libreadline/readline \ + gnu/lib/libregex \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libiberty \ + gnu/usr.bin/binutils/libopcodes \ + gnu/usr.bin/gdb/libgdb \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + lib/ncurses/ncurses \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +gdb.o: nm.h +gdb.o: tm.h +gdb.o: xm.h +gdb.po: nm.h +gdb.po: tm.h +gdb.po: xm.h +.endif diff --git a/gnu/usr.bin/gdb/gdbserver/Makefile.depend b/gnu/usr.bin/gdb/gdbserver/Makefile.depend new file mode 100644 index 000000000000..16b5e42e296a --- /dev/null +++ b/gnu/usr.bin/gdb/gdbserver/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/gdb/gdbtui/Makefile.depend b/gnu/usr.bin/gdb/gdbtui/Makefile.depend new file mode 100644 index 000000000000..1ced4733fc9e --- /dev/null +++ b/gnu/usr.bin/gdb/gdbtui/Makefile.depend @@ -0,0 +1,33 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libreadline/readline \ + gnu/lib/libregex \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libiberty \ + gnu/usr.bin/binutils/libopcodes \ + gnu/usr.bin/gdb/libgdb \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + lib/ncurses/ncurses \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +tui-main.o: nm.h +tui-main.o: tm.h +tui-main.o: xm.h +tui-main.po: nm.h +tui-main.po: tm.h +tui-main.po: xm.h +.endif diff --git a/gnu/usr.bin/gdb/kgdb/Makefile.depend b/gnu/usr.bin/gdb/kgdb/Makefile.depend new file mode 100644 index 000000000000..1658b2d29b0c --- /dev/null +++ b/gnu/usr.bin/gdb/kgdb/Makefile.depend @@ -0,0 +1,58 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libreadline/readline \ + gnu/lib/libregex \ + gnu/usr.bin/binutils/libbfd \ + gnu/usr.bin/binutils/libiberty \ + gnu/usr.bin/binutils/libopcodes \ + gnu/usr.bin/gdb/libgdb \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libkvm \ + lib/msun \ + lib/ncurses/ncurses \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +kld.o: nm.h +kld.o: tm.h +kld.o: xm.h +kld.po: nm.h +kld.po: tm.h +kld.po: xm.h +kthr.o: nm.h +kthr.o: tm.h +kthr.o: xm.h +kthr.po: nm.h +kthr.po: tm.h +kthr.po: xm.h +main.o: nm.h +main.o: tm.h +main.o: xm.h +main.po: nm.h +main.po: tm.h +main.po: xm.h +trgt.o: nm.h +trgt.o: tm.h +trgt.o: xm.h +trgt.po: nm.h +trgt.po: tm.h +trgt.po: xm.h +trgt_i386.o: nm.h +trgt_i386.o: tm.h +trgt_i386.o: xm.h +trgt_i386.po: nm.h +trgt_i386.po: tm.h +trgt_i386.po: xm.h +.endif diff --git a/gnu/usr.bin/gdb/libgdb/Makefile.depend b/gnu/usr.bin/gdb/libgdb/Makefile.depend new file mode 100644 index 000000000000..182e7b411ef9 --- /dev/null +++ b/gnu/usr.bin/gdb/libgdb/Makefile.depend @@ -0,0 +1,1201 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libreadline/readline \ + include \ + include/arpa \ + include/xlocale \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +annotate.o: nm.h +annotate.o: tm.h +annotate.o: xm.h +annotate.po: nm.h +annotate.po: tm.h +annotate.po: xm.h +arch-utils.o: nm.h +arch-utils.o: tm.h +arch-utils.o: xm.h +arch-utils.po: nm.h +arch-utils.po: tm.h +arch-utils.po: xm.h +auxv.o: nm.h +auxv.o: tm.h +auxv.o: xm.h +auxv.po: nm.h +auxv.po: tm.h +auxv.po: xm.h +ax-gdb.o: nm.h +ax-gdb.o: tm.h +ax-gdb.o: xm.h +ax-gdb.po: nm.h +ax-gdb.po: tm.h +ax-gdb.po: xm.h +ax-general.o: nm.h +ax-general.o: tm.h +ax-general.o: xm.h +ax-general.po: nm.h +ax-general.po: tm.h +ax-general.po: xm.h +bcache.o: nm.h +bcache.o: tm.h +bcache.o: xm.h +bcache.po: nm.h +bcache.po: tm.h +bcache.po: xm.h +bfd-target.o: nm.h +bfd-target.o: tm.h +bfd-target.o: xm.h +bfd-target.po: nm.h +bfd-target.po: tm.h +bfd-target.po: xm.h +block.o: nm.h +block.o: tm.h +block.o: xm.h +block.po: nm.h +block.po: tm.h +block.po: xm.h +blockframe.o: nm.h +blockframe.o: tm.h +blockframe.o: xm.h +blockframe.po: nm.h +blockframe.po: tm.h +blockframe.po: xm.h +breakpoint.o: nm.h +breakpoint.o: tm.h +breakpoint.o: xm.h +breakpoint.po: nm.h +breakpoint.po: tm.h +breakpoint.po: xm.h +buildsym.o: nm.h +buildsym.o: tm.h +buildsym.o: xm.h +buildsym.po: nm.h +buildsym.po: tm.h +buildsym.po: xm.h +c-exp.o: c-exp.c +c-exp.o: nm.h +c-exp.o: tm.h +c-exp.o: xm.h +c-exp.po: c-exp.c +c-exp.po: nm.h +c-exp.po: tm.h +c-exp.po: xm.h +c-lang.o: nm.h +c-lang.o: tm.h +c-lang.o: xm.h +c-lang.po: nm.h +c-lang.po: tm.h +c-lang.po: xm.h +c-typeprint.o: nm.h +c-typeprint.o: tm.h +c-typeprint.o: xm.h +c-typeprint.po: nm.h +c-typeprint.po: tm.h +c-typeprint.po: xm.h +c-valprint.o: nm.h +c-valprint.o: tm.h +c-valprint.o: xm.h +c-valprint.po: nm.h +c-valprint.po: tm.h +c-valprint.po: xm.h +charset.o: nm.h +charset.o: tm.h +charset.o: xm.h +charset.po: nm.h +charset.po: tm.h +charset.po: xm.h +cli-cmds.o: nm.h +cli-cmds.o: tm.h +cli-cmds.o: xm.h +cli-cmds.po: nm.h +cli-cmds.po: tm.h +cli-cmds.po: xm.h +cli-decode.o: nm.h +cli-decode.o: tm.h +cli-decode.o: xm.h +cli-decode.po: nm.h +cli-decode.po: tm.h +cli-decode.po: xm.h +cli-dump.o: nm.h +cli-dump.o: tm.h +cli-dump.o: xm.h +cli-dump.po: nm.h +cli-dump.po: tm.h +cli-dump.po: xm.h +cli-interp.o: nm.h +cli-interp.o: tm.h +cli-interp.o: xm.h +cli-interp.po: nm.h +cli-interp.po: tm.h +cli-interp.po: xm.h +cli-logging.o: nm.h +cli-logging.o: tm.h +cli-logging.o: xm.h +cli-logging.po: nm.h +cli-logging.po: tm.h +cli-logging.po: xm.h +cli-out.o: nm.h +cli-out.o: tm.h +cli-out.o: xm.h +cli-out.po: nm.h +cli-out.po: tm.h +cli-out.po: xm.h +cli-script.o: nm.h +cli-script.o: tm.h +cli-script.o: xm.h +cli-script.po: nm.h +cli-script.po: tm.h +cli-script.po: xm.h +cli-setshow.o: nm.h +cli-setshow.o: tm.h +cli-setshow.o: xm.h +cli-setshow.po: nm.h +cli-setshow.po: tm.h +cli-setshow.po: xm.h +cli-utils.o: nm.h +cli-utils.o: tm.h +cli-utils.o: xm.h +cli-utils.po: nm.h +cli-utils.po: tm.h +cli-utils.po: xm.h +coff-pe-read.o: nm.h +coff-pe-read.o: tm.h +coff-pe-read.o: xm.h +coff-pe-read.po: nm.h +coff-pe-read.po: tm.h +coff-pe-read.po: xm.h +coffread.o: nm.h +coffread.o: tm.h +coffread.o: xm.h +coffread.po: nm.h +coffread.po: tm.h +coffread.po: xm.h +complaints.o: nm.h +complaints.o: tm.h +complaints.o: xm.h +complaints.po: nm.h +complaints.po: tm.h +complaints.po: xm.h +completer.o: nm.h +completer.o: tm.h +completer.o: xm.h +completer.po: nm.h +completer.po: tm.h +completer.po: xm.h +copying.o: nm.h +copying.o: tm.h +copying.o: xm.h +copying.po: nm.h +copying.po: tm.h +copying.po: xm.h +corefile.o: nm.h +corefile.o: tm.h +corefile.o: xm.h +corefile.po: nm.h +corefile.po: tm.h +corefile.po: xm.h +corelow.o: nm.h +corelow.o: tm.h +corelow.o: xm.h +corelow.po: nm.h +corelow.po: tm.h +corelow.po: xm.h +cp-abi.o: nm.h +cp-abi.o: tm.h +cp-abi.o: xm.h +cp-abi.po: nm.h +cp-abi.po: tm.h +cp-abi.po: xm.h +cp-namespace.o: nm.h +cp-namespace.o: tm.h +cp-namespace.o: xm.h +cp-namespace.po: nm.h +cp-namespace.po: tm.h +cp-namespace.po: xm.h +cp-support.o: nm.h +cp-support.o: tm.h +cp-support.o: xm.h +cp-support.po: nm.h +cp-support.po: tm.h +cp-support.po: xm.h +cp-valprint.o: nm.h +cp-valprint.o: tm.h +cp-valprint.o: xm.h +cp-valprint.po: nm.h +cp-valprint.po: tm.h +cp-valprint.po: xm.h +dbxread.o: nm.h +dbxread.o: tm.h +dbxread.o: xm.h +dbxread.po: nm.h +dbxread.po: tm.h +dbxread.po: xm.h +dcache.o: nm.h +dcache.o: tm.h +dcache.o: xm.h +dcache.po: nm.h +dcache.po: tm.h +dcache.po: xm.h +demangle.o: nm.h +demangle.o: tm.h +demangle.o: xm.h +demangle.po: nm.h +demangle.po: tm.h +demangle.po: xm.h +dictionary.o: nm.h +dictionary.o: tm.h +dictionary.o: xm.h +dictionary.po: nm.h +dictionary.po: tm.h +dictionary.po: xm.h +disasm.o: nm.h +disasm.o: tm.h +disasm.o: xm.h +disasm.po: nm.h +disasm.po: tm.h +disasm.po: xm.h +doublest.o: nm.h +doublest.o: tm.h +doublest.o: xm.h +doublest.po: nm.h +doublest.po: tm.h +doublest.po: xm.h +dummy-frame.o: nm.h +dummy-frame.o: tm.h +dummy-frame.o: xm.h +dummy-frame.po: nm.h +dummy-frame.po: tm.h +dummy-frame.po: xm.h +dwarf2-frame.o: nm.h +dwarf2-frame.o: tm.h +dwarf2-frame.o: xm.h +dwarf2-frame.po: nm.h +dwarf2-frame.po: tm.h +dwarf2-frame.po: xm.h +dwarf2expr.o: nm.h +dwarf2expr.o: tm.h +dwarf2expr.o: xm.h +dwarf2expr.po: nm.h +dwarf2expr.po: tm.h +dwarf2expr.po: xm.h +dwarf2loc.o: nm.h +dwarf2loc.o: tm.h +dwarf2loc.o: xm.h +dwarf2loc.po: nm.h +dwarf2loc.po: tm.h +dwarf2loc.po: xm.h +dwarf2read.o: nm.h +dwarf2read.o: tm.h +dwarf2read.o: xm.h +dwarf2read.po: nm.h +dwarf2read.po: tm.h +dwarf2read.po: xm.h +dwarfread.o: nm.h +dwarfread.o: tm.h +dwarfread.o: xm.h +dwarfread.po: nm.h +dwarfread.po: tm.h +dwarfread.po: xm.h +elfread.o: nm.h +elfread.o: tm.h +elfread.o: xm.h +elfread.po: nm.h +elfread.po: tm.h +elfread.po: xm.h +environ.o: nm.h +environ.o: tm.h +environ.o: xm.h +environ.po: nm.h +environ.po: tm.h +environ.po: xm.h +eval.o: nm.h +eval.o: tm.h +eval.o: xm.h +eval.po: nm.h +eval.po: tm.h +eval.po: xm.h +event-loop.o: nm.h +event-loop.o: tm.h +event-loop.o: xm.h +event-loop.po: nm.h +event-loop.po: tm.h +event-loop.po: xm.h +event-top.o: nm.h +event-top.o: tm.h +event-top.o: xm.h +event-top.po: nm.h +event-top.po: tm.h +event-top.po: xm.h +exec.o: nm.h +exec.o: tm.h +exec.o: xm.h +exec.po: nm.h +exec.po: tm.h +exec.po: xm.h +expprint.o: nm.h +expprint.o: tm.h +expprint.o: xm.h +expprint.po: nm.h +expprint.po: tm.h +expprint.po: xm.h +f-exp.o: f-exp.c +f-exp.o: nm.h +f-exp.o: tm.h +f-exp.o: xm.h +f-exp.po: f-exp.c +f-exp.po: nm.h +f-exp.po: tm.h +f-exp.po: xm.h +f-lang.o: nm.h +f-lang.o: tm.h +f-lang.o: xm.h +f-lang.po: nm.h +f-lang.po: tm.h +f-lang.po: xm.h +f-typeprint.o: nm.h +f-typeprint.o: tm.h +f-typeprint.o: xm.h +f-typeprint.po: nm.h +f-typeprint.po: tm.h +f-typeprint.po: xm.h +f-valprint.o: nm.h +f-valprint.o: tm.h +f-valprint.o: xm.h +f-valprint.po: nm.h +f-valprint.po: tm.h +f-valprint.po: xm.h +fbsd-proc.o: nm.h +fbsd-proc.o: tm.h +fbsd-proc.o: xm.h +fbsd-proc.po: nm.h +fbsd-proc.po: tm.h +fbsd-proc.po: xm.h +fbsd-threads.o: nm.h +fbsd-threads.o: tm.h +fbsd-threads.o: xm.h +fbsd-threads.po: nm.h +fbsd-threads.po: tm.h +fbsd-threads.po: xm.h +findvar.o: nm.h +findvar.o: tm.h +findvar.o: xm.h +findvar.po: nm.h +findvar.po: tm.h +findvar.po: xm.h +fork-child.o: nm.h +fork-child.o: tm.h +fork-child.o: xm.h +fork-child.po: nm.h +fork-child.po: tm.h +fork-child.po: xm.h +frame-base.o: nm.h +frame-base.o: tm.h +frame-base.o: xm.h +frame-base.po: nm.h +frame-base.po: tm.h +frame-base.po: xm.h +frame-unwind-kluge.o: frame-unwind-kluge.c +frame-unwind-kluge.o: nm.h +frame-unwind-kluge.o: tm.h +frame-unwind-kluge.o: xm.h +frame-unwind-kluge.po: frame-unwind-kluge.c +frame-unwind-kluge.po: nm.h +frame-unwind-kluge.po: tm.h +frame-unwind-kluge.po: xm.h +frame.o: nm.h +frame.o: tm.h +frame.o: xm.h +frame.po: nm.h +frame.po: tm.h +frame.po: xm.h +gcore.o: nm.h +gcore.o: tm.h +gcore.o: xm.h +gcore.po: nm.h +gcore.po: tm.h +gcore.po: xm.h +gdb-events.o: nm.h +gdb-events.o: tm.h +gdb-events.o: xm.h +gdb-events.po: nm.h +gdb-events.po: tm.h +gdb-events.po: xm.h +gdbarch.o: nm.h +gdbarch.o: tm.h +gdbarch.o: xm.h +gdbarch.po: nm.h +gdbarch.po: tm.h +gdbarch.po: xm.h +gdbtypes.o: nm.h +gdbtypes.o: tm.h +gdbtypes.o: xm.h +gdbtypes.po: nm.h +gdbtypes.po: tm.h +gdbtypes.po: xm.h +gnu-v2-abi.o: nm.h +gnu-v2-abi.o: tm.h +gnu-v2-abi.o: xm.h +gnu-v2-abi.po: nm.h +gnu-v2-abi.po: tm.h +gnu-v2-abi.po: xm.h +gnu-v3-abi.o: nm.h +gnu-v3-abi.o: tm.h +gnu-v3-abi.o: xm.h +gnu-v3-abi.po: nm.h +gnu-v3-abi.po: tm.h +gnu-v3-abi.po: xm.h +hpacc-abi.o: nm.h +hpacc-abi.o: tm.h +hpacc-abi.o: xm.h +hpacc-abi.po: nm.h +hpacc-abi.po: tm.h +hpacc-abi.po: xm.h +i386-nat.o: nm.h +i386-nat.o: tm.h +i386-nat.o: xm.h +i386-nat.po: nm.h +i386-nat.po: tm.h +i386-nat.po: xm.h +i386-tdep.o: nm.h +i386-tdep.o: tm.h +i386-tdep.o: xm.h +i386-tdep.po: nm.h +i386-tdep.po: tm.h +i386-tdep.po: xm.h +i386bsd-nat.o: nm.h +i386bsd-nat.o: tm.h +i386bsd-nat.o: xm.h +i386bsd-nat.po: nm.h +i386bsd-nat.po: tm.h +i386bsd-nat.po: xm.h +i386bsd-tdep.o: nm.h +i386bsd-tdep.o: tm.h +i386bsd-tdep.o: xm.h +i386bsd-tdep.po: nm.h +i386bsd-tdep.po: tm.h +i386bsd-tdep.po: xm.h +i386fbsd-nat.o: nm.h +i386fbsd-nat.o: tm.h +i386fbsd-nat.o: xm.h +i386fbsd-nat.po: nm.h +i386fbsd-nat.po: tm.h +i386fbsd-nat.po: xm.h +i386fbsd-tdep-fixed.o: i386fbsd-tdep-fixed.c +i386fbsd-tdep-fixed.o: nm.h +i386fbsd-tdep-fixed.o: tm.h +i386fbsd-tdep-fixed.o: xm.h +i386fbsd-tdep-fixed.po: i386fbsd-tdep-fixed.c +i386fbsd-tdep-fixed.po: nm.h +i386fbsd-tdep-fixed.po: tm.h +i386fbsd-tdep-fixed.po: xm.h +i387-tdep.o: nm.h +i387-tdep.o: tm.h +i387-tdep.o: xm.h +i387-tdep.po: nm.h +i387-tdep.po: tm.h +i387-tdep.po: xm.h +inf-loop.o: nm.h +inf-loop.o: tm.h +inf-loop.o: xm.h +inf-loop.po: nm.h +inf-loop.po: tm.h +inf-loop.po: xm.h +infcall.o: nm.h +infcall.o: tm.h +infcall.o: xm.h +infcall.po: nm.h +infcall.po: tm.h +infcall.po: xm.h +infcmd.o: nm.h +infcmd.o: tm.h +infcmd.o: xm.h +infcmd.po: nm.h +infcmd.po: tm.h +infcmd.po: xm.h +inflow.o: nm.h +inflow.o: tm.h +inflow.o: xm.h +inflow.po: nm.h +inflow.po: tm.h +inflow.po: xm.h +infptrace.o: nm.h +infptrace.o: tm.h +infptrace.o: xm.h +infptrace.po: nm.h +infptrace.po: tm.h +infptrace.po: xm.h +infrun.o: nm.h +infrun.o: tm.h +infrun.o: xm.h +infrun.po: nm.h +infrun.po: tm.h +infrun.po: xm.h +inftarg.o: nm.h +inftarg.o: tm.h +inftarg.o: xm.h +inftarg.po: nm.h +inftarg.po: tm.h +inftarg.po: xm.h +init.o: nm.h +init.o: tm.h +init.o: xm.h +init.po: nm.h +init.po: tm.h +init.po: xm.h +interps.o: nm.h +interps.o: tm.h +interps.o: xm.h +interps.po: nm.h +interps.po: tm.h +interps.po: xm.h +jv-exp.o: jv-exp.c +jv-exp.o: nm.h +jv-exp.o: tm.h +jv-exp.o: xm.h +jv-exp.po: jv-exp.c +jv-exp.po: nm.h +jv-exp.po: tm.h +jv-exp.po: xm.h +jv-lang.o: nm.h +jv-lang.o: tm.h +jv-lang.o: xm.h +jv-lang.po: nm.h +jv-lang.po: tm.h +jv-lang.po: xm.h +jv-typeprint.o: nm.h +jv-typeprint.o: tm.h +jv-typeprint.o: xm.h +jv-typeprint.po: nm.h +jv-typeprint.po: tm.h +jv-typeprint.po: xm.h +jv-valprint.o: nm.h +jv-valprint.o: tm.h +jv-valprint.o: xm.h +jv-valprint.po: nm.h +jv-valprint.po: tm.h +jv-valprint.po: xm.h +kod-cisco.o: nm.h +kod-cisco.o: tm.h +kod-cisco.o: xm.h +kod-cisco.po: nm.h +kod-cisco.po: tm.h +kod-cisco.po: xm.h +kod.o: nm.h +kod.o: tm.h +kod.o: xm.h +kod.po: nm.h +kod.po: tm.h +kod.po: xm.h +language.o: nm.h +language.o: tm.h +language.o: xm.h +language.po: nm.h +language.po: tm.h +language.po: xm.h +linespec.o: nm.h +linespec.o: tm.h +linespec.o: xm.h +linespec.po: nm.h +linespec.po: tm.h +linespec.po: xm.h +m2-exp.o: m2-exp.c +m2-exp.o: nm.h +m2-exp.o: tm.h +m2-exp.o: xm.h +m2-exp.po: m2-exp.c +m2-exp.po: nm.h +m2-exp.po: tm.h +m2-exp.po: xm.h +m2-lang.o: nm.h +m2-lang.o: tm.h +m2-lang.o: xm.h +m2-lang.po: nm.h +m2-lang.po: tm.h +m2-lang.po: xm.h +m2-typeprint.o: nm.h +m2-typeprint.o: tm.h +m2-typeprint.o: xm.h +m2-typeprint.po: nm.h +m2-typeprint.po: tm.h +m2-typeprint.po: xm.h +m2-valprint.o: nm.h +m2-valprint.o: tm.h +m2-valprint.o: xm.h +m2-valprint.po: nm.h +m2-valprint.po: tm.h +m2-valprint.po: xm.h +macrocmd.o: nm.h +macrocmd.o: tm.h +macrocmd.o: xm.h +macrocmd.po: nm.h +macrocmd.po: tm.h +macrocmd.po: xm.h +macroexp.o: nm.h +macroexp.o: tm.h +macroexp.o: xm.h +macroexp.po: nm.h +macroexp.po: tm.h +macroexp.po: xm.h +macroscope.o: nm.h +macroscope.o: tm.h +macroscope.o: xm.h +macroscope.po: nm.h +macroscope.po: tm.h +macroscope.po: xm.h +macrotab.o: nm.h +macrotab.o: tm.h +macrotab.o: xm.h +macrotab.po: nm.h +macrotab.po: tm.h +macrotab.po: xm.h +main.o: nm.h +main.o: tm.h +main.o: xm.h +main.po: nm.h +main.po: tm.h +main.po: xm.h +maint.o: nm.h +maint.o: tm.h +maint.o: xm.h +maint.po: nm.h +maint.po: tm.h +maint.po: xm.h +mdebugread.o: nm.h +mdebugread.o: tm.h +mdebugread.o: xm.h +mdebugread.po: nm.h +mdebugread.po: tm.h +mdebugread.po: xm.h +mem-break.o: nm.h +mem-break.o: tm.h +mem-break.o: xm.h +mem-break.po: nm.h +mem-break.po: tm.h +mem-break.po: xm.h +memattr.o: nm.h +memattr.o: tm.h +memattr.o: xm.h +memattr.po: nm.h +memattr.po: tm.h +memattr.po: xm.h +mi-cmd-break.o: nm.h +mi-cmd-break.o: tm.h +mi-cmd-break.o: xm.h +mi-cmd-break.po: nm.h +mi-cmd-break.po: tm.h +mi-cmd-break.po: xm.h +mi-cmd-disas.o: nm.h +mi-cmd-disas.o: tm.h +mi-cmd-disas.o: xm.h +mi-cmd-disas.po: nm.h +mi-cmd-disas.po: tm.h +mi-cmd-disas.po: xm.h +mi-cmd-env.o: nm.h +mi-cmd-env.o: tm.h +mi-cmd-env.o: xm.h +mi-cmd-env.po: nm.h +mi-cmd-env.po: tm.h +mi-cmd-env.po: xm.h +mi-cmd-file.o: nm.h +mi-cmd-file.o: tm.h +mi-cmd-file.o: xm.h +mi-cmd-file.po: nm.h +mi-cmd-file.po: tm.h +mi-cmd-file.po: xm.h +mi-cmd-stack.o: nm.h +mi-cmd-stack.o: tm.h +mi-cmd-stack.o: xm.h +mi-cmd-stack.po: nm.h +mi-cmd-stack.po: tm.h +mi-cmd-stack.po: xm.h +mi-cmd-var.o: nm.h +mi-cmd-var.o: tm.h +mi-cmd-var.o: xm.h +mi-cmd-var.po: nm.h +mi-cmd-var.po: tm.h +mi-cmd-var.po: xm.h +mi-cmds.o: nm.h +mi-cmds.o: tm.h +mi-cmds.o: xm.h +mi-cmds.po: nm.h +mi-cmds.po: tm.h +mi-cmds.po: xm.h +mi-console.o: nm.h +mi-console.o: tm.h +mi-console.o: xm.h +mi-console.po: nm.h +mi-console.po: tm.h +mi-console.po: xm.h +mi-getopt.o: nm.h +mi-getopt.o: tm.h +mi-getopt.o: xm.h +mi-getopt.po: nm.h +mi-getopt.po: tm.h +mi-getopt.po: xm.h +mi-interp.o: nm.h +mi-interp.o: tm.h +mi-interp.o: xm.h +mi-interp.po: nm.h +mi-interp.po: tm.h +mi-interp.po: xm.h +mi-main.o: nm.h +mi-main.o: tm.h +mi-main.o: xm.h +mi-main.po: nm.h +mi-main.po: tm.h +mi-main.po: xm.h +mi-out.o: nm.h +mi-out.o: tm.h +mi-out.o: xm.h +mi-out.po: nm.h +mi-out.po: tm.h +mi-out.po: xm.h +mi-parse.o: nm.h +mi-parse.o: tm.h +mi-parse.o: xm.h +mi-parse.po: nm.h +mi-parse.po: tm.h +mi-parse.po: xm.h +mi-symbol-cmds.o: nm.h +mi-symbol-cmds.o: tm.h +mi-symbol-cmds.o: xm.h +mi-symbol-cmds.po: nm.h +mi-symbol-cmds.po: tm.h +mi-symbol-cmds.po: xm.h +minsyms.o: nm.h +minsyms.o: tm.h +minsyms.o: xm.h +minsyms.po: nm.h +minsyms.po: tm.h +minsyms.po: xm.h +mipsread.o: nm.h +mipsread.o: tm.h +mipsread.o: xm.h +mipsread.po: nm.h +mipsread.po: tm.h +mipsread.po: xm.h +nlmread.o: nm.h +nlmread.o: tm.h +nlmread.o: xm.h +nlmread.po: nm.h +nlmread.po: tm.h +nlmread.po: xm.h +objc-exp.o: nm.h +objc-exp.o: objc-exp.c +objc-exp.o: tm.h +objc-exp.o: xm.h +objc-exp.po: nm.h +objc-exp.po: objc-exp.c +objc-exp.po: tm.h +objc-exp.po: xm.h +objc-lang.o: nm.h +objc-lang.o: tm.h +objc-lang.o: xm.h +objc-lang.po: nm.h +objc-lang.po: tm.h +objc-lang.po: xm.h +objfiles.o: nm.h +objfiles.o: tm.h +objfiles.o: xm.h +objfiles.po: nm.h +objfiles.po: tm.h +objfiles.po: xm.h +observer.o: nm.h +observer.o: tm.h +observer.o: xm.h +observer.po: nm.h +observer.po: tm.h +observer.po: xm.h +osabi.o: nm.h +osabi.o: tm.h +osabi.o: xm.h +osabi.po: nm.h +osabi.po: tm.h +osabi.po: xm.h +p-exp.o: nm.h +p-exp.o: p-exp.c +p-exp.o: tm.h +p-exp.o: xm.h +p-exp.po: nm.h +p-exp.po: p-exp.c +p-exp.po: tm.h +p-exp.po: xm.h +p-lang.o: nm.h +p-lang.o: tm.h +p-lang.o: xm.h +p-lang.po: nm.h +p-lang.po: tm.h +p-lang.po: xm.h +p-typeprint.o: nm.h +p-typeprint.o: tm.h +p-typeprint.o: xm.h +p-typeprint.po: nm.h +p-typeprint.po: tm.h +p-typeprint.po: xm.h +p-valprint.o: nm.h +p-valprint.o: tm.h +p-valprint.o: xm.h +p-valprint.po: nm.h +p-valprint.po: tm.h +p-valprint.po: xm.h +parse.o: nm.h +parse.o: tm.h +parse.o: xm.h +parse.po: nm.h +parse.po: tm.h +parse.po: xm.h +printcmd.o: nm.h +printcmd.o: tm.h +printcmd.o: xm.h +printcmd.po: nm.h +printcmd.po: tm.h +printcmd.po: xm.h +regcache.o: nm.h +regcache.o: tm.h +regcache.o: xm.h +regcache.po: nm.h +regcache.po: tm.h +regcache.po: xm.h +reggroups.o: nm.h +reggroups.o: tm.h +reggroups.o: xm.h +reggroups.po: nm.h +reggroups.po: tm.h +reggroups.po: xm.h +remote-fileio.o: nm.h +remote-fileio.o: tm.h +remote-fileio.o: xm.h +remote-fileio.po: nm.h +remote-fileio.po: tm.h +remote-fileio.po: xm.h +remote-utils.o: nm.h +remote-utils.o: tm.h +remote-utils.o: xm.h +remote-utils.po: nm.h +remote-utils.po: tm.h +remote-utils.po: xm.h +remote.o: nm.h +remote.o: tm.h +remote.o: xm.h +remote.po: nm.h +remote.po: tm.h +remote.po: xm.h +scm-exp.o: nm.h +scm-exp.o: tm.h +scm-exp.o: xm.h +scm-exp.po: nm.h +scm-exp.po: tm.h +scm-exp.po: xm.h +scm-lang.o: nm.h +scm-lang.o: tm.h +scm-lang.o: xm.h +scm-lang.po: nm.h +scm-lang.po: tm.h +scm-lang.po: xm.h +scm-valprint.o: nm.h +scm-valprint.o: tm.h +scm-valprint.o: xm.h +scm-valprint.po: nm.h +scm-valprint.po: tm.h +scm-valprint.po: xm.h +sentinel-frame.o: nm.h +sentinel-frame.o: tm.h +sentinel-frame.o: xm.h +sentinel-frame.po: nm.h +sentinel-frame.po: tm.h +sentinel-frame.po: xm.h +ser-pipe.o: nm.h +ser-pipe.o: tm.h +ser-pipe.o: xm.h +ser-pipe.po: nm.h +ser-pipe.po: tm.h +ser-pipe.po: xm.h +ser-tcp.o: nm.h +ser-tcp.o: tm.h +ser-tcp.o: xm.h +ser-tcp.po: nm.h +ser-tcp.po: tm.h +ser-tcp.po: xm.h +ser-unix.o: nm.h +ser-unix.o: tm.h +ser-unix.o: xm.h +ser-unix.po: nm.h +ser-unix.po: tm.h +ser-unix.po: xm.h +serial.o: nm.h +serial.o: tm.h +serial.o: xm.h +serial.po: nm.h +serial.po: tm.h +serial.po: xm.h +signals.o: nm.h +signals.o: tm.h +signals.o: xm.h +signals.po: nm.h +signals.po: tm.h +signals.po: xm.h +solib-svr4.o: nm.h +solib-svr4.o: tm.h +solib-svr4.o: xm.h +solib-svr4.po: nm.h +solib-svr4.po: tm.h +solib-svr4.po: xm.h +solib.o: nm.h +solib.o: tm.h +solib.o: xm.h +solib.po: nm.h +solib.po: tm.h +solib.po: xm.h +source.o: nm.h +source.o: tm.h +source.o: xm.h +source.po: nm.h +source.po: tm.h +source.po: xm.h +stabsread.o: nm.h +stabsread.o: tm.h +stabsread.o: xm.h +stabsread.po: nm.h +stabsread.po: tm.h +stabsread.po: xm.h +stack.o: nm.h +stack.o: tm.h +stack.o: xm.h +stack.po: nm.h +stack.po: tm.h +stack.po: xm.h +std-regs.o: nm.h +std-regs.o: tm.h +std-regs.o: xm.h +std-regs.po: nm.h +std-regs.po: tm.h +std-regs.po: xm.h +symfile.o: nm.h +symfile.o: tm.h +symfile.o: xm.h +symfile.po: nm.h +symfile.po: tm.h +symfile.po: xm.h +symmisc.o: nm.h +symmisc.o: tm.h +symmisc.o: xm.h +symmisc.po: nm.h +symmisc.po: tm.h +symmisc.po: xm.h +symtab.o: nm.h +symtab.o: tm.h +symtab.o: xm.h +symtab.po: nm.h +symtab.po: tm.h +symtab.po: xm.h +target.o: nm.h +target.o: tm.h +target.o: xm.h +target.po: nm.h +target.po: tm.h +target.po: xm.h +thread.o: nm.h +thread.o: tm.h +thread.o: xm.h +thread.po: nm.h +thread.po: tm.h +thread.po: xm.h +top.o: nm.h +top.o: tm.h +top.o: xm.h +top.po: nm.h +top.po: tm.h +top.po: xm.h +tracepoint.o: nm.h +tracepoint.o: tm.h +tracepoint.o: xm.h +tracepoint.po: nm.h +tracepoint.po: tm.h +tracepoint.po: xm.h +trad-frame.o: nm.h +trad-frame.o: tm.h +trad-frame.o: xm.h +trad-frame.po: nm.h +trad-frame.po: tm.h +trad-frame.po: xm.h +tui-command.o: nm.h +tui-command.o: tm.h +tui-command.o: xm.h +tui-command.po: nm.h +tui-command.po: tm.h +tui-command.po: xm.h +tui-data.o: nm.h +tui-data.o: tm.h +tui-data.o: xm.h +tui-data.po: nm.h +tui-data.po: tm.h +tui-data.po: xm.h +tui-disasm.o: nm.h +tui-disasm.o: tm.h +tui-disasm.o: xm.h +tui-disasm.po: nm.h +tui-disasm.po: tm.h +tui-disasm.po: xm.h +tui-file.o: nm.h +tui-file.o: tm.h +tui-file.o: xm.h +tui-file.po: nm.h +tui-file.po: tm.h +tui-file.po: xm.h +tui-hooks.o: nm.h +tui-hooks.o: tm.h +tui-hooks.o: xm.h +tui-hooks.po: nm.h +tui-hooks.po: tm.h +tui-hooks.po: xm.h +tui-interp.o: nm.h +tui-interp.o: tm.h +tui-interp.o: xm.h +tui-interp.po: nm.h +tui-interp.po: tm.h +tui-interp.po: xm.h +tui-io.o: nm.h +tui-io.o: tm.h +tui-io.o: xm.h +tui-io.po: nm.h +tui-io.po: tm.h +tui-io.po: xm.h +tui-layout.o: nm.h +tui-layout.o: tm.h +tui-layout.o: xm.h +tui-layout.po: nm.h +tui-layout.po: tm.h +tui-layout.po: xm.h +tui-out.o: nm.h +tui-out.o: tm.h +tui-out.o: xm.h +tui-out.po: nm.h +tui-out.po: tm.h +tui-out.po: xm.h +tui-regs.o: nm.h +tui-regs.o: tm.h +tui-regs.o: xm.h +tui-regs.po: nm.h +tui-regs.po: tm.h +tui-regs.po: xm.h +tui-source.o: nm.h +tui-source.o: tm.h +tui-source.o: xm.h +tui-source.po: nm.h +tui-source.po: tm.h +tui-source.po: xm.h +tui-stack.o: nm.h +tui-stack.o: tm.h +tui-stack.o: xm.h +tui-stack.po: nm.h +tui-stack.po: tm.h +tui-stack.po: xm.h +tui-win.o: nm.h +tui-win.o: tm.h +tui-win.o: xm.h +tui-win.po: nm.h +tui-win.po: tm.h +tui-win.po: xm.h +tui-windata.o: nm.h +tui-windata.o: tm.h +tui-windata.o: xm.h +tui-windata.po: nm.h +tui-windata.po: tm.h +tui-windata.po: xm.h +tui-wingeneral.o: nm.h +tui-wingeneral.o: tm.h +tui-wingeneral.o: xm.h +tui-wingeneral.po: nm.h +tui-wingeneral.po: tm.h +tui-wingeneral.po: xm.h +tui-winsource.o: nm.h +tui-winsource.o: tm.h +tui-winsource.o: xm.h +tui-winsource.po: nm.h +tui-winsource.po: tm.h +tui-winsource.po: xm.h +tui.o: nm.h +tui.o: tm.h +tui.o: xm.h +tui.po: nm.h +tui.po: tm.h +tui.po: xm.h +typeprint.o: nm.h +typeprint.o: tm.h +typeprint.o: xm.h +typeprint.po: nm.h +typeprint.po: tm.h +typeprint.po: xm.h +ui-file.o: nm.h +ui-file.o: tm.h +ui-file.o: xm.h +ui-file.po: nm.h +ui-file.po: tm.h +ui-file.po: xm.h +ui-out.o: nm.h +ui-out.o: tm.h +ui-out.o: xm.h +ui-out.po: nm.h +ui-out.po: tm.h +ui-out.po: xm.h +user-regs.o: nm.h +user-regs.o: tm.h +user-regs.o: xm.h +user-regs.po: nm.h +user-regs.po: tm.h +user-regs.po: xm.h +utils.o: nm.h +utils.o: tm.h +utils.o: xm.h +utils.po: nm.h +utils.po: tm.h +utils.po: xm.h +valarith.o: nm.h +valarith.o: tm.h +valarith.o: xm.h +valarith.po: nm.h +valarith.po: tm.h +valarith.po: xm.h +valops.o: nm.h +valops.o: tm.h +valops.o: xm.h +valops.po: nm.h +valops.po: tm.h +valops.po: xm.h +valprint.o: nm.h +valprint.o: tm.h +valprint.o: xm.h +valprint.po: nm.h +valprint.po: tm.h +valprint.po: xm.h +values.o: nm.h +values.o: tm.h +values.o: xm.h +values.po: nm.h +values.po: tm.h +values.po: xm.h +varobj.o: nm.h +varobj.o: tm.h +varobj.o: xm.h +varobj.po: nm.h +varobj.po: tm.h +varobj.po: xm.h +version.o: version.c +version.po: version.c +wrapper.o: nm.h +wrapper.o: tm.h +wrapper.o: xm.h +wrapper.po: nm.h +wrapper.po: tm.h +wrapper.po: xm.h +.endif diff --git a/gnu/usr.bin/gperf/Makefile.depend b/gnu/usr.bin/gperf/Makefile.depend new file mode 100644 index 000000000000..14a72723ed1e --- /dev/null +++ b/gnu/usr.bin/gperf/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/grep/Makefile.depend b/gnu/usr.bin/grep/Makefile.depend new file mode 100644 index 000000000000..3f9e6767c014 --- /dev/null +++ b/gnu/usr.bin/grep/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libregex \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libbz2 \ + lib/libc \ + lib/libz \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devX100-12/Makefile.depend b/gnu/usr.bin/groff/font/devX100-12/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devX100-12/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devX100/Makefile.depend b/gnu/usr.bin/groff/font/devX100/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devX100/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devX75-12/Makefile.depend b/gnu/usr.bin/groff/font/devX75-12/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devX75-12/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devX75/Makefile.depend b/gnu/usr.bin/groff/font/devX75/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devX75/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devascii/Makefile.depend b/gnu/usr.bin/groff/font/devascii/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devascii/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devcp1047/Makefile.depend b/gnu/usr.bin/groff/font/devcp1047/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devcp1047/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devdvi/Makefile.depend b/gnu/usr.bin/groff/font/devdvi/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devdvi/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devhtml/Makefile.depend b/gnu/usr.bin/groff/font/devhtml/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devhtml/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devkoi8-r/Makefile.depend b/gnu/usr.bin/groff/font/devkoi8-r/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devkoi8-r/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devlatin1/Makefile.depend b/gnu/usr.bin/groff/font/devlatin1/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devlatin1/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devlbp/Makefile.depend b/gnu/usr.bin/groff/font/devlbp/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devlbp/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devlj4/Makefile.depend b/gnu/usr.bin/groff/font/devlj4/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devlj4/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devps/Makefile.depend b/gnu/usr.bin/groff/font/devps/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devps/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/font/devutf8/Makefile.depend b/gnu/usr.bin/groff/font/devutf8/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/font/devutf8/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/man/Makefile.depend b/gnu/usr.bin/groff/man/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/man/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/devices/grodvi/Makefile.depend b/gnu/usr.bin/groff/src/devices/grodvi/Makefile.depend new file mode 100644 index 000000000000..a5c44b5b3a5e --- /dev/null +++ b/gnu/usr.bin/groff/src/devices/grodvi/Makefile.depend @@ -0,0 +1,23 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libdriver \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/devices/grohtml/Makefile.depend b/gnu/usr.bin/groff/src/devices/grohtml/Makefile.depend new file mode 100644 index 000000000000..a5c44b5b3a5e --- /dev/null +++ b/gnu/usr.bin/groff/src/devices/grohtml/Makefile.depend @@ -0,0 +1,23 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libdriver \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/devices/grolbp/Makefile.depend b/gnu/usr.bin/groff/src/devices/grolbp/Makefile.depend new file mode 100644 index 000000000000..a5c44b5b3a5e --- /dev/null +++ b/gnu/usr.bin/groff/src/devices/grolbp/Makefile.depend @@ -0,0 +1,23 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libdriver \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/devices/grolj4/Makefile.depend b/gnu/usr.bin/groff/src/devices/grolj4/Makefile.depend new file mode 100644 index 000000000000..a5c44b5b3a5e --- /dev/null +++ b/gnu/usr.bin/groff/src/devices/grolj4/Makefile.depend @@ -0,0 +1,23 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libdriver \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/devices/grops/Makefile.depend b/gnu/usr.bin/groff/src/devices/grops/Makefile.depend new file mode 100644 index 000000000000..a5c44b5b3a5e --- /dev/null +++ b/gnu/usr.bin/groff/src/devices/grops/Makefile.depend @@ -0,0 +1,23 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libdriver \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/devices/grotty/Makefile.depend b/gnu/usr.bin/groff/src/devices/grotty/Makefile.depend new file mode 100644 index 000000000000..a5c44b5b3a5e --- /dev/null +++ b/gnu/usr.bin/groff/src/devices/grotty/Makefile.depend @@ -0,0 +1,23 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libdriver \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/libs/libbib/Makefile.depend b/gnu/usr.bin/groff/src/libs/libbib/Makefile.depend new file mode 100644 index 000000000000..e248139c3a0e --- /dev/null +++ b/gnu/usr.bin/groff/src/libs/libbib/Makefile.depend @@ -0,0 +1,16 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/libs/libdriver/Makefile.depend b/gnu/usr.bin/groff/src/libs/libdriver/Makefile.depend new file mode 100644 index 000000000000..6a3fc332584d --- /dev/null +++ b/gnu/usr.bin/groff/src/libs/libdriver/Makefile.depend @@ -0,0 +1,17 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend b/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend new file mode 100644 index 000000000000..8ed89d7d53c1 --- /dev/null +++ b/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +version.o: version.cpp +version.po: version.cpp +.endif diff --git a/gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend b/gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend new file mode 100644 index 000000000000..971bd9543652 --- /dev/null +++ b/gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend @@ -0,0 +1,26 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +eqn.o: eqn.cpp +eqn.po: eqn.cpp +lex.o: eqn_tab.h +lex.po: eqn_tab.h +.endif diff --git a/gnu/usr.bin/groff/src/preproc/grn/Makefile.depend b/gnu/usr.bin/groff/src/preproc/grn/Makefile.depend new file mode 100644 index 000000000000..65365863573a --- /dev/null +++ b/gnu/usr.bin/groff/src/preproc/grn/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/preproc/html/Makefile.depend b/gnu/usr.bin/groff/src/preproc/html/Makefile.depend new file mode 100644 index 000000000000..65365863573a --- /dev/null +++ b/gnu/usr.bin/groff/src/preproc/html/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/preproc/pic/Makefile.depend b/gnu/usr.bin/groff/src/preproc/pic/Makefile.depend new file mode 100644 index 000000000000..769449ca663f --- /dev/null +++ b/gnu/usr.bin/groff/src/preproc/pic/Makefile.depend @@ -0,0 +1,26 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +lex.o: pic_tab.h +lex.po: pic_tab.h +pic.o: pic.cpp +pic.po: pic.cpp +.endif diff --git a/gnu/usr.bin/groff/src/preproc/refer/Makefile.depend b/gnu/usr.bin/groff/src/preproc/refer/Makefile.depend new file mode 100644 index 000000000000..e026f846ad56 --- /dev/null +++ b/gnu/usr.bin/groff/src/preproc/refer/Makefile.depend @@ -0,0 +1,25 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libbib \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +label.o: label.cpp +label.po: label.cpp +.endif diff --git a/gnu/usr.bin/groff/src/preproc/soelim/Makefile.depend b/gnu/usr.bin/groff/src/preproc/soelim/Makefile.depend new file mode 100644 index 000000000000..65365863573a --- /dev/null +++ b/gnu/usr.bin/groff/src/preproc/soelim/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/preproc/tbl/Makefile.depend b/gnu/usr.bin/groff/src/preproc/tbl/Makefile.depend new file mode 100644 index 000000000000..65365863573a --- /dev/null +++ b/gnu/usr.bin/groff/src/preproc/tbl/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/roff/groff/Makefile.depend b/gnu/usr.bin/groff/src/roff/groff/Makefile.depend new file mode 100644 index 000000000000..65365863573a --- /dev/null +++ b/gnu/usr.bin/groff/src/roff/groff/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/roff/grog/Makefile.depend b/gnu/usr.bin/groff/src/roff/grog/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/src/roff/grog/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/roff/nroff/Makefile.depend b/gnu/usr.bin/groff/src/roff/nroff/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/src/roff/nroff/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/roff/psroff/Makefile.depend b/gnu/usr.bin/groff/src/roff/psroff/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/src/roff/psroff/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/roff/troff/Makefile.depend b/gnu/usr.bin/groff/src/roff/troff/Makefile.depend new file mode 100644 index 000000000000..fbf42cfa30f3 --- /dev/null +++ b/gnu/usr.bin/groff/src/roff/troff/Makefile.depend @@ -0,0 +1,24 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +majorminor.o: majorminor.cpp +majorminor.po: majorminor.cpp +.endif diff --git a/gnu/usr.bin/groff/src/utils/addftinfo/Makefile.depend b/gnu/usr.bin/groff/src/utils/addftinfo/Makefile.depend new file mode 100644 index 000000000000..65365863573a --- /dev/null +++ b/gnu/usr.bin/groff/src/utils/addftinfo/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/utils/afmtodit/Makefile.depend b/gnu/usr.bin/groff/src/utils/afmtodit/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/src/utils/afmtodit/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/utils/hpftodit/Makefile.depend b/gnu/usr.bin/groff/src/utils/hpftodit/Makefile.depend new file mode 100644 index 000000000000..65365863573a --- /dev/null +++ b/gnu/usr.bin/groff/src/utils/hpftodit/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/utils/indxbib/Makefile.depend b/gnu/usr.bin/groff/src/utils/indxbib/Makefile.depend new file mode 100644 index 000000000000..339cc48feaed --- /dev/null +++ b/gnu/usr.bin/groff/src/utils/indxbib/Makefile.depend @@ -0,0 +1,23 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libbib \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/utils/lkbib/Makefile.depend b/gnu/usr.bin/groff/src/utils/lkbib/Makefile.depend new file mode 100644 index 000000000000..339cc48feaed --- /dev/null +++ b/gnu/usr.bin/groff/src/utils/lkbib/Makefile.depend @@ -0,0 +1,23 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libbib \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/utils/lookbib/Makefile.depend b/gnu/usr.bin/groff/src/utils/lookbib/Makefile.depend new file mode 100644 index 000000000000..339cc48feaed --- /dev/null +++ b/gnu/usr.bin/groff/src/utils/lookbib/Makefile.depend @@ -0,0 +1,23 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libbib \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/utils/pfbtops/Makefile.depend b/gnu/usr.bin/groff/src/utils/pfbtops/Makefile.depend new file mode 100644 index 000000000000..c9e6df177b83 --- /dev/null +++ b/gnu/usr.bin/groff/src/utils/pfbtops/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile.depend b/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile.depend new file mode 100644 index 000000000000..65365863573a --- /dev/null +++ b/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/lib/libstdc++ \ + gnu/usr.bin/groff/src/libs/libgroff \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/groff/tmac/Makefile.depend b/gnu/usr.bin/groff/tmac/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/groff/tmac/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/patch/Makefile.depend b/gnu/usr.bin/patch/Makefile.depend new file mode 100644 index 000000000000..e248139c3a0e --- /dev/null +++ b/gnu/usr.bin/patch/Makefile.depend @@ -0,0 +1,16 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/rcs/ci/Makefile.depend b/gnu/usr.bin/rcs/ci/Makefile.depend new file mode 100644 index 000000000000..42c54115ed6a --- /dev/null +++ b/gnu/usr.bin/rcs/ci/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/rcs/lib \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/rcs/co/Makefile.depend b/gnu/usr.bin/rcs/co/Makefile.depend new file mode 100644 index 000000000000..42c54115ed6a --- /dev/null +++ b/gnu/usr.bin/rcs/co/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/rcs/lib \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/rcs/ident/Makefile.depend b/gnu/usr.bin/rcs/ident/Makefile.depend new file mode 100644 index 000000000000..42c54115ed6a --- /dev/null +++ b/gnu/usr.bin/rcs/ident/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/rcs/lib \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/rcs/lib/Makefile.depend b/gnu/usr.bin/rcs/lib/Makefile.depend new file mode 100644 index 000000000000..e248139c3a0e --- /dev/null +++ b/gnu/usr.bin/rcs/lib/Makefile.depend @@ -0,0 +1,16 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/rcs/merge/Makefile.depend b/gnu/usr.bin/rcs/merge/Makefile.depend new file mode 100644 index 000000000000..42c54115ed6a --- /dev/null +++ b/gnu/usr.bin/rcs/merge/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/rcs/lib \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/rcs/rcs/Makefile.depend b/gnu/usr.bin/rcs/rcs/Makefile.depend new file mode 100644 index 000000000000..42c54115ed6a --- /dev/null +++ b/gnu/usr.bin/rcs/rcs/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/rcs/lib \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/rcs/rcsclean/Makefile.depend b/gnu/usr.bin/rcs/rcsclean/Makefile.depend new file mode 100644 index 000000000000..42c54115ed6a --- /dev/null +++ b/gnu/usr.bin/rcs/rcsclean/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/rcs/lib \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/rcs/rcsdiff/Makefile.depend b/gnu/usr.bin/rcs/rcsdiff/Makefile.depend new file mode 100644 index 000000000000..42c54115ed6a --- /dev/null +++ b/gnu/usr.bin/rcs/rcsdiff/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/rcs/lib \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/rcs/rcsfreeze/Makefile.depend b/gnu/usr.bin/rcs/rcsfreeze/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/rcs/rcsfreeze/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/rcs/rcsmerge/Makefile.depend b/gnu/usr.bin/rcs/rcsmerge/Makefile.depend new file mode 100644 index 000000000000..42c54115ed6a --- /dev/null +++ b/gnu/usr.bin/rcs/rcsmerge/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/rcs/lib \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/rcs/rlog/Makefile.depend b/gnu/usr.bin/rcs/rlog/Makefile.depend new file mode 100644 index 000000000000..42c54115ed6a --- /dev/null +++ b/gnu/usr.bin/rcs/rlog/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/rcs/lib \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/sdiff/Makefile.depend b/gnu/usr.bin/sdiff/Makefile.depend new file mode 100644 index 000000000000..a90cb9a9de68 --- /dev/null +++ b/gnu/usr.bin/sdiff/Makefile.depend @@ -0,0 +1,21 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +sdiff.o: sdiff.c +sdiff.po: sdiff.c +.endif diff --git a/gnu/usr.bin/send-pr/Makefile.depend b/gnu/usr.bin/send-pr/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/gnu/usr.bin/send-pr/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/sort/Makefile.depend b/gnu/usr.bin/sort/Makefile.depend new file mode 100644 index 000000000000..a83954553d0e --- /dev/null +++ b/gnu/usr.bin/sort/Makefile.depend @@ -0,0 +1,19 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/texinfo/info/Makefile.depend b/gnu/usr.bin/texinfo/info/Makefile.depend new file mode 100644 index 000000000000..a9061f130d26 --- /dev/null +++ b/gnu/usr.bin/texinfo/info/Makefile.depend @@ -0,0 +1,22 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/texinfo/libtxi \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/ncurses/ncurses \ + lib/ncurses/ncursesw \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/texinfo/infokey/Makefile.depend b/gnu/usr.bin/texinfo/infokey/Makefile.depend new file mode 100644 index 000000000000..cdde7ce36dcc --- /dev/null +++ b/gnu/usr.bin/texinfo/infokey/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/texinfo/libtxi \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/texinfo/install-info/Makefile.depend b/gnu/usr.bin/texinfo/install-info/Makefile.depend new file mode 100644 index 000000000000..cdde7ce36dcc --- /dev/null +++ b/gnu/usr.bin/texinfo/install-info/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/texinfo/libtxi \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/texinfo/libtxi/Makefile.depend b/gnu/usr.bin/texinfo/libtxi/Makefile.depend new file mode 100644 index 000000000000..e248139c3a0e --- /dev/null +++ b/gnu/usr.bin/texinfo/libtxi/Makefile.depend @@ -0,0 +1,16 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/texinfo/makeinfo/Makefile.depend b/gnu/usr.bin/texinfo/makeinfo/Makefile.depend new file mode 100644 index 000000000000..cdde7ce36dcc --- /dev/null +++ b/gnu/usr.bin/texinfo/makeinfo/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/texinfo/libtxi \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/gnu/usr.bin/texinfo/texindex/Makefile.depend b/gnu/usr.bin/texinfo/texindex/Makefile.depend new file mode 100644 index 000000000000..cdde7ce36dcc --- /dev/null +++ b/gnu/usr.bin/texinfo/texindex/Makefile.depend @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + gnu/usr.bin/texinfo/libtxi \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/include/Makefile b/include/Makefile index d2f6d7f08853..c4ca316457d7 100644 --- a/include/Makefile +++ b/include/Makefile @@ -126,8 +126,38 @@ _MARCHS= ${MACHINE_CPUARCH} _MARCHS+= x86 .endif +.if ${MK_STAGING} != "no" +# tell bsd.incs.mk that we have it covered +stage_includes: +.endif + .include <bsd.prog.mk> +.if ${MK_STAGING} != "no" && !defined(_SKIP_BUILD) +.if make(all) +DESTDIR= ${STAGE_OBJTOP} +# we want to keep this separate from the folk who +# do staging "normally" +INCLUDEDIR= /include + +all: stage_includes +installincludes: buildincludes +buildincludes: stage_prep + +stage_prep: + @mkdir -p ${DESTDIR}${INCLUDEDIR} + @touch $@ + +stage_includes: .dirdep installincludes + @find ${DESTDIR}${INCLUDEDIR} -type d | while read d; do \ + rm -f $$d/.dirdep; \ + { ln .dirdep $$d/.dirdep 2> /dev/null || \ + cp -p .dirdep $$d/.dirdep; }; \ + done + @touch $@ +.endif +.endif + installincludes: ${SHARED} ${SHARED}: compat @@ -140,11 +170,11 @@ compat: .endfor mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \ -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ - -p ${DESTDIR}${INCLUDEDIR} + -p ${DESTDIR}${INCLUDEDIR} > /dev/null .if ${MK_BIND_LIBS} != "no" mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \ -f ${.CURDIR}/../etc/mtree/BIND.include.dist \ - -p ${DESTDIR}${INCLUDEDIR} + -p ${DESTDIR}${INCLUDEDIR} > /dev/null .endif copies: diff --git a/include/Makefile.depend b/include/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/include/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/include/arpa/Makefile b/include/arpa/Makefile index a480b31341e5..94c84e31ed08 100644 --- a/include/arpa/Makefile +++ b/include/arpa/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -NO_OBJ= INCS= ftp.h inet.h nameser.h nameser_compat.h telnet.h tftp.h INCSDIR=${INCLUDEDIR}/arpa diff --git a/include/arpa/Makefile.depend b/include/arpa/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/include/arpa/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/include/gssapi/Makefile b/include/gssapi/Makefile index 8fb643fb3b56..b8b8ddea6166 100644 --- a/include/gssapi/Makefile +++ b/include/gssapi/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -NO_OBJ= INCS= gssapi.h INCSDIR= ${INCLUDEDIR}/gssapi diff --git a/include/gssapi/Makefile.depend b/include/gssapi/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/include/gssapi/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/include/protocols/Makefile b/include/protocols/Makefile index ddd8f21dc912..a41f3540e2c1 100644 --- a/include/protocols/Makefile +++ b/include/protocols/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -NO_OBJ= INCS= dumprestore.h routed.h rwhod.h talkd.h timed.h INCSDIR=${INCLUDEDIR}/protocols diff --git a/include/protocols/Makefile.depend b/include/protocols/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/include/protocols/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/include/rpc/Makefile.depend b/include/rpc/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/include/rpc/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/include/rpcsvc/Makefile.depend b/include/rpcsvc/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/include/rpcsvc/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/include/xlocale/Makefile b/include/xlocale/Makefile index e45ddca8e84d..ed494f36b990 100644 --- a/include/xlocale/Makefile +++ b/include/xlocale/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -NO_OBJ= INCS= _ctype.h _inttypes.h _langinfo.h _locale.h _monetary.h _stdio.h\ _stdlib.h _string.h _time.h _wchar.h INCSDIR=${INCLUDEDIR}/xlocale diff --git a/include/xlocale/Makefile.depend b/include/xlocale/Makefile.depend new file mode 100644 index 000000000000..29fda55c252f --- /dev/null +++ b/include/xlocale/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/kerberos5/Makefile b/kerberos5/Makefile index d87fa1682cb4..401957b32f25 100644 --- a/kerberos5/Makefile +++ b/kerberos5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= doc lib libexec usr.bin usr.sbin +SUBDIR= doc lib libexec tools usr.bin usr.sbin # These are the programs which depend on Kerberos. KPROGS= lib/libpam \ diff --git a/kerberos5/lib/libasn1/Makefile.depend b/kerberos5/lib/libasn1/Makefile.depend new file mode 100644 index 000000000000..92a41972f159 --- /dev/null +++ b/kerberos5/lib/libasn1/Makefile.depend @@ -0,0 +1,189 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/arpa \ + include/xlocale \ + lib/libcom_err \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +asn1_cms_asn1.So: asn1_cms_asn1.c +asn1_cms_asn1.So: asn1_err.h +asn1_cms_asn1.So: cms_asn1-priv.h +asn1_cms_asn1.So: cms_asn1.h +asn1_cms_asn1.So: rfc2459_asn1.h +asn1_cms_asn1.o: asn1_cms_asn1.c +asn1_cms_asn1.o: asn1_err.h +asn1_cms_asn1.o: cms_asn1-priv.h +asn1_cms_asn1.o: cms_asn1.h +asn1_cms_asn1.o: rfc2459_asn1.h +asn1_cms_asn1.po: asn1_cms_asn1.c +asn1_cms_asn1.po: asn1_err.h +asn1_cms_asn1.po: cms_asn1-priv.h +asn1_cms_asn1.po: cms_asn1.h +asn1_cms_asn1.po: rfc2459_asn1.h +asn1_digest_asn1.So: asn1_digest_asn1.c +asn1_digest_asn1.So: asn1_err.h +asn1_digest_asn1.So: digest_asn1-priv.h +asn1_digest_asn1.So: digest_asn1.h +asn1_digest_asn1.So: krb5_asn1.h +asn1_digest_asn1.o: asn1_digest_asn1.c +asn1_digest_asn1.o: asn1_err.h +asn1_digest_asn1.o: digest_asn1-priv.h +asn1_digest_asn1.o: digest_asn1.h +asn1_digest_asn1.o: krb5_asn1.h +asn1_digest_asn1.po: asn1_digest_asn1.c +asn1_digest_asn1.po: asn1_err.h +asn1_digest_asn1.po: digest_asn1-priv.h +asn1_digest_asn1.po: digest_asn1.h +asn1_digest_asn1.po: krb5_asn1.h +asn1_err.So: asn1_err.c +asn1_err.So: asn1_err.h +asn1_err.o: asn1_err.c +asn1_err.o: asn1_err.h +asn1_err.po: asn1_err.c +asn1_err.po: asn1_err.h +asn1_krb5_asn1.So: asn1_err.h +asn1_krb5_asn1.So: asn1_krb5_asn1.c +asn1_krb5_asn1.So: krb5_asn1-priv.h +asn1_krb5_asn1.So: krb5_asn1.h +asn1_krb5_asn1.o: asn1_err.h +asn1_krb5_asn1.o: asn1_krb5_asn1.c +asn1_krb5_asn1.o: krb5_asn1-priv.h +asn1_krb5_asn1.o: krb5_asn1.h +asn1_krb5_asn1.po: asn1_err.h +asn1_krb5_asn1.po: asn1_krb5_asn1.c +asn1_krb5_asn1.po: krb5_asn1-priv.h +asn1_krb5_asn1.po: krb5_asn1.h +asn1_kx509_asn1.So: asn1_err.h +asn1_kx509_asn1.So: asn1_kx509_asn1.c +asn1_kx509_asn1.So: kx509_asn1-priv.h +asn1_kx509_asn1.So: kx509_asn1.h +asn1_kx509_asn1.o: asn1_err.h +asn1_kx509_asn1.o: asn1_kx509_asn1.c +asn1_kx509_asn1.o: kx509_asn1-priv.h +asn1_kx509_asn1.o: kx509_asn1.h +asn1_kx509_asn1.po: asn1_err.h +asn1_kx509_asn1.po: asn1_kx509_asn1.c +asn1_kx509_asn1.po: kx509_asn1-priv.h +asn1_kx509_asn1.po: kx509_asn1.h +asn1_pkcs12_asn1.So: asn1_err.h +asn1_pkcs12_asn1.So: asn1_pkcs12_asn1.c +asn1_pkcs12_asn1.So: cms_asn1.h +asn1_pkcs12_asn1.So: pkcs12_asn1-priv.h +asn1_pkcs12_asn1.So: pkcs12_asn1.h +asn1_pkcs12_asn1.So: rfc2459_asn1.h +asn1_pkcs12_asn1.o: asn1_err.h +asn1_pkcs12_asn1.o: asn1_pkcs12_asn1.c +asn1_pkcs12_asn1.o: cms_asn1.h +asn1_pkcs12_asn1.o: pkcs12_asn1-priv.h +asn1_pkcs12_asn1.o: pkcs12_asn1.h +asn1_pkcs12_asn1.o: rfc2459_asn1.h +asn1_pkcs12_asn1.po: asn1_err.h +asn1_pkcs12_asn1.po: asn1_pkcs12_asn1.c +asn1_pkcs12_asn1.po: cms_asn1.h +asn1_pkcs12_asn1.po: pkcs12_asn1-priv.h +asn1_pkcs12_asn1.po: pkcs12_asn1.h +asn1_pkcs12_asn1.po: rfc2459_asn1.h +asn1_pkcs8_asn1.So: asn1_err.h +asn1_pkcs8_asn1.So: asn1_pkcs8_asn1.c +asn1_pkcs8_asn1.So: pkcs8_asn1-priv.h +asn1_pkcs8_asn1.So: pkcs8_asn1.h +asn1_pkcs8_asn1.So: rfc2459_asn1.h +asn1_pkcs8_asn1.o: asn1_err.h +asn1_pkcs8_asn1.o: asn1_pkcs8_asn1.c +asn1_pkcs8_asn1.o: pkcs8_asn1-priv.h +asn1_pkcs8_asn1.o: pkcs8_asn1.h +asn1_pkcs8_asn1.o: rfc2459_asn1.h +asn1_pkcs8_asn1.po: asn1_err.h +asn1_pkcs8_asn1.po: asn1_pkcs8_asn1.c +asn1_pkcs8_asn1.po: pkcs8_asn1-priv.h +asn1_pkcs8_asn1.po: pkcs8_asn1.h +asn1_pkcs8_asn1.po: rfc2459_asn1.h +asn1_pkcs9_asn1.So: asn1_err.h +asn1_pkcs9_asn1.So: asn1_pkcs9_asn1.c +asn1_pkcs9_asn1.So: pkcs9_asn1-priv.h +asn1_pkcs9_asn1.So: pkcs9_asn1.h +asn1_pkcs9_asn1.o: asn1_err.h +asn1_pkcs9_asn1.o: asn1_pkcs9_asn1.c +asn1_pkcs9_asn1.o: pkcs9_asn1-priv.h +asn1_pkcs9_asn1.o: pkcs9_asn1.h +asn1_pkcs9_asn1.po: asn1_err.h +asn1_pkcs9_asn1.po: asn1_pkcs9_asn1.c +asn1_pkcs9_asn1.po: pkcs9_asn1-priv.h +asn1_pkcs9_asn1.po: pkcs9_asn1.h +asn1_pkinit_asn1.So: asn1_err.h +asn1_pkinit_asn1.So: asn1_pkinit_asn1.c +asn1_pkinit_asn1.So: cms_asn1.h +asn1_pkinit_asn1.So: krb5_asn1.h +asn1_pkinit_asn1.So: pkinit_asn1-priv.h +asn1_pkinit_asn1.So: pkinit_asn1.h +asn1_pkinit_asn1.So: rfc2459_asn1.h +asn1_pkinit_asn1.o: asn1_err.h +asn1_pkinit_asn1.o: asn1_pkinit_asn1.c +asn1_pkinit_asn1.o: cms_asn1.h +asn1_pkinit_asn1.o: krb5_asn1.h +asn1_pkinit_asn1.o: pkinit_asn1-priv.h +asn1_pkinit_asn1.o: pkinit_asn1.h +asn1_pkinit_asn1.o: rfc2459_asn1.h +asn1_pkinit_asn1.po: asn1_err.h +asn1_pkinit_asn1.po: asn1_pkinit_asn1.c +asn1_pkinit_asn1.po: cms_asn1.h +asn1_pkinit_asn1.po: krb5_asn1.h +asn1_pkinit_asn1.po: pkinit_asn1-priv.h +asn1_pkinit_asn1.po: pkinit_asn1.h +asn1_pkinit_asn1.po: rfc2459_asn1.h +asn1_rfc2459_asn1.So: asn1_err.h +asn1_rfc2459_asn1.So: asn1_rfc2459_asn1.c +asn1_rfc2459_asn1.So: rfc2459_asn1-priv.h +asn1_rfc2459_asn1.So: rfc2459_asn1.h +asn1_rfc2459_asn1.o: asn1_err.h +asn1_rfc2459_asn1.o: asn1_rfc2459_asn1.c +asn1_rfc2459_asn1.o: rfc2459_asn1-priv.h +asn1_rfc2459_asn1.o: rfc2459_asn1.h +asn1_rfc2459_asn1.po: asn1_err.h +asn1_rfc2459_asn1.po: asn1_rfc2459_asn1.c +asn1_rfc2459_asn1.po: rfc2459_asn1-priv.h +asn1_rfc2459_asn1.po: rfc2459_asn1.h +der.So: asn1_err.h +der.o: asn1_err.h +der.po: asn1_err.h +der_cmp.So: asn1_err.h +der_cmp.o: asn1_err.h +der_cmp.po: asn1_err.h +der_copy.So: asn1_err.h +der_copy.o: asn1_err.h +der_copy.po: asn1_err.h +der_format.So: asn1_err.h +der_format.o: asn1_err.h +der_format.po: asn1_err.h +der_free.So: asn1_err.h +der_free.o: asn1_err.h +der_free.po: asn1_err.h +der_get.So: asn1_err.h +der_get.o: asn1_err.h +der_get.po: asn1_err.h +der_length.So: asn1_err.h +der_length.o: asn1_err.h +der_length.po: asn1_err.h +der_put.So: asn1_err.h +der_put.o: asn1_err.h +der_put.po: asn1_err.h +extra.So: asn1_err.h +extra.o: asn1_err.h +extra.po: asn1_err.h +template.So: asn1_err.h +template.o: asn1_err.h +template.po: asn1_err.h +timegm.So: asn1_err.h +timegm.o: asn1_err.h +timegm.po: asn1_err.h +.endif diff --git a/kerberos5/lib/libgssapi_krb5/Makefile.depend b/kerberos5/lib/libgssapi_krb5/Makefile.depend new file mode 100644 index 000000000000..09b8d99f6861 --- /dev/null +++ b/kerberos5/lib/libgssapi_krb5/Makefile.depend @@ -0,0 +1,181 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/arpa \ + include/xlocale \ + kerberos5/lib/libasn1 \ + lib/libcom_err \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +8003.So: gkrb5_err.h +8003.o: gkrb5_err.h +8003.po: gkrb5_err.h +accept_sec_context.So: gkrb5_err.h +accept_sec_context.o: gkrb5_err.h +accept_sec_context.po: gkrb5_err.h +acquire_cred.So: gkrb5_err.h +acquire_cred.o: gkrb5_err.h +acquire_cred.po: gkrb5_err.h +add_cred.So: gkrb5_err.h +add_cred.o: gkrb5_err.h +add_cred.po: gkrb5_err.h +address_to_krb5addr.So: gkrb5_err.h +address_to_krb5addr.o: gkrb5_err.h +address_to_krb5addr.po: gkrb5_err.h +aeap.So: gkrb5_err.h +aeap.o: gkrb5_err.h +aeap.po: gkrb5_err.h +arcfour.So: gkrb5_err.h +arcfour.o: gkrb5_err.h +arcfour.po: gkrb5_err.h +authorize_localname.So: gkrb5_err.h +authorize_localname.o: gkrb5_err.h +authorize_localname.po: gkrb5_err.h +canonicalize_name.So: gkrb5_err.h +canonicalize_name.o: gkrb5_err.h +canonicalize_name.po: gkrb5_err.h +ccache_name.So: gkrb5_err.h +ccache_name.o: gkrb5_err.h +ccache_name.po: gkrb5_err.h +cfx.So: gkrb5_err.h +cfx.o: gkrb5_err.h +cfx.po: gkrb5_err.h +compare_name.So: gkrb5_err.h +compare_name.o: gkrb5_err.h +compare_name.po: gkrb5_err.h +compat.So: gkrb5_err.h +compat.o: gkrb5_err.h +compat.po: gkrb5_err.h +context_time.So: gkrb5_err.h +context_time.o: gkrb5_err.h +context_time.po: gkrb5_err.h +copy_ccache.So: gkrb5_err.h +copy_ccache.o: gkrb5_err.h +copy_ccache.po: gkrb5_err.h +creds.So: gkrb5_err.h +creds.o: gkrb5_err.h +creds.po: gkrb5_err.h +decapsulate.So: gkrb5_err.h +decapsulate.o: gkrb5_err.h +decapsulate.po: gkrb5_err.h +delete_sec_context.So: gkrb5_err.h +delete_sec_context.o: gkrb5_err.h +delete_sec_context.po: gkrb5_err.h +display_name.So: gkrb5_err.h +display_name.o: gkrb5_err.h +display_name.po: gkrb5_err.h +display_status.So: gkrb5_err.h +display_status.o: gkrb5_err.h +display_status.po: gkrb5_err.h +duplicate_name.So: gkrb5_err.h +duplicate_name.o: gkrb5_err.h +duplicate_name.po: gkrb5_err.h +encapsulate.So: gkrb5_err.h +encapsulate.o: gkrb5_err.h +encapsulate.po: gkrb5_err.h +export_name.So: gkrb5_err.h +export_name.o: gkrb5_err.h +export_name.po: gkrb5_err.h +export_sec_context.So: gkrb5_err.h +export_sec_context.o: gkrb5_err.h +export_sec_context.po: gkrb5_err.h +external.So: gkrb5_err.h +external.o: gkrb5_err.h +external.po: gkrb5_err.h +get_mic.So: gkrb5_err.h +get_mic.o: gkrb5_err.h +get_mic.po: gkrb5_err.h +gkrb5_err.So: gkrb5_err.c +gkrb5_err.So: gkrb5_err.h +gkrb5_err.o: gkrb5_err.c +gkrb5_err.o: gkrb5_err.h +gkrb5_err.po: gkrb5_err.c +gkrb5_err.po: gkrb5_err.h +import_name.So: gkrb5_err.h +import_name.o: gkrb5_err.h +import_name.po: gkrb5_err.h +import_sec_context.So: gkrb5_err.h +import_sec_context.o: gkrb5_err.h +import_sec_context.po: gkrb5_err.h +indicate_mechs.So: gkrb5_err.h +indicate_mechs.o: gkrb5_err.h +indicate_mechs.po: gkrb5_err.h +init.So: gkrb5_err.h +init.o: gkrb5_err.h +init.po: gkrb5_err.h +init_sec_context.So: gkrb5_err.h +init_sec_context.o: gkrb5_err.h +init_sec_context.po: gkrb5_err.h +inquire_context.So: gkrb5_err.h +inquire_context.o: gkrb5_err.h +inquire_context.po: gkrb5_err.h +inquire_cred.So: gkrb5_err.h +inquire_cred.o: gkrb5_err.h +inquire_cred.po: gkrb5_err.h +inquire_cred_by_mech.So: gkrb5_err.h +inquire_cred_by_mech.o: gkrb5_err.h +inquire_cred_by_mech.po: gkrb5_err.h +inquire_cred_by_oid.So: gkrb5_err.h +inquire_cred_by_oid.o: gkrb5_err.h +inquire_cred_by_oid.po: gkrb5_err.h +inquire_mechs_for_name.So: gkrb5_err.h +inquire_mechs_for_name.o: gkrb5_err.h +inquire_mechs_for_name.po: gkrb5_err.h +inquire_names_for_mech.So: gkrb5_err.h +inquire_names_for_mech.o: gkrb5_err.h +inquire_names_for_mech.po: gkrb5_err.h +inquire_sec_context_by_oid.So: gkrb5_err.h +inquire_sec_context_by_oid.o: gkrb5_err.h +inquire_sec_context_by_oid.po: gkrb5_err.h +pname_to_uid.So: gkrb5_err.h +pname_to_uid.o: gkrb5_err.h +pname_to_uid.po: gkrb5_err.h +prf.So: gkrb5_err.h +prf.o: gkrb5_err.h +prf.po: gkrb5_err.h +process_context_token.So: gkrb5_err.h +process_context_token.o: gkrb5_err.h +process_context_token.po: gkrb5_err.h +release_buffer.So: gkrb5_err.h +release_buffer.o: gkrb5_err.h +release_buffer.po: gkrb5_err.h +release_cred.So: gkrb5_err.h +release_cred.o: gkrb5_err.h +release_cred.po: gkrb5_err.h +release_name.So: gkrb5_err.h +release_name.o: gkrb5_err.h +release_name.po: gkrb5_err.h +sequence.So: gkrb5_err.h +sequence.o: gkrb5_err.h +sequence.po: gkrb5_err.h +set_cred_option.So: gkrb5_err.h +set_cred_option.o: gkrb5_err.h +set_cred_option.po: gkrb5_err.h +set_sec_context_option.So: gkrb5_err.h +set_sec_context_option.o: gkrb5_err.h +set_sec_context_option.po: gkrb5_err.h +store_cred.So: gkrb5_err.h +store_cred.o: gkrb5_err.h +store_cred.po: gkrb5_err.h +ticket_flags.So: gkrb5_err.h +ticket_flags.o: gkrb5_err.h +ticket_flags.po: gkrb5_err.h +unwrap.So: gkrb5_err.h +unwrap.o: gkrb5_err.h +unwrap.po: gkrb5_err.h +verify_mic.So: gkrb5_err.h +verify_mic.o: gkrb5_err.h +verify_mic.po: gkrb5_err.h +wrap.So: gkrb5_err.h +wrap.o: gkrb5_err.h +wrap.po: gkrb5_err.h +.endif diff --git a/kerberos5/lib/libgssapi_ntlm/Makefile.depend b/kerberos5/lib/libgssapi_ntlm/Makefile.depend new file mode 100644 index 000000000000..8939113ed65b --- /dev/null +++ b/kerberos5/lib/libgssapi_ntlm/Makefile.depend @@ -0,0 +1,18 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/arpa \ + include/xlocale \ + kerberos5/lib/libasn1 \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/kerberos5/lib/libgssapi_spnego/Makefile.depend b/kerberos5/lib/libgssapi_spnego/Makefile.depend new file mode 100644 index 000000000000..98e977dbc72e --- /dev/null +++ b/kerberos5/lib/libgssapi_spnego/Makefile.depend @@ -0,0 +1,117 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/arpa \ + include/xlocale \ + kerberos5/lib/libasn1 \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +accept_sec_context.So: spnego_asn1.h +accept_sec_context.o: spnego_asn1.h +accept_sec_context.po: spnego_asn1.h +asn1_ContextFlags.So: asn1_ContextFlags.c +asn1_ContextFlags.So: spnego_asn1-priv.h +asn1_ContextFlags.So: spnego_asn1.h +asn1_ContextFlags.o: asn1_ContextFlags.c +asn1_ContextFlags.o: spnego_asn1-priv.h +asn1_ContextFlags.o: spnego_asn1.h +asn1_ContextFlags.po: asn1_ContextFlags.c +asn1_ContextFlags.po: spnego_asn1-priv.h +asn1_ContextFlags.po: spnego_asn1.h +asn1_MechType.So: asn1_MechType.c +asn1_MechType.So: spnego_asn1-priv.h +asn1_MechType.So: spnego_asn1.h +asn1_MechType.o: asn1_MechType.c +asn1_MechType.o: spnego_asn1-priv.h +asn1_MechType.o: spnego_asn1.h +asn1_MechType.po: asn1_MechType.c +asn1_MechType.po: spnego_asn1-priv.h +asn1_MechType.po: spnego_asn1.h +asn1_MechTypeList.So: asn1_MechTypeList.c +asn1_MechTypeList.So: spnego_asn1-priv.h +asn1_MechTypeList.So: spnego_asn1.h +asn1_MechTypeList.o: asn1_MechTypeList.c +asn1_MechTypeList.o: spnego_asn1-priv.h +asn1_MechTypeList.o: spnego_asn1.h +asn1_MechTypeList.po: asn1_MechTypeList.c +asn1_MechTypeList.po: spnego_asn1-priv.h +asn1_MechTypeList.po: spnego_asn1.h +asn1_NegHints.So: asn1_NegHints.c +asn1_NegHints.So: spnego_asn1-priv.h +asn1_NegHints.So: spnego_asn1.h +asn1_NegHints.o: asn1_NegHints.c +asn1_NegHints.o: spnego_asn1-priv.h +asn1_NegHints.o: spnego_asn1.h +asn1_NegHints.po: asn1_NegHints.c +asn1_NegHints.po: spnego_asn1-priv.h +asn1_NegHints.po: spnego_asn1.h +asn1_NegTokenInit.So: asn1_NegTokenInit.c +asn1_NegTokenInit.So: spnego_asn1-priv.h +asn1_NegTokenInit.So: spnego_asn1.h +asn1_NegTokenInit.o: asn1_NegTokenInit.c +asn1_NegTokenInit.o: spnego_asn1-priv.h +asn1_NegTokenInit.o: spnego_asn1.h +asn1_NegTokenInit.po: asn1_NegTokenInit.c +asn1_NegTokenInit.po: spnego_asn1-priv.h +asn1_NegTokenInit.po: spnego_asn1.h +asn1_NegTokenInitWin.So: asn1_NegTokenInitWin.c +asn1_NegTokenInitWin.So: spnego_asn1-priv.h +asn1_NegTokenInitWin.So: spnego_asn1.h +asn1_NegTokenInitWin.o: asn1_NegTokenInitWin.c +asn1_NegTokenInitWin.o: spnego_asn1-priv.h +asn1_NegTokenInitWin.o: spnego_asn1.h +asn1_NegTokenInitWin.po: asn1_NegTokenInitWin.c +asn1_NegTokenInitWin.po: spnego_asn1-priv.h +asn1_NegTokenInitWin.po: spnego_asn1.h +asn1_NegTokenResp.So: asn1_NegTokenResp.c +asn1_NegTokenResp.So: spnego_asn1-priv.h +asn1_NegTokenResp.So: spnego_asn1.h +asn1_NegTokenResp.o: asn1_NegTokenResp.c +asn1_NegTokenResp.o: spnego_asn1-priv.h +asn1_NegTokenResp.o: spnego_asn1.h +asn1_NegTokenResp.po: asn1_NegTokenResp.c +asn1_NegTokenResp.po: spnego_asn1-priv.h +asn1_NegTokenResp.po: spnego_asn1.h +asn1_NegotiationToken.So: asn1_NegotiationToken.c +asn1_NegotiationToken.So: spnego_asn1-priv.h +asn1_NegotiationToken.So: spnego_asn1.h +asn1_NegotiationToken.o: asn1_NegotiationToken.c +asn1_NegotiationToken.o: spnego_asn1-priv.h +asn1_NegotiationToken.o: spnego_asn1.h +asn1_NegotiationToken.po: asn1_NegotiationToken.c +asn1_NegotiationToken.po: spnego_asn1-priv.h +asn1_NegotiationToken.po: spnego_asn1.h +asn1_NegotiationTokenWin.So: asn1_NegotiationTokenWin.c +asn1_NegotiationTokenWin.So: spnego_asn1-priv.h +asn1_NegotiationTokenWin.So: spnego_asn1.h +asn1_NegotiationTokenWin.o: asn1_NegotiationTokenWin.c +asn1_NegotiationTokenWin.o: spnego_asn1-priv.h +asn1_NegotiationTokenWin.o: spnego_asn1.h +asn1_NegotiationTokenWin.po: asn1_NegotiationTokenWin.c +asn1_NegotiationTokenWin.po: spnego_asn1-priv.h +asn1_NegotiationTokenWin.po: spnego_asn1.h +compat.So: spnego_asn1.h +compat.o: spnego_asn1.h +compat.po: spnego_asn1.h +context_stubs.So: spnego_asn1.h +context_stubs.o: spnego_asn1.h +context_stubs.po: spnego_asn1.h +cred_stubs.So: spnego_asn1.h +cred_stubs.o: spnego_asn1.h +cred_stubs.po: spnego_asn1.h +external.So: spnego_asn1.h +external.o: spnego_asn1.h +external.po: spnego_asn1.h +init_sec_context.So: spnego_asn1.h +init_sec_context.o: spnego_asn1.h +init_sec_context.po: spnego_asn1.h +.endif diff --git a/kerberos5/lib/libhdb/Makefile.depend b/kerberos5/lib/libhdb/Makefile.depend new file mode 100644 index 000000000000..17489584b4c7 --- /dev/null +++ b/kerberos5/lib/libhdb/Makefile.depend @@ -0,0 +1,268 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/arpa \ + include/xlocale \ + kerberos5/lib/libasn1 \ + lib/libcom_err \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +asn1_Event.So: asn1_Event.c +asn1_Event.So: hdb_asn1-priv.h +asn1_Event.So: hdb_asn1.h +asn1_Event.o: asn1_Event.c +asn1_Event.o: hdb_asn1-priv.h +asn1_Event.o: hdb_asn1.h +asn1_Event.po: asn1_Event.c +asn1_Event.po: hdb_asn1-priv.h +asn1_Event.po: hdb_asn1.h +asn1_GENERATION.So: asn1_GENERATION.c +asn1_GENERATION.So: hdb_asn1-priv.h +asn1_GENERATION.So: hdb_asn1.h +asn1_GENERATION.o: asn1_GENERATION.c +asn1_GENERATION.o: hdb_asn1-priv.h +asn1_GENERATION.o: hdb_asn1.h +asn1_GENERATION.po: asn1_GENERATION.c +asn1_GENERATION.po: hdb_asn1-priv.h +asn1_GENERATION.po: hdb_asn1.h +asn1_HDBFlags.So: asn1_HDBFlags.c +asn1_HDBFlags.So: hdb_asn1-priv.h +asn1_HDBFlags.So: hdb_asn1.h +asn1_HDBFlags.o: asn1_HDBFlags.c +asn1_HDBFlags.o: hdb_asn1-priv.h +asn1_HDBFlags.o: hdb_asn1.h +asn1_HDBFlags.po: asn1_HDBFlags.c +asn1_HDBFlags.po: hdb_asn1-priv.h +asn1_HDBFlags.po: hdb_asn1.h +asn1_HDB_Ext_Aliases.So: asn1_HDB_Ext_Aliases.c +asn1_HDB_Ext_Aliases.So: hdb_asn1-priv.h +asn1_HDB_Ext_Aliases.So: hdb_asn1.h +asn1_HDB_Ext_Aliases.o: asn1_HDB_Ext_Aliases.c +asn1_HDB_Ext_Aliases.o: hdb_asn1-priv.h +asn1_HDB_Ext_Aliases.o: hdb_asn1.h +asn1_HDB_Ext_Aliases.po: asn1_HDB_Ext_Aliases.c +asn1_HDB_Ext_Aliases.po: hdb_asn1-priv.h +asn1_HDB_Ext_Aliases.po: hdb_asn1.h +asn1_HDB_Ext_Constrained_delegation_acl.So: asn1_HDB_Ext_Constrained_delegation_acl.c +asn1_HDB_Ext_Constrained_delegation_acl.So: hdb_asn1-priv.h +asn1_HDB_Ext_Constrained_delegation_acl.So: hdb_asn1.h +asn1_HDB_Ext_Constrained_delegation_acl.o: asn1_HDB_Ext_Constrained_delegation_acl.c +asn1_HDB_Ext_Constrained_delegation_acl.o: hdb_asn1-priv.h +asn1_HDB_Ext_Constrained_delegation_acl.o: hdb_asn1.h +asn1_HDB_Ext_Constrained_delegation_acl.po: asn1_HDB_Ext_Constrained_delegation_acl.c +asn1_HDB_Ext_Constrained_delegation_acl.po: hdb_asn1-priv.h +asn1_HDB_Ext_Constrained_delegation_acl.po: hdb_asn1.h +asn1_HDB_Ext_Lan_Manager_OWF.So: asn1_HDB_Ext_Lan_Manager_OWF.c +asn1_HDB_Ext_Lan_Manager_OWF.So: hdb_asn1-priv.h +asn1_HDB_Ext_Lan_Manager_OWF.So: hdb_asn1.h +asn1_HDB_Ext_Lan_Manager_OWF.o: asn1_HDB_Ext_Lan_Manager_OWF.c +asn1_HDB_Ext_Lan_Manager_OWF.o: hdb_asn1-priv.h +asn1_HDB_Ext_Lan_Manager_OWF.o: hdb_asn1.h +asn1_HDB_Ext_Lan_Manager_OWF.po: asn1_HDB_Ext_Lan_Manager_OWF.c +asn1_HDB_Ext_Lan_Manager_OWF.po: hdb_asn1-priv.h +asn1_HDB_Ext_Lan_Manager_OWF.po: hdb_asn1.h +asn1_HDB_Ext_PKINIT_acl.So: asn1_HDB_Ext_PKINIT_acl.c +asn1_HDB_Ext_PKINIT_acl.So: hdb_asn1-priv.h +asn1_HDB_Ext_PKINIT_acl.So: hdb_asn1.h +asn1_HDB_Ext_PKINIT_acl.o: asn1_HDB_Ext_PKINIT_acl.c +asn1_HDB_Ext_PKINIT_acl.o: hdb_asn1-priv.h +asn1_HDB_Ext_PKINIT_acl.o: hdb_asn1.h +asn1_HDB_Ext_PKINIT_acl.po: asn1_HDB_Ext_PKINIT_acl.c +asn1_HDB_Ext_PKINIT_acl.po: hdb_asn1-priv.h +asn1_HDB_Ext_PKINIT_acl.po: hdb_asn1.h +asn1_HDB_Ext_PKINIT_cert.So: asn1_HDB_Ext_PKINIT_cert.c +asn1_HDB_Ext_PKINIT_cert.So: hdb_asn1-priv.h +asn1_HDB_Ext_PKINIT_cert.So: hdb_asn1.h +asn1_HDB_Ext_PKINIT_cert.o: asn1_HDB_Ext_PKINIT_cert.c +asn1_HDB_Ext_PKINIT_cert.o: hdb_asn1-priv.h +asn1_HDB_Ext_PKINIT_cert.o: hdb_asn1.h +asn1_HDB_Ext_PKINIT_cert.po: asn1_HDB_Ext_PKINIT_cert.c +asn1_HDB_Ext_PKINIT_cert.po: hdb_asn1-priv.h +asn1_HDB_Ext_PKINIT_cert.po: hdb_asn1.h +asn1_HDB_Ext_PKINIT_hash.So: asn1_HDB_Ext_PKINIT_hash.c +asn1_HDB_Ext_PKINIT_hash.So: hdb_asn1-priv.h +asn1_HDB_Ext_PKINIT_hash.So: hdb_asn1.h +asn1_HDB_Ext_PKINIT_hash.o: asn1_HDB_Ext_PKINIT_hash.c +asn1_HDB_Ext_PKINIT_hash.o: hdb_asn1-priv.h +asn1_HDB_Ext_PKINIT_hash.o: hdb_asn1.h +asn1_HDB_Ext_PKINIT_hash.po: asn1_HDB_Ext_PKINIT_hash.c +asn1_HDB_Ext_PKINIT_hash.po: hdb_asn1-priv.h +asn1_HDB_Ext_PKINIT_hash.po: hdb_asn1.h +asn1_HDB_Ext_Password.So: asn1_HDB_Ext_Password.c +asn1_HDB_Ext_Password.So: hdb_asn1-priv.h +asn1_HDB_Ext_Password.So: hdb_asn1.h +asn1_HDB_Ext_Password.o: asn1_HDB_Ext_Password.c +asn1_HDB_Ext_Password.o: hdb_asn1-priv.h +asn1_HDB_Ext_Password.o: hdb_asn1.h +asn1_HDB_Ext_Password.po: asn1_HDB_Ext_Password.c +asn1_HDB_Ext_Password.po: hdb_asn1-priv.h +asn1_HDB_Ext_Password.po: hdb_asn1.h +asn1_HDB_extension.So: asn1_HDB_extension.c +asn1_HDB_extension.So: hdb_asn1-priv.h +asn1_HDB_extension.So: hdb_asn1.h +asn1_HDB_extension.o: asn1_HDB_extension.c +asn1_HDB_extension.o: hdb_asn1-priv.h +asn1_HDB_extension.o: hdb_asn1.h +asn1_HDB_extension.po: asn1_HDB_extension.c +asn1_HDB_extension.po: hdb_asn1-priv.h +asn1_HDB_extension.po: hdb_asn1.h +asn1_HDB_extensions.So: asn1_HDB_extensions.c +asn1_HDB_extensions.So: hdb_asn1-priv.h +asn1_HDB_extensions.So: hdb_asn1.h +asn1_HDB_extensions.o: asn1_HDB_extensions.c +asn1_HDB_extensions.o: hdb_asn1-priv.h +asn1_HDB_extensions.o: hdb_asn1.h +asn1_HDB_extensions.po: asn1_HDB_extensions.c +asn1_HDB_extensions.po: hdb_asn1-priv.h +asn1_HDB_extensions.po: hdb_asn1.h +asn1_Key.So: asn1_Key.c +asn1_Key.So: hdb_asn1-priv.h +asn1_Key.So: hdb_asn1.h +asn1_Key.o: asn1_Key.c +asn1_Key.o: hdb_asn1-priv.h +asn1_Key.o: hdb_asn1.h +asn1_Key.po: asn1_Key.c +asn1_Key.po: hdb_asn1-priv.h +asn1_Key.po: hdb_asn1.h +asn1_Salt.So: asn1_Salt.c +asn1_Salt.So: hdb_asn1-priv.h +asn1_Salt.So: hdb_asn1.h +asn1_Salt.o: asn1_Salt.c +asn1_Salt.o: hdb_asn1-priv.h +asn1_Salt.o: hdb_asn1.h +asn1_Salt.po: asn1_Salt.c +asn1_Salt.po: hdb_asn1-priv.h +asn1_Salt.po: hdb_asn1.h +asn1_hdb_entry.So: asn1_hdb_entry.c +asn1_hdb_entry.So: hdb_asn1-priv.h +asn1_hdb_entry.So: hdb_asn1.h +asn1_hdb_entry.o: asn1_hdb_entry.c +asn1_hdb_entry.o: hdb_asn1-priv.h +asn1_hdb_entry.o: hdb_asn1.h +asn1_hdb_entry.po: asn1_hdb_entry.c +asn1_hdb_entry.po: hdb_asn1-priv.h +asn1_hdb_entry.po: hdb_asn1.h +asn1_hdb_entry_alias.So: asn1_hdb_entry_alias.c +asn1_hdb_entry_alias.So: hdb_asn1-priv.h +asn1_hdb_entry_alias.So: hdb_asn1.h +asn1_hdb_entry_alias.o: asn1_hdb_entry_alias.c +asn1_hdb_entry_alias.o: hdb_asn1-priv.h +asn1_hdb_entry_alias.o: hdb_asn1.h +asn1_hdb_entry_alias.po: asn1_hdb_entry_alias.c +asn1_hdb_entry_alias.po: hdb_asn1-priv.h +asn1_hdb_entry_alias.po: hdb_asn1.h +asn1_hdb_keyset.So: asn1_hdb_keyset.c +asn1_hdb_keyset.So: hdb_asn1-priv.h +asn1_hdb_keyset.So: hdb_asn1.h +asn1_hdb_keyset.o: asn1_hdb_keyset.c +asn1_hdb_keyset.o: hdb_asn1-priv.h +asn1_hdb_keyset.o: hdb_asn1.h +asn1_hdb_keyset.po: asn1_hdb_keyset.c +asn1_hdb_keyset.po: hdb_asn1-priv.h +asn1_hdb_keyset.po: hdb_asn1.h +common.So: hdb_asn1.h +common.So: hdb_err.h +common.o: hdb_asn1.h +common.o: hdb_err.h +common.po: hdb_asn1.h +common.po: hdb_err.h +db.So: hdb_asn1.h +db.So: hdb_err.h +db.o: hdb_asn1.h +db.o: hdb_err.h +db.po: hdb_asn1.h +db.po: hdb_err.h +db3.So: hdb_asn1.h +db3.So: hdb_err.h +db3.o: hdb_asn1.h +db3.o: hdb_err.h +db3.po: hdb_asn1.h +db3.po: hdb_err.h +dbinfo.So: hdb_asn1.h +dbinfo.So: hdb_err.h +dbinfo.o: hdb_asn1.h +dbinfo.o: hdb_err.h +dbinfo.po: hdb_asn1.h +dbinfo.po: hdb_err.h +ext.So: hdb_asn1.h +ext.So: hdb_err.h +ext.o: hdb_asn1.h +ext.o: hdb_err.h +ext.po: hdb_asn1.h +ext.po: hdb_err.h +hdb-keytab.So: hdb_asn1.h +hdb-keytab.So: hdb_err.h +hdb-keytab.o: hdb_asn1.h +hdb-keytab.o: hdb_err.h +hdb-keytab.po: hdb_asn1.h +hdb-keytab.po: hdb_err.h +hdb-ldap.So: hdb_asn1.h +hdb-ldap.So: hdb_err.h +hdb-ldap.o: hdb_asn1.h +hdb-ldap.o: hdb_err.h +hdb-ldap.po: hdb_asn1.h +hdb-ldap.po: hdb_err.h +hdb-mitdb.So: hdb_asn1.h +hdb-mitdb.So: hdb_err.h +hdb-mitdb.o: hdb_asn1.h +hdb-mitdb.o: hdb_err.h +hdb-mitdb.po: hdb_asn1.h +hdb-mitdb.po: hdb_err.h +hdb-sqlite.So: hdb_asn1.h +hdb-sqlite.So: hdb_err.h +hdb-sqlite.o: hdb_asn1.h +hdb-sqlite.o: hdb_err.h +hdb-sqlite.po: hdb_asn1.h +hdb-sqlite.po: hdb_err.h +hdb.So: hdb_asn1.h +hdb.So: hdb_err.h +hdb.o: hdb_asn1.h +hdb.o: hdb_err.h +hdb.po: hdb_asn1.h +hdb.po: hdb_err.h +hdb_err.So: hdb_err.c +hdb_err.So: hdb_err.h +hdb_err.o: hdb_err.c +hdb_err.o: hdb_err.h +hdb_err.po: hdb_err.c +hdb_err.po: hdb_err.h +keys.So: hdb_asn1.h +keys.So: hdb_err.h +keys.o: hdb_asn1.h +keys.o: hdb_err.h +keys.po: hdb_asn1.h +keys.po: hdb_err.h +keytab.So: hdb_asn1.h +keytab.So: hdb_err.h +keytab.o: hdb_asn1.h +keytab.o: hdb_err.h +keytab.po: hdb_asn1.h +keytab.po: hdb_err.h +mkey.So: hdb_asn1.h +mkey.So: hdb_err.h +mkey.o: hdb_asn1.h +mkey.o: hdb_err.h +mkey.po: hdb_asn1.h +mkey.po: hdb_err.h +ndbm.So: hdb_asn1.h +ndbm.So: hdb_err.h +ndbm.o: hdb_asn1.h +ndbm.o: hdb_err.h +ndbm.po: hdb_asn1.h +ndbm.po: hdb_err.h +print.So: hdb_asn1.h +print.So: hdb_err.h +print.o: hdb_asn1.h +print.o: hdb_err.h +print.po: hdb_asn1.h +print.po: hdb_err.h +.endif diff --git a/kerberos5/lib/libheimbase/Makefile.depend b/kerberos5/lib/libheimbase/Makefile.depend new file mode 100644 index 000000000000..e248139c3a0e --- /dev/null +++ b/kerberos5/lib/libheimbase/Makefile.depend @@ -0,0 +1,16 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/xlocale \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/kerberos5/lib/libheimipcc/Makefile.depend b/kerberos5/lib/libheimipcc/Makefile.depend new file mode 100644 index 000000000000..8939113ed65b --- /dev/null +++ b/kerberos5/lib/libheimipcc/Makefile.depend @@ -0,0 +1,18 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + include/arpa \ + include/xlocale \ + kerberos5/lib/libasn1 \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/kerberos5/lib/libheimipcs/Makefile.depend b/kerberos5/lib/libheimipcs/Makefile.depend new file mode 100644 index 000000000000..8939113ed65b --- /dev/null +++ b/kerberos5/lib/libheimipcs/Makefile.depend @@ -0,0 +1,18 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} |