mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
2ead490eea
using the sources in /usr/src/contrib/gdb. This is based on /usr/ports/devel/gdb. 2.2 candidate ?
12 lines
271 B
Makefile
12 lines
271 B
Makefile
|
|
# 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
|
|
|