1a4d40c435
constrained approximate minimum degree "go ahead" pirofti@
11 lines
180 B
Makefile
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>
|