gdb - Local mods (compile)
[dragonfly.git] / gnu / usr.bin / gdb / libiberty / Makefile
1 .include "../Makefile.inc"
2
3 LIB=    iberty
4 INTERNALLIB=    true
5
6 CONTRIBDIR=     ${BASEDIR}/libiberty
7 .PATH:  ${CONTRIBDIR}
8
9 CFLAGS+=        -I${BASEDIR}/include -I${.CURDIR} -DHAVE_CONFIG_H
10
11 SRCS+=  ./argv.c \
12         ./cp-demangle.c \
13         ./cp-demint.c \
14         ./cplus-dem.c \
15         ./concat.c \
16         ./d-demangle.c \
17         ./crc32.c \
18         ./dwarfnames.c \
19         ./dyn-string.c \
20         ./filename_cmp.c \
21         ./floatformat.c \
22         ./getopt.c \
23         ./getopt1.c \
24         ./getpwd.c \
25         ./getruntime.c \
26         ./hashtab.c \
27         ./hex.c \
28         ./lbasename.c \
29         ./lrealpath.c \
30         ./make-relative-prefix.c \
31         ./make-temp-file.c \
32         ./objalloc.c \
33         ./obstack.c \
34         ./pex-common.c \
35         ./pex-one.c \
36         ./pex-unix.c \
37         ./pexecute.c \
38         ./regex.c \
39         ./safe-ctype.c \
40         ./splay-tree.c \
41         ./timeval-utils.c \
42         ./unlink-if-ordinary.c \
43         ./xexit.c \
44         ./xstrdup.c \
45         ./xstrndup.c \
46         ./xstrerror.c
47
48 .include <bsd.lib.mk>