📄 makefile
字号:
## OpenSSL/crypto/des/Makefile#DIR= desTOP= ../..CC= ccCPP= $(CC) -EINCLUDES=-I$(TOP) -I../../includeCFLAG=-gMAKEFILE= MakefileAR= ar rRANLIB= ranlibDES_ENC= des_enc.o fcrypt_b.o# or use#DES_ENC= dx86-elf.o yx86-elf.oCFLAGS= $(INCLUDES) $(CFLAG)ASFLAGS= $(INCLUDES) $(ASFLAG)AFLAGS= $(ASFLAGS)GENERAL=MakefileTEST=destest.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC= des_lib.c cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c \ ecb3_enc.c ecb_enc.c enc_read.c enc_writ.c \ fcrypt.c ofb64enc.c ofb_enc.c pcbc_enc.c \ qud_cksm.c rand_key.c rpc_enc.c set_key.c \ des_enc.c fcrypt_b.c \ xcbc_enc.c \ str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c des_old.c des_old2.c \ read2pwd.cLIBOBJ= des_lib.o set_key.o ecb_enc.o cbc_enc.o \ ecb3_enc.o cfb64enc.o cfb64ede.o cfb_enc.o ofb64ede.o \ enc_read.o enc_writ.o ofb64enc.o \ ofb_enc.o str2key.o pcbc_enc.o qud_cksm.o rand_key.o \ ${DES_ENC} \ fcrypt.o xcbc_enc.o rpc_enc.o cbc_cksm.o \ ede_cbcm_enc.o des_old.o des_old2.o read2pwd.oSRC= $(LIBSRC)EXHEADER= des.h des_old.hHEADER= des_locl.h rpc_des.h spr.h des_ver.h $(EXHEADER)ALL= $(GENERAL) $(SRC) $(HEADER)top: (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)all: liblib: $(LIBOBJ) $(ARX) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch libdes: des.o cbc3_enc.o lib $(CC) $(CFLAGS) -o des des.o cbc3_enc.o $(LIB)des_enc-sparc.S: asm/des_enc.m4 m4 -B 8192 asm/des_enc.m4 > des_enc-sparc.S# ELFdx86-elf.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl (cd asm; $(PERL) des-586.pl elf $(CFLAGS) > ../$@)yx86-elf.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl (cd asm; $(PERL) crypt586.pl elf $(CFLAGS) > ../$@)# COFFdx86-cof.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl (cd asm; $(PERL) des-586.pl coff $(CFLAGS) > ../$@)yx86-cof.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl (cd asm; $(PERL) crypt586.pl coff $(CFLAGS) > ../$@)# a.outdx86-out.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl (cd asm; $(PERL) des-586.pl a.out $(CFLAGS) > ../$@)yx86-out.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl (cd asm; $(PERL) crypt586.pl a.out $(CFLAGS) > ../$@)files: $(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)# We need to use force because 'install' matches 'INSTALL' on case# insensitive systemsFRC.install:install: FRC.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 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 des lib tags core .pure .nfs* *.old *.bak fluff# DO NOT DELETE THIS LINE -- make depend depends on it.cbc_cksm.o: ../../include/openssl/des.h ../../include/openssl/des_old.hcbc_cksm.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hcbc_cksm.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hcbc_cksm.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hcbc_cksm.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hcbc_cksm.o: cbc_cksm.c des_locl.hcbc_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.hcbc_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hcbc_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hcbc_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hcbc_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hcbc_enc.o: cbc_enc.c des_locl.h ncbc_enc.ccfb64ede.o: ../../e_os.h ../../include/openssl/des.hcfb64ede.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.hcfb64ede.o: ../../include/openssl/opensslconf.hcfb64ede.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hcfb64ede.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hcfb64ede.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hcfb64ede.o: cfb64ede.c des_locl.hcfb64enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.hcfb64enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hcfb64enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hcfb64enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hcfb64enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hcfb64enc.o: cfb64enc.c des_locl.hcfb_enc.o: ../../e_os.h ../../include/openssl/des.hcfb_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.hcfb_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/ossl_typ.hcfb_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hcfb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.hcfb_enc.o: ../../include/openssl/ui_compat.h cfb_enc.c des_locl.hdes_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.hdes_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hdes_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hdes_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hdes_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hdes_enc.o: des_enc.c des_locl.h ncbc_enc.cdes_lib.o: ../../include/openssl/bio.h ../../include/openssl/crypto.hdes_lib.o: ../../include/openssl/des.h ../../include/openssl/des_old.hdes_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hdes_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hdes_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hdes_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.hdes_lib.o: ../../include/openssl/ui_compat.h des_lib.c des_locl.h des_ver.hdes_old.o: ../../include/openssl/des.h ../../include/openssl/des_old.hdes_old.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hdes_old.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.hdes_old.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hdes_old.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.hdes_old.o: ../../include/openssl/ui_compat.h des_old.cdes_old2.o: ../../include/openssl/des.h ../../include/openssl/des_old.hdes_old2.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hdes_old2.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.hdes_old2.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hdes_old2.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.hdes_old2.o: ../../include/openssl/ui_compat.h des_old2.cecb3_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.hecb3_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hecb3_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hecb3_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hecb3_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hecb3_enc.o: des_locl.h ecb3_enc.cecb_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.hecb_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hecb_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hecb_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hecb_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hecb_enc.o: des_locl.h ecb_enc.c spr.hede_cbcm_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.hede_cbcm_enc.o: ../../include/openssl/e_os2.hede_cbcm_enc.o: ../../include/openssl/opensslconf.hede_cbcm_enc.o: ../../include/openssl/ossl_typ.hede_cbcm_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hede_cbcm_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.hede_cbcm_enc.o: ../../include/openssl/ui_compat.h des_locl.h ede_cbcm_enc.cenc_read.o: ../../e_os.h ../../include/openssl/bio.henc_read.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.henc_read.o: ../../include/openssl/des.h ../../include/openssl/des_old.henc_read.o: ../../include/openssl/e_os2.h ../../include/openssl/err.henc_read.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.henc_read.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.henc_read.o: ../../include/openssl/safestack.h ../../include/openssl/stack.henc_read.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.henc_read.o: ../../include/openssl/ui_compat.h ../cryptlib.h des_locl.henc_read.o: enc_read.cenc_writ.o: ../../e_os.h ../../include/openssl/bio.henc_writ.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.henc_writ.o: ../../include/openssl/des.h ../../include/openssl/des_old.henc_writ.o: ../../include/openssl/e_os2.h ../../include/openssl/err.henc_writ.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.henc_writ.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.henc_writ.o: ../../include/openssl/rand.h ../../include/openssl/safestack.henc_writ.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.henc_writ.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.henc_writ.o: ../cryptlib.h des_locl.h enc_writ.cfcrypt.o: ../../include/openssl/des.h ../../include/openssl/des_old.hfcrypt.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hfcrypt.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hfcrypt.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hfcrypt.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hfcrypt.o: des_locl.h fcrypt.cfcrypt_b.o: ../../include/openssl/des.h ../../include/openssl/des_old.hfcrypt_b.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hfcrypt_b.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hfcrypt_b.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hfcrypt_b.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hfcrypt_b.o: des_locl.h fcrypt_b.cofb64ede.o: ../../include/openssl/des.h ../../include/openssl/des_old.hofb64ede.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hofb64ede.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hofb64ede.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hofb64ede.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hofb64ede.o: des_locl.h ofb64ede.cofb64enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.hofb64enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hofb64enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hofb64enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hofb64enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hofb64enc.o: des_locl.h ofb64enc.cofb_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.hofb_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hofb_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hofb_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hofb_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hofb_enc.o: des_locl.h ofb_enc.cpcbc_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.hpcbc_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hpcbc_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hpcbc_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hpcbc_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hpcbc_enc.o: des_locl.h pcbc_enc.cqud_cksm.o: ../../include/openssl/des.h ../../include/openssl/des_old.hqud_cksm.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hqud_cksm.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hqud_cksm.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hqud_cksm.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hqud_cksm.o: des_locl.h qud_cksm.crand_key.o: ../../include/openssl/des.h ../../include/openssl/des_old.hrand_key.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hrand_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.hrand_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hrand_key.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.hrand_key.o: ../../include/openssl/ui_compat.h rand_key.cread2pwd.o: ../../include/openssl/crypto.h ../../include/openssl/des.hread2pwd.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.hread2pwd.o: ../../include/openssl/opensslconf.hread2pwd.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hread2pwd.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hread2pwd.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.hread2pwd.o: ../../include/openssl/ui_compat.h read2pwd.crpc_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.hrpc_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hrpc_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hrpc_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hrpc_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hrpc_enc.o: des_locl.h des_ver.h rpc_des.h rpc_enc.cset_key.o: ../../include/openssl/des.h ../../include/openssl/des_old.hset_key.o: ../../include/openssl/e_os2.h ../../include/openssl/fips.hset_key.o: ../../include/openssl/opensslconf.h ../../include/openssl/ossl_typ.hset_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hset_key.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.hset_key.o: ../../include/openssl/ui_compat.h des_locl.h set_key.cstr2key.o: ../../include/openssl/crypto.h ../../include/openssl/des.hstr2key.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.hstr2key.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hstr2key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hstr2key.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hstr2key.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hstr2key.o: des_locl.h str2key.cxcbc_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.hxcbc_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hxcbc_enc.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hxcbc_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hxcbc_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hxcbc_enc.o: des_locl.h xcbc_enc.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -