1# $FreeBSD$
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/libiberty
6
7LIB=	iberty
8SRCS=	argv.c \
9	concat.c \
10	choose-temp.c \
11	cp-demangle.c \
12	cp-demint.c \
13	cplus-dem.c \
14	dyn-string.c \
15	getpwd.c \
16	getruntime.c \
17	filename_cmp.c \
18	floatformat.c \
19	hashtab.c \
20	hex.c \
21	lbasename.c \
22	lrealpath.c \
23	make-relative-prefix.c \
24	make-temp-file.c \
25	objalloc.c \
26	obstack.c \
27	safe-ctype.c \
28	unlink-if-ordinary.c \
29	xatexit.c \
30	xexit.c \
31	xmalloc.c \
32	xstrdup.c \
33	xstrerror.c
34
35# The following files are needed by gdb(1)
36SRCS+=	splay-tree.c
37
38WARNS?=	2
39CFLAGS+=	-DHAVE_CONFIG_H
40INTERNALLIB=
41
42.include <bsd.lib.mk>
43