(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           LOCAL_DEFINES = -DPEGASUS_HANDLER_INTERNAL
 8           
 9 kumpf 1.4 #EXTRA_LIB = /opt/snmp15.3/sadk/hpux11.lib
10           
11 mike  1.2 LIBRARIES = \
12 mike  1.3     pegcommon \
13               pegconfig \
14               peggetoopt \
15               pegclient
16 mike  1.2 
17           SOURCES = snmpIndicationHandler.cpp
18           
19           ifdef PEGASUS_AGENT
20 kumpf 1.4  LIBRARIES += 	subagent \
21           			pack \
22           			agent \
23           			emanate \
24           			mibtable \
25           			snmp
26           
27            EXTRA_INCLUDES = -g  -I/opt/snmp15.3/sadk/include \
28                   -I/opt/snmp15.3/sadk/include/snmpd \
29                   -DSETS -DSR_SNMPv1 -DSR_SNMPv2c -DSR_SNMPv2  -DEMANATE -DSR_ANSI_PROTOTYPES \
30                   -DSUBAGENT -DSR_USER_AP_SERVICE -DSR_UDS_IPC -DSR_MIB_TABLE_HASHING -DSR_IP \
31                   $(SYS_INCLUDES) $(ACE_INCLUDES)
32           
33 mike  1.2  SOURCES += snmpDeliverTrap_emanate.cpp
34           else
35            SOURCES += snmpDeliverTrap_stub.cpp
36           endif
37           
38           LIBRARY = snmpIndicationHandler
39            
40           include $(ROOT)/mak/library.mak
41           
42           tests:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2