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

 1 mike  1.2 ROOT = ../../../..
 2           
 3           DIR = Pegasus/Handler/snmpIndicationHandler
 4           
 5           include $(ROOT)/mak/config.mak
 6           
 7 kumpf 1.7 LOCAL_DEFINES = -DPEGASUS_HANDLER_INTERNAL -DPEGASUS_INTERNALONLY
 8 mike  1.2 
 9 kumpf 1.6 LIBRARIES = \
10               pegcommon \
11               pegconfig \
12               peggetoopt \
13               pegclient
14 mike  1.2 
15           SOURCES = snmpIndicationHandler.cpp
16           
17           ifdef PEGASUS_AGENT
18 kumpf 1.8  EXTRA_LIBRARIES += -lsubagent -lpack -lagent -lemanate -lmibtable -lsnmp
19 kumpf 1.4 
20 kumpf 1.8  EXTRA_INCLUDES = -I/opt/snmp15.3/sadk/include \
21 kumpf 1.4         -I/opt/snmp15.3/sadk/include/snmpd \
22                   $(SYS_INCLUDES) $(ACE_INCLUDES)
23 kumpf 1.8 
24           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
25 kumpf 1.4 
26 mike  1.2  SOURCES += snmpDeliverTrap_emanate.cpp
27           else
28            SOURCES += snmpDeliverTrap_stub.cpp
29           endif
30           
31           LIBRARY = snmpIndicationHandler
32            
33           include $(ROOT)/mak/library.mak
34           
35           tests:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2