?? makefile
字號:
## OpenSSL/crypto/rc4/Makefile#DIR= rc4TOP= ../..CC= ccCPP= $(CC) -EINCLUDES=CFLAG=-gINSTALL_PREFIX=OPENSSLDIR= /usr/local/sslINSTALLTOP=/usr/local/sslMAKEDEPPROG= makedependMAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)MAKEFILE= MakefileAR= ar rRC4_ENC=rc4_enc.o# or use#RC4_ENC=asm/rx86-elf.o#RC4_ENC=asm/rx86-out.o#RC4_ENC=asm/rx86-sol.o#RC4_ENC=asm/rx86bdsi.oCFLAGS= $(INCLUDES) $(CFLAG)ASFLAGS= $(INCLUDES) $(ASFLAG)GENERAL=MakefileTEST=rc4test.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC=rc4_skey.c rc4_enc.cLIBOBJ=rc4_skey.o $(RC4_ENC)SRC= $(LIBSRC)EXHEADER= rc4.hHEADER= $(EXHEADER) rc4_locl.hALL= $(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/rx86-elf.s: asm/rc4-586.pl ../perlasm/x86asm.pl (cd asm; $(PERL) rc4-586.pl elf $(CFLAGS) > rx86-elf.s)# a.outasm/rx86-out.o: asm/rx86unix.cpp $(CPP) -DOUT asm/rx86unix.cpp | as -o asm/rx86-out.o# bsdiasm/rx86bsdi.o: asm/rx86unix.cpp $(CPP) -DBSDI asm/rx86unix.cpp | sed 's/ :/:/' | as -o asm/rx86bsdi.oasm/rx86unix.cpp: asm/rc4-586.pl ../perlasm/x86asm.pl (cd asm; $(PERL) rc4-586.pl cpp >rx86unix.cpp)asm/rc4-x86_64.s: asm/rc4-x86_64.pl; $(PERL) asm/rc4-x86_64.pl $@asm/rc4-ia64.s: asm/rc4-ia64.S @case `awk '/^#define RC4_INT/{print$$NF}' $(TOP)/include/openssl/opensslconf.h` in \ int) set -x; $(CC) $(CFLAGS) -DSZ=4 -E asm/rc4-ia64.S > $@ ;; \ char) set -x; $(CC) $(CFLAGS) -DSZ=1 -E asm/rc4-ia64.S > $@ ;; \ *) exit 1 ;; \ esacfiles: $(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/rx86unix.cpp asm/*-elf.* *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff asm/*.o# DO NOT DELETE THIS LINE -- make depend depends on it.rc4_enc.o: ../../e_os.h ../../include/openssl/bio.hrc4_enc.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hrc4_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hrc4_enc.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hrc4_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/rc4.hrc4_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hrc4_enc.o: ../../include/openssl/symhacks.h ../cryptlib.h rc4_enc.c rc4_locl.hrc4_skey.o: ../../e_os.h ../../include/openssl/bio.hrc4_skey.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hrc4_skey.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hrc4_skey.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hrc4_skey.o: ../../include/openssl/opensslconf.hrc4_skey.o: ../../include/openssl/opensslv.h ../../include/openssl/rc4.hrc4_skey.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hrc4_skey.o: ../../include/openssl/symhacks.h ../cryptlib.h rc4_locl.hrc4_skey.o: rc4_skey.c
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -