#****************************************************************************
#
# 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 libnetsnmpmibs_[OS].a library.
#
#****************************************************************************


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

OBJS  = all_helpers.o multiplexer.o read_only.o 
OBJS += bulk_to_next.o instance.o scalar.o 
OBJS += watcher.o null.o debug_handler.o  
OBJS += old_api.o serialize.o table_array.o 
OBJS += table_iterator.o table_data.o table_dataset.o 
OBJS += table.o mode_end_call.o 
OBJS += AgentVersion_helpers.o


EXTRA_INCLUDE += -I$(NETSNMP_INC_DIR)
EXTRA_INCLUDE += -I../..


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

libname = libnetsnmphelpers

include ../../common_brcm.mak


