binutils214 stage 1/4. Bring in the build infrastructure (left untied from
[dragonfly.git] / gnu / usr.bin / binutils214 / 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 # $DragonFly: src/gnu/usr.bin/binutils214/libiberty/Attic/Makefile,v 1.1 2004/02/01 08:53:04 dillon Exp $
3
4 .include "../Makefile.inc0"
5
6 .PATH: ${SRCDIR}/libiberty
7
8 LIB=    iberty
9 SRCS=   argv.c choose-temp.c concat.c cp-demangle.c cplus-dem.c \
10         dyn-string.c getopt.c getopt1.c getpwd.c getruntime.c \
11         hex.c floatformat.c hashtab.c lbasename.c lrealpath.c \
12         make-temp-file.c make-relative-prefix.c \
13         objalloc.c obstack.c safe-ctype.c xatexit.c xexit.c xmalloc.c \
14         xstrdup.c xstrerror.c
15 .if defined(BOOTSTRAPPING)
16 SRCS+=  basename.c
17 .endif
18 WARNS=  1
19 CFLAGS+=        -DHAVE_CONFIG_H
20 INTERNALLIB=    true
21
22 .include <bsd.lib.mk>