.include "../Makefile.block1"

.PATH: ${SRCDIR}/libiberty

LIB=	iberty
SRCS=	alloca.c \
	argv.c \
	choose-temp.c \
	concat.c \
	cp-demangle.c \
	cp-demint.c \
	cplus-dem.c \
	crc32.c \
	d-demangle.c \
	dwarfnames.c \
	dyn-string.c \
	fdmatch.c \
	fibheap.c \
	filename_cmp.c \
	floatformat.c \
	fnmatch.c \
	fopen_unlocked.c \
	getopt.c \
	getopt1.c \
	getpwd.c \
	getruntime.c \
	hashtab.c \
	hex.c \
	lbasename.c \
	lrealpath.c \
	make-relative-prefix.c \
	make-temp-file.c \
	md5.c \
	objalloc.c \
	obstack.c \
	partition.c \
	pex-common.c \
	pex-one.c \
	pex-unix.c \
	pexecute.c \
	physmem.c \
	regex.c \
	safe-ctype.c \
	sha1.c \
	simple-object-coff.c \
	simple-object-elf.c \
	simple-object-mach-o.c \
	simple-object-xcoff.c \
	simple-object.c \
	sort.c \
	spaces.c \
	splay-tree.c \
	stack-limit.c \
	strerror.c \
	strsignal.c \
	strverscmp.c \
	timeval-utils.c \
	unlink-if-ordinary.c \
	xatexit.c \
	xexit.c \
	xmalloc.c \
	xmemdup.c \
	xstrdup.c \
	xstrerror.c \
	xstrndup.c \

CFLAGS+=	-DHAVE_CONFIG_H
INTERNALLIB=	true

.include <bsd.lib.mk>
