xref: /freebsd-12.1/gnu/usr.bin/binutils/libbinutils/Makefile (revision 2fb2e189)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# $FreeBSD$
3#
4
5.include "../Makefile.inc0"
6
7.PATH: ${SRCDIR}/binutils
8
9LIB=		binutils
10SRCS+=		arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \
11		ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c \
12		wrstabs.c version.c
13CFLAGS+=	-DTARGET=\"${TARGET_ARCH}-unknown-freebsd\"
14CFLAGS+=	-DVERSION=\"${VERSION}\"
15CFLAGS+=	-I${SRCDIR}/binutils
16CFLAGS+=	-I${SRCDIR}/bfd
17NOPROFILE=	true
18NOPIC=		true
19INTERNALLIB=	true
20INTERNALSTATICLIB=true
21
22.include <bsd.lib.mk>
23

served by {OpenGrok

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