c16221a4db
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
23 lines
769 B
Makefile
23 lines
769 B
Makefile
# $NetBSD: buildlink3.mk,v 1.7 2006/07/08 23:10:56 jlam Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
SUN_JRE13_BUILDLINK3_MK:= ${SUN_JRE13_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= sun-jre13
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nsun-jre13}
|
|
BUILDLINK_PACKAGES+= sun-jre13
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}sun-jre13
|
|
|
|
.if !empty(SUN_JRE13_BUILDLINK3_MK:M+)
|
|
BUILDLINK_API_DEPENDS.sun-jre13+= sun-jre13-[0-9]*
|
|
BUILDLINK_ABI_DEPENDS.sun-jre13?= sun-jre13>=1.0.17nb1
|
|
BUILDLINK_PKGSRCDIR.sun-jre13?= ../../lang/sun-jre13
|
|
BUILDLINK_JAVA_PREFIX.sun-jre13= ${PREFIX}/java/sun-1.3
|
|
.endif # SUN_JRE13_BUILDLINK3_MK
|
|
|
|
UNLIMIT_RESOURCES+= datasize # Must be at least 131203
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|