GDB: Upgrade version from 7.0 to 7.2
[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=   cp-demangle.c cplus-dem.c cp-demint.c floatformat.c getopt.c
12 SRCS+=  getopt1.c getruntime.c hashtab.c objalloc.c obstack.c
13 SRCS+=  regex.c safe-ctype.c splay-tree.c
14
15 SRCS+=  argv.c concat.c hex.c lbasename.c xexit.c xstrdup.c xstrerror.c
16 SRCS+=  lrealpath.c make-relative-prefix.c filename_cmp.c stpcpy.c
17 SRCS+=  unlink-if-ordinary.c
18 SRCS+=  pexecute.c pex-common.c pex-one.c pex-unix.c make-temp-file.c
19
20 .include <bsd.lib.mk>