📄 makefile
字号:
## SSLeay/crypto/des/Makefile#DIR= desTOP= ../..CC= ccCPP= $(CC) -EINCLUDES=-I$(TOP) -I../../includeCFLAG=-gINSTALL_PREFIX=OPENSSLDIR= /usr/local/sslINSTALLTOP=/usr/local/sslMAKEDEPPROG= makedependMAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)MAKEFILE= 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)GENERAL=MakefileTEST=destest.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC= 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= 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) $(AR) $(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)# elfasm/dx86-elf.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl (cd asm; $(PERL) des-586.pl elf $(CFLAGS) > dx86-elf.s)asm/yx86-elf.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl (cd asm; $(PERL) crypt586.pl elf $(CFLAGS) > yx86-elf.s)# a.outasm/dx86-out.o: asm/dx86unix.cpp $(CPP) -DOUT asm/dx86unix.cpp | as -o asm/dx86-out.oasm/yx86-out.o: asm/yx86unix.cpp $(CPP) -DOUT asm/yx86unix.cpp | as -o asm/yx86-out.o# bsdiasm/dx86bsdi.o: asm/dx86unix.cpp $(CPP) -DBSDI asm/dx86unix.cpp | sed 's/ :/:/' | as -o asm/dx86bsdi.oasm/yx86bsdi.o: asm/yx86unix.cpp $(CPP) -DBSDI asm/yx86unix.cpp | sed 's/ :/:/' | as -o asm/yx86bsdi.oasm/dx86unix.cpp: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl (cd asm; $(PERL) des-586.pl cpp >dx86unix.cpp)asm/yx86unix.cpp: asm/crypt586.pl ../perlasm/x86asm.pl (cd asm; $(PERL) crypt586.pl cpp >yx86unix.cpp)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)install: installsinstalls: @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) -- $(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 asm/dx86unix.cpp asm/yx86unix.cpp asm/*-elf.* *.o asm/*.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/crypto.h ../../include/openssl/des.hcbc_cksm.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.hcbc_cksm.o: ../../include/openssl/opensslconf.hcbc_cksm.o: ../../include/openssl/opensslv.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/crypto.h ../../include/openssl/des.hcbc_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.hcbc_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hcbc_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hcbc_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.hcbc_enc.o: ../../include/openssl/ui_compat.h cbc_enc.c des_locl.h ncbc_enc.ccfb64ede.o: ../../include/openssl/crypto.h ../../include/openssl/des.hcfb64ede.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.hcfb64ede.o: ../../include/openssl/opensslconf.hcfb64ede.o: ../../include/openssl/opensslv.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/crypto.h ../../include/openssl/des.hcfb64enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.hcfb64enc.o: ../../include/openssl/opensslconf.hcfb64enc.o: ../../include/openssl/opensslv.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.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -