binutils 2.22: Promote to primary binutils
[dragonfly.git] / gnu / usr.bin / binutils220 / libiberty / Makefile
1 .include "../Makefile.inc0"
2
3 .PATH: ${SRCDIR}/libiberty
4
5 LIB=    iberty
6 SRCS=   argv.c choose-temp.c concat.c cp-demangle.c cp-demint.c cplus-dem.c \
7         dyn-string.c filename_cmp.c getopt.c getopt1.c getpwd.c getruntime.c \
8         hex.c floatformat.c hashtab.c lbasename.c lrealpath.c \
9         make-temp-file.c make-relative-prefix.c md5.c \
10         objalloc.c obstack.c safe-ctype.c sha1.c stpcpy.c unlink-if-ordinary.c \
11         xatexit.c xexit.c xmalloc.c \
12         xstrdup.c xstrerror.c
13 WARNS=  1
14 CFLAGS+=        -DHAVE_CONFIG_H
15 INTERNALLIB=    true
16
17 .include <bsd.lib.mk>