#****************************************************************************
#
# Portions of this software Copyright (c) 2003-2010 Broadcom Corporation
#
#****************************************************************************
#
#  Filename:       makefile_brcm
#  Author:         T. Clack
#  Creation Date:  11/10/03
#
#****************************************************************************
#  Description:
#      The makefile for the libnetsnmpagent_[OS].a library.
#
#****************************************************************************


#OBJS = $(subst .c,.o, $(wildcard *.c))

OBJS  =  snmp_agent.o snmp_vars.o agent_registry.o 
OBJS +=  agent_index.o agent_trap.o agent_handler.o 
OBJS +=  mib_modules.o
OBJS +=  AgentVersion_agent.o 
 
#OBJS +=  agent_read_config.o kernel.o


EXTRA_INCLUDE += -I$(NETSNMP_INC_DIR)
EXTRA_INCLUDE += -Imibgroup


COPTS = 
EXTRA_DEFINE  += $(COPTS)

#####################################################################
# Get the make file with all our common definitions.  This must come
# after OBJS is defined.
#####################################################################

libname = libnetsnmpagent

include ../common_brcm.mak


