xref: /freebsd-12.1/gnu/usr.bin/binutils/libbinutils/Makefile (revision 97d40d3d)
  • 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 \
9	arparse.y \
10	arsup.c \
11	binemul.c \
12	bucomm.c \
13	budemang.c \
14	debug.c \
15	dwarf.c \
16	emul_vanilla.c \
17	filemode.c \
18	ieee.c \
19	rdcoff.c \
20	rddbg.c \
21	rename.c \
22	stabs.c \
23	unwind-ia64.c \
24	version.c \
25	wrstabs.c
26CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
27CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
28CFLAGS+= -D_GNU_SOURCE
29CFLAGS+= -I${SRCDIR}/binutils
30CFLAGS+= -I${SRCDIR}/bfd
31INTERNALLIB=
32
33.include <bsd.lib.mk>
34

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026