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