📄 makefile.save
字号:
## SSLeay/crypto/pkcs12/Makefile#DIR= pkcs12TOP= ../..CC= ccINCLUDES= -I.. -I../../includeCFLAG=-gINSTALL_PREFIX=OPENSSLDIR= /usr/local/sslINSTALLTOP=/usr/local/sslMAKE= make -f Makefile.sslMAKEDEPEND= $(TOP)/util/domd $(TOP)MAKEFILE= Makefile.sslAR= ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC= p12_add.c p12_attr.c p12_bags.c p12_crpt.c p12_crt.c p12_decr.c \ p12_init.c p12_key.c p12_kiss.c p12_lib.c p12_mac.c p12_mutl.c\ p12_sbag.c p12_utl.c p12_npas.c pk12err.cLIBOBJ= p12_add.o p12_attr.o p12_bags.o p12_crpt.o p12_crt.o p12_decr.o \ p12_init.o p12_key.o p12_kiss.o p12_lib.o p12_mac.o p12_mutl.o\ p12_sbag.o p12_utl.o p12_npas.o pk12err.oSRC= $(LIBSRC)EXHEADER= pkcs12.hHEADER= $(EXHEADER)ALL= $(GENERAL) $(SRC) $(HEADER)top: (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)test:all: liblib: $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) @touch libfiles: $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFOlinks: @$(TOP)/util/point.sh Makefile.ssl Makefile @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)install: @for i in $(EXHEADER) ; \ 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: $(MAKEDEPEND) $(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.p12_add.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hp12_add.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.hp12_add.o: ../../include/openssl/buffer.h ../../include/openssl/cast.hp12_add.o: ../../include/openssl/crypto.h ../../include/openssl/des.hp12_add.o: ../../include/openssl/dh.h ../../include/openssl/dsa.hp12_add.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.hp12_add.o: ../../include/openssl/err.h ../../include/openssl/evp.hp12_add.o: ../../include/openssl/idea.h ../../include/openssl/md2.hp12_add.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.hp12_add.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hp12_add.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs12.hp12_add.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.hp12_add.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.hp12_add.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.hp12_add.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hp12_add.o: ../../include/openssl/stack.h ../../include/openssl/x509.hp12_add.o: ../../include/openssl/x509_vfy.h ../cryptlib.hp12_attr.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hp12_attr.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.hp12_attr.o: ../../include/openssl/buffer.h ../../include/openssl/cast.hp12_attr.o: ../../include/openssl/crypto.h ../../include/openssl/des.hp12_attr.o: ../../include/openssl/dh.h ../../include/openssl/dsa.hp12_attr.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.hp12_attr.o: ../../include/openssl/err.h ../../include/openssl/evp.hp12_attr.o: ../../include/openssl/idea.h ../../include/openssl/md2.hp12_attr.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.hp12_attr.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hp12_attr.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs12.hp12_attr.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.hp12_attr.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.hp12_attr.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.hp12_attr.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hp12_attr.o: ../../include/openssl/stack.h ../../include/openssl/x509.hp12_attr.o: ../../include/openssl/x509_vfy.h ../cryptlib.hp12_bags.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.hp12_bags.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.hp12_bags.o: ../../include/openssl/bn.h ../../include/openssl/buffer.hp12_bags.o: ../../include/openssl/cast.h ../../include/openssl/crypto.hp12_bags.o: ../../include/openssl/des.h ../../include/openssl/dh.hp12_bags.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.hp12_bags.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hp12_bags.o: ../../include/openssl/evp.h ../../include/openssl/idea.hp12_bags.o: ../../include/openssl/md2.h ../../include/openssl/md5.hp12_bags.o: ../../include/openssl/mdc2.h ../../include/openssl/objects.hp12_bags.o: ../../include/openssl/opensslconf.hp12_bags.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs12.hp12_bags.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.hp12_bags.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.hp12_bags.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.hp12_bags.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hp12_bags.o: ../../include/openssl/stack.h ../../include/openssl/x509.hp12_bags.o: ../../include/openssl/x509_vfy.h ../cryptlib.hp12_crpt.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hp12_crpt.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.hp12_crpt.o: ../../include/openssl/buffer.h ../../include/openssl/cast.hp12_crpt.o: ../../include/openssl/crypto.h ../../include/openssl/des.hp12_crpt.o: ../../include/openssl/dh.h ../../include/openssl/dsa.hp12_crpt.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.hp12_crpt.o: ../../include/openssl/err.h ../../include/openssl/evp.hp12_crpt.o: ../../include/openssl/idea.h ../../include/openssl/md2.hp12_crpt.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.hp12_crpt.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hp12_crpt.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs12.hp12_crpt.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.hp12_crpt.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.hp12_crpt.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.hp12_crpt.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hp12_crpt.o: ../../include/openssl/stack.h ../../include/openssl/x509.hp12_crpt.o: ../../include/openssl/x509_vfy.h ../cryptlib.hp12_crt.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hp12_crt.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.hp12_crt.o: ../../include/openssl/buffer.h ../../include/openssl/cast.hp12_crt.o: ../../include/openssl/crypto.h ../../include/openssl/des.hp12_crt.o: ../../include/openssl/dh.h ../../include/openssl/dsa.hp12_crt.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.hp12_crt.o: ../../include/openssl/err.h ../../include/openssl/evp.hp12_crt.o: ../../include/openssl/idea.h ../../include/openssl/md2.hp12_crt.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.hp12_crt.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hp12_crt.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs12.hp12_crt.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.hp12_crt.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.hp12_crt.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.hp12_crt.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hp12_crt.o: ../../include/openssl/stack.h ../../include/openssl/x509.hp12_crt.o: ../../include/openssl/x509_vfy.h ../cryptlib.hp12_decr.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hp12_decr.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.hp12_decr.o: ../../include/openssl/buffer.h ../../include/openssl/cast.hp12_decr.o: ../../include/openssl/crypto.h ../../include/openssl/des.hp12_decr.o: ../../include/openssl/dh.h ../../include/openssl/dsa.hp12_decr.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.hp12_decr.o: ../../include/openssl/err.h ../../include/openssl/evp.hp12_decr.o: ../../include/openssl/idea.h ../../include/openssl/md2.hp12_decr.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.hp12_decr.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -