xref: /freebsd-12.1/gnu/usr.bin/binutils/objdump/Makefile (revision 349a1e57)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $FreeBSD$
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
6
7PROG=	objdump
8SRCS=	objdump.c prdbg.c
9CFLAGS+= -D_GNU_SOURCE
10CFLAGS+= -I${.CURDIR}/${GNURELTOP}/libbinutils
11CFLAGS+= -I${SRCDIR}/binutils
12CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
13DPADD=	${GNURELTOP}/libbinutils/libbinutils${PIE_SUFFIX}.a
14DPADD+=	${GNURELTOP}/libopcodes/libopcodes${PIE_SUFFIX}.a
15DPADD+=	${GNURELTOP}/libbfd/libbfd${PIE_SUFFIX}.a
16DPADD+=	${GNURELTOP}/libiberty/libiberty${PIE_SUFFIX}.a
17LDADD=	${DPADD}
18
19.include <bsd.prog.mk>
20

served by {OpenGrok

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