Home | History | Annotate | Line # | Download | only in dbsym
Makefile revision 1.6
      1  1.6  tsutsui #	$NetBSD: Makefile,v 1.6 2009/10/27 14:20:21 tsutsui Exp $
      2  1.3    lukem 
      3  1.3    lukem NOMAN=	# defined
      4  1.1  thorpej 
      5  1.2       tv .include <bsd.own.mk>
      6  1.1  thorpej 
      7  1.2       tv HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-dbsym
      8  1.6  tsutsui 
      9  1.6  tsutsui .if $(HAVE_BINUTILS) == "219"
     10  1.6  tsutsui HOST_SRCDIR=    external/gpl3/binutils/usr.sbin/dbsym
     11  1.6  tsutsui .else
     12  1.1  thorpej HOST_SRCDIR=	gnu/usr.sbin/dbsym
     13  1.6  tsutsui .endif
     14  1.1  thorpej 
     15  1.4      mrg TOOLCHAINOBJ!=	cd ${.CURDIR}/../binutils && ${PRINTOBJDIR}
     16  1.2       tv BFDDIR=		${TOOLCHAINOBJ}/build/bfd
     17  1.2       tv IBERTYDIR=	${TOOLCHAINOBJ}/build/libiberty
     18  1.1  thorpej 
     19  1.1  thorpej .include "${.CURDIR}/../Makefile.host"
     20