makefile.wmsnmp

来自「wm PNE 3.3 source code, running at more 」· WMSNMP 代码 · 共 127 行

WMSNMP
127
字号
###################################################################  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## vxagent/makefile.cfg### Copyright 2000-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# -------------------# 01g,25apr05,job  build tthnd.h in vxsub as well# 01f,19apr05,job  update copyright notices# 01e,09dec04,job  replace a missing line# 01d,30sep04,job  push makefiles down into subdirectories# 01c,24feb04,job  add make rules for subagent MIB trees# 01b,12dec03,msa  Fix SPR90711, base/*.c dependancies not generated#                  correctly.# 01a,24nov03,job  update copyright information# PRODUCTH=VXAGENT_DIRECTORIES=base  WIND_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)SNMPCTLS=$(SRCDIR)/target/src/wrn/wm/demo/snmpctlsMCCMIBS=rfc1213.mib rfc2571.mib rfc2575.mib rfc2572.mib rfc2573.mib rfc2574.mib rfc2576.mib rfc2786.mib rfc1907.mib iftype.mib rfc2233.mib rfc2742.mib MIBSRC=snmpmib2.mib rfc2233.ctl $(SNMPCTLS)/v3mib.ctl $(SNMPCTLS)/ax2742.ctl MIBSRC3=tt.mibMIBEXC=    -exclude usmDHPublicObjectsmib.c: $(MAKEFILENAME) $(MIBSRC)	$(MIBCOMPILER) -o mib.c $(MIBCOMPFLAGS)   $(MIBEXC) $(MCCMIBS) $(MIBSRC)all: $(SRCDIR)/target/h/wrn/wm/snmp/vxagent/mibleaf.h $(SRCDIR)/target/h/wrn/wm/snmp/vxagent/mibhand.h $(SRCDIR)/target/src/wrn/wm/snmp/vxagent/tthnd.h $(SRCDIR)/target/src/wrn/wm/snmp/vxagent/vxsub/tthnd.h   	$(MAKE) -C base all$(SRCDIR)/target/h/wrn/wm/snmp/vxagent/mibhand.h: $(MIBSRC)	$(MIBCOMPILER) -skel.h -o $@ $(MIBCOMPFLAGS) $(MCCMIBS) $(MIBSRC)$(SRCDIR)/target/src/wrn/wm/snmp/vxagent/tthnd.h: $(MIBSRC3)	$(MIBCOMPILER) -skel.h -o $@ $(MIBCOMPFLAGS) $(MIBSRC3)	$(SRCDIR)/target/src/wrn/wm/snmp/vxagent/vxsub/tthnd.h: $(MIBSRC3)	$(MIBCOMPILER) -skel.h -o $@ $(MIBCOMPFLAGS) $(MIBSRC3)	$(SRCDIR)/target/h/wrn/wm/snmp/vxagent/mibleaf.h: $(MIBSRC)	$(MIBCOMPILER) -leaf -o $@ $(MIBCOMPFLAGS)  $(MCCMIBS) $(MIBSRC)clean: 	-$(RM) mib.c	-$(RM) mibmem.c	-$(RM) mibtask.c	-$(RM) $(SRCDIR)/target/h/wrn/wm/snmp/vxagent/mibleaf.h	-$(RM) $(SRCDIR)/target/h/wrn/wm/snmp/vxagent/mibhand.h	-$(RM) $(SRCDIR)/target/h/wrn/wm/snmp/vxagent/tthnd.h	-$(RM) *.o	$(MAKE) -C base cleansizes: 	$(MAKE) -C base sizes

⌨️ 快捷键说明

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