xref: /freebsd-12.1/gnu/usr.bin/binutils/libbinutils/Makefile (revision 098ca2bd)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $FreeBSD$
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/binutils
6
7LIB=	binutils
8SRCS+=	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
11WARNS?=	0
12CFLAGS+= -DTARGET=\"${BINUTILS_ARCH}-obrien-freebsd\"
13CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
14CFLAGS+= -D_GNU_SOURCE
15CFLAGS+= -I${SRCDIR}/binutils
16CFLAGS+= -I${SRCDIR}/bfd
17INTERNALLIB=
18
19.include <bsd.lib.mk>
20

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025