contains the basic classes used by all DUNE modules. It provides some infrastructural classes for debugging and exception handling as well as a library to handle dense matrices and vectors.
14 lines
343 B
Makefile
14 lines
343 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2012/09/15 23:57:55 jihbed Exp $
|
|
|
|
BUILDLINK_TREE+= dune-common
|
|
|
|
.if !defined(DUNE_COMMON_BUILDLINK3_MK)
|
|
DUNE_COMMON_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.dune-common+= dune-common>=2.2.0
|
|
BUILDLINK_PKGSRCDIR.dune-common?= ../../wip/dune-common
|
|
|
|
|
|
.endif # DUNE_COMMON_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -dune-common
|