# $FreeBSD: src/gnu/usr.bin/binutils/gasp/Makefile,v 1.20.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .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 ' >${.TARGET} .include