17 lines
406 B
PHP
17 lines
406 B
PHP
# $NetBSD: ripemd.inc,v 1.5 2006/03/17 20:47:45 dsl Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/ripemd/Makefile.ssl
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/ripemd
|
|
|
|
|
|
RIPEMD_SRCS = rmd_dgst.c rmd_one.c
|
|
SRCS += ${RIPEMD_SRCS}
|
|
|
|
.for cryptosrc in ${RIPEMD_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ripemd
|
|
.endfor
|