]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/binutils/gasp/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / usr.bin / binutils / gasp / Makefile
1 # $FreeBSD$
2
3 .include "../Makefile.inc0"
4
5 .PATH: ${SRCDIR}/gas
6
7 PROG=   gasp
8 SRCS+=  gasp.c macro.c sb.c hash.c xregex.h
9 WARNS?= 2
10 CFLAGS+= -DBFD_ASSEMBLER
11 CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
12 CFLAGS+= -I${.CURDIR}
13 CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
14 DPADD=  ${RELTOP}/libiberty/libiberty.a
15 LDADD=  ${DPADD}
16 CLEANFILES=     xregex.h
17
18 xregex.h:
19         @echo '#include <regex.h>' >${.TARGET}
20
21 .include <bsd.prog.mk>