Initial import from FreeBSD RELENG_4:
[games.git] / gnu / usr.bin / binutils / gasp / Makefile
1 # $FreeBSD: src/gnu/usr.bin/binutils/gasp/Makefile,v 1.6.2.2 2002/09/01 23:39:14 obrien Exp $
2
3 .include "../Makefile.inc0"
4
5 .PATH: ${SRCDIR}/gas
6
7 PROG=   gasp
8 SRCS+=  gasp.c macro.c sb.c hash.c
9 WARNS=  2
10 CFLAGS+= -DBFD_ASSEMBLER
11 CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
12 CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
13 DPADD=  ${RELTOP}/libiberty/libiberty.a
14 LDADD=  ${DPADD}
15
16 .include <bsd.prog.mk>