(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.4  LIBRARIES += 	subagent \
19 kumpf 1.5 		pack \
20           		agent \
21           		emanate \
22           		mibtable \
23           		snmp
24 kumpf 1.4 
25            EXTRA_INCLUDES = -g  -I/opt/snmp15.3/sadk/include \
26                   -I/opt/snmp15.3/sadk/include/snmpd \
27                   -DSETS -DSR_SNMPv1 -DSR_SNMPv2c -DSR_SNMPv2  -DEMANATE -DSR_ANSI_PROTOTYPES \
28                   -DSUBAGENT -DSR_USER_AP_SERVICE -DSR_UDS_IPC -DSR_MIB_TABLE_HASHING -DSR_IP \
29                   $(SYS_INCLUDES) $(ACE_INCLUDES)
30           
31 mike  1.2  SOURCES += snmpDeliverTrap_emanate.cpp
32           else
33            SOURCES += snmpDeliverTrap_stub.cpp
34           endif
35           
36           LIBRARY = snmpIndicationHandler
37            
38           include $(ROOT)/mak/library.mak
39           
40           tests:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2