openbsd-ports/math/camd/files/Makefile
steven 1a4d40c435 import camd-2.2.1 library
constrained approximate minimum degree

"go ahead" pirofti@
2010-10-26 16:59:53 +00:00

11 lines
180 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/10/26 16:59:53 steven Exp $
LIB= camd
SRCS= camd_global.c
.for s in ${CSRC}
SRCS+= camd_i_${s}.c camd_l_${s}.c
.endfor
.include <bsd.lib.mk>