Use system version of getopt_long and basename for the bootstrapping tools.
[games.git] / gnu / usr.bin / binutils215 / libiberty / Makefile
1 # $DragonFly: src/gnu/usr.bin/binutils215/libiberty/Attic/Makefile,v 1.2 2005/04/22 06:52:42 joerg 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 cp-demint.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 lrealpath.c \
11         make-temp-file.c make-relative-prefix.c \
12         objalloc.c obstack.c safe-ctype.c xatexit.c xexit.c xmalloc.c \
13         xstrdup.c xstrerror.c
14 WARNS=  1
15 CFLAGS+=        -DHAVE_CONFIG_H
16 INTERNALLIB=    true
17
18 .include <bsd.lib.mk>