s/CFLAGS/CPPFLAGS/g

This commit is contained in:
thorpej 2000-06-21 19:34:22 +00:00
parent 3259331d60
commit c7fe9dcc88
32 changed files with 64 additions and 64 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: asn1.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: asn1.inc,v 1.2 2000/06/21 19:34:22 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/asn1
CFLAGS+= -I${OPENSSLSRC}/crypto/asn1
CPPFLAGS+= -I${OPENSSLSRC}/crypto/asn1
SRCS+= a_object.c a_bitstr.c a_utctm.c a_gentm.c a_time.c a_int.c a_octet.c \
a_print.c a_type.c a_set.c a_dup.c a_d2i_fp.c a_i2d_fp.c a_bmp.c \

View File

@ -1,4 +1,4 @@
# $NetBSD: bf.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: bf.inc,v 1.2 2000/06/21 19:34:23 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/bf
CFLAGS+= -I${OPENSSLSRC}/crypto/bf
CPPFLAGS+= -I${OPENSSLSRC}/crypto/bf
SRCS+=bf_skey.c bf_ecb.c bf_enc.c bf_cfb64.c bf_ofb64.c

View File

@ -1,4 +1,4 @@
# $NetBSD: bio.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: bio.inc,v 1.2 2000/06/21 19:34:24 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/bio
CFLAGS+= -I${OPENSSLSRC}/crypto/bio
CPPFLAGS+= -I${OPENSSLSRC}/crypto/bio
SRCS+= bio_lib.c bio_cb.c bio_err.c \
bss_mem.c bss_null.c bss_fd.c \

View File

@ -1,4 +1,4 @@
# $NetBSD: bn.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: bn.inc,v 1.2 2000/06/21 19:34:24 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/bn
CFLAGS+= -I${OPENSSLSRC}/crypto/bn
CPPFLAGS+= -I${OPENSSLSRC}/crypto/bn
SRCS+= bn_add.c bn_div.c bn_exp.c bn_lib.c bn_mul.c \
bn_print.c bn_rand.c bn_shift.c bn_word.c bn_blind.c \

View File

@ -1,4 +1,4 @@
# $NetBSD: buffer.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: buffer.inc,v 1.2 2000/06/21 19:34:24 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/buffer
CFLAGS+= -I${OPENSSLSRC}/crypto/buffer
CPPFLAGS+= -I${OPENSSLSRC}/crypto/buffer
SRCS+= buffer.c buf_err.c

View File

@ -1,4 +1,4 @@
# $NetBSD: cast.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: cast.inc,v 1.2 2000/06/21 19:34:24 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/cast
CFLAGS+= -I${OPENSSLSRC}/crypto/cast
CPPFLAGS+= -I${OPENSSLSRC}/crypto/cast
SRCS+=c_skey.c c_ecb.c c_enc.c c_cfb64.c c_ofb64.c

View File

@ -1,4 +1,4 @@
# $NetBSD: comp.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: comp.inc,v 1.2 2000/06/21 19:34:24 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/comp
CFLAGS+= -I${OPENSSLSRC}/crypto/comp
CPPFLAGS+= -I${OPENSSLSRC}/crypto/comp
SRCS+= comp_lib.c \
c_rle.c c_zlib.c

View File

@ -1,4 +1,4 @@
# $NetBSD: conf.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: conf.inc,v 1.2 2000/06/21 19:34:24 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/conf
CFLAGS+= -I${OPENSSLSRC}/crypto/conf
CPPFLAGS+= -I${OPENSSLSRC}/crypto/conf
SRCS+= conf.c conf_err.c

View File

@ -1,4 +1,4 @@
# $NetBSD: crypto.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: crypto.inc,v 1.2 2000/06/21 19:34:24 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto
CFLAGS+= -I${OPENSSLSRC}/crypto
CPPFLAGS+= -I${OPENSSLSRC}/crypto
SRCS+= cryptlib.c mem.c cversion.c ex_data.c tmdiff.c cpt_err.c

View File

@ -1,4 +1,4 @@
# $NetBSD: des.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: des.inc,v 1.2 2000/06/21 19:34:24 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/des
CFLAGS+= -I${OPENSSLSRC}/crypto/des
CPPFLAGS+= -I${OPENSSLSRC}/crypto/des
SRCS+= set_key.c ecb_enc.c cbc_enc.c \
ecb3_enc.c cfb64enc.c cfb64ede.c cfb_enc.c ofb64ede.c \

View File

@ -1,4 +1,4 @@
# $NetBSD: dh.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: dh.inc,v 1.2 2000/06/21 19:34:25 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/dh
CFLAGS+= -I${OPENSSLSRC}/crypto/dh
CPPFLAGS+= -I${OPENSSLSRC}/crypto/dh
SRCS+= dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c

View File

@ -1,4 +1,4 @@
# $NetBSD: dsa.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: dsa.inc,v 1.2 2000/06/21 19:34:25 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/dsa
CFLAGS+= -I${OPENSSLSRC}/crypto/dsa
CPPFLAGS+= -I${OPENSSLSRC}/crypto/dsa
SRCS+= dsa_gen.c dsa_key.c dsa_lib.c dsa_asn1.c dsa_vrf.c dsa_sign.c dsa_err.c

View File

@ -1,4 +1,4 @@
# $NetBSD: err.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: err.inc,v 1.2 2000/06/21 19:34:25 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/err
CFLAGS+= -I${OPENSSLSRC}/crypto/err
CPPFLAGS+= -I${OPENSSLSRC}/crypto/err
SRCS+=err.c err_all.c err_prn.c

View File

@ -1,4 +1,4 @@
# $NetBSD: evp.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: evp.inc,v 1.2 2000/06/21 19:34:25 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/evp
CFLAGS+= -I${OPENSSLSRC}/crypto/evp
CPPFLAGS+= -I${OPENSSLSRC}/crypto/evp
SRCS+= encode.c digest.c evp_enc.c evp_key.c \
e_ecb_d.c e_cbc_d.c e_cfb_d.c e_ofb_d.c \

View File

@ -1,4 +1,4 @@
# $NetBSD: hmac.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: hmac.inc,v 1.2 2000/06/21 19:34:25 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/hmac
CFLAGS+= -I${OPENSSLSRC}/crypto/hmac
CPPFLAGS+= -I${OPENSSLSRC}/crypto/hmac
SRCS+=hmac.c

View File

@ -1,4 +1,4 @@
# $NetBSD: lhash.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: lhash.inc,v 1.2 2000/06/21 19:34:25 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/lhash
CFLAGS+= -I${OPENSSLSRC}/crypto/lhash
CPPFLAGS+= -I${OPENSSLSRC}/crypto/lhash
SRCS+=lhash.c lh_stats.c

View File

@ -1,4 +1,4 @@
# $NetBSD: md2.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: md2.inc,v 1.2 2000/06/21 19:34:25 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/md2
CFLAGS+= -I${OPENSSLSRC}/crypto/md2
CPPFLAGS+= -I${OPENSSLSRC}/crypto/md2
SRCS+=md2_dgst.c md2_one.c

View File

@ -1,4 +1,4 @@
# $NetBSD: md5.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: md5.inc,v 1.2 2000/06/21 19:34:25 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/md5
CFLAGS+= -I${OPENSSLSRC}/crypto/md5
CPPFLAGS+= -I${OPENSSLSRC}/crypto/md5
SRCS+=md5_dgst.c md5_one.c $(MD5_ASM_OBJ)

View File

@ -1,4 +1,4 @@
# $NetBSD: mdc2.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: mdc2.inc,v 1.2 2000/06/21 19:34:25 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/mdc2
CFLAGS+= -I${OPENSSLSRC}/crypto/mdc2
CPPFLAGS+= -I${OPENSSLSRC}/crypto/mdc2
SRCS+=mdc2dgst.c mdc2_one.c

View File

@ -1,4 +1,4 @@
# $NetBSD: objects.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: objects.inc,v 1.2 2000/06/21 19:34:25 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/objects
CFLAGS+= -I${OPENSSLSRC}/crypto/objects
CPPFLAGS+= -I${OPENSSLSRC}/crypto/objects
SRCS+= o_names.c obj_dat.c obj_lib.c obj_err.c

View File

@ -1,4 +1,4 @@
# $NetBSD: pem.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: pem.inc,v 1.2 2000/06/21 19:34:26 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/pem
CFLAGS+= -I${OPENSSLSRC}/crypto/pem
CPPFLAGS+= -I${OPENSSLSRC}/crypto/pem
SRCS+= pem_sign.c pem_seal.c pem_info.c pem_lib.c pem_all.c pem_err.c

View File

@ -1,4 +1,4 @@
# $NetBSD: pkcs12.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: pkcs12.inc,v 1.2 2000/06/21 19:34:26 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/pkcs12
CFLAGS+= -I${OPENSSLSRC}/crypto/pkcs12
CPPFLAGS+= -I${OPENSSLSRC}/crypto/pkcs12
SRCS+= p12_add.c p12_attr.c p12_bags.c p12_crpt.c p12_crt.c p12_decr.c \
p12_init.c p12_key.c p12_kiss.c p12_lib.c p12_mac.c p12_mutl.c\

View File

@ -1,4 +1,4 @@
# $NetBSD: pkcs7.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: pkcs7.inc,v 1.2 2000/06/21 19:34:26 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/pkcs7
CFLAGS+= -I${OPENSSLSRC}/crypto/pkcs7
CPPFLAGS+= -I${OPENSSLSRC}/crypto/pkcs7
SRCS+= pk7_lib.c pkcs7err.c pk7_doit.c

View File

@ -1,4 +1,4 @@
# $NetBSD: rand.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: rand.inc,v 1.2 2000/06/21 19:34:26 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/rand
CFLAGS+= -I${OPENSSLSRC}/crypto/rand
CPPFLAGS+= -I${OPENSSLSRC}/crypto/rand
SRCS+=md_rand.c randfile.c rand_lib.c

View File

@ -1,4 +1,4 @@
# $NetBSD: rc2.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: rc2.inc,v 1.2 2000/06/21 19:34:26 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/rc2
CFLAGS+= -I${OPENSSLSRC}/crypto/rc2
CPPFLAGS+= -I${OPENSSLSRC}/crypto/rc2
SRCS+=rc2_ecb.c rc2_skey.c rc2_cbc.c rc2cfb64.c rc2ofb64.c

View File

@ -1,4 +1,4 @@
# $NetBSD: rc4.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: rc4.inc,v 1.2 2000/06/21 19:34:26 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/rc4
CFLAGS+= -I${OPENSSLSRC}/crypto/rc4
CPPFLAGS+= -I${OPENSSLSRC}/crypto/rc4
SRCS+=rc4_skey.c rc4_enc.c

View File

@ -1,4 +1,4 @@
# $NetBSD: ripemd.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: ripemd.inc,v 1.2 2000/06/21 19:34:27 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/ripemd
CFLAGS+= -I${OPENSSLSRC}/crypto/ripemd
CPPFLAGS+= -I${OPENSSLSRC}/crypto/ripemd
SRCS+=rmd_dgst.c rmd_one.c $(RMD160_ASM_OBJ)

View File

@ -1,4 +1,4 @@
# $NetBSD: sha.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: sha.inc,v 1.2 2000/06/21 19:34:27 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/sha
CFLAGS+= -I${OPENSSLSRC}/crypto/sha
CPPFLAGS+= -I${OPENSSLSRC}/crypto/sha
SRCS+=sha_dgst.c sha1dgst.c sha_one.c sha1_one.c $(SHA1_ASM_OBJ)

View File

@ -1,4 +1,4 @@
# $NetBSD: stack.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: stack.inc,v 1.2 2000/06/21 19:34:28 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/stack
CFLAGS+= -I${OPENSSLSRC}/crypto/stack
CPPFLAGS+= -I${OPENSSLSRC}/crypto/stack
SRCS+=stack.c

View File

@ -1,4 +1,4 @@
# $NetBSD: txt_db.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: txt_db.inc,v 1.2 2000/06/21 19:34:28 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/txt_db
CFLAGS+= -I${OPENSSLSRC}/crypto/txt_db
CPPFLAGS+= -I${OPENSSLSRC}/crypto/txt_db
SRCS+=txt_db.c

View File

@ -1,4 +1,4 @@
# $NetBSD: x509.inc,v 1.1.1.1 2000/06/16 04:21:31 thorpej Exp $
# $NetBSD: x509.inc,v 1.2 2000/06/21 19:34:32 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/x509
CFLAGS+= -I${OPENSSLSRC}/crypto/x509
CPPFLAGS+= -I${OPENSSLSRC}/crypto/x509
SRCS+= x509_def.c x509_d2.c x509_r2x.c x509_cmp.c \
x509_obj.c x509_req.c x509_vfy.c \

View File

@ -1,4 +1,4 @@
# $NetBSD: x509v3.inc,v 1.1.1.1 2000/06/16 04:21:32 thorpej Exp $
# $NetBSD: x509v3.inc,v 1.2 2000/06/21 19:34:33 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -7,7 +7,7 @@
.PATH: ${OPENSSLSRC}/crypto/x509v3
CFLAGS+= -I${OPENSSLSRC}/crypto/x509v3
CPPFLAGS+= -I${OPENSSLSRC}/crypto/x509v3
SRCS+= v3_bcons.c v3_bitst.c v3_conf.c v3_extku.c v3_ia5.c v3_lib.c \
v3_prn.c v3_utl.c v3err.c v3_genn.c v3_alt.c v3_skey.c v3_akey.c v3_pku.c \