📄 makefile
字号:
## OpenSSL/crypto/rand/Makefile#DIR= randTOP= ../..CC= ccINCLUDES=CFLAG=-gMAKEFILE= MakefileAR= ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST= randtest.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC=md_rand.c randfile.c rand_lib.c rand_eng.c rand_err.c rand_egd.c \ rand_win.c rand_unix.c rand_os2.c rand_nw.cLIBOBJ=md_rand.o randfile.o rand_lib.o rand_eng.o rand_err.o rand_egd.o \ rand_win.o rand_unix.o rand_os2.o rand_nw.oSRC= $(LIBSRC)EXHEADER= rand.hHEADER= $(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 libfiles: $(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 *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff# DO NOT DELETE THIS LINE -- make depend depends on it.md_rand.o: ../../e_os.h ../../include/openssl/asn1.hmd_rand.o: ../../include/openssl/bio.h ../../include/openssl/crypto.hmd_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hmd_rand.o: ../../include/openssl/evp.h ../../include/openssl/fips.hmd_rand.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hmd_rand.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hmd_rand.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hmd_rand.o: ../../include/openssl/rand.h ../../include/openssl/safestack.hmd_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.hmd_rand.o: ../../include/openssl/symhacks.h md_rand.c rand_lcl.hrand_egd.o: ../../include/openssl/buffer.h ../../include/openssl/e_os2.hrand_egd.o: ../../include/openssl/opensslconf.hrand_egd.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.hrand_egd.o: rand_egd.crand_eng.o: ../../e_os.h ../../include/openssl/asn1.hrand_eng.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hrand_eng.o: ../../include/openssl/crypto.h ../../include/openssl/des.hrand_eng.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.hrand_eng.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hrand_eng.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.hrand_eng.o: ../../include/openssl/err.h ../../include/openssl/evp.hrand_eng.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.hrand_eng.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hrand_eng.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hrand_eng.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hrand_eng.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.hrand_eng.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hrand_eng.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hrand_eng.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hrand_eng.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hrand_eng.o: ../cryptlib.h rand_eng.c rand_lcl.hrand_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.hrand_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hrand_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hrand_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hrand_err.o: ../../include/openssl/rand.h ../../include/openssl/safestack.hrand_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hrand_err.o: rand_err.crand_lib.o: ../../e_os.h ../../include/openssl/asn1.hrand_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hrand_lib.o: ../../include/openssl/crypto.h ../../include/openssl/des.hrand_lib.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.hrand_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.hrand_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.hrand_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.hrand_lib.o: ../../include/openssl/fips.h ../../include/openssl/fips_rand.hrand_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.hrand_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.hrand_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hrand_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.hrand_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hrand_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hrand_lib.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.hrand_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.hrand_lib.o: ../cryptlib.h rand_lcl.h rand_lib.crand_nw.o: ../../e_os.h ../../include/openssl/asn1.hrand_nw.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hrand_nw.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hrand_nw.o: ../../include/openssl/err.h ../../include/openssl/evp.hrand_nw.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hrand_nw.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hrand_nw.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hrand_nw.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.hrand_nw.o: ../../include/openssl/safestack.h ../../include/openssl/sha.hrand_nw.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hrand_nw.o: ../cryptlib.h rand_lcl.h rand_nw.crand_os2.o: ../../e_os.h ../../include/openssl/asn1.hrand_os2.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hrand_os2.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hrand_os2.o: ../../include/openssl/err.h ../../include/openssl/evp.hrand_os2.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hrand_os2.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hrand_os2.o: ../../include/openssl/opensslconf.hrand_os2.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hrand_os2.o: ../../include/openssl/rand.h ../../include/openssl/safestack.hrand_os2.o: ../../include/openssl/sha.h ../../include/openssl/stack.hrand_os2.o: ../../include/openssl/symhacks.h ../cryptlib.h rand_lcl.hrand_os2.o: rand_os2.crand_unix.o: ../../e_os.h ../../include/openssl/asn1.hrand_unix.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hrand_unix.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hrand_unix.o: ../../include/openssl/err.h ../../include/openssl/evp.hrand_unix.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hrand_unix.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hrand_unix.o: ../../include/openssl/opensslconf.hrand_unix.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hrand_unix.o: ../../include/openssl/rand.h ../../include/openssl/safestack.hrand_unix.o: ../../include/openssl/sha.h ../../include/openssl/stack.hrand_unix.o: ../../include/openssl/symhacks.h ../cryptlib.h rand_lcl.hrand_unix.o: rand_unix.crand_win.o: ../../e_os.h ../../include/openssl/asn1.hrand_win.o: ../../include/openssl/bio.h ../../include/openssl/buffer.hrand_win.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hrand_win.o: ../../include/openssl/err.h ../../include/openssl/evp.hrand_win.o: ../../include/openssl/fips.h ../../include/openssl/lhash.hrand_win.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.hrand_win.o: ../../include/openssl/opensslconf.hrand_win.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hrand_win.o: ../../include/openssl/rand.h ../../include/openssl/safestack.hrand_win.o: ../../include/openssl/sha.h ../../include/openssl/stack.hrand_win.o: ../../include/openssl/symhacks.h ../cryptlib.h rand_lcl.hrand_win.o: rand_win.crandfile.o: ../../e_os.h ../../include/openssl/buffer.hrandfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hrandfile.o: ../../include/openssl/opensslconf.hrandfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hrandfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.hrandfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hrandfile.o: randfile.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -