Home | History | Annotate | Line # | Download | only in gdb
Makefile revision 1.1
      1  1.1  cl #	$NetBSD: Makefile,v 1.1 2003/10/26 01:06:27 cl Exp $
      2  1.1  cl 
      3  1.1  cl .include <bsd.own.mk>
      4  1.1  cl 
      5  1.1  cl MODULE=		gdb
      6  1.1  cl 
      7  1.1  cl FIND_ARGS=	\! \( -type d -name sim -prune \)
      8  1.1  cl 
      9  1.1  cl CONFIGURE_ARGS=	--target=${MACHINE_GNU_PLATFORM} --disable-nls \
     10  1.1  cl 		--program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-,"
     11  1.1  cl 
     12  1.1  cl MAKE_ARGS=	MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q}
     13  1.1  cl 
     14  1.1  cl ALL_TARGET=	all-gdb
     15  1.1  cl INSTALL_TARGET=	install-gdb
     16  1.1  cl 
     17  1.1  cl .include "${.CURDIR}/../Makefile.gnuhost"
     18  1.1  cl 
     19