(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.7.14.1, Tue Jul 29 14:08:29 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.7: +4 -9 lines
g10n changes merged

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

DIR = Pegasus/Handler/snmpIndicationHandler

include $(ROOT)/mak/config.mak

LOCAL_DEFINES = -DPEGASUS_HANDLER_INTERNAL -DPEGASUS_INTERNALONLY

LIBRARIES = \
    pegcommon \
    pegconfig \
    peggetoopt \
    pegclient

SOURCES = snmpIndicationHandler.cpp

ifdef PEGASUS_AGENT
 EXTRA_LIBRARIES += -lsubagent -lpack -lagent -lemanate -lmibtable -lsnmp

 EXTRA_INCLUDES = -I/opt/snmp15.3/sadk/include \
        -I/opt/snmp15.3/sadk/include/snmpd \
        $(SYS_INCLUDES) $(ACE_INCLUDES)

LOCAL_DEFINES += -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

 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