1# $DragonFly: src/gnu/usr.bin/gdb/libiberty/Makefile,v 1.1 2004/10/23 17:02:38 joerg Exp $ 2 3.include "../Makefile.inc" 4 5LIB= iberty 6INTERNALLIB= true 7 8CONTRIBDIR= ${BASEDIR}/libiberty 9.PATH: ${CONTRIBDIR} 10 11CFLAGS+= -I${BASEDIR}/include -I${.CURDIR} -DHAVE_CONFIG_H 12 13SRCS= cp-demangle.c cplus-dem.c floatformat.c getopt.c 14SRCS+= getopt1.c getruntime.c hashtab.c objalloc.c obstack.c 15SRCS+= regex.c safe-ctype.c splay-tree.c 16 17SRCS+= argv.c concat.c hex.c lbasename.c xexit.c xstrdup.c xstrerror.c 18 19.include <bsd.lib.mk> 20