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

.include "../Makefile.inc0"

.PATH: ${SRCDIR}/gas

PROG=	gasp
SRCS+=	gasp.c macro.c sb.c hash.c xregex.h
WARNS?=	2
CFLAGS+= -DBFD_ASSEMBLER
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
CFLAGS+= -I${.CURDIR}
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
DPADD=	${RELTOP}/libiberty/libiberty.a
LDADD=	${DPADD}
CLEANFILES=	xregex.h

xregex.h:
	@echo '#include <gnu/regex.h>' >${.TARGET}

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