1# $FreeBSD: releng/10.3/gnu/usr.bin/cc/libiberty/Makefile 245539 2013-01-17 05:56:28Z andrew $
2
3.include <bsd.own.mk>
4
5#
6# Make sure we will pick up our config.h file first, not the one from
7# cc_tools.
8#
9CFLAGS+=	-I${.CURDIR}
10
11.include "../Makefile.inc"
12
13.PATH: ${GCCLIB}/libiberty
14
15LIB=	iberty
16SRCS=	argv.c choose-temp.c concat.c cp-demangle.c cp-demint.c cplus-dem.c \
17	dyn-string.c fibheap.c fopen_unlocked.c getpwd.c getruntime.c \
18	hashtab.c hex.c lbasename.c make-temp-file.c md5.c obstack.c \
19	partition.c pex-unix.c physmem.c safe-ctype.c splay-tree.c xexit.c \
20	xmalloc.c xmemdup.c xstrdup.c xstrerror.c make-relative-prefix.c \
21	pexecute.c pex-common.c pex-one.c lrealpath.c strverscmp.c \
22	regex.c
23INTERNALLIB=
24WARNS?=	1
25
26CFLAGS+=	-UPREFIX
27
28.include <bsd.lib.mk>
29