📄 makefile.ssl
字号:
## crypto/aes/Makefile#DIR= aesTOP= ../..CC= ccCPP= $(CC) -EINCLUDES=CFLAG=-gINSTALL_PREFIX=OPENSSLDIR= /usr/local/sslINSTALLTOP= /usr/local/sslMAKE= make -f Makefile.sslMAKEDEPPROG= makedependMAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)MAKEFILE= Makefile.sslAR= ar r# CFLAGS= -mpentiumpro $(INCLUDES) $(CFLAG) -O3 -fexpensive-optimizations -funroll-loops -fforce-addrCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=Makefile#TEST=aestest.cTEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC=aes_core.c aes_misc.c aes_ecb.c aes_cbc.c aes_cfb.c aes_ofb.c aes_ctr.cLIBOBJ=aes_core.o aes_misc.o aes_ecb.o aes_cbc.o aes_cfb.o aes_ofb.o aes_ctr.oSRC= $(LIBSRC)EXHEADER= aes.hHEADER= aes_locl.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 lib$(LIBOBJ): $(LIBSRC)files: $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFOlinks: @sh $(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: 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 *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff# DO NOT DELETE THIS LINE -- make depend depends on it.aes_cbc.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.haes_cbc.o: ../../include/openssl/opensslconf.h aes_cbc.c aes_locl.haes_cfb.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.haes_cfb.o: ../../include/openssl/opensslconf.h aes_cfb.c aes_locl.haes_core.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.haes_core.o: ../../include/openssl/opensslconf.h aes_core.c aes_locl.haes_ctr.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.haes_ctr.o: ../../include/openssl/opensslconf.h aes_ctr.c aes_locl.haes_ecb.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.haes_ecb.o: ../../include/openssl/opensslconf.h aes_ecb.c aes_locl.haes_misc.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.haes_misc.o: ../../include/openssl/opensslconf.haes_misc.o: ../../include/openssl/opensslv.h aes_locl.h aes_misc.caes_ofb.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.haes_ofb.o: ../../include/openssl/opensslconf.h aes_locl.h aes_ofb.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -