f6ec6161ba
(Largely copied from the analagous Makefiles under src/gnu/lib)
22 lines
439 B
Makefile
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>
|