2001-03-31 07:02:02 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
SRCDIR= ${.CURDIR}/../../../contrib/binutils/libiberty
|
|
|
|
|
2002-05-12 16:01:00 +00:00
|
|
|
.PATH: ${SRCDIR} ${SRCDIR}/../include
|
2001-03-31 07:02:02 +00:00
|
|
|
|
2002-05-13 10:53:24 +00:00
|
|
|
#LIB= iberty
|
2001-03-31 07:02:02 +00:00
|
|
|
|
|
|
|
# miniumally required sources
|
|
|
|
SRCS= argv.c choose-temp.c concat.c cplus-dem.c fdmatch.c fnmatch.c getopt.c \
|
|
|
|
getopt1.c getruntime.c hex.c floatformat.c objalloc.c obstack.c \
|
|
|
|
pexecute.c spaces.c strerror.c strsignal.c xatexit.c xexit.c xmalloc.c \
|
|
|
|
xstrdup.c xstrerror.c
|
|
|
|
|
|
|
|
CFLAGS+= -I${SRCDIR}/../include -I${.CURDIR}
|
|
|
|
CFLAGS+= -DHAVE_CONFIG_H
|
|
|
|
|
2002-05-12 16:01:00 +00:00
|
|
|
#INCS= alloca-conf.h ansidecl.h demangle.h floatformat.h fnmatch.h getopt.h \
|
|
|
|
# libiberty.h objalloc.h obstack.h
|
|
|
|
#INCSDIR=${INCLUDEDIR}/libiberty
|
2001-03-31 07:02:02 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|