1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1998-03-01 18:41:17 -05:00
|
|
|
|
|
|
|
|
.include "../Makefile.inc0"
|
|
|
|
|
|
|
|
|
|
.PATH: ${SRCDIR}/libiberty
|
|
|
|
|
|
2001-03-31 02:50:30 -05:00
|
|
|
LIB= iberty
|
2004-06-19 18:22:42 -04:00
|
|
|
SRCS= argv.c concat.c choose-temp.c cp-demangle.c cp-demint.c \
|
|
|
|
|
cplus-dem.c dyn-string.c getpwd.c getruntime.c floatformat.c \
|
|
|
|
|
hashtab.c hex.c lbasename.c lrealpath.c make-relative-prefix.c \
|
|
|
|
|
make-temp-file.c objalloc.c obstack.c safe-ctype.c xatexit.c \
|
|
|
|
|
xexit.c xmalloc.c xstrdup.c xstrerror.c
|
|
|
|
|
|
|
|
|
|
# The following files are needed by gdb(1)
|
2005-02-14 07:10:14 -05:00
|
|
|
SRCS+= splay-tree.c
|
2004-06-19 18:22:42 -04:00
|
|
|
|
2004-02-24 14:23:33 -05:00
|
|
|
WARNS?= 1
|
2000-05-22 04:09:42 -04:00
|
|
|
CFLAGS+= -DHAVE_CONFIG_H
|
2004-10-24 11:33:08 -04:00
|
|
|
INTERNALLIB=
|
1998-03-01 18:41:17 -05:00
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|