📄 makefile
字号:
## crypto/aes/Makefile#DIR= aesTOP= ../..CC= ccCPP= $(CC) -EINCLUDES=CFLAG=-gMAKEFILE= MakefileAR= ar rAES_ASM_OBJ=aes_core.o aes_cbc.oCFLAGS= $(INCLUDES) $(CFLAG)ASFLAGS= $(INCLUDES) $(ASFLAG)AFLAGS= $(ASFLAGS)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.c aes_ige.c aes_wrap.cLIBOBJ=aes_misc.o aes_ecb.o aes_cfb.o aes_ofb.o aes_ctr.o aes_ige.o aes_wrap.o \ $(AES_ASM_OBJ)SRC= $(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)aes-ia64.s: asm/aes-ia64.S $(CC) $(CFLAGS) -E asm/aes-ia64.S > $@ax86-elf.s: asm/aes-586.pl ../perlasm/x86asm.pl (cd asm; $(PERL) aes-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@)ax86-cof.s: asm/aes-586.pl ../perlasm/x86asm.pl (cd asm; $(PERL) aes-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@)ax86-out.s: asm/aes-586.pl ../perlasm/x86asm.pl (cd asm; $(PERL) aes-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@)aes-x86_64.s: asm/aes-x86_64.pl $(PERL) asm/aes-x86_64.pl $@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: @[ -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 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: ../../e_os.h ../../include/openssl/aes.haes_cfb.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.haes_cfb.o: 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_ige.o: ../../e_os.h ../../include/openssl/aes.h ../../include/openssl/bio.haes_ige.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.haes_ige.o: ../../include/openssl/e_os2.h ../../include/openssl/err.haes_ige.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.haes_ige.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.haes_ige.o: ../../include/openssl/safestack.h ../../include/openssl/stack.haes_ige.o: ../../include/openssl/symhacks.h ../cryptlib.h aes_ige.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.caes_wrap.o: ../../e_os.h ../../include/openssl/aes.haes_wrap.o: ../../include/openssl/bio.h ../../include/openssl/buffer.haes_wrap.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.haes_wrap.o: ../../include/openssl/err.h ../../include/openssl/lhash.haes_wrap.o: ../../include/openssl/opensslconf.haes_wrap.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.haes_wrap.o: ../../include/openssl/safestack.h ../../include/openssl/stack.haes_wrap.o: ../../include/openssl/symhacks.h ../cryptlib.h aes_wrap.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -