]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/binutils/libbinutils/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / usr.bin / binutils / libbinutils / Makefile
1 # $FreeBSD$
2
3 .include "../Makefile.inc0"
4
5 .PATH: ${SRCDIR}/binutils
6
7 LIB=    binutils
8 SRCS+=  arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \
9         ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c \
10         wrstabs.c version.c binemul.c budemang.c emul_vanilla.c
11 WARNS?= 0
12 CFLAGS+= -DTARGET=\"${BINUTILS_ARCH}-obrien-freebsd\"
13 CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
14 CFLAGS+= -D_GNU_SOURCE
15 CFLAGS+= -I${SRCDIR}/binutils
16 CFLAGS+= -I${SRCDIR}/bfd
17 INTERNALLIB=
18
19 .include <bsd.lib.mk>