binutils214 stage 1/4. Bring in the build infrastructure (left untied from
[dragonfly.git] / gnu / usr.bin / binutils214 / 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 # $DragonFly: src/gnu/usr.bin/binutils214/gasp/Attic/Makefile,v 1.1 2004/02/01 08:53:03 dillon Exp $ 
3
4 .include "../Makefile.inc0"
5
6 .PATH: ${SRCDIR}/gas
7
8 PROG=   gasp
9 SRCS+=  as.c macro.c sb.c hash.c
10 WARNS=  2
11 CFLAGS+= -DBFD_ASSEMBLER -DVERSION=\"${VERSION}\"
12 CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
13 CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
14 CFLAGS+= -I${.OBJDIR}/../libbfd
15
16 DPADD=  ${RELTOP}/libiberty/libiberty.a
17 LDADD=  ${DPADD}
18
19 .include <bsd.prog.mk>