📄 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## 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# -------------------# 01b,20apr05,job update copyright notices# 01a,27sep04,job modify makefile to use generic OBJS object group# designation### 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 SECTIONOBJS=des.o des_key.o des_sp.o desmodes.o all: des.tag $(SRCDIR)/target/src/wrn/wm/common/lib/libepdes.a ############################################################################### Make the library itselfdes.tag: $(MAKEFILENAME) -$(RM) $(SRCDIR)/target/src/wrn/wm/common/lib/libepdes.a $(TOUCH) des.tagLIB_BASE_NAME=epdes$(SRCDIR)/target/src/wrn/wm/common/lib/libepdes.a: epdes.tag $(OBJS) $(MAKEFILENAME)epdes.tag: $(OBJS) $(MAKEFILENAME) $(WIND_BASE)/target/lib/$(VX_CPU_FAMILY)/$(CPU)/$(SF_32)$(TOOL_COMMON_DIR)/libepdes.a $(MAKE) $(WIND_BASE)/target/lib/$(VX_CPU_FAMILY)/$(CPU)/$(SF_32)$(TOOL_COMMON_DIR)/libepdes.a cp $(WIND_BASE)/target/lib/$(VX_CPU_FAMILY)/$(CPU)/$(SF_32)$(TOOL_COMMON_DIR)/libepdes.a $(SRCDIR)/target/src/wrn/wm/common/lib/libepdes.a $(TOUCH) epdes.tagMakefile: $(TOUCH) Makefileinclude $(TGT_DIR)/h/make/rules.library############################################################################### commands to figure out how big this all compiles tosizes: @echo "don't know how to compute size - DES"clean: -$(RM) *.o -$(RM) des.tag -$(RM) epdes.tag -$(RM) $(SRCDIR)/target/src/wrn/wm/common/lib/libepdes.a -$(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 dependenciesSRC_HDIR=$(SRCDIR)/target/h/wrn/wmdes.o : des.c $(SRC_HDIR)/common/des.h \ $(SRC_HDIR)/common/types.h \ $(SRC_HDIR)/common/config.h $(SRC_HDIR)/common/install.hdes3.o : des3.c $(SRC_HDIR)/common/des.h \ $(SRC_HDIR)/common/types.h \ $(SRC_HDIR)/common/config.h $(SRC_HDIR)/common/install.hdes_sp.o : des_sp.c $(SRC_HDIR)/common/des.h \ $(SRC_HDIR)/common/types.h \ $(SRC_HDIR)/common/config.h $(SRC_HDIR)/common/install.hdesmodes.o : desmodes.c $(SRC_HDIR)/common/des.h \ $(SRC_HDIR)/common/types.h \ $(SRC_HDIR)/common/config.h $(SRC_HDIR)/common/install.hdes_key.o : des_key.c $(SRC_HDIR)/common/des.h \ $(SRC_HDIR)/common/types.h \ $(SRC_HDIR)/common/config.h $(SRC_HDIR)/common/install.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -