📄 makefile.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## engine/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.## Copyright 1988-1997 Epilogue Technology Corporation.# Copyright 1998 Integrated Systems, Inc.# All rights reserved.## [clearcase]# modification history# -------------------# 01d,12sep05,job need a makedoc macro here# 01c,28apr05,job dos2unix file# 01b,21apr05,AJS Diffie-Hellman work; update APIgen targets# 01a,19apr05,job update copyright notices# 01b,27sep04,AJS Diffie-Hellman work; add new module (v3_dh.c) for build.# 01f,13apr05,AJS Diffie-Hellman work# 01e,24mar05,job don't automatically build docs# 01d,10mar05,job add a docs target# 01c,09mar05,job create apigen targets# 01b,27sep04,job fix typos# 01a,24nov03,job update copyright information# 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)TEST_DIRECTORY=CORE_OBJS=asy_back.o asy_util.o bindint.o bindip.o bindnull.o bindoid.o bindstr.o binduint.o buffer.o buildpkt.o creatreq.o creatint.o decode.o encode.o env_init.o etimer.o etimerin.o exists.o exist_as.o gas_int.o gas_ip.o gas_oid.o gas_str.o gas_uint.o gas_ulng.o gas_incr.o get_int.o get_ip.o get_oid.o get_str.o get_uint.o get_ulng.o getpdu.o ip2rlist.o ip2llist.o llistcmp.o localio.o mibutils.o mib_fon.o mib_next.o nextpdu.o null_gas.o null_get.o null_nas.o null_nxt.o null_tas.o null_tst.o null_sas.o null_set.o objectid.o oid2ip.o oid2str.o oidcmp.o oidcmp2.o oidorder.o rcv_pkt.o row.o row_get.o rowloose.o rpktasy.o sas_int.o sas_uint.o sas_incr.o scan_loc.o set_int.o set_uint.o serial.o setpdu.o snmp_d.o snmp_e.o tree.o vb_rtns.oV1_TYPE_OBJS=creatrap.oV2_TYPE_OBJS=get_ui64.o set_ui64.o gas_ui64.o sas_ui64.o bindui64.oV3_TYPE_OBJS=VIEW_OBJS=view_chk.o view_rts.o vmth2275.oAX_OBJS= DYN_OBJS= dyncfgvx.oPROXY_OBJS=LOCK_OBJS=snmplock.oENTITY_OBJS=PSOS_OBJS=OBJS=$(CORE_OBJS) $(VIEW_OBJS) $(V1_TYPE_OBJS) $(V2_TYPE_OBJS) $(V3_TYPE_OBJS) $(PROXY_OBJS) $(LOCK_OBJS) $(AX_OBJS) $(ENTITY_OBJS) $(DYN_OBJS) $(PSOS_OBJS)all: libsnmp.a # The main SNMP libraryLIB_BASE_NAME=snmplibsnmp.a: $(OBJS) $(MAKEFILENAME) $(WIND_BASE)/target/lib/$(VX_CPU_FAMILY)/$(CPU)/$(SF_32)$(TOOL_COMMON_DIR)/libsnmp.a $(MAKE) $(WIND_BASE)/target/lib/$(VX_CPU_FAMILY)/$(CPU)/$(SF_32)$(TOOL_COMMON_DIR)/libsnmp.a cp $(WIND_BASE)/target/lib/$(VX_CPU_FAMILY)/$(CPU)/$(SF_32)$(TOOL_COMMON_DIR)/libsnmp.a libsnmp.aMakefile: $(TOUCH) Makefileinclude $(TGT_DIR)/h/make/rules.librarysizes: @echo "SNMP" @echo "don't know how to compute size - core" @echo "don't know how to compute size - snmpv1" @echo "don't know how to compute size - snmpv2" @echo " (not installed) snmpv3" @echo "don't know how to compute size - views" @echo " (not installed) proxy" @echo "don't know how to compute size - lock" @echo " (not installed) ent-mib" @echo "don't know how to compute size - agentx"DOC_FILES=\ ax_chunk.c \ ax_core.c \ ax_ma.c \ ax_sa.c \ ax_sa_cr.c \ bindint.c \ bindip.c \ bindnull.c \ bindoid.c \ bindstr.c \ bindui64.c \ binduint.c \ buildpkt.c \ creatrap.c \ creatreq.c \ env_init.c \ ip2llist.c \ ip2rlist.c \ llistcmp.c \ mibutils.c \ oid2ip.c \ oid2str.c \ oidcmp2.c \ oidcmp.c \ oidorder.c \ row.c \ row_get.c \ rowloose.c \ rpktasy.c \ sendntfy.c \ snmp_d.c \ snmp_e.c \ tree.c \ v3_acc.c \ v3_auth.c \ v3_comm.c \ v3_con.c \ v3_creq.c \ v3_dh.c \ v3_eng.c \ v3_ntfy.c \ v3_priv.c \ v3_proxy.c \ v3_trgt.c \ v3_user.c \ vb_rtns.c \ view_rts.cinclude $(WIND_BASE)/vx_components/$(COMP_SNMP)/config/defs.docscleanobj: -$(RM) *.oclean: -$(RM) *.o -$(RM) libsnmp.a -$(RM) $(HTML_FILES) -$(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 dependenciesasy_back.o: asy_back.c $(SRCDIR)/target/h/wrn/wm/snmp/engine/asn1conf.h \ $(SRCDIR)/target/h/wrn/wm/common/install.h \ $(SRCDIR)/target/h/wrn/wm/common/types.h \ $(SRCDIR)/target/h/wrn/wm/common/config.h \ \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/asn1.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/buffer.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/snmpdefs.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/mib.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/ui64.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/vbdefs.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/v3_auth.h \ $(SRCDIR)/target/h/wrn/wm/common/hmac.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/v3_priv.h \ $(SRCDIR)/target/h/wrn/wm/common/dyncfg.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/auxmth.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/buildpkt.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/snmp.h \ $(SRCDIR)/target/h/wrn/wm/common/glue.h \ $(SRCDIR)/target/h/wrn/wm/common/stdf.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/objectid.h \ $(SRCDIR)/target/h/wrn/wm/common/bug.h \ $(SRCDIR)/target/h/wrn/wm/common/bugdef.hasy_util.o: asy_util.c $(SRCDIR)/target/h/wrn/wm/snmp/engine/asn1conf.h \ $(SRCDIR)/target/h/wrn/wm/common/install.h \ $(SRCDIR)/target/h/wrn/wm/common/types.h \ \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/asn1.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/buffer.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/snmpdefs.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/mib.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/ui64.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/vbdefs.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/v3_auth.h \ $(SRCDIR)/target/h/wrn/wm/common/hmac.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/v3_priv.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/auxmth.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/buildpkt.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/snmp.h \ $(SRCDIR)/target/h/wrn/wm/common/glue.h \ $(SRCDIR)/target/h/wrn/wm/common/stdf.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/objectid.hax_chunk.o: ax_chunk.c $(SRCDIR)/target/h/wrn/wm/snmp/engine/asn1conf.h \ $(SRCDIR)/target/h/wrn/wm/common/install.h \ $(SRCDIR)/target/h/wrn/wm/common/types.h \ \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/agentx.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/asn1.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/buffer.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/vbdefs.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/etimer.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/snmp.h \ $(SRCDIR)/target/h/wrn/wm/common/glue.h \ $(SRCDIR)/target/h/wrn/wm/common/stdf.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/tree.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/objectid.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/auxfuncs.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/buildpkt.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/auxmth.h \ $(SRCDIR)/target/h/wrn/wm/util/layout/ldbglue.h \ $(SRCDIR)/target/h/wrn/wm/util/layout/agentx.hax_engine.o: ax_engine.c $(SRCDIR)/target/h/wrn/wm/snmp/engine/asn1conf.h \ $(SRCDIR)/target/h/wrn/wm/common/install.h \ $(SRCDIR)/target/h/wrn/wm/common/types.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/asn1.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/buffer.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/vbdefs.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/etimer.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/snmp.h \ $(SRCDIR)/target/h/wrn/wm/common/glue.h \ $(SRCDIR)/target/h/wrn/wm/common/stdf.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/tree.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/objectid.h \ $(SRCDIR)/target/h/wrn/wm/util/layout/ldbglue.h \ $(SRCDIR)/target/h/wrn/wm/util/layout/agentx.hax_index.o: ax_index.c $(SRCDIR)/target/h/wrn/wm/snmp/engine/asn1conf.h \ $(SRCDIR)/target/h/wrn/wm/common/install.h \ $(SRCDIR)/target/h/wrn/wm/common/types.h \ \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/agentx.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/asn1.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/buffer.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/vbdefs.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/etimer.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/snmp.h \ $(SRCDIR)/target/h/wrn/wm/common/glue.h \ $(SRCDIR)/target/h/wrn/wm/common/stdf.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/tree.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/objectid.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/auxfuncs.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/buildpkt.h \ $(SRCDIR)/target/h/wrn/wm/snmp/engine/auxmth.h \ $(SRCDIR)/target/h/wrn/wm/util/layout/ldbglue.h \ $(SRCDIR)/target/h/wrn/wm/util/layout/agentx.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -