1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1998-03-01 23:41:17 +00:00
|
|
|
|
|
|
|
.include "../Makefile.inc0"
|
|
|
|
|
|
|
|
.PATH: ${SRCDIR}/libiberty
|
|
|
|
|
2001-03-31 07:50:30 +00:00
|
|
|
LIB= iberty
|
2001-03-31 20:00:18 +00:00
|
|
|
SRCS= argv.c choose-temp.c concat.c cp-demangle.c cplus-dem.c \
|
2001-05-28 09:19:47 +00:00
|
|
|
dyn-string.c getopt.c getopt1.c getpwd.c getruntime.c \
|
2002-01-27 13:09:36 +00:00
|
|
|
hex.c floatformat.c hashtab.c lbasename.c make-temp-file.c \
|
|
|
|
objalloc.c obstack.c safe-ctype.c xatexit.c xexit.c xmalloc.c \
|
2001-03-31 20:00:18 +00:00
|
|
|
xstrdup.c xstrerror.c
|
2001-09-26 20:51:51 +00:00
|
|
|
.if defined(BOOTSTRAPPING)
|
2001-09-06 22:59:31 +00:00
|
|
|
SRCS+= basename.c
|
|
|
|
.endif
|
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>
|