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
28 lines
912 B
Makefile
28 lines
912 B
Makefile
# $NetBSD: buildlink3.mk,v 1.10 2006/07/08 23:10:42 jlam Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
GAL_BUILDLINK3_MK:= ${GAL_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= gal
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngal}
|
|
BUILDLINK_PACKAGES+= gal
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gal
|
|
|
|
.if !empty(GAL_BUILDLINK3_MK:M+)
|
|
BUILDLINK_API_DEPENDS.gal+= gal>=0.22nb6
|
|
BUILDLINK_ABI_DEPENDS.gal?= gal>=0.24nb3
|
|
BUILDLINK_PKGSRCDIR.gal?= ../../devel/gal
|
|
.endif # GAL_BUILDLINK3_MK
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/bonobo/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../print/gnome-print/buildlink3.mk"
|
|
.include "../../sysutils/gnome-vfs/buildlink3.mk"
|
|
#.include "../../textproc/libunicode/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|