NetBSD/gnu/usr.bin/gdb6/libiberty/Makefile
nathanw f6ec6161ba Use the mknative-generated headers and defs.mk.
(Largely copied from the analagous Makefiles under src/gnu/lib)
2006-05-29 19:18:56 +00:00

22 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/05/29 19:18:56 nathanw Exp $
.include <bsd.own.mk>
MKPRIVATELIB= yes
LIB= iberty
.include "${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk"
DIST= ${NETBSDSRCDIR}/gnu/dist/gdb6
SRCS= ${G_REQUIRED_OFILES:.o=.c} ${G_EXTRA_OFILES:.o=.c} \
${G_LIBOBJS:.o=.c} ${G_ALLOCA:.o=.c}
CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/arch/${MACHINE_ARCH} \
-I${DIST}/include
.PATH: ${DIST}/libiberty
.include <bsd.lib.mk>