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

📄 makefile.wmsnmp

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 WMSNMP
字号:
###################################################################  This file automatically generated - DO NOT EDIT!##################################################################OEM=SOFTPORT=$(SRCDIR)/target/h/wrn/wm/util/port/vxworksHARDPORT=SRCDIR=$(WIND_BASE)XCFLAGS=EXTRA_PRODUCTS=WMSNMP_ADDED_OBJS=WMSNMP_ADDED_MIBS=MIBCOMPILER=mibcompTOUCH=touchMAKEFILENAME=makefile.wmsnmpCLEAN_LIST=ETC_INI_FILES=etc.iniTGT_DIR=$(WIND_BASE)/targetMAKE=make -k -f makefile.wmsnmpWMINC=$(SRCDIR)/target/hMIBCOMPFLAGS=-l $(SRCDIR)/target/src/wrn/wm/snmp/std-mibs -quiet## Copyright (C) 1999-2005 Wind River Systems, Inc.# All rights reserved.  Provided under license only.# Distribution or other use of this software is only# permitted pursuant to the terms of a license agreement# from Wind River Systems (and is otherwise prohibited).# Refer to that license agreement for terms of use.## [clearcase]# modification history# -------------------# 01a,20apr05,job  update copyright notices### common/lib#PRODUCTH=$(SRCDIR)/target/h/wrn/wm/commonWIND_BASE := $(subst \,/,$(WIND_BASE))ifeq ($(EXTRA_DEFINE),)export EXTRA_DEFINE=endifoverride EXTRA_DEFINE+=-fno-strict-aliasing OBJ         = oLIBEXT      = a#-----------------------------------------------------------------------# These next 3 lines must come before any of the application rules.#-----------------------------------------------------------------------BSP_BASE = $(WIND_BASE)/target/configinclude $(TGT_DIR)/h/make/defs.defaultinclude $(TGT_DIR)/h/tool/$(TOOL_FAMILY)/make.$(CPU)$(TOOL)###############################################################################	OBJECT FILE DEFINITION SECTIONWEAKPRNG_OBJS=weakprng.oPRNG_OBJS=MD4_OBJS=MD5_OBJS=md5.oSHA_OBJS=sha.oHMAC_OBJS=hmac.oDESTESTOBJS=des_test.oSTRING_OBJS=      THREAD_OBJS=FIXED64_OBJS=fixed64.oOBJS=cmn_init.o $(WEAKPRNG_OBJS) $(PRNG_OBJS) $(MD4_OBJS) $(MD5_OBJS) $(SHA_OBJS) $(HMAC_OBJS) $(STRING_OBJS) $(THREAD_OBJS) $(FIXED64_OBJS)all: libepcommon.a  ###############################################################################	Make the library itselfLIB_BASE_NAME=epcommonlibepcommon.a: $(OBJS) $(MAKEFILENAME) $(WIND_BASE)/target/lib/$(VX_CPU_FAMILY)/$(CPU)/$(SF_32)$(TOOL_COMMON_DIR)/libepcommon.a	$(MAKE) $(WIND_BASE)/target/lib/$(VX_CPU_FAMILY)/$(CPU)/$(SF_32)$(TOOL_COMMON_DIR)/libepcommon.a	cp $(WIND_BASE)/target/lib/$(VX_CPU_FAMILY)/$(CPU)/$(SF_32)$(TOOL_COMMON_DIR)/libepcommon.a libepcommon.aMakefile: 	$(TOUCH) Makefileinclude $(TGT_DIR)/h/make/rules.library###############################################################################       Make the des verification programdes_test: $(DESTESTOBJS) libepcommon.a libepdes.a $(MAKEFILENAME)	$(LD) -r -g $(LDFLAGS) -o des_test $(DESTESTOBJS) libepcommon.a libepdes.a############################################################################### commands to figure out how big this all compiles tosizes: 	@echo "Epilogue Common"	@echo "        (not installed)       PRNG"	@echo "        (not installed)       MD4"	@echo "don't know how to compute size - MD5"	@echo "don't know how to compute size - SHA"	@echo "don't know how to compute size - HMAC"	@echo "don't know how to compute size - WEAKPRNG"clean: 	-$(RM) *.o	-$(RM) libepcommon.a	-$(RM) libepdes.a	-$(RM) des_test	-$(RM) $(WIND_BASE)/target/lib/$(VX_CPU_FAMILY)/$(CPU)/$(SF_32)$(TOOL_COMMON_DIR)/obj$(LIB_BASE_NAME)/*.o	-$(RM) $(WIND_BASE)/target/lib/$(VX_CPU_FAMILY)/$(CPU)/$(SF_32)$(TOOL_COMMON_DIR)/lib$(LIB_BASE_NAME).a###############################################################################	file dependenciescmn_init.o : $(SRCDIR)/target/h/wrn/wm/common/cmn_init.h \  $(SRCDIR)/target/h/wrn/wm/common/prng.h  \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  cmn_init.cdes_test.o : $(SRCDIR)/target/h/wrn/wm/common/config.h \  $(SRCDIR)/target/h/wrn/wm/common/des.h  \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  des_test.cfixed64.o : $(SRCDIR)/target/h/wrn/wm/common/bug.h \  $(SRCDIR)/target/h/wrn/wm/common/bugdef.h  \  $(SRCDIR)/target/h/wrn/wm/common/config.h  \  $(SRCDIR)/target/h/wrn/wm/common/fixed64.h  \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  fixed64.chmac.o : $(SRCDIR)/target/h/wrn/wm/common/config.h \  $(SRCDIR)/target/h/wrn/wm/common/hmac.h  \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  hmac.cmd4.o : $(SRCDIR)/target/h/wrn/wm/common/config.h \  $(SRCDIR)/target/h/wrn/wm/common/glue.h  \  $(SRCDIR)/target/h/wrn/wm/common/md4.h  \  $(SRCDIR)/target/h/wrn/wm/common/snprintf.h  \  $(SRCDIR)/target/h/wrn/wm/common/stdf.h  \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  md4.cmd5.o : $(SRCDIR)/target/h/wrn/wm/common/md5.h \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  md5.cmemcmp.o : $(SRCDIR)/target/h/wrn/wm/common/config.h \  $(SRCDIR)/target/h/wrn/wm/common/stdf.h  \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  memcmp.cprng.o : $(SRCDIR)/target/h/wrn/wm/common/config.h \  $(SRCDIR)/target/h/wrn/wm/common/md5.h  \  $(SRCDIR)/target/h/wrn/wm/common/prng.h  \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  prng.csha.o : $(SRCDIR)/target/h/wrn/wm/common/config.h \  $(SRCDIR)/target/h/wrn/wm/common/sha.h  \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  sha.csnprintf.o : $(SRCDIR)/target/h/wrn/wm/common/config.h \  $(SRCDIR)/target/h/wrn/wm/common/snprintf.h  \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  snprintf.cstricmp.o : $(SRCDIR)/target/h/wrn/wm/common/stdf.h \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  stricmp.cstrncpy.o : $(SRCDIR)/target/h/wrn/wm/common/stdf.h \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  strncpy.cstrnicmp.o : $(SRCDIR)/target/h/wrn/wm/common/stdf.h \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  strnicmp.cstrtol.o : $(SRCDIR)/target/h/wrn/wm/common/stdf.h \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  strtol.cstrtoul.o : $(SRCDIR)/target/h/wrn/wm/common/stdf.h \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  strtoul.cthd_dbg.o : $(SRCDIR)/target/h/wrn/wm/attache/config.h \  $(SRCDIR)/target/h/wrn/wm/attache/packet.h  \  $(SRCDIR)/target/h/wrn/wm/common/bug.h  \  $(SRCDIR)/target/h/wrn/wm/common/bugdef.h  \  $(SRCDIR)/target/h/wrn/wm/common/config.h  \  $(SRCDIR)/target/h/wrn/wm/common/thread.h  \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  thd_dbg.cweakprng.o : $(SRCDIR)/target/h/wrn/wm/common/config.h \  $(SRCDIR)/target/h/wrn/wm/common/glue.h  \  $(SRCDIR)/target/h/wrn/wm/common/types.h  \  $(SRCDIR)/target/h/wrn/wm/common/weakprng.h  \  $(SRCDIR)/target/h/wrn/wm/common/install.h  \  weakprng.c

⌨️ 快捷键说明

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