1999-12-07 17:01:27 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
.include "../Makefile.inc0"
|
|
|
|
|
|
|
|
.PATH: ${SRCDIR}/gas
|
|
|
|
|
|
|
|
PROG= gasp
|
|
|
|
SRCS+= gasp.c macro.c sb.c hash.c
|
|
|
|
CFLAGS+= -I${SRCDIR}
|
|
|
|
CFLAGS+= -I${SRCDIR}/gas
|
|
|
|
CFLAGS+= -I${SRCDIR}/gas/config
|
1999-12-17 15:50:45 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd
|
1999-12-07 17:01:27 +00:00
|
|
|
CFLAGS+= -DBFD_ASSEMBLER
|
|
|
|
LDADD+= -L${RELTOP}/libiberty -liberty
|
|
|
|
DPADD+= ${RELTOP}/libiberty/libiberty.a
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|