the libraries that libcpath links against. From ChangeLog: 20130609 * fix in .pc.in file 20130509 * removed CRT functions * updated dependencies 20130413 * updated dependencies 20130404 * textual changes * updated dependencies 20130327 * small updates 20130113 * updated msvscpp files 20130103 * 2013 update
17 lines
496 B
Makefile
17 lines
496 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2013/06/09 22:01:57 othyro Exp $
|
|
|
|
BUILDLINK_TREE+= libcpath
|
|
|
|
.if !defined(LIBCPATH_BUILDLINK3_MK)
|
|
LIBCPATH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libcpath+= libcpath>=20121225
|
|
BUILDLINK_PKGSRCDIR.libcpath?= ../../wip/libcpath
|
|
|
|
.include "../../wip/libuna/buildlink3.mk"
|
|
.include "../../wip/libcsplit/buildlink3.mk"
|
|
.include "../../wip/libclocale/buildlink3.mk"
|
|
.include "../../wip/libcerror/buildlink3.mk"
|
|
.endif # LIBCPATH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libcpath
|