1998-03-01 23:41:17 +00:00
|
|
|
#
|
1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1998-03-01 23:41:17 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "../Makefile.inc0"
|
|
|
|
|
|
|
|
.PATH: ${SRCDIR}/binutils
|
|
|
|
|
|
|
|
LIB= binutils
|
1998-03-12 02:55:43 +00:00
|
|
|
SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \
|
2001-06-26 18:29:47 +00:00
|
|
|
ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c wrstabs.c version.c
|
2001-02-21 11:43:35 +00:00
|
|
|
CFLAGS+= -DTARGET=\"${TARGET_ARCH}-unknown-freebsd\"
|
1998-03-01 23:41:17 +00:00
|
|
|
CFLAGS+= -DVERSION=\"${VERSION}\"
|
|
|
|
CFLAGS+= -I${SRCDIR}/binutils
|
|
|
|
CFLAGS+= -I${SRCDIR}/bfd
|
|
|
|
NOPROFILE= true
|
|
|
|
NOPIC= true
|
1998-03-12 05:14:19 +00:00
|
|
|
INTERNALLIB= true
|
|
|
|
INTERNALSTATICLIB=true
|
1998-03-01 23:41:17 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|