[iwn] Fix required calibration flags for the Centrino 1000 NIC.
[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         dwarfnames.c            \
14         dyn-string.c            \
15         filename_cmp.c          \
16         floatformat.c           \
17         getopt.c                \
18         getopt1.c               \
19         getpwd.c                \
20         getruntime.c            \
21         hashtab.c               \
22         hex.c                   \
23         lbasename.c             \
24         lrealpath.c             \
25         make-relative-prefix.c  \
26         make-temp-file.c        \
27         md5.c                   \
28         mempcpy.c               \
29         objalloc.c              \
30         obstack.c               \
31         safe-ctype.c            \
32         setproctitle.c          \
33         sha1.c                  \
34         simple-object.c         \
35         simple-object-coff.c    \
36         simple-object-elf.c     \
37         simple-object-mach-o.c  \
38         simple-object-xcoff.c   \
39         stpcpy.c                \
40         timeval-utils.c         \
41         unlink-if-ordinary.c    \
42         xatexit.c               \
43         xexit.c                 \
44         xmalloc.c               \
45         xstrdup.c               \
46         xstrerror.c             \
47         xstrndup.c
48 WARNS=  1
49 CFLAGS+=        -DHAVE_CONFIG_H
50 INTERNALLIB=    true
51
52 .include <bsd.lib.mk>