?? makefile
字號(hào):
## crypto/camellia/Makefile#DIR= camelliaTOP= ../..CC= ccCPP= $(CC) -EINCLUDES=CFLAG=-gMAKEFILE= MakefileAR= ar rCAMELLIA_ASM_OBJ=CFLAGS= $(INCLUDES) $(CFLAG)ASFLAGS= $(INCLUDES) $(ASFLAG)AFLAGS= $(ASFLAGS)GENERAL=Makefile#TEST=camelliatest.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC=camellia.c cmll_misc.c cmll_ecb.c cmll_cbc.c cmll_ofb.c \ cmll_cfb.c cmll_ctr.c LIBOBJ= camellia.o cmll_misc.o cmll_ecb.o cmll_cbc.o cmll_ofb.o \ cmll_cfb.o cmll_ctr.o $(CAMELLIA_ASM_OBJ)SRC= $(LIBSRC)EXHEADER= camellia.hHEADER= cmll_locl.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 lib$(LIBOBJ): $(LIBSRC)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.camellia.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hcamellia.o: camellia.c camellia.h cmll_locl.hcmll_cbc.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.hcmll_cbc.o: ../../include/openssl/opensslconf.h cmll_cbc.c cmll_locl.hcmll_cfb.o: ../../e_os.h ../../include/openssl/camellia.hcmll_cfb.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.hcmll_cfb.o: cmll_cfb.c cmll_locl.hcmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.hcmll_ctr.o: ../../include/openssl/opensslconf.h cmll_ctr.c cmll_locl.hcmll_ecb.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.hcmll_ecb.o: ../../include/openssl/opensslconf.h cmll_ecb.c cmll_locl.hcmll_misc.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.hcmll_misc.o: ../../include/openssl/opensslconf.hcmll_misc.o: ../../include/openssl/opensslv.h cmll_locl.h cmll_misc.ccmll_ofb.o: ../../include/openssl/camellia.h ../../include/openssl/e_os2.hcmll_ofb.o: ../../include/openssl/opensslconf.h cmll_locl.h cmll_ofb.c
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -