Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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 # $DragonFly: src/gnu/usr.bin/binutils/libiberty/Attic/Makefile,v 1.2 2003/06/17 04:25:45 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 make-temp-file.c \
12         objalloc.c obstack.c safe-ctype.c xatexit.c xexit.c xmalloc.c \
13         xstrdup.c xstrerror.c
14 .if defined(BOOTSTRAPPING)
15 SRCS+=  basename.c
16 .endif
17 WARNS=  1
18 CFLAGS+=        -DHAVE_CONFIG_H
19 INTERNALLIB=    true
20
21 .include <bsd.lib.mk>