a35d88931c
any fake value.
20 lines
484 B
Makefile
20 lines
484 B
Makefile
# $FreeBSD$
|
|
|
|
.include "../Makefile.inc0"
|
|
|
|
.PATH: ${SRCDIR}/binutils
|
|
|
|
LIB= binutils
|
|
SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \
|
|
ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c \
|
|
wrstabs.c version.c binemul.c budemang.c emul_vanilla.c
|
|
WARNS?= 0
|
|
CFLAGS+= -DTARGET=\"${BINUTILS_ARCH}-obrien-freebsd\"
|
|
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
|
|
CFLAGS+= -D_GNU_SOURCE
|
|
CFLAGS+= -I${SRCDIR}/binutils
|
|
CFLAGS+= -I${SRCDIR}/bfd
|
|
INTERNALLIB=
|
|
|
|
.include <bsd.lib.mk>
|