1# $FreeBSD$ 2 3.include "../Makefile.inc0" 4 5.PATH: ${SRCDIR}/libiberty 6 7LIB= iberty 8SRCS= argv.c \ 9 concat.c \ 10 choose-temp.c \ 11 cp-demangle.c \ 12 cp-demint.c \ 13 cplus-dem.c \ 14 dyn-string.c \ 15 getpwd.c \ 16 getruntime.c \ 17 floatformat.c \ 18 hashtab.c \ 19 hex.c \ 20 lbasename.c \ 21 lrealpath.c \ 22 make-relative-prefix.c \ 23 make-temp-file.c \ 24 objalloc.c \ 25 obstack.c \ 26 safe-ctype.c \ 27 xatexit.c \ 28 xexit.c \ 29 xmalloc.c \ 30 xstrdup.c \ 31 xstrerror.c 32 33# The following files are needed by gdb(1) 34SRCS+= splay-tree.c 35 36WARNS?= 1 37CFLAGS+= -DHAVE_CONFIG_H 38INTERNALLIB= 39 40.include <bsd.lib.mk> 41