1994-06-10 13:42:18 +00:00
|
|
|
LIB= iberty
|
1997-02-15 16:14:52 +00:00
|
|
|
INTERNALLIB= true
|
|
|
|
INTERNALSTATICLIB= true
|
1997-01-15 22:43:15 +00:00
|
|
|
|
|
|
|
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
|
|
|
|
.PATH: ${GDBDIR}/libiberty
|
|
|
|
|
1994-06-10 13:42:18 +00:00
|
|
|
SRCS= argv.c basename.c concat.c cplus-dem.c fdmatch.c getopt.c \
|
1997-02-15 16:14:52 +00:00
|
|
|
getopt1.c getruntime.c hex.c obstack.c spaces.c \
|
|
|
|
strsignal.c xatexit.c xexit.c \
|
1997-01-15 22:43:15 +00:00
|
|
|
xmalloc.c xstrdup.c xstrerror.c insque.c
|
1994-06-10 13:42:18 +00:00
|
|
|
|
1997-01-15 22:43:15 +00:00
|
|
|
CFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../gdb/.
|
1994-06-10 13:42:18 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|