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

 1 kumpf 1.1.2.1 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 kumpf 1.1.2.2     $(LIB_DIR)/$(LIB_PREFIX)pegclient$(LIB_SUFFIX) 
14 kumpf 1.1.2.1 
15 kumpf 1.1.2.2 SOURCES = snmpIndicationHandler.cpp
16               
17               ifdef PEGASUS_AGENT
18                SOURCES += snmpDeliverTrap_emanate.cpp
19               else
20                SOURCES += snmpDeliverTrap_stub.cpp
21               endif
22 kumpf 1.1.2.1 
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