(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               $(LIB_DIR)/$(LIB_PREFIX)pegcommon$(LIB_SUFFIX) \
11               $(LIB_DIR)/$(LIB_PREFIX)pegconfig$(LIB_SUFFIX) \
12               $(LIB_DIR)/$(LIB_PREFIX)peggetoopt$(LIB_SUFFIX) \
13               $(LIB_DIR)/$(LIB_PREFIX)pegclient$(LIB_SUFFIX) 
14           
15           SOURCES = snmpIndicationHandler.cpp
16           
17           ifdef PEGASUS_AGENT
18            SOURCES += snmpDeliverTrap_emanate.cpp
19           else
20            SOURCES += snmpDeliverTrap_stub.cpp
21           endif
22 mike  1.2 
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