From 9dd41e3647df728006e0749ac139cfeb773c3873 Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 22 Aug 2012 19:25:57 +0000 Subject: Sync FreeBSD's bmake branch with Juniper's internal bmake branch. Requested by: Simon Gerraty --- gnu/usr.bin/cc/c++/Makefile.depend | 22 +++ gnu/usr.bin/cc/c++filt/Makefile.depend | 21 +++ gnu/usr.bin/cc/cc/Makefile.depend | 21 +++ gnu/usr.bin/cc/cc1/Makefile.depend | 25 +++ gnu/usr.bin/cc/cc1plus/Makefile.depend | 27 +++ gnu/usr.bin/cc/cc_int/Makefile | 2 + gnu/usr.bin/cc/cc_int/Makefile.depend | 17 ++ gnu/usr.bin/cc/cc_tools/Makefile.depend | 247 ++++++++++++++++++++++++++++ gnu/usr.bin/cc/cpp/Makefile.depend | 22 +++ gnu/usr.bin/cc/gcov/Makefile.depend | 21 +++ gnu/usr.bin/cc/include/Makefile | 4 +- gnu/usr.bin/cc/include/Makefile.depend | 14 ++ gnu/usr.bin/cc/libcpp/Makefile.depend | 18 ++ gnu/usr.bin/cc/libdecnumber/Makefile.depend | 17 ++ gnu/usr.bin/cc/libiberty/Makefile.depend | 16 ++ 15 files changed, 491 insertions(+), 3 deletions(-) create mode 100644 gnu/usr.bin/cc/c++/Makefile.depend create mode 100644 gnu/usr.bin/cc/c++filt/Makefile.depend create mode 100644 gnu/usr.bin/cc/cc/Makefile.depend create mode 100644 gnu/usr.bin/cc/cc1/Makefile.depend create mode 100644 gnu/usr.bin/cc/cc1plus/Makefile.depend create mode 100644 gnu/usr.bin/cc/cc_int/Makefile.depend create mode 100644 gnu/usr.bin/cc/cc_tools/Makefile.depend create mode 100644 gnu/usr.bin/cc/cpp/Makefile.depend create mode 100644 gnu/usr.bin/cc/gcov/Makefile.depend create mode 100644 gnu/usr.bin/cc/include/Makefile.depend create mode 100644 gnu/usr.bin/cc/libcpp/Makefile.depend create mode 100644 gnu/usr.bin/cc/libdecnumber/Makefile.depend create mode 100644 gnu/usr.bin/cc/libiberty/Makefile.depend (limited to 'gnu/usr.bin/cc') diff --git a/gnu/usr.bin/cc/c++/Makefile.depend b/gnu/usr.bin/cc/c++/Makefile.depend new file mode 100644 index 0000000..e0c846e --- /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 + +.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 0000000..763be51 --- /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 + +.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 0000000..ce7738d --- /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 + +.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 0000000..2e76ab7 --- /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 + +.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 0000000..4d868989 --- /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 + +.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 7082c3e..e623107 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 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 0000000..e722b39 --- /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 + +.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 0000000..4e41c5b --- /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 + +.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 0000000..e0c846e --- /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 + +.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 0000000..763be51 --- /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 + +.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 1807a48..1698262 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 -.include -.include +.include diff --git a/gnu/usr.bin/cc/include/Makefile.depend b/gnu/usr.bin/cc/include/Makefile.depend new file mode 100644 index 0000000..29fda55 --- /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 + +.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 0000000..85a412b --- /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 + +.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 0000000..e722b39 --- /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 + +.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 0000000..e248139 --- /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 + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif -- cgit v1.1