(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.9, Thu Oct 9 15:43:23 2003 UTC (20 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: test, local, TEST, RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-root, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze, RELEASE_2_3_2-branch, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-branch, PRE_LICENSE_UPDATE_2003, POST_LICENSE_UPDATE_2003
Changes since 1.8: +4 -4 lines
HP-YZ: Fix bugzilla 672 (Modify snmpIndicationHandler Makefile to support environment variables for Emanate pathes.

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_USE_EMANATE
 EXTRA_LIBRARIES += -L$(PEGASUS_EMANATE_LIB_DIR) -lsubagent -lpack -lagent -lemanate -lmibtable -lsnmp

 EXTRA_INCLUDES = -I$(PEGASUS_EMANATE_INCLUDE_DIR) \
        -I$(PEGASUS_EMANATE_INCLUDE_DIR)/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