Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / binutils / libiberty / Makefile
1 # $FreeBSD: src/gnu/usr.bin/binutils/libiberty/Makefile,v 1.3.2.6 2002/09/01 23:39:16 obrien Exp $
2
3 .include "../Makefile.inc0"
4
5 .PATH: ${SRCDIR}/libiberty
6
7 LIB=    iberty
8 SRCS=   argv.c choose-temp.c concat.c cp-demangle.c cplus-dem.c \
9         dyn-string.c getopt.c getopt1.c getpwd.c getruntime.c \
10         hex.c floatformat.c hashtab.c lbasename.c make-temp-file.c \
11         objalloc.c obstack.c safe-ctype.c xatexit.c xexit.c xmalloc.c \
12         xstrdup.c xstrerror.c
13 .if defined(BOOTSTRAPPING)
14 SRCS+=  basename.c
15 .endif
16 WARNS=  1
17 CFLAGS+=        -DHAVE_CONFIG_H
18 INTERNALLIB=    true
19
20 .include <bsd.lib.mk>