summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2012-11-08 21:24:17 +0000
committersjg <sjg@FreeBSD.org>2012-11-08 21:24:17 +0000
commit9f7bd28e773edf781d7238fca67fbe5ea4648afb (patch)
treeb5c84f0fffb4afc526cfc112218fc0eb81a3021a /gnu
parent2d51125fa2eccce80ca698ac6d53f35a6c5cb940 (diff)
downloadFreeBSD-src-9f7bd28e773edf781d7238fca67fbe5ea4648afb.zip
FreeBSD-src-9f7bd28e773edf781d7238fca67fbe5ea4648afb.tar.gz
Updated/new Makefile.depend
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libdialog/Makefile.depend4
-rw-r--r--gnu/lib/libgcc/Makefile.depend1
-rw-r--r--gnu/lib/libgomp/Makefile.depend3
-rw-r--r--gnu/lib/libreadline/history/Makefile.depend3
-rw-r--r--gnu/lib/libreadline/readline/Makefile.depend5
-rw-r--r--gnu/lib/libregex/Makefile.depend3
-rw-r--r--gnu/lib/libssp/Makefile.depend3
-rw-r--r--gnu/lib/libstdc++/Makefile.depend3
-rw-r--r--gnu/lib/libsupc++/Makefile.depend4
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile.depend.amd64 (renamed from gnu/usr.bin/binutils/ld/Makefile.depend)4
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile.depend.amd64 (renamed from gnu/usr.bin/binutils/libbfd/Makefile.depend)20
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile.depend3
-rw-r--r--gnu/usr.bin/cvs/contrib/Makefile.depend14
-rw-r--r--gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64 (renamed from gnu/usr.bin/gdb/kgdb/Makefile.depend)12
-rw-r--r--gnu/usr.bin/gdb/libgdb/Makefile.depend.amd64 (renamed from gnu/usr.bin/gdb/libgdb/Makefile.depend)50
-rw-r--r--gnu/usr.bin/groff/contrib/mm/Makefile.depend14
16 files changed, 122 insertions, 24 deletions
diff --git a/gnu/lib/libdialog/Makefile.depend b/gnu/lib/libdialog/Makefile.depend
index 6a3fc33..a9d63a9 100644
--- a/gnu/lib/libdialog/Makefile.depend
+++ b/gnu/lib/libdialog/Makefile.depend
@@ -5,9 +5,13 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DEP_MACHINE := ${.PARSEFILE:E}
DIRDEPS = \
+ gnu/lib/libgcc \
include \
include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
lib/msun \
+ lib/ncurses/ncursesw \
.include <dirdeps.mk>
diff --git a/gnu/lib/libgcc/Makefile.depend b/gnu/lib/libgcc/Makefile.depend
index 3b4ce39..11b22ac 100644
--- a/gnu/lib/libgcc/Makefile.depend
+++ b/gnu/lib/libgcc/Makefile.depend
@@ -7,6 +7,7 @@ DEP_MACHINE := ${.PARSEFILE:E}
DIRDEPS = \
include \
include/xlocale \
+ lib/${CSU_DIR} \
lib/libc \
diff --git a/gnu/lib/libgomp/Makefile.depend b/gnu/lib/libgomp/Makefile.depend
index b7fcf38..aaab8a8 100644
--- a/gnu/lib/libgomp/Makefile.depend
+++ b/gnu/lib/libgomp/Makefile.depend
@@ -5,8 +5,11 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DEP_MACHINE := ${.PARSEFILE:E}
DIRDEPS = \
+ gnu/lib/libgcc \
include \
include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
.include <dirdeps.mk>
diff --git a/gnu/lib/libreadline/history/Makefile.depend b/gnu/lib/libreadline/history/Makefile.depend
index e248139..a839545 100644
--- a/gnu/lib/libreadline/history/Makefile.depend
+++ b/gnu/lib/libreadline/history/Makefile.depend
@@ -5,8 +5,11 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DEP_MACHINE := ${.PARSEFILE:E}
DIRDEPS = \
+ gnu/lib/libgcc \
include \
include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
.include <dirdeps.mk>
diff --git a/gnu/lib/libreadline/readline/Makefile.depend b/gnu/lib/libreadline/readline/Makefile.depend
index e248139..c74c89f 100644
--- a/gnu/lib/libreadline/readline/Makefile.depend
+++ b/gnu/lib/libreadline/readline/Makefile.depend
@@ -5,8 +5,13 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DEP_MACHINE := ${.PARSEFILE:E}
DIRDEPS = \
+ gnu/lib/libgcc \
include \
include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/ncurses/ncurses \
+ lib/ncurses/ncursesw \
.include <dirdeps.mk>
diff --git a/gnu/lib/libregex/Makefile.depend b/gnu/lib/libregex/Makefile.depend
index 9ac344f..17b62e5 100644
--- a/gnu/lib/libregex/Makefile.depend
+++ b/gnu/lib/libregex/Makefile.depend
@@ -5,8 +5,11 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DEP_MACHINE := ${.PARSEFILE:E}
DIRDEPS = \
+ gnu/lib/libgcc \
include \
include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
.include <dirdeps.mk>
diff --git a/gnu/lib/libssp/Makefile.depend b/gnu/lib/libssp/Makefile.depend
index e248139..a839545 100644
--- a/gnu/lib/libssp/Makefile.depend
+++ b/gnu/lib/libssp/Makefile.depend
@@ -5,8 +5,11 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DEP_MACHINE := ${.PARSEFILE:E}
DIRDEPS = \
+ gnu/lib/libgcc \
include \
include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
.include <dirdeps.mk>
diff --git a/gnu/lib/libstdc++/Makefile.depend b/gnu/lib/libstdc++/Makefile.depend
index 5473296..731d2f6 100644
--- a/gnu/lib/libstdc++/Makefile.depend
+++ b/gnu/lib/libstdc++/Makefile.depend
@@ -5,8 +5,11 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DEP_MACHINE := ${.PARSEFILE:E}
DIRDEPS = \
+ gnu/lib/libgcc \
include \
include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
lib/msun \
diff --git a/gnu/lib/libsupc++/Makefile.depend b/gnu/lib/libsupc++/Makefile.depend
index ff26147..f18f640 100644
--- a/gnu/lib/libsupc++/Makefile.depend
+++ b/gnu/lib/libsupc++/Makefile.depend
@@ -5,8 +5,12 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DEP_MACHINE := ${.PARSEFILE:E}
DIRDEPS = \
+ gnu/lib/libgcc \
+ gnu/lib/libstdc++ \
include \
include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
.include <dirdeps.mk>
diff --git a/gnu/usr.bin/binutils/ld/Makefile.depend b/gnu/usr.bin/binutils/ld/Makefile.depend.amd64
index 24e5a8b..62067d8 100644
--- a/gnu/usr.bin/binutils/ld/Makefile.depend
+++ b/gnu/usr.bin/binutils/ld/Makefile.depend.amd64
@@ -21,6 +21,10 @@ 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
+eelf_x86_64_fbsd.o: eelf_x86_64_fbsd.c
+eelf_x86_64_fbsd.o: ldgram.h
+eelf_x86_64_fbsd.po: eelf_x86_64_fbsd.c
+eelf_x86_64_fbsd.po: ldgram.h
ldctor.o: ldgram.h
ldctor.po: ldgram.h
ldemul.o: ldemul-list.h
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.depend b/gnu/usr.bin/binutils/libbfd/Makefile.depend.amd64
index be067af..d47d5fb 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile.depend
+++ b/gnu/usr.bin/binutils/libbfd/Makefile.depend.amd64
@@ -45,6 +45,8 @@ dwarf2.o: config.h
dwarf2.po: config.h
efi-app-ia32.o: config.h
efi-app-ia32.po: config.h
+efi-app-x86_64.o: config.h
+efi-app-x86_64.po: config.h
elf-attrs.o: config.h
elf-attrs.po: config.h
elf-eh-frame.o: config.h
@@ -61,6 +63,16 @@ elf32-i386.po: config.h
elf32-i386.po: elf32-target.h
elf32.o: config.h
elf32.po: config.h
+elf64-gen.o: config.h
+elf64-gen.o: elf64-target.h
+elf64-gen.po: config.h
+elf64-gen.po: elf64-target.h
+elf64-x86-64.o: config.h
+elf64-x86-64.o: elf64-target.h
+elf64-x86-64.po: config.h
+elf64-x86-64.po: elf64-target.h
+elf64.o: config.h
+elf64.po: config.h
elflink.o: config.h
elflink.po: config.h
format.o: config.h
@@ -83,6 +95,14 @@ peigen.o: config.h
peigen.o: peigen.c
peigen.po: config.h
peigen.po: peigen.c
+pepigen.o: config.h
+pepigen.o: pepigen.c
+pepigen.po: config.h
+pepigen.po: pepigen.c
+pex64igen.o: config.h
+pex64igen.o: pex64igen.c
+pex64igen.po: config.h
+pex64igen.po: pex64igen.c
reloc.o: config.h
reloc.po: config.h
section.o: config.h
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile.depend b/gnu/usr.bin/cc/cc_tools/Makefile.depend
index 4e41c5b..0cbe1d7 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile.depend
+++ b/gnu/usr.bin/cc/cc_tools/Makefile.depend
@@ -5,8 +5,11 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DEP_MACHINE := ${.PARSEFILE:E}
DIRDEPS = \
+ gnu/lib/libgcc \
include \
include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
lib/msun \
diff --git a/gnu/usr.bin/cvs/contrib/Makefile.depend b/gnu/usr.bin/cvs/contrib/Makefile.depend
new file mode 100644
index 0000000..29fda55
--- /dev/null
+++ b/gnu/usr.bin/cvs/contrib/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/gdb/kgdb/Makefile.depend b/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64
index 1658b2d..a1746a2 100644
--- a/gnu/usr.bin/gdb/kgdb/Makefile.depend
+++ b/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64
@@ -49,10 +49,10 @@ 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
+trgt_amd64.o: nm.h
+trgt_amd64.o: tm.h
+trgt_amd64.o: xm.h
+trgt_amd64.po: nm.h
+trgt_amd64.po: tm.h
+trgt_amd64.po: xm.h
.endif
diff --git a/gnu/usr.bin/gdb/libgdb/Makefile.depend b/gnu/usr.bin/gdb/libgdb/Makefile.depend.amd64
index 182e7b4..d29724c 100644
--- a/gnu/usr.bin/gdb/libgdb/Makefile.depend
+++ b/gnu/usr.bin/gdb/libgdb/Makefile.depend.amd64
@@ -9,13 +9,45 @@ DIRDEPS = \
include \
include/arpa \
include/xlocale \
+ lib/libthread_db \
lib/msun \
+ lib/ncurses/ncursesw \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
+amd64-nat.o: nm.h
+amd64-nat.o: tm.h
+amd64-nat.o: xm.h
+amd64-nat.po: nm.h
+amd64-nat.po: tm.h
+amd64-nat.po: xm.h
+amd64-tdep.o: nm.h
+amd64-tdep.o: tm.h
+amd64-tdep.o: xm.h
+amd64-tdep.po: nm.h
+amd64-tdep.po: tm.h
+amd64-tdep.po: xm.h
+amd64bsd-nat.o: nm.h
+amd64bsd-nat.o: tm.h
+amd64bsd-nat.o: xm.h
+amd64bsd-nat.po: nm.h
+amd64bsd-nat.po: tm.h
+amd64bsd-nat.po: xm.h
+amd64fbsd-nat.o: nm.h
+amd64fbsd-nat.o: tm.h
+amd64fbsd-nat.o: xm.h
+amd64fbsd-nat.po: nm.h
+amd64fbsd-nat.po: tm.h
+amd64fbsd-nat.po: xm.h
+amd64fbsd-tdep.o: nm.h
+amd64fbsd-tdep.o: tm.h
+amd64fbsd-tdep.o: xm.h
+amd64fbsd-tdep.po: nm.h
+amd64fbsd-tdep.po: tm.h
+amd64fbsd-tdep.po: xm.h
annotate.o: nm.h
annotate.o: tm.h
annotate.o: xm.h
@@ -460,36 +492,18 @@ 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
diff --git a/gnu/usr.bin/groff/contrib/mm/Makefile.depend b/gnu/usr.bin/groff/contrib/mm/Makefile.depend
new file mode 100644
index 0000000..29fda55
--- /dev/null
+++ b/gnu/usr.bin/groff/contrib/mm/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
OpenPOWER on IntegriCloud