?? makefile
字號:
## OpenSSL/crypto/md5/Makefile#DIR= md5TOP= ../..CC= ccCPP= $(CC) -EINCLUDES=-I.. -I$(TOP) -I../../includeCFLAG=-gINSTALL_PREFIX=OPENSSLDIR= /usr/local/sslINSTALLTOP=/usr/local/sslMAKEDEPPROG= makedependMAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)MAKEFILE= MakefileAR= ar rMD5_ASM_OBJ=CFLAGS= $(INCLUDES) $(CFLAG)ASFLAGS= $(INCLUDES) $(ASFLAG)GENERAL=MakefileTEST=md5test.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC=md5_dgst.c md5_one.cLIBOBJ=md5_dgst.o md5_one.o $(MD5_ASM_OBJ)SRC= $(LIBSRC)EXHEADER= md5.hHEADER= md5_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# elfasm/mx86-elf.s: asm/md5-586.pl ../perlasm/x86asm.pl (cd asm; $(PERL) md5-586.pl elf $(CFLAGS) > mx86-elf.s)# a.outasm/mx86-out.o: asm/mx86unix.cpp $(CPP) -DOUT asm/mx86unix.cpp | as -o asm/mx86-out.o# bsdiasm/mx86bsdi.o: asm/mx86unix.cpp $(CPP) -DBSDI asm/mx86unix.cpp | sed 's/ :/:/' | as -o asm/mx86bsdi.oasm/mx86unix.cpp: asm/md5-586.pl ../perlasm/x86asm.pl (cd asm; $(PERL) md5-586.pl cpp >mx86unix.cpp)asm/md5-sparcv8plus.o: asm/md5-sparcv9.S $(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -c \ -o asm/md5-sparcv8plus.o asm/md5-sparcv9.S# Old GNU assembler doesn't understand V9 instructions, so we# hire /usr/ccs/bin/as to do the job. Note that option is called# *-gcc27, but even gcc 2>=8 users may experience similar problem# if they didn't bother to upgrade GNU assembler. Such users should# not choose this option, but be adviced to *remove* GNU assembler# or upgrade it.asm/md5-sparcv8plus-gcc27.o: asm/md5-sparcv9.S $(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -E asm/md5-sparcv9.S | \ /usr/ccs/bin/as -xarch=v8plus - -o asm/md5-sparcv8plus-gcc27.oasm/md5-sparcv9.o: asm/md5-sparcv9.S $(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -c \ -o asm/md5-sparcv9.o asm/md5-sparcv9.Sfiles: $(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: @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: $(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/mx86unix.cpp asm/*-elf.* *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff# DO NOT DELETE THIS LINE -- make depend depends on it.md5_dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.hmd5_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hmd5_dgst.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hmd5_dgst.o: ../../include/openssl/md5.h ../../include/openssl/opensslconf.hmd5_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.hmd5_dgst.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hmd5_dgst.o: ../md32_common.h md5_dgst.c md5_locl.hmd5_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hmd5_one.o: ../../include/openssl/md5.h ../../include/openssl/opensslconf.hmd5_one.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.hmd5_one.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hmd5_one.o: md5_one.c
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -