Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.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 # $DragonFly: src/gnu/usr.bin/binutils/gasp/Attic/Makefile,v 1.2 2003/06/17 04:25:44 dillon Exp $
3
4 .include "../Makefile.inc0"
5
6 .PATH: ${SRCDIR}/gas
7
8 PROG=   gasp
9 SRCS+=  gasp.c macro.c sb.c hash.c
10 WARNS=  2
11 CFLAGS+= -DBFD_ASSEMBLER
12 CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
13 CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
14 DPADD=  ${RELTOP}/libiberty/libiberty.a
15 LDADD=  ${DPADD}
16
17 .include <bsd.prog.mk>