xref: /freebsd-12.1/gnu/usr.bin/binutils/libbinutils/Makefile (revision 3a669c52)
  • 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
11CFLAGS+= -DTARGET=\"${TARGET_ARCH}-unknown-freebsd\"
12CFLAGS+= -DVERSION=\"${VERSION}\"
13CFLAGS+= -I${SRCDIR}/binutils
14CFLAGS+= -I${SRCDIR}/bfd
15NOPROFILE=	true
16NOPIC=		true
17INTERNALLIB=	true
18INTERNALSTATICLIB=true
19
20.include <bsd.lib.mk>
21

served by {OpenGrok

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