(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           LIBRARIES = \
10 mike  1.3     pegcommon \
11               pegconfig \
12               peggetoopt \
13               pegclient
14 mike  1.2 
15           SOURCES = snmpIndicationHandler.cpp
16           
17           ifdef PEGASUS_AGENT
18            SOURCES += snmpDeliverTrap_emanate.cpp
19           else
20            SOURCES += snmpDeliverTrap_stub.cpp
21           endif
22           
23           LIBRARY = snmpIndicationHandler
24            
25           include $(ROOT)/mak/library.mak
26           
27           tests:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2