2007-12-10 01:44:12 +03:00
|
|
|
# $NetBSD: ec.inc,v 1.4 2007/12/09 22:44:16 adrianp Exp $
|
2003-07-24 18:16:30 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2007-12-10 01:44:12 +03:00
|
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/ec/Makefile
|
2003-07-24 18:16:30 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/ec
|
|
|
|
|
|
|
|
|
2006-03-17 23:47:45 +03:00
|
|
|
EC_SRCS = ec_lib.c ecp_smpl.c ecp_mont.c ecp_nist.c ec_cvt.c ec_mult.c \
|
2005-11-25 22:15:08 +03:00
|
|
|
ec_err.c ec_asn1.c ec_key.c ec_print.c ec_curve.c ec2_smpl.c \
|
|
|
|
ec2_mult.c ec_check.c
|
2006-03-17 23:47:45 +03:00
|
|
|
SRCS += ${EC_SRCS}
|
|
|
|
|
|
|
|
.for cryptosrc in ${EC_SRCS}
|
|
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ec
|
|
|
|
.endfor
|