| @@ -0,0 +1,150 @@ | ||
| # | ||
| # OpenSSL/crypto/dso/Makefile | ||
| # | ||
|
|
||
| DIR= dso | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= -I.. -I$(TOP) -I../../include | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile | ||
| TEST= | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC= dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c \ | ||
| dso_openssl.c dso_win32.c dso_vms.c dso_beos.c | ||
| LIBOBJ= dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_null.o \ | ||
| dso_openssl.o dso_win32.o dso_vms.o dso_beos.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= dso.h | ||
| HEADER= $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| dso_beos.o: ../../e_os.h ../../include/openssl/bio.h | ||
| dso_beos.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| dso_beos.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h | ||
| dso_beos.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| dso_beos.o: ../../include/openssl/opensslconf.h | ||
| dso_beos.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| dso_beos.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| dso_beos.o: ../../include/openssl/symhacks.h ../cryptlib.h dso_beos.c | ||
| dso_dl.o: ../../e_os.h ../../include/openssl/bio.h | ||
| dso_dl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| dso_dl.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h | ||
| dso_dl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| dso_dl.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| dso_dl.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
| dso_dl.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| dso_dl.o: ../cryptlib.h dso_dl.c | ||
| dso_dlfcn.o: ../../e_os.h ../../include/openssl/bio.h | ||
| dso_dlfcn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| dso_dlfcn.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h | ||
| dso_dlfcn.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| dso_dlfcn.o: ../../include/openssl/opensslconf.h | ||
| dso_dlfcn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| dso_dlfcn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| dso_dlfcn.o: ../../include/openssl/symhacks.h ../cryptlib.h dso_dlfcn.c | ||
| dso_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | ||
| dso_err.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h | ||
| dso_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| dso_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| dso_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
| dso_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| dso_err.o: dso_err.c | ||
| dso_lib.o: ../../e_os.h ../../include/openssl/bio.h | ||
| dso_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| dso_lib.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h | ||
| dso_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| dso_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| dso_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
| dso_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| dso_lib.o: ../cryptlib.h dso_lib.c | ||
| dso_null.o: ../../e_os.h ../../include/openssl/bio.h | ||
| dso_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| dso_null.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h | ||
| dso_null.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| dso_null.o: ../../include/openssl/opensslconf.h | ||
| dso_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| dso_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| dso_null.o: ../../include/openssl/symhacks.h ../cryptlib.h dso_null.c | ||
| dso_openssl.o: ../../e_os.h ../../include/openssl/bio.h | ||
| dso_openssl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| dso_openssl.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h | ||
| dso_openssl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| dso_openssl.o: ../../include/openssl/opensslconf.h | ||
| dso_openssl.o: ../../include/openssl/opensslv.h | ||
| dso_openssl.o: ../../include/openssl/ossl_typ.h | ||
| dso_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| dso_openssl.o: ../../include/openssl/symhacks.h ../cryptlib.h dso_openssl.c | ||
| dso_vms.o: ../../e_os.h ../../include/openssl/bio.h | ||
| dso_vms.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| dso_vms.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h | ||
| dso_vms.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| dso_vms.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| dso_vms.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
| dso_vms.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| dso_vms.o: ../cryptlib.h dso_vms.c | ||
| dso_win32.o: ../../e_os.h ../../include/openssl/bio.h | ||
| dso_win32.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| dso_win32.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h | ||
| dso_win32.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| dso_win32.o: ../../include/openssl/opensslconf.h | ||
| dso_win32.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| dso_win32.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| dso_win32.o: ../../include/openssl/symhacks.h ../cryptlib.h dso_win32.c |
| @@ -0,0 +1,263 @@ | ||
| # | ||
| # crypto/ec/Makefile | ||
| # | ||
|
|
||
| DIR= ec | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= -I.. -I$(TOP) -I../../include | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile | ||
| TEST=ectest.c | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC= ec_lib.c ecp_smpl.c ecp_mont.c ecp_nist.c ec_cvt.c ec_mult.c\ | ||
| ec_err.c ec_curve.c ec_check.c ec_print.c ec_asn1.c ec_key.c\ | ||
| ec2_smpl.c ec2_mult.c ec_ameth.c ec_pmeth.c eck_prn.c \ | ||
| ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c \ | ||
| ecp_oct.c ec2_oct.c ec_oct.c | ||
|
|
||
| LIBOBJ= ec_lib.o ecp_smpl.o ecp_mont.o ecp_nist.o ec_cvt.o ec_mult.o\ | ||
| ec_err.o ec_curve.o ec_check.o ec_print.o ec_asn1.o ec_key.o\ | ||
| ec2_smpl.o ec2_mult.o ec_ameth.o ec_pmeth.o eck_prn.o \ | ||
| ecp_nistp224.o ecp_nistp256.o ecp_nistp521.o ecp_nistputil.o \ | ||
| ecp_oct.o ec2_oct.o ec_oct.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= ec.h | ||
| HEADER= ec_lcl.h $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| ec2_mult.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ec2_mult.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ec2_mult.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ec2_mult.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ec2_mult.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ec2_mult.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec2_mult.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ec2_mult.o: ../../include/openssl/symhacks.h ec2_mult.c ec_lcl.h | ||
| ec2_oct.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ec2_oct.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ec2_oct.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ec2_oct.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ec2_oct.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ec2_oct.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec2_oct.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ec2_oct.o: ../../include/openssl/symhacks.h ec2_oct.c ec_lcl.h | ||
| ec2_smpl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ec2_smpl.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ec2_smpl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ec2_smpl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ec2_smpl.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ec2_smpl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec2_smpl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ec2_smpl.o: ../../include/openssl/symhacks.h ec2_smpl.c ec_lcl.h | ||
| ec_ameth.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| ec_ameth.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | ||
| ec_ameth.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h | ||
| ec_ameth.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ec_ameth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| ec_ameth.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| ec_ameth.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| ec_ameth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| ec_ameth.o: ../../include/openssl/opensslconf.h | ||
| ec_ameth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec_ameth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| ec_ameth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| ec_ameth.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| ec_ameth.o: ../../include/openssl/x509_vfy.h ../asn1/asn1_locl.h ../cryptlib.h | ||
| ec_ameth.o: ec_ameth.c | ||
| ec_asn1.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h | ||
| ec_asn1.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | ||
| ec_asn1.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ec_asn1.o: ../../include/openssl/ec.h ../../include/openssl/err.h | ||
| ec_asn1.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| ec_asn1.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| ec_asn1.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec_asn1.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ec_asn1.o: ../../include/openssl/symhacks.h ec_asn1.c ec_lcl.h | ||
| ec_check.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ec_check.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ec_check.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ec_check.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ec_check.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ec_check.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec_check.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ec_check.o: ../../include/openssl/symhacks.h ec_check.c ec_lcl.h | ||
| ec_curve.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ec_curve.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ec_curve.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ec_curve.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ec_curve.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ec_curve.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec_curve.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ec_curve.o: ../../include/openssl/symhacks.h ec_curve.c ec_lcl.h | ||
| ec_cvt.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ec_cvt.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ec_cvt.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ec_cvt.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ec_cvt.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ec_cvt.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec_cvt.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ec_cvt.o: ../../include/openssl/symhacks.h ec_cvt.c ec_lcl.h | ||
| ec_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ec_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ec_err.o: ../../include/openssl/ec.h ../../include/openssl/err.h | ||
| ec_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
| ec_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ec_err.o: ../../include/openssl/symhacks.h ec_err.c | ||
| ec_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ec_key.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ec_key.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ec_key.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ec_key.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ec_key.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ec_key.o: ../../include/openssl/symhacks.h ec_key.c ec_lcl.h | ||
| ec_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ec_lib.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ec_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ec_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ec_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ec_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ec_lib.o: ../../include/openssl/symhacks.h ec_lcl.h ec_lib.c | ||
| ec_mult.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ec_mult.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ec_mult.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ec_mult.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ec_mult.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ec_mult.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec_mult.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ec_mult.o: ../../include/openssl/symhacks.h ec_lcl.h ec_mult.c | ||
| ec_oct.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ec_oct.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ec_oct.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ec_oct.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ec_oct.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ec_oct.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec_oct.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ec_oct.o: ../../include/openssl/symhacks.h ec_lcl.h ec_oct.c | ||
| ec_pmeth.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| ec_pmeth.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h | ||
| ec_pmeth.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| ec_pmeth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ec_pmeth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| ec_pmeth.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| ec_pmeth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| ec_pmeth.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| ec_pmeth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec_pmeth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| ec_pmeth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| ec_pmeth.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| ec_pmeth.o: ../../include/openssl/x509_vfy.h ../cryptlib.h ../evp/evp_locl.h | ||
| ec_pmeth.o: ec_pmeth.c | ||
| ec_print.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ec_print.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ec_print.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ec_print.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ec_print.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ec_print.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ec_print.o: ../../include/openssl/symhacks.h ec_lcl.h ec_print.c | ||
| eck_prn.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| eck_prn.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | ||
| eck_prn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| eck_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| eck_prn.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| eck_prn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| eck_prn.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| eck_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| eck_prn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| eck_prn.o: ../../include/openssl/symhacks.h ../cryptlib.h eck_prn.c | ||
| ecp_mont.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ecp_mont.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ecp_mont.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ecp_mont.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ecp_mont.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ecp_mont.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ecp_mont.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ecp_mont.o: ../../include/openssl/symhacks.h ec_lcl.h ecp_mont.c | ||
| ecp_nist.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ecp_nist.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ecp_nist.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ecp_nist.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ecp_nist.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ecp_nist.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ecp_nist.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ecp_nist.o: ../../include/openssl/symhacks.h ec_lcl.h ecp_nist.c | ||
| ecp_nistp224.o: ../../include/openssl/opensslconf.h ecp_nistp224.c | ||
| ecp_nistp256.o: ../../include/openssl/opensslconf.h ecp_nistp256.c | ||
| ecp_nistp521.o: ../../include/openssl/opensslconf.h ecp_nistp521.c | ||
| ecp_nistputil.o: ../../include/openssl/opensslconf.h ecp_nistputil.c | ||
| ecp_oct.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ecp_oct.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ecp_oct.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ecp_oct.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ecp_oct.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ecp_oct.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ecp_oct.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ecp_oct.o: ../../include/openssl/symhacks.h ec_lcl.h ecp_oct.c | ||
| ecp_smpl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ecp_smpl.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ecp_smpl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ecp_smpl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ecp_smpl.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| ecp_smpl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ecp_smpl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ecp_smpl.o: ../../include/openssl/symhacks.h ec_lcl.h ecp_smpl.c |
| @@ -0,0 +1,116 @@ | ||
| # | ||
| # crypto/ecdh/Makefile | ||
| # | ||
|
|
||
| DIR= ecdh | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= -I.. -I$(TOP) -I../../include | ||
| CFLAG=-g -Wall | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile | ||
| TEST=ecdhtest.c | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC= ech_lib.c ech_ossl.c ech_key.c ech_err.c | ||
|
|
||
| LIBOBJ= ech_lib.o ech_ossl.o ech_key.o ech_err.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= ecdh.h | ||
| HEADER= ech_locl.h $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| ech_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ech_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ech_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| ech_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ech_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| ech_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
| ech_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| ech_err.o: ech_err.c | ||
| ech_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ech_key.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ech_key.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| ech_key.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| ech_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
| ech_key.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| ech_key.o: ech_key.c ech_locl.h | ||
| ech_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ech_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| ech_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ech_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| ech_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.h | ||
| ech_lib.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| ech_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| ech_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| ech_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h | ||
| ech_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| ech_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| ech_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
| ech_lib.o: ech_lib.c ech_locl.h | ||
| ech_ossl.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| ech_ossl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | ||
| ech_ossl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| ech_ossl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ech_ossl.o: ../../include/openssl/ecdh.h ../../include/openssl/err.h | ||
| ech_ossl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| ech_ossl.o: ../../include/openssl/opensslconf.h | ||
| ech_ossl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ech_ossl.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| ech_ossl.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| ech_ossl.o: ../cryptlib.h ech_locl.h ech_ossl.c |
| @@ -0,0 +1,140 @@ | ||
| # | ||
| # crypto/ecdsa/Makefile | ||
| # | ||
|
|
||
| DIR= ecdsa | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= -I.. -I$(TOP) -I../../include | ||
| CFLAG=-g -Wall | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile | ||
| TEST=ecdsatest.c | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC= ecs_lib.c ecs_asn1.c ecs_ossl.c ecs_sign.c ecs_vrf.c ecs_err.c | ||
|
|
||
| LIBOBJ= ecs_lib.o ecs_asn1.o ecs_ossl.o ecs_sign.o ecs_vrf.o ecs_err.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= ecdsa.h | ||
| HEADER= ecs_locl.h $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| ecs_asn1.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h | ||
| ecs_asn1.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | ||
| ecs_asn1.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ecs_asn1.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| ecs_asn1.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
| ecs_asn1.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ecs_asn1.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ecs_asn1.o: ../../include/openssl/symhacks.h ecs_asn1.c ecs_locl.h | ||
| ecs_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ecs_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ecs_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdsa.h | ||
| ecs_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| ecs_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| ecs_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
| ecs_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| ecs_err.o: ecs_err.c | ||
| ecs_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ecs_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h | ||
| ecs_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ecs_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| ecs_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | ||
| ecs_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| ecs_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| ecs_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| ecs_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ecs_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| ecs_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| ecs_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| ecs_lib.o: ../../include/openssl/x509_vfy.h ecs_lib.c ecs_locl.h | ||
| ecs_ossl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ecs_ossl.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| ecs_ossl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ecs_ossl.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| ecs_ossl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| ecs_ossl.o: ../../include/openssl/opensslconf.h | ||
| ecs_ossl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ecs_ossl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ecs_ossl.o: ../../include/openssl/symhacks.h ecs_locl.h ecs_ossl.c | ||
| ecs_sign.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ecs_sign.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| ecs_sign.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ecs_sign.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| ecs_sign.o: ../../include/openssl/engine.h ../../include/openssl/evp.h | ||
| ecs_sign.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| ecs_sign.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| ecs_sign.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ecs_sign.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h | ||
| ecs_sign.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| ecs_sign.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| ecs_sign.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
| ecs_sign.o: ecs_locl.h ecs_sign.c | ||
| ecs_vrf.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ecs_vrf.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| ecs_vrf.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ecs_vrf.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| ecs_vrf.o: ../../include/openssl/engine.h ../../include/openssl/evp.h | ||
| ecs_vrf.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| ecs_vrf.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| ecs_vrf.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ecs_vrf.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| ecs_vrf.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| ecs_vrf.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| ecs_vrf.o: ../../include/openssl/x509_vfy.h ecs_locl.h ecs_vrf.c |
| @@ -0,0 +1,110 @@ | ||
| # | ||
| # OpenSSL/crypto/err/Makefile | ||
| # | ||
|
|
||
| DIR= err | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= -I.. -I$(TOP) -I../../include | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile | ||
| TEST= | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC=err.c err_all.c err_prn.c | ||
| LIBOBJ=err.o err_all.o err_prn.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= err.h | ||
| HEADER= $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| err.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
| err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| err.o: ../cryptlib.h err.c | ||
| err_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| err_all.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h | ||
| err_all.o: ../../include/openssl/cms.h ../../include/openssl/comp.h | ||
| err_all.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h | ||
| err_all.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h | ||
| err_all.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h | ||
| err_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| err_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | ||
| err_all.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| err_all.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| err_all.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h | ||
| err_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| err_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem2.h | ||
| err_all.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h | ||
| err_all.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h | ||
| err_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| err_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| err_all.o: ../../include/openssl/ts.h ../../include/openssl/ui.h | ||
| err_all.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
| err_all.o: ../../include/openssl/x509v3.h err_all.c | ||
| err_prn.o: ../../e_os.h ../../include/openssl/bio.h | ||
| err_prn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| err_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
| err_prn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
| err_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| err_prn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| err_prn.o: ../../include/openssl/symhacks.h ../cryptlib.h err_prn.c |
| @@ -0,0 +1,110 @@ | ||
| # | ||
| # OpenSSL/crypto/md/Makefile | ||
| # | ||
|
|
||
| DIR= hmac | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile | ||
| TEST=hmactest.c | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC=hmac.c hm_ameth.c hm_pmeth.c | ||
| LIBOBJ=hmac.o hm_ameth.o hm_pmeth.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= hmac.h | ||
| HEADER= $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| hm_ameth.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| hm_ameth.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| hm_ameth.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| hm_ameth.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| hm_ameth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| hm_ameth.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| hm_ameth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| hm_ameth.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| hm_ameth.o: ../../include/openssl/symhacks.h ../asn1/asn1_locl.h ../cryptlib.h | ||
| hm_ameth.o: hm_ameth.c | ||
| hm_pmeth.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| hm_pmeth.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| hm_pmeth.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h | ||
| hm_pmeth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| hm_pmeth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| hm_pmeth.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| hm_pmeth.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h | ||
| hm_pmeth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| hm_pmeth.o: ../../include/openssl/opensslconf.h | ||
| hm_pmeth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| hm_pmeth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| hm_pmeth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| hm_pmeth.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| hm_pmeth.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h | ||
| hm_pmeth.o: ../cryptlib.h ../evp/evp_locl.h hm_pmeth.c | ||
| hmac.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| hmac.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| hmac.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
| hmac.o: ../../include/openssl/evp.h ../../include/openssl/hmac.h | ||
| hmac.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| hmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| hmac.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| hmac.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| hmac.o: ../../include/openssl/symhacks.h ../cryptlib.h hmac.c |
| @@ -0,0 +1,89 @@ | ||
| # | ||
| # OpenSSL/crypto/idea/Makefile | ||
| # | ||
|
|
||
| DIR= idea | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile | ||
| TEST=ideatest.c | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC=i_cbc.c i_cfb64.c i_ofb64.c i_ecb.c i_skey.c | ||
| LIBOBJ=i_cbc.o i_cfb64.o i_ofb64.o i_ecb.o i_skey.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= idea.h | ||
| HEADER= idea_lcl.h $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| i_cbc.o: ../../include/openssl/idea.h ../../include/openssl/opensslconf.h | ||
| i_cbc.o: i_cbc.c idea_lcl.h | ||
| i_cfb64.o: ../../include/openssl/idea.h ../../include/openssl/opensslconf.h | ||
| i_cfb64.o: i_cfb64.c idea_lcl.h | ||
| i_ecb.o: ../../include/openssl/idea.h ../../include/openssl/opensslconf.h | ||
| i_ecb.o: ../../include/openssl/opensslv.h i_ecb.c idea_lcl.h | ||
| i_ofb64.o: ../../include/openssl/idea.h ../../include/openssl/opensslconf.h | ||
| i_ofb64.o: i_ofb64.c idea_lcl.h | ||
| i_skey.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| i_skey.o: ../../include/openssl/idea.h ../../include/openssl/opensslconf.h | ||
| i_skey.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| i_skey.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| i_skey.o: ../../include/openssl/symhacks.h i_skey.c idea_lcl.h |
| @@ -0,0 +1,84 @@ | ||
| # | ||
| # OpenSSL/krb5/Makefile | ||
| # | ||
|
|
||
| DIR= krb5 | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= -I.. -I$(TOP) -I../../include | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile README | ||
| TEST= | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC= krb5_asn.c | ||
|
|
||
| LIBOBJ= krb5_asn.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= krb5_asn.h | ||
| HEADER= $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| krb5_asn.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h | ||
| krb5_asn.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | ||
| krb5_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/krb5_asn.h | ||
| krb5_asn.o: ../../include/openssl/opensslconf.h | ||
| krb5_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| krb5_asn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| krb5_asn.o: ../../include/openssl/symhacks.h krb5_asn.c |
| @@ -0,0 +1,88 @@ | ||
| # | ||
| # OpenSSL/crypto/lhash/Makefile | ||
| # | ||
|
|
||
| DIR= lhash | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile | ||
| TEST= | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC=lhash.c lh_stats.c | ||
| LIBOBJ=lhash.o lh_stats.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= lhash.h | ||
| HEADER= $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| lh_stats.o: ../../e_os.h ../../include/openssl/bio.h | ||
| lh_stats.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| lh_stats.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
| lh_stats.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
| lh_stats.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| lh_stats.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| lh_stats.o: ../../include/openssl/symhacks.h ../cryptlib.h lh_stats.c | ||
| lhash.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | ||
| lhash.o: ../../include/openssl/e_os2.h ../../include/openssl/lhash.h | ||
| lhash.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| lhash.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
| lhash.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h lhash.c |
| @@ -0,0 +1,89 @@ | ||
| # | ||
| # OpenSSL/crypto/md4/Makefile | ||
| # | ||
|
|
||
| DIR= md4 | ||
| TOP= ../.. | ||
| CC= cc | ||
| CPP= $(CC) -E | ||
| INCLUDES= | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile | ||
| TEST=md4test.c | ||
| APPS=md4.c | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC=md4_dgst.c md4_one.c | ||
| LIBOBJ=md4_dgst.o md4_one.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= md4.h | ||
| HEADER= md4_locl.h $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
| rm -f ../../include/openssl/$(EXHEADER) ../../test/$(TEST) ../../apps/$(APPS) | ||
|
|
||
| clean: | ||
| rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| md4_dgst.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| md4_dgst.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h | ||
| md4_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| md4_dgst.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| md4_dgst.o: ../../include/openssl/symhacks.h ../md32_common.h md4_dgst.c | ||
| md4_dgst.o: md4_locl.h | ||
| md4_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| md4_one.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h | ||
| md4_one.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| md4_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| md4_one.o: ../../include/openssl/symhacks.h md4_one.c |
| @@ -0,0 +1,102 @@ | ||
| # | ||
| # OpenSSL/crypto/md5/Makefile | ||
| # | ||
|
|
||
| DIR= md5 | ||
| TOP= ../.. | ||
| CC= cc | ||
| CPP= $(CC) -E | ||
| INCLUDES=-I.. -I$(TOP) -I../../include | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| MD5_ASM_OBJ= | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
| ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
| AFLAGS= $(ASFLAGS) | ||
|
|
||
| GENERAL=Makefile | ||
| TEST=md5test.c | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC=md5_dgst.c md5_one.c | ||
| LIBOBJ=md5_dgst.o md5_one.o $(MD5_ASM_OBJ) | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= md5.h | ||
| HEADER= md5_locl.h $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| md5-586.s: asm/md5-586.pl ../perlasm/x86asm.pl | ||
| $(PERL) asm/md5-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@ | ||
|
|
||
| md5-x86_64.s: asm/md5-x86_64.pl | ||
| $(PERL) asm/md5-x86_64.pl $(PERLASM_SCHEME) > $@ | ||
|
|
||
| md5-ia64.s: asm/md5-ia64.S | ||
| $(CC) $(CFLAGS) -E asm/md5-ia64.S | \ | ||
| $(PERL) -ne 's/;\s+/;\n/g; print;' > $@ | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| md5_dgst.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| md5_dgst.o: ../../include/openssl/md5.h ../../include/openssl/opensslconf.h | ||
| md5_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| md5_dgst.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| md5_dgst.o: ../../include/openssl/symhacks.h ../md32_common.h md5_dgst.c | ||
| md5_dgst.o: md5_locl.h | ||
| md5_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| md5_one.o: ../../include/openssl/md5.h ../../include/openssl/opensslconf.h | ||
| md5_one.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| md5_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| md5_one.o: ../../include/openssl/symhacks.h md5_one.c |
| @@ -0,0 +1,93 @@ | ||
| # | ||
| # OpenSSL/crypto/mdc2/Makefile | ||
| # | ||
|
|
||
| DIR= mdc2 | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile | ||
| TEST= mdc2test.c | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC=mdc2dgst.c mdc2_one.c | ||
| LIBOBJ=mdc2dgst.o mdc2_one.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= mdc2.h | ||
| HEADER= $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| mdc2_one.o: ../../e_os.h ../../include/openssl/bio.h | ||
| mdc2_one.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| mdc2_one.o: ../../include/openssl/des.h ../../include/openssl/des_old.h | ||
| mdc2_one.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
| mdc2_one.o: ../../include/openssl/lhash.h ../../include/openssl/mdc2.h | ||
| mdc2_one.o: ../../include/openssl/opensslconf.h | ||
| mdc2_one.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| mdc2_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| mdc2_one.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | ||
| mdc2_one.o: ../../include/openssl/ui_compat.h ../cryptlib.h mdc2_one.c | ||
| mdc2dgst.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | ||
| mdc2dgst.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | ||
| mdc2dgst.o: ../../include/openssl/mdc2.h ../../include/openssl/opensslconf.h | ||
| mdc2dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| mdc2dgst.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| mdc2dgst.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | ||
| mdc2dgst.o: ../../include/openssl/ui_compat.h mdc2dgst.c |
| @@ -0,0 +1,144 @@ | ||
| # | ||
| # OpenSSL/crypto/modes/Makefile | ||
| # | ||
|
|
||
| DIR= modes | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= -I.. -I$(TOP) -I../../include | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| MODES_ASM_OBJ= | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
| ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
| AFLAGS= $(ASFLAGS) | ||
|
|
||
| GENERAL=Makefile | ||
| TEST= | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC= cbc128.c ctr128.c cts128.c cfb128.c ofb128.c gcm128.c \ | ||
| ccm128.c xts128.c | ||
| LIBOBJ= cbc128.o ctr128.o cts128.o cfb128.o ofb128.o gcm128.o \ | ||
| ccm128.o xts128.o $(MODES_ASM_OBJ) | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| #EXHEADER= store.h str_compat.h | ||
| EXHEADER= modes.h | ||
| HEADER= modes_lcl.h $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| ghash-ia64.s: asm/ghash-ia64.pl | ||
| $(PERL) asm/ghash-ia64.pl $@ $(CFLAGS) | ||
| ghash-x86.s: asm/ghash-x86.pl | ||
| $(PERL) asm/ghash-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ | ||
| ghash-x86_64.s: asm/ghash-x86_64.pl | ||
| $(PERL) asm/ghash-x86_64.pl $(PERLASM_SCHEME) > $@ | ||
| ghash-sparcv9.s: asm/ghash-sparcv9.pl | ||
| $(PERL) asm/ghash-sparcv9.pl $@ $(CFLAGS) | ||
| ghash-alpha.s: asm/ghash-alpha.pl | ||
| (preproc=/tmp/$$$$.$@; trap "rm $$preproc" INT; \ | ||
| $(PERL) asm/ghash-alpha.pl > $$preproc && \ | ||
| $(CC) -E $$preproc > $@ && rm $$preproc) | ||
|
|
||
| ghash-parisc.s: asm/ghash-parisc.pl | ||
| $(PERL) asm/ghash-parisc.pl $(PERLASM_SCHEME) $@ | ||
|
|
||
| # GNU make "catch all" | ||
| ghash-%.S: asm/ghash-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@ | ||
|
|
||
| ghash-armv4.o: ghash-armv4.S | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| cbc128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| cbc128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
| cbc128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| cbc128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| cbc128.o: ../../include/openssl/symhacks.h cbc128.c modes_lcl.h | ||
| ccm128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ccm128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
| ccm128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ccm128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ccm128.o: ../../include/openssl/symhacks.h ccm128.c modes_lcl.h | ||
| cfb128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| cfb128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
| cfb128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| cfb128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| cfb128.o: ../../include/openssl/symhacks.h cfb128.c modes_lcl.h | ||
| ctr128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ctr128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
| ctr128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ctr128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ctr128.o: ../../include/openssl/symhacks.h ctr128.c modes_lcl.h | ||
| cts128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| cts128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
| cts128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| cts128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| cts128.o: ../../include/openssl/symhacks.h cts128.c modes_lcl.h | ||
| gcm128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| gcm128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
| gcm128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| gcm128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| gcm128.o: ../../include/openssl/symhacks.h gcm128.c modes_lcl.h | ||
| ofb128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ofb128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
| ofb128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ofb128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| ofb128.o: ../../include/openssl/symhacks.h modes_lcl.h ofb128.c | ||
| xts128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| xts128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
| xts128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| xts128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| xts128.o: ../../include/openssl/symhacks.h modes_lcl.h xts128.c |
| @@ -0,0 +1,130 @@ | ||
| # | ||
| # OpenSSL/crypto/objects/Makefile | ||
| # | ||
|
|
||
| DIR= objects | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= -I.. -I$(TOP) -I../../include | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
| PERL= perl | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile README | ||
| TEST= | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC= o_names.c obj_dat.c obj_lib.c obj_err.c obj_xref.c | ||
| LIBOBJ= o_names.o obj_dat.o obj_lib.o obj_err.o obj_xref.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= objects.h obj_mac.h | ||
| HEADER= $(EXHEADER) obj_dat.h obj_xref.h | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: obj_dat.h obj_xref.h lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| obj_dat.h: obj_dat.pl obj_mac.h | ||
| $(PERL) obj_dat.pl obj_mac.h obj_dat.h | ||
|
|
||
| # objects.pl both reads and writes obj_mac.num | ||
| obj_mac.h: objects.pl objects.txt obj_mac.num | ||
| $(PERL) objects.pl objects.txt obj_mac.num obj_mac.h | ||
| @sleep 1; touch obj_mac.h; sleep 1 | ||
|
|
||
| obj_xref.h: objxref.pl obj_xref.txt obj_mac.num | ||
| $(PERL) objxref.pl obj_mac.num obj_xref.txt > obj_xref.h | ||
| @sleep 1; touch obj_xref.h; sleep 1 | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| o_names.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| o_names.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| o_names.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| o_names.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| o_names.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
| o_names.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| o_names.o: o_names.c | ||
| obj_dat.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| obj_dat.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | ||
| obj_dat.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| obj_dat.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
| obj_dat.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| obj_dat.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| obj_dat.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| obj_dat.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| obj_dat.o: ../../include/openssl/symhacks.h ../cryptlib.h obj_dat.c obj_dat.h | ||
| obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| obj_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| obj_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| obj_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| obj_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| obj_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
| obj_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| obj_err.o: obj_err.c | ||
| obj_lib.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| obj_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| obj_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| obj_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| obj_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| obj_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| obj_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
| obj_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| obj_lib.o: ../cryptlib.h obj_lib.c | ||
| obj_xref.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| obj_xref.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| obj_xref.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| obj_xref.o: ../../include/openssl/opensslconf.h | ||
| obj_xref.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| obj_xref.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| obj_xref.o: ../../include/openssl/symhacks.h obj_xref.c obj_xref.h |
| @@ -0,0 +1,213 @@ | ||
| # | ||
| # OpenSSL/ocsp/Makefile | ||
| # | ||
|
|
||
| DIR= ocsp | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= -I.. -I$(TOP) -I../../include | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile README | ||
| TEST= | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC= ocsp_asn.c ocsp_ext.c ocsp_ht.c ocsp_lib.c ocsp_cl.c \ | ||
| ocsp_srv.c ocsp_prn.c ocsp_vfy.c ocsp_err.c | ||
|
|
||
| LIBOBJ= ocsp_asn.o ocsp_ext.o ocsp_ht.o ocsp_lib.o ocsp_cl.o \ | ||
| ocsp_srv.o ocsp_prn.o ocsp_vfy.o ocsp_err.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= ocsp.h | ||
| HEADER= $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| ocsp_asn.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h | ||
| ocsp_asn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| ocsp_asn.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h | ||
| ocsp_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ocsp_asn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| ocsp_asn.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| ocsp_asn.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| ocsp_asn.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h | ||
| ocsp_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ocsp_asn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| ocsp_asn.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| ocsp_asn.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| ocsp_asn.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h | ||
| ocsp_asn.o: ocsp_asn.c | ||
| ocsp_cl.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| ocsp_cl.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| ocsp_cl.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h | ||
| ocsp_cl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ocsp_cl.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| ocsp_cl.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| ocsp_cl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| ocsp_cl.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h | ||
| ocsp_cl.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| ocsp_cl.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.h | ||
| ocsp_cl.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h | ||
| ocsp_cl.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h | ||
| ocsp_cl.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| ocsp_cl.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| ocsp_cl.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h | ||
| ocsp_cl.o: ../cryptlib.h ocsp_cl.c | ||
| ocsp_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ocsp_err.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h | ||
| ocsp_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ocsp_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| ocsp_err.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| ocsp_err.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| ocsp_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| ocsp_err.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h | ||
| ocsp_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ocsp_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| ocsp_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| ocsp_err.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| ocsp_err.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h | ||
| ocsp_err.o: ocsp_err.c | ||
| ocsp_ext.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| ocsp_ext.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| ocsp_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h | ||
| ocsp_ext.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ocsp_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| ocsp_ext.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| ocsp_ext.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| ocsp_ext.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h | ||
| ocsp_ext.o: ../../include/openssl/opensslconf.h | ||
| ocsp_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ocsp_ext.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h | ||
| ocsp_ext.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| ocsp_ext.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| ocsp_ext.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
| ocsp_ext.o: ../../include/openssl/x509v3.h ../cryptlib.h ocsp_ext.c | ||
| ocsp_ht.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| ocsp_ht.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| ocsp_ht.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h | ||
| ocsp_ht.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ocsp_ht.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| ocsp_ht.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| ocsp_ht.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| ocsp_ht.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h | ||
| ocsp_ht.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| ocsp_ht.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h | ||
| ocsp_ht.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| ocsp_ht.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| ocsp_ht.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
| ocsp_ht.o: ../../include/openssl/x509v3.h ocsp_ht.c | ||
| ocsp_lib.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| ocsp_lib.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h | ||
| ocsp_lib.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h | ||
| ocsp_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ocsp_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| ocsp_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| ocsp_lib.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| ocsp_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| ocsp_lib.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h | ||
| ocsp_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ocsp_lib.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h | ||
| ocsp_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h | ||
| ocsp_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| ocsp_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| ocsp_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
| ocsp_lib.o: ../../include/openssl/x509v3.h ../cryptlib.h ocsp_lib.c | ||
| ocsp_prn.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ocsp_prn.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h | ||
| ocsp_prn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ocsp_prn.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| ocsp_prn.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| ocsp_prn.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| ocsp_prn.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| ocsp_prn.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h | ||
| ocsp_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ocsp_prn.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h | ||
| ocsp_prn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| ocsp_prn.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| ocsp_prn.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| ocsp_prn.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h | ||
| ocsp_prn.o: ocsp_prn.c | ||
| ocsp_srv.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| ocsp_srv.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| ocsp_srv.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h | ||
| ocsp_srv.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| ocsp_srv.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| ocsp_srv.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| ocsp_srv.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| ocsp_srv.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h | ||
| ocsp_srv.o: ../../include/openssl/opensslconf.h | ||
| ocsp_srv.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ocsp_srv.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h | ||
| ocsp_srv.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h | ||
| ocsp_srv.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| ocsp_srv.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| ocsp_srv.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
| ocsp_srv.o: ../../include/openssl/x509v3.h ../cryptlib.h ocsp_srv.c | ||
| ocsp_vfy.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| ocsp_vfy.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h | ||
| ocsp_vfy.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| ocsp_vfy.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| ocsp_vfy.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| ocsp_vfy.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| ocsp_vfy.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| ocsp_vfy.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h | ||
| ocsp_vfy.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| ocsp_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| ocsp_vfy.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| ocsp_vfy.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| ocsp_vfy.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h | ||
| ocsp_vfy.o: ocsp_vfy.c |
| @@ -0,0 +1,258 @@ | ||
| # | ||
| # OpenSSL/crypto/pem/Makefile | ||
| # | ||
|
|
||
| DIR= pem | ||
| TOP= ../.. | ||
| CC= cc | ||
| INCLUDES= -I.. -I$(TOP) -I../../include | ||
| CFLAG=-g | ||
| MAKEFILE= Makefile | ||
| AR= ar r | ||
|
|
||
| CFLAGS= $(INCLUDES) $(CFLAG) | ||
|
|
||
| GENERAL=Makefile | ||
| TEST= | ||
| APPS= | ||
|
|
||
| LIB=$(TOP)/libcrypto.a | ||
| LIBSRC= pem_sign.c pem_seal.c pem_info.c pem_lib.c pem_all.c pem_err.c \ | ||
| pem_x509.c pem_xaux.c pem_oth.c pem_pk8.c pem_pkey.c pvkfmt.c | ||
|
|
||
| LIBOBJ= pem_sign.o pem_seal.o pem_info.o pem_lib.o pem_all.o pem_err.o \ | ||
| pem_x509.o pem_xaux.o pem_oth.o pem_pk8.o pem_pkey.o pvkfmt.o | ||
|
|
||
| SRC= $(LIBSRC) | ||
|
|
||
| EXHEADER= pem.h pem2.h | ||
| HEADER= $(EXHEADER) | ||
|
|
||
| ALL= $(GENERAL) $(SRC) $(HEADER) | ||
|
|
||
| top: | ||
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) | ||
|
|
||
| all: lib | ||
|
|
||
| lib: $(LIBOBJ) | ||
| $(AR) $(LIB) $(LIBOBJ) | ||
| $(RANLIB) $(LIB) || echo Never mind. | ||
| @touch lib | ||
|
|
||
| files: | ||
| $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO | ||
|
|
||
| links: $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | ||
| @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | ||
|
|
||
| install: | ||
| @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | ||
| do \ | ||
| (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | ||
| chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ | ||
| done; | ||
|
|
||
| tags: | ||
| ctags $(SRC) | ||
|
|
||
| tests: | ||
|
|
||
| lint: | ||
| lint -DLINT $(INCLUDES) $(SRC)>fluff | ||
|
|
||
| depend: | ||
| @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC) | ||
|
|
||
| dclean: | ||
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | ||
| mv -f Makefile.new $(MAKEFILE) | ||
|
|
||
| clean: | ||
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | ||
|
|
||
| # DO NOT DELETE THIS LINE -- make depend depends on it. | ||
|
|
||
| pem_all.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| pem_all.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| pem_all.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h | ||
| pem_all.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h | ||
| pem_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| pem_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| pem_all.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| pem_all.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| pem_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| pem_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.h | ||
| pem_all.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h | ||
| pem_all.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h | ||
| pem_all.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| pem_all.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| pem_all.o: ../../include/openssl/x509_vfy.h ../cryptlib.h pem_all.c | ||
| pem_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| pem_err.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| pem_err.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| pem_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| pem_err.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| pem_err.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| pem_err.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| pem_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| pem_err.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h | ||
| pem_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| pem_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| pem_err.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| pem_err.o: ../../include/openssl/x509_vfy.h pem_err.c | ||
| pem_info.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| pem_info.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| pem_info.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h | ||
| pem_info.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| pem_info.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| pem_info.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| pem_info.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| pem_info.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| pem_info.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| pem_info.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h | ||
| pem_info.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h | ||
| pem_info.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| pem_info.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| pem_info.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
| pem_info.o: ../cryptlib.h pem_info.c | ||
| pem_lib.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| pem_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| pem_lib.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | ||
| pem_lib.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | ||
| pem_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| pem_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | ||
| pem_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| pem_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| pem_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| pem_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| pem_lib.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h | ||
| pem_lib.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h | ||
| pem_lib.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h | ||
| pem_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| pem_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | ||
| pem_lib.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h | ||
| pem_lib.o: ../../include/openssl/x509_vfy.h ../asn1/asn1_locl.h ../cryptlib.h | ||
| pem_lib.o: pem_lib.c | ||
| pem_oth.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| pem_oth.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| pem_oth.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| pem_oth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| pem_oth.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| pem_oth.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| pem_oth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| pem_oth.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| pem_oth.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.h | ||
| pem_oth.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h | ||
| pem_oth.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h | ||
| pem_oth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| pem_oth.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| pem_oth.o: ../../include/openssl/x509_vfy.h ../cryptlib.h pem_oth.c | ||
| pem_pk8.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| pem_pk8.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| pem_pk8.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| pem_pk8.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| pem_pk8.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| pem_pk8.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| pem_pk8.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| pem_pk8.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| pem_pk8.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.h | ||
| pem_pk8.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs12.h | ||
| pem_pk8.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h | ||
| pem_pk8.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| pem_pk8.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| pem_pk8.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
| pem_pk8.o: ../cryptlib.h pem_pk8.c | ||
| pem_pkey.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| pem_pkey.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| pem_pkey.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| pem_pkey.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| pem_pkey.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | ||
| pem_pkey.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| pem_pkey.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| pem_pkey.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| pem_pkey.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| pem_pkey.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h | ||
| pem_pkey.o: ../../include/openssl/pkcs12.h ../../include/openssl/pkcs7.h | ||
| pem_pkey.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h | ||
| pem_pkey.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| pem_pkey.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| pem_pkey.o: ../../include/openssl/x509_vfy.h ../asn1/asn1_locl.h ../cryptlib.h | ||
| pem_pkey.o: pem_pkey.c | ||
| pem_seal.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| pem_seal.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| pem_seal.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| pem_seal.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| pem_seal.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| pem_seal.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| pem_seal.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| pem_seal.o: ../../include/openssl/opensslconf.h | ||
| pem_seal.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| pem_seal.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h | ||
| pem_seal.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h | ||
| pem_seal.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h | ||
| pem_seal.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| pem_seal.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| pem_seal.o: ../../include/openssl/x509_vfy.h ../cryptlib.h pem_seal.c | ||
| pem_sign.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| pem_sign.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| pem_sign.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| pem_sign.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| pem_sign.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| pem_sign.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| pem_sign.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| pem_sign.o: ../../include/openssl/opensslconf.h | ||
| pem_sign.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| pem_sign.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h | ||
| pem_sign.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h | ||
| pem_sign.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| pem_sign.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| pem_sign.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
| pem_sign.o: ../cryptlib.h pem_sign.c | ||
| pem_x509.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| pem_x509.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| pem_x509.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| pem_x509.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| pem_x509.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| pem_x509.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| pem_x509.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| pem_x509.o: ../../include/openssl/opensslconf.h | ||
| pem_x509.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| pem_x509.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h | ||
| pem_x509.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| pem_x509.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| pem_x509.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| pem_x509.o: ../../include/openssl/x509_vfy.h ../cryptlib.h pem_x509.c | ||
| pem_xaux.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| pem_xaux.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| pem_xaux.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| pem_xaux.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| pem_xaux.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| pem_xaux.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| pem_xaux.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| pem_xaux.o: ../../include/openssl/opensslconf.h | ||
| pem_xaux.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| pem_xaux.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h | ||
| pem_xaux.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| pem_xaux.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| pem_xaux.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| pem_xaux.o: ../../include/openssl/x509_vfy.h ../cryptlib.h pem_xaux.c | ||
| pvkfmt.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| pvkfmt.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h | ||
| pvkfmt.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h | ||
| pvkfmt.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| pvkfmt.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| pvkfmt.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| pvkfmt.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| pvkfmt.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| pvkfmt.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| pvkfmt.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h | ||
| pvkfmt.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h | ||
| pvkfmt.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h | ||
| pvkfmt.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| pvkfmt.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| pvkfmt.o: ../../include/openssl/x509_vfy.h ../cryptlib.h pvkfmt.c |