📄 makefile
字号:
## OpenSSL/crypto/pem/Makefile#DIR= pemTOP= ../..CC= ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gINSTALL_PREFIX=OPENSSLDIR= /usr/local/sslINSTALLTOP=/usr/local/sslMAKEDEPPROG= makedependMAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)MAKEFILE= MakefileAR= ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC= 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.cLIBOBJ= 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.oSRC= $(LIBSRC)EXHEADER= pem.h pem2.hHEADER= $(EXHEADER)ALL= $(GENERAL) $(SRC) $(HEADER)top: (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)all: liblib: $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch libfiles: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFOlinks: $(EXHEADER) @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)install: @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: $(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/aes.hpem_all.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hpem_all.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.hpem_all.o: ../../include/openssl/buffer.h ../../include/openssl/cast.hpem_all.o: ../../include/openssl/crypto.h ../../include/openssl/des.hpem_all.o: ../../include/openssl/des_old.h ../../include/openssl/dh.hpem_all.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.hpem_all.o: ../../include/openssl/err.h ../../include/openssl/evp.hpem_all.o: ../../include/openssl/fips.h ../../include/openssl/idea.hpem_all.o: ../../include/openssl/lhash.h ../../include/openssl/md2.hpem_all.o: ../../include/openssl/md4.h ../../include/openssl/md5.hpem_all.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.hpem_all.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hpem_all.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hpem_all.o: ../../include/openssl/pem.h ../../include/openssl/pem2.hpem_all.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.hpem_all.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.hpem_all.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.hpem_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hpem_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hpem_all.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hpem_all.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hpem_all.o: ../cryptlib.h pem_all.cpem_err.o: ../../include/openssl/aes.h ../../include/openssl/asn1.hpem_err.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.hpem_err.o: ../../include/openssl/bn.h ../../include/openssl/buffer.hpem_err.o: ../../include/openssl/cast.h ../../include/openssl/crypto.hpem_err.o: ../../include/openssl/des.h ../../include/openssl/des_old.hpem_err.o: ../../include/openssl/dh.h ../../include/openssl/dsa.hpem_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hpem_err.o: ../../include/openssl/evp.h ../../include/openssl/idea.hpem_err.o: ../../include/openssl/lhash.h ../../include/openssl/md2.hpem_err.o: ../../include/openssl/md4.h ../../include/openssl/md5.hpem_err.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.hpem_err.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hpem_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hpem_err.o: ../../include/openssl/pem.h ../../include/openssl/pem2.hpem_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.hpem_err.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.hpem_err.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.hpem_err.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hpem_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hpem_err.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hpem_err.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hpem_err.o: pem_err.cpem_info.o: ../../e_os.h ../../include/openssl/aes.hpem_info.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hpem_info.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.hpem_info.o: ../../include/openssl/buffer.h ../../include/openssl/cast.hpem_info.o: ../../include/openssl/crypto.h ../../include/openssl/des.hpem_info.o: ../../include/openssl/des_old.h ../../include/openssl/dh.hpem_info.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.hpem_info.o: ../../include/openssl/err.h ../../include/openssl/evp.hpem_info.o: ../../include/openssl/idea.h ../../include/openssl/lhash.hpem_info.o: ../../include/openssl/md2.h ../../include/openssl/md4.hpem_info.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.hpem_info.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hpem_info.o: ../../include/openssl/opensslconf.hpem_info.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hpem_info.o: ../../include/openssl/pem.h ../../include/openssl/pem2.hpem_info.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.hpem_info.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.hpem_info.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.hpem_info.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hpem_info.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hpem_info.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hpem_info.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hpem_info.o: ../cryptlib.h pem_info.cpem_lib.o: ../../e_os.h ../../include/openssl/aes.hpem_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.hpem_lib.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.hpem_lib.o: ../../include/openssl/buffer.h ../../include/openssl/cast.hpem_lib.o: ../../include/openssl/crypto.h ../../include/openssl/des.hpem_lib.o: ../../include/openssl/des_old.h ../../include/openssl/dh.hpem_lib.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.hpem_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.hpem_lib.o: ../../include/openssl/idea.h ../../include/openssl/lhash.hpem_lib.o: ../../include/openssl/md2.h ../../include/openssl/md4.hpem_lib.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.hpem_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hpem_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hpem_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.hpem_lib.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs12.hpem_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.hpem_lib.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.hpem_lib.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -