e216cd60d3
than seperately. Pointed out by: bde
20 lines
374 B
Makefile
20 lines
374 B
Makefile
#
|
|
# $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
|
|
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd
|
|
CFLAGS+= -DBFD_ASSEMBLER
|
|
LDADD+= -L${RELTOP}/libiberty -liberty
|
|
DPADD+= ${RELTOP}/libiberty/libiberty.a
|
|
|
|
.include <bsd.prog.mk>
|