summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/Makefile.inc
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>1997-01-15 22:26:11 +0000
committergj <gj@FreeBSD.org>1997-01-15 22:26:11 +0000
commitd79ac17aa7f51d5b45f8296878d075f24f26acea (patch)
treefcbdd23c6ac97faed532c999d51c6ff843c954fe /gnu/usr.bin/gdb/Makefile.inc
parentb757e4715de2edc732178d04fc1d8dc863f833c7 (diff)
downloadFreeBSD-src-d79ac17aa7f51d5b45f8296878d075f24f26acea.zip
FreeBSD-src-d79ac17aa7f51d5b45f8296878d075f24f26acea.tar.gz
changes required in the top-level directory for making gdb
using the sources in /usr/src/contrib/gdb. This is based on /usr/ports/devel/gdb. 2.2 candidate ?
Diffstat (limited to 'gnu/usr.bin/gdb/Makefile.inc')
-rw-r--r--gnu/usr.bin/gdb/Makefile.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/gdb/Makefile.inc b/gnu/usr.bin/gdb/Makefile.inc
new file mode 100644
index 0000000..37b9c21
--- /dev/null
+++ b/gnu/usr.bin/gdb/Makefile.inc
@@ -0,0 +1,11 @@
+
+# this may be defined in other places
+.if !defined(GDBDIR)
+GDBDIR= ${.CURDIR}/../../../../contrib/gdb
+.endif
+
+CFLAGS+= -I${GDBDIR}/include/. -I${GDBDIR}/gdb/. -I${GDBDIR}/bfd/.
+CFLAGS+= -I${GDBDIR}/libiberty/.
+CFLAGS+= -I${GDBDIR}/gdb/config/.
+CFLAGS+= -DHAVE_CONFIG_H
+
OpenPOWER on IntegriCloud