1*b450dd39SJohn MarinoLIB=		iberty
2*b450dd39SJohn MarinoINTERNALLIB=	YES
3*b450dd39SJohn Marino
4*b450dd39SJohn MarinoSRCS=	concat.c cp-demangle.c cp-demint.c cplus-dem.c dyn-string.c \
5*b450dd39SJohn Marino	fibheap.c fopen_unlocked.c getpwd.c getruntime.c hashtab.c hex.c \
6*b450dd39SJohn Marino	lbasename.c lrealpath.c make-relative-prefix.c make-temp-file.c \
7*b450dd39SJohn Marino	md5.c obstack.c partition.c pex-unix.c physmem.c safe-ctype.c \
8*b450dd39SJohn Marino	splay-tree.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c \
9*b450dd39SJohn Marino	filename_cmp.c regex.c xstrndup.c
10*b450dd39SJohn Marino
11*b450dd39SJohn MarinoGCC_NO_PATH=	# defined
12*b450dd39SJohn Marino
13*b450dd39SJohn Marino# copy cc47/libiberty/config.h, put it here
14*b450dd39SJohn MarinoCFLAGS+= -I${.CURDIR}
15*b450dd39SJohn Marino
16*b450dd39SJohn Marino.include <bsd.hostlib.mk>
17*b450dd39SJohn Marino
18*b450dd39SJohn Marino.PATH:	${GCCDIR}/libiberty
19