summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gasp/Makefile
blob: b432ccd7d5dbe86d3ffed36a3ae97f0daee2411c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# $FreeBSD$
#

.include "../Makefile.inc0"

.PATH: ${SRCDIR}/gas

SUBDIR=		doc

PROG=		gasp
SRCS+=		gasp.c macro.c sb.c hash.c
CFLAGS+=	-I${SRCDIR}
CFLAGS+=	-I${SRCDIR}/gas
CFLAGS+=	-I${SRCDIR}/gas/config
CFLAGS+=	-I${.CURDIR}/../as/${TARGET_ARCH}-freebsd
CFLAGS+=	-DBFD_ASSEMBLER
LDADD+=		-L${RELTOP}/libiberty -liberty
DPADD+=		${RELTOP}/libiberty/libiberty.a
NOMAN=		1

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