(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Handler / snmpIndicationHandler

File: [Pegasus] / pegasus / src / Pegasus / Handler / snmpIndicationHandler / Makefile (download)
Revision: 1.4, Thu Mar 14 00:07:48 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09, VERSION_1_08
Changes since 1.3: +15 -0 lines
HP-Nitin Upasani Implementation of snmpIndicationHandler

ROOT = ../../../..

DIR = Pegasus/Handler/snmpIndicationHandler

include $(ROOT)/mak/config.mak

LOCAL_DEFINES = -DPEGASUS_HANDLER_INTERNAL

#EXTRA_LIB = /opt/snmp15.3/sadk/hpux11.lib

LIBRARIES = \
    pegcommon \
    pegconfig \
    peggetoopt \
    pegclient

SOURCES = snmpIndicationHandler.cpp

ifdef PEGASUS_AGENT
 LIBRARIES += 	subagent \
			pack \
			agent \
			emanate \
			mibtable \
			snmp

 EXTRA_INCLUDES = -g  -I/opt/snmp15.3/sadk/include \
        -I/opt/snmp15.3/sadk/include/snmpd \
        -DSETS -DSR_SNMPv1 -DSR_SNMPv2c -DSR_SNMPv2  -DEMANATE -DSR_ANSI_PROTOTYPES \
        -DSUBAGENT -DSR_USER_AP_SERVICE -DSR_UDS_IPC -DSR_MIB_TABLE_HASHING -DSR_IP \
        $(SYS_INCLUDES) $(ACE_INCLUDES)

 SOURCES += snmpDeliverTrap_emanate.cpp
else
 SOURCES += snmpDeliverTrap_stub.cpp
endif

LIBRARY = snmpIndicationHandler
 
include $(ROOT)/mak/library.mak

tests:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2