binutils 2.22: Add makefiles, new incremental-dump binary
[dragonfly.git] / gnu / usr.bin / binutils222 / 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         stack-limit.c           \
38         stpcpy.c                \
39         unlink-if-ordinary.c    \
40         xatexit.c               \
41         xexit.c                 \
42         xmalloc.c               \
43         xstrdup.c               \
44         xstrerror.c             \
45         xstrndup.c
46 WARNS=  1
47 CFLAGS+=        -DHAVE_CONFIG_H
48 INTERNALLIB=    true
49
50 .include <bsd.lib.mk>