⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 OpenSSL 0.9.8k 最新版OpenSSL
💻
📖 第 1 页 / 共 4 页
字号:
## OpenSSL/crypto/asn1/Makefile#DIR=	asn1TOP=	../..CC=	ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE=	MakefileAR=		ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=Makefile READMETEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC=	a_object.c a_bitstr.c a_utctm.c a_gentm.c a_time.c a_int.c a_octet.c \	a_print.c a_type.c a_set.c a_dup.c a_d2i_fp.c a_i2d_fp.c \	a_enum.c a_utf8.c a_sign.c a_digest.c a_verify.c a_mbstr.c a_strex.c \	x_algor.c x_val.c x_pubkey.c x_sig.c x_req.c x_attrib.c x_bignum.c \	x_long.c x_name.c x_x509.c x_x509a.c x_crl.c x_info.c x_spki.c nsseq.c \	d2i_pu.c d2i_pr.c i2d_pu.c i2d_pr.c\	t_req.c t_x509.c t_x509a.c t_crl.c t_pkey.c t_spki.c t_bitst.c \	tasn_new.c tasn_fre.c tasn_enc.c tasn_dec.c tasn_utl.c tasn_typ.c \	f_int.c f_string.c n_pkey.c \	f_enum.c a_hdr.c x_pkey.c a_bool.c x_exten.c asn_mime.c \	asn1_gen.c asn1_par.c asn1_lib.c asn1_err.c a_meth.c a_bytes.c a_strnid.c \	evp_asn1.c asn_pack.c p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.cLIBOBJ= a_object.o a_bitstr.o a_utctm.o a_gentm.o a_time.o a_int.o a_octet.o \	a_print.o a_type.o a_set.o a_dup.o a_d2i_fp.o a_i2d_fp.o \	a_enum.o a_utf8.o a_sign.o a_digest.o a_verify.o a_mbstr.o a_strex.o \	x_algor.o x_val.o x_pubkey.o x_sig.o x_req.o x_attrib.o x_bignum.o \	x_long.o x_name.o x_x509.o x_x509a.o x_crl.o x_info.o x_spki.o nsseq.o \	d2i_pu.o d2i_pr.o i2d_pu.o i2d_pr.o \	t_req.o t_x509.o t_x509a.o t_crl.o t_pkey.o t_spki.o t_bitst.o \	tasn_new.o tasn_fre.o tasn_enc.o tasn_dec.o tasn_utl.o tasn_typ.o \	f_int.o f_string.o n_pkey.o \	f_enum.o a_hdr.o x_pkey.o a_bool.o x_exten.o asn_mime.o \	asn1_gen.o asn1_par.o asn1_lib.o asn1_err.o a_meth.o a_bytes.o a_strnid.o \	evp_asn1.o asn_pack.o p5_pbe.o p5_pbev2.o p8_pkey.o asn_moid.oSRC= $(LIBSRC)EXHEADER=  asn1.h asn1_mac.h asn1t.hHEADER=	$(EXHEADER)ALL=    $(GENERAL) $(SRC) $(HEADER)top:	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)test:	test.c	cc -g -I../../include -c test.c	cc -g -I../../include -o test test.o -L../.. -lcryptopk:	pk.c	cc -g -I../../include -c pk.c	cc -g -I../../include -o pk pk.o -L../.. -lcryptoall:	liblib:	$(LIBOBJ)	$(ARX) $(LIB) $(LIBOBJ)	$(RANLIB) $(LIB) || echo Never mind.	@touch libfiles:	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFOlinks:	@$(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)>fluffdepend:	@[ -n "$(MAKEDEPEND)" ] # should be set by top 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.a_bitstr.o: ../../e_os.h ../../include/openssl/asn1.ha_bitstr.o: ../../include/openssl/bio.h ../../include/openssl/buffer.ha_bitstr.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_bitstr.o: ../../include/openssl/err.h ../../include/openssl/lhash.ha_bitstr.o: ../../include/openssl/opensslconf.ha_bitstr.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_bitstr.o: ../../include/openssl/safestack.h ../../include/openssl/stack.ha_bitstr.o: ../../include/openssl/symhacks.h ../cryptlib.h a_bitstr.ca_bool.o: ../../e_os.h ../../include/openssl/asn1.ha_bool.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.ha_bool.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.ha_bool.o: ../../include/openssl/e_os2.h ../../include/openssl/err.ha_bool.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.ha_bool.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_bool.o: ../../include/openssl/safestack.h ../../include/openssl/stack.ha_bool.o: ../../include/openssl/symhacks.h ../cryptlib.h a_bool.ca_bytes.o: ../../e_os.h ../../include/openssl/asn1.ha_bytes.o: ../../include/openssl/bio.h ../../include/openssl/buffer.ha_bytes.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_bytes.o: ../../include/openssl/err.h ../../include/openssl/lhash.ha_bytes.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.ha_bytes.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.ha_bytes.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.ha_bytes.o: ../cryptlib.h a_bytes.ca_d2i_fp.o: ../../e_os.h ../../include/openssl/asn1.ha_d2i_fp.o: ../../include/openssl/asn1_mac.h ../../include/openssl/bio.ha_d2i_fp.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.ha_d2i_fp.o: ../../include/openssl/e_os2.h ../../include/openssl/err.ha_d2i_fp.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.ha_d2i_fp.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_d2i_fp.o: ../../include/openssl/safestack.h ../../include/openssl/stack.ha_d2i_fp.o: ../../include/openssl/symhacks.h ../cryptlib.h a_d2i_fp.ca_digest.o: ../../e_os.h ../../include/openssl/asn1.ha_digest.o: ../../include/openssl/bio.h ../../include/openssl/buffer.ha_digest.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_digest.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.ha_digest.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.ha_digest.o: ../../include/openssl/evp.h ../../include/openssl/fips.ha_digest.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.ha_digest.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.ha_digest.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_digest.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.ha_digest.o: ../../include/openssl/sha.h ../../include/openssl/stack.ha_digest.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.ha_digest.o: ../../include/openssl/x509_vfy.h ../cryptlib.h a_digest.ca_dup.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.ha_dup.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.ha_dup.o: ../../include/openssl/e_os2.h ../../include/openssl/err.ha_dup.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.ha_dup.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_dup.o: ../../include/openssl/safestack.h ../../include/openssl/stack.ha_dup.o: ../../include/openssl/symhacks.h ../cryptlib.h a_dup.ca_enum.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.ha_enum.o: ../../include/openssl/bn.h ../../include/openssl/buffer.ha_enum.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_enum.o: ../../include/openssl/err.h ../../include/openssl/lhash.ha_enum.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.ha_enum.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.ha_enum.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.ha_enum.o: ../cryptlib.h a_enum.ca_gentm.o: ../../e_os.h ../../include/openssl/asn1.ha_gentm.o: ../../include/openssl/bio.h ../../include/openssl/buffer.ha_gentm.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_gentm.o: ../../include/openssl/err.h ../../include/openssl/lhash.ha_gentm.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.ha_gentm.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.ha_gentm.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.ha_gentm.o: ../cryptlib.h ../o_time.h a_gentm.ca_hdr.o: ../../e_os.h ../../include/openssl/asn1.ha_hdr.o: ../../include/openssl/asn1_mac.h ../../include/openssl/bio.ha_hdr.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.ha_hdr.o: ../../include/openssl/e_os2.h ../../include/openssl/err.ha_hdr.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.ha_hdr.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_hdr.o: ../../include/openssl/safestack.h ../../include/openssl/stack.ha_hdr.o: ../../include/openssl/symhacks.h ../cryptlib.h a_hdr.ca_i2d_fp.o: ../../e_os.h ../../include/openssl/asn1.ha_i2d_fp.o: ../../include/openssl/bio.h ../../include/openssl/buffer.ha_i2d_fp.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_i2d_fp.o: ../../include/openssl/err.h ../../include/openssl/lhash.ha_i2d_fp.o: ../../include/openssl/opensslconf.ha_i2d_fp.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_i2d_fp.o: ../../include/openssl/safestack.h ../../include/openssl/stack.ha_i2d_fp.o: ../../include/openssl/symhacks.h ../cryptlib.h a_i2d_fp.ca_int.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.ha_int.o: ../../include/openssl/bn.h ../../include/openssl/buffer.ha_int.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_int.o: ../../include/openssl/err.h ../../include/openssl/lhash.ha_int.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.ha_int.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.ha_int.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.ha_int.o: ../cryptlib.h a_int.ca_mbstr.o: ../../e_os.h ../../include/openssl/asn1.ha_mbstr.o: ../../include/openssl/bio.h ../../include/openssl/buffer.ha_mbstr.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_mbstr.o: ../../include/openssl/err.h ../../include/openssl/lhash.ha_mbstr.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.ha_mbstr.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.ha_mbstr.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.ha_mbstr.o: ../cryptlib.h a_mbstr.ca_meth.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.ha_meth.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.ha_meth.o: ../../include/openssl/e_os2.h ../../include/openssl/err.ha_meth.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.ha_meth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_meth.o: ../../include/openssl/safestack.h ../../include/openssl/stack.ha_meth.o: ../../include/openssl/symhacks.h ../cryptlib.h a_meth.ca_object.o: ../../e_os.h ../../include/openssl/asn1.ha_object.o: ../../include/openssl/bio.h ../../include/openssl/bn.ha_object.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.ha_object.o: ../../include/openssl/e_os2.h ../../include/openssl/err.ha_object.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.ha_object.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.ha_object.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_object.o: ../../include/openssl/safestack.h ../../include/openssl/stack.ha_object.o: ../../include/openssl/symhacks.h ../cryptlib.h a_object.ca_octet.o: ../../e_os.h ../../include/openssl/asn1.ha_octet.o: ../../include/openssl/bio.h ../../include/openssl/buffer.ha_octet.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_octet.o: ../../include/openssl/err.h ../../include/openssl/lhash.h

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -