⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 mediastreamer2是开源的网络传输媒体流的库
💻
字号:
## SSLeay/crypto/Makefile#DIR=		cryptoTOP=		..CC=		ccINCLUDE=	-I. -I$(TOP) -I../include# INCLUDES targets sudbirs!INCLUDES=	-I.. -I../.. -I../../includeCFLAG=		-gMAKEDEPPROG=	makedependMAKEDEPEND=	$(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)MAKEFILE=       MakefileRM=             rm -fAR=		ar rRECURSIVE_MAKE=	[ -n "$(SDIRS)" ] && for i in $(SDIRS) ; do \		    (cd $$i && echo "making $$target in $(DIR)/$$i..." && \		    $(MAKE) -e TOP=../.. DIR=$$i INCLUDES='${INCLUDES}' $$target ) || exit 1; \		done;PEX_LIBS=EX_LIBS= CFLAGS= $(INCLUDE) $(CFLAG)ASFLAGS= $(INCLUDE) $(ASFLAG)AFLAGS=$(ASFLAGS)LIBS=GENERAL=Makefile README crypto-lib.com install.comLIB= $(TOP)/libcrypto.aSHARED_LIB= libcrypto$(SHLIB_EXT)LIBSRC=	cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c uid.c o_time.c o_str.c o_dir.cLIBOBJ= cryptlib.o mem.o mem_clr.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o o_time.o o_str.o o_dir.o $(CPUID_OBJ)SRC= $(LIBSRC)EXHEADER= crypto.h tmdiff.h opensslv.h opensslconf.h ebcdic.h symhacks.h \	ossl_typ.hHEADER=	cryptlib.h buildinf.h md32_common.h o_time.h o_str.h o_dir.h $(EXHEADER)ALL=    $(GENERAL) $(SRC) $(HEADER)top:	@(cd ..; $(MAKE) DIRS=$(DIR) all)all: sharedbuildinf.h: ../Makefile	( echo "#ifndef MK1MF_BUILD"; \	echo '  /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \	echo '  #define CFLAGS "$(CC) $(CFLAG)"'; \	echo '  #define PLATFORM "$(PLATFORM)"'; \	echo "  #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \	echo '#endif' ) >buildinf.hx86cpuid-elf.s:	x86cpuid.pl perlasm/x86asm.pl	$(PERL) x86cpuid.pl elf $(CFLAGS) $(PROCESSOR) > $@x86cpuid-cof.s: x86cpuid.pl perlasm/x86asm.pl	$(PERL) x86cpuid.pl coff $(CFLAGS) $(PROCESSOR) > $@x86cpuid-out.s: x86cpuid.pl perlasm/x86asm.pl	$(PERL) x86cpuid.pl a.out $(CFLAGS) $(PROCESSOR) > $@uplink.o:	../ms/uplink.c	$(CC) $(CFLAGS) -c -o $@ ../ms/uplink.cuplink-cof.s:	../ms/uplink.pl	$(PERL) ../ms/uplink.pl coff > $@x86_64cpuid.s: x86_64cpuid.pl	$(PERL) x86_64cpuid.pl $@ia64cpuid.s: ia64cpuid.S	$(CC) $(CFLAGS) -E ia64cpuid.S > $@testapps:	[ -z "$(THIS)" ] || (	if echo ${SDIRS} | fgrep ' des '; \				then cd des && $(MAKE) -e des; fi )	[ -z "$(THIS)" ] || ( cd pkcs7 && $(MAKE) -e testapps );	@if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fisubdirs:	@target=all; $(RECURSIVE_MAKE)files:	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO	@target=files; $(RECURSIVE_MAKE)links:	@$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER)	@$(PERL) $(TOP)/util/mklink.pl ../test $(TEST)	@$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS)	@target=links; $(RECURSIVE_MAKE)lib:	$(LIBOBJ)	$(AR) $(LIB) $(LIBOBJ)	$(RANLIB) $(LIB) || echo Never mind.	@touch libshared: buildinf.h lib subdirs	if [ -n "$(SHARED_LIBS)" ]; then \		(cd ..; $(MAKE) $(SHARED_LIB)); \	filibs:	@target=lib; $(RECURSIVE_MAKE)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;	@target=install; $(RECURSIVE_MAKE)lint:	@target=lint; $(RECURSIVE_MAKE)depend:	@[ -z "$(THIS)" -o -f buildinf.h ] || touch buildinf.h # fake buildinf.h if it does not exist	@[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDE) $(DEPFLAG) -- $(PROGS) $(LIBSRC)	@[ -z "$(THIS)" -o -s buildinf.h ] || rm buildinf.h	@[ -z "$(THIS)" ] || (set -e; target=depend; $(RECURSIVE_MAKE) )	@if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; ficlean:	rm -f buildinf.h *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff	@target=clean; $(RECURSIVE_MAKE)dclean:	$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new	mv -f Makefile.new $(MAKEFILE)	@target=dclean; $(RECURSIVE_MAKE)# DO NOT DELETE THIS LINE -- make depend depends on it.cpt_err.o: ../include/openssl/bio.h ../include/openssl/crypto.hcpt_err.o: ../include/openssl/e_os2.h ../include/openssl/err.hcpt_err.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.hcpt_err.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.hcpt_err.o: ../include/openssl/safestack.h ../include/openssl/stack.hcpt_err.o: ../include/openssl/symhacks.h cpt_err.ccryptlib.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.hcryptlib.o: ../include/openssl/crypto.h ../include/openssl/e_os2.hcryptlib.o: ../include/openssl/err.h ../include/openssl/lhash.hcryptlib.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.hcryptlib.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.hcryptlib.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.ccryptlib.o: cryptlib.hcversion.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.hcversion.o: ../include/openssl/crypto.h ../include/openssl/e_os2.hcversion.o: ../include/openssl/err.h ../include/openssl/lhash.hcversion.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.hcversion.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.hcversion.o: ../include/openssl/stack.h ../include/openssl/symhacks.h buildinf.hcversion.o: cryptlib.h cversion.cebcdic.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h ebcdic.cex_data.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.hex_data.o: ../include/openssl/crypto.h ../include/openssl/e_os2.hex_data.o: ../include/openssl/err.h ../include/openssl/lhash.hex_data.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.hex_data.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.hex_data.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.hex_data.o: ex_data.cmem.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.hmem.o: ../include/openssl/crypto.h ../include/openssl/e_os2.hmem.o: ../include/openssl/err.h ../include/openssl/lhash.hmem.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.hmem.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.hmem.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.hmem.o: mem.cmem_clr.o: ../include/openssl/crypto.h ../include/openssl/e_os2.hmem_clr.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.hmem_clr.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.hmem_clr.o: ../include/openssl/stack.h ../include/openssl/symhacks.h mem_clr.cmem_dbg.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.hmem_dbg.o: ../include/openssl/crypto.h ../include/openssl/e_os2.hmem_dbg.o: ../include/openssl/err.h ../include/openssl/lhash.hmem_dbg.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.hmem_dbg.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.hmem_dbg.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.hmem_dbg.o: mem_dbg.co_dir.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/opensslconf.ho_dir.o: LPdir_unix.c o_dir.c o_dir.ho_str.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/opensslconf.ho_str.o: o_str.c o_str.ho_time.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h o_time.co_time.o: o_time.htmdiff.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.htmdiff.o: ../include/openssl/crypto.h ../include/openssl/e_os2.htmdiff.o: ../include/openssl/err.h ../include/openssl/lhash.htmdiff.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.htmdiff.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.htmdiff.o: ../include/openssl/stack.h ../include/openssl/symhacks.htmdiff.o: ../include/openssl/tmdiff.h cryptlib.h tmdiff.cuid.o: ../include/openssl/crypto.h ../include/openssl/e_os2.huid.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.huid.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.huid.o: ../include/openssl/stack.h ../include/openssl/symhacks.h uid.c

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -