]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/usr.bin/cc/libiberty/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / gnu / usr.bin / cc / libiberty / Makefile
1 # $FreeBSD$
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 #
9 CFLAGS+=        -I${.CURDIR}
10
11 .include "../Makefile.inc"
12
13 .PATH: ${GCCLIB}/libiberty
14
15 LIB=    iberty
16 SRCS=   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
23 INTERNALLIB=
24 WARNS?= 1
25
26 CFLAGS+=        -UPREFIX
27
28 .include <bsd.lib.mk>