summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libiberty/Makefile
blob: 7dd6ef0dc59785509bfd95f061b948869a3c5919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

SRCDIR=	${.CURDIR}/../../../contrib/binutils/libiberty

.PATH: ${SRCDIR} ${SRCDIR}/../include

LIB=    iberty
NOPIC=	true
INTERNALLIB=	true
NOMAN=	sorry

# 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

#INCS=	alloca-conf.h ansidecl.h demangle.h floatformat.h fnmatch.h getopt.h \
#	libiberty.h objalloc.h obstack.h
#INCSDIR=${INCLUDEDIR}/libiberty

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud