summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/libiberty/Makefile
blob: d433076170757c96eabf5ec347e9aa31ca8571b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIB= iberty
INTERNALLIB= true
INTERNALSTATICLIB= true

GDBDIR=	${.CURDIR}/../../../../contrib/gdb
.PATH:	${GDBDIR}/libiberty

SRCS= argv.c basename.c concat.c cplus-dem.c fdmatch.c getopt.c \
      getopt1.c getruntime.c hex.c obstack.c spaces.c \
      strsignal.c xatexit.c xexit.c \
      xmalloc.c xstrdup.c xstrerror.c insque.c

CFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../gdb/.

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud