Unused.
This commit is contained in:
parent
5d9b86e2e2
commit
6686dfaba5
1 changed files with 0 additions and 38 deletions
|
@ -1,38 +0,0 @@
|
|||
# $NetBSD: buildlink.mk,v 1.8 2001/07/27 13:33:26 jlam Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use rpc2.
|
||||
#
|
||||
# To use this Makefile fragment, simply:
|
||||
#
|
||||
# (1) Optionally define BUILDLINK_DEPENDS.rpc2 to the dependency pattern
|
||||
# for the version of rpc2 desired.
|
||||
# (2) Include this Makefile fragment in the package Makefile,
|
||||
# (3) Add ${BUILDLINK_DIR}/include to the front of the C preprocessor's header
|
||||
# search path, and
|
||||
# (4) Add ${BUILDLINK_DIR}/lib to the front of the linker's library search
|
||||
# path.
|
||||
|
||||
.if !defined(RPC2_BUILDLINK_MK)
|
||||
RPC2_BUILDLINK_MK= # defined
|
||||
|
||||
.include "../../mk/bsd.buildlink.mk"
|
||||
|
||||
BUILDLINK_DEPENDS.rpc2?= rpc2>=1.10
|
||||
DEPENDS+= ${BUILDLINK_DEPENDS.rpc2}:../../devel/rpc2
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.rpc2=rpc2
|
||||
BUILDLINK_PREFIX.rpc2_DEFAULT= ${LOCALBASE}
|
||||
BUILDLINK_FILES.rpc2= include/rpc2/*
|
||||
BUILDLINK_FILES.rpc2+= lib/libfail.*
|
||||
BUILDLINK_FILES.rpc2+= lib/librpc2.*
|
||||
BUILDLINK_FILES.rpc2+= lib/libse.*
|
||||
|
||||
.include "../../devel/lwp/buildlink.mk"
|
||||
|
||||
BUILDLINK_TARGETS.rpc2= rpc2-buildlink
|
||||
BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.rpc2}
|
||||
|
||||
pre-configure: ${BUILDLINK_TARGETS.rpc2}
|
||||
rpc2-buildlink: _BUILDLINK_USE
|
||||
|
||||
.endif # RPC2_BUILDLINK_MK
|
Loading…
Reference in a new issue