summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/Makefile.inc
blob: 37b9c21a489980c2f8cc9dea64d663a91677ca19 (plain)
1
2
3
4
5
6
7
8
9
10
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