1998-03-01 23:41:17 +00:00
|
|
|
#
|
1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1998-03-01 23:41:17 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "../Makefile.inc0"
|
|
|
|
|
|
|
|
.PATH: ${SRCDIR}/libiberty
|
|
|
|
|
|
|
|
LIB= iberty
|
2000-11-15 21:29:55 +00:00
|
|
|
SRCS= argv.c basename.c choose-temp.c concat.c cp-demangle.c cplus-dem.c dyn-string.c \
|
1998-03-01 23:41:17 +00:00
|
|
|
fdmatch.c fnmatch.c getopt.c getopt1.c getruntime.c \
|
|
|
|
hex.c floatformat.c objalloc.c obstack.c spaces.c \
|
|
|
|
strerror.c strsignal.c xatexit.c xexit.c xmalloc.c \
|
|
|
|
xstrdup.c xstrerror.c insque.c
|
2000-05-22 08:09:42 +00:00
|
|
|
CFLAGS+= -DHAVE_CONFIG_H
|
1998-03-01 23:41:17 +00:00
|
|
|
NOPROFILE= true
|
|
|
|
NOPIC= true
|
1998-03-12 05:14:19 +00:00
|
|
|
INTERNALLIB= true
|
|
|
|
INTERNALSTATICLIB=true
|
1998-03-01 23:41:17 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|