]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/binutils/libiberty/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / usr.bin / binutils / libiberty / Makefile
1 # $FreeBSD$
2
3 .include "../Makefile.inc0"
4
5 .PATH: ${SRCDIR}/libiberty
6
7 LIB=    iberty
8 SRCS=   argv.c concat.c choose-temp.c cp-demangle.c cp-demint.c         \
9         cplus-dem.c dyn-string.c getpwd.c getruntime.c floatformat.c    \
10         hashtab.c hex.c lbasename.c lrealpath.c make-relative-prefix.c  \
11         make-temp-file.c objalloc.c obstack.c safe-ctype.c xatexit.c    \
12         xexit.c xmalloc.c xstrdup.c xstrerror.c
13
14 # The following files are needed by gdb(1)
15 SRCS+=  splay-tree.c
16
17 WARNS?= 1
18 CFLAGS+=        -DHAVE_CONFIG_H
19 INTERNALLIB=
20
21 .include <bsd.lib.mk>