Rename binutils221 to binutils224 as a new makefile base
[dragonfly.git] / gnu / usr.bin / binutils224 / libiberty / Makefile
1 .include "../Makefile.inc0"
2
3 .PATH: ${SRCDIR}/libiberty
4
5 LIB=    iberty
6 SRCS=   argv.c                  \
7         choose-temp.c           \
8         concat.c                \
9         cp-demangle.c           \
10         cp-demint.c             \
11         cplus-dem.c             \
12         crc32.c                 \
13         dyn-string.c            \
14         filename_cmp.c          \
15         floatformat.c           \
16         getopt.c                \
17         getopt1.c               \
18         getpwd.c                \
19         getruntime.c            \
20         hashtab.c               \
21         hex.c                   \
22         lbasename.c             \
23         lrealpath.c             \
24         make-relative-prefix.c  \
25         make-temp-file.c        \
26         md5.c                   \
27         mempcpy.c               \
28         objalloc.c              \
29         obstack.c               \
30         safe-ctype.c            \
31         setproctitle.c          \
32         sha1.c                  \
33         simple-object.c         \
34         simple-object-coff.c    \
35         simple-object-elf.c     \
36         simple-object-mach-o.c  \
37         stpcpy.c                \
38         unlink-if-ordinary.c    \
39         xatexit.c               \
40         xexit.c                 \
41         xmalloc.c               \
42         xstrdup.c               \
43         xstrerror.c             \
44         xstrndup.c
45 WARNS=  1
46 CFLAGS+=        -DHAVE_CONFIG_H
47 INTERNALLIB=    true
48
49 .include <bsd.lib.mk>