summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/as/Makefile.inc0
blob: 25317854e0715fcb851f450a319b19b03291e1f8 (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
26
27
#
# $FreeBSD$
#

.include "${.CURDIR}/../../Makefile.inc0"

RELTOP:=	../${RELTOP}

.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config

MAN1=		doc/as.1
SRCS+=		app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
		cond.c ecoff.c expr.c flonum-copy.c flonum-konst.c \
		flonum-mult.c frags.c hash.c input-file.c \
		input-scrub.c listing.c literal.c macro.c messages.c \
		output-file.c read.c sb.c stabs.c \
		subsegs.c symbols.c write.c depend.c ehopt.c
CFLAGS+=	-I${SRCDIR}/gas
CFLAGS+=	-I${SRCDIR}/gas/config
CFLAGS+=	-I${SRCDIR}
CFLAGS+=	-DVERSION=\"${VERSION}\"
LDADD+=		-L${RELTOP}/libbfd -lbfd
LDADD+=		-L${RELTOP}/libiberty -liberty
LDADD+=		-L${RELTOP}/libopcodes -lopcodes
DPADD+=		${RELTOP}/libbfd/libbfd.a
DPADD+=		${RELTOP}/libiberty/libiberty.a
DPADD+=		${RELTOP}/libopcodes/libopcodes.a
OpenPOWER on IntegriCloud