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

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/Makefile between version 1.1 and 1.1.2.2

version 1.1, 2001/10/12 17:33:08 version 1.1.2.2, 2001/10/15 18:23:25
Line 0 
Line 1 
   ROOT = ../../../..
   
   DIR = Pegasus/Handler/snmpIndicationHandler
   
   include $(ROOT)/mak/config.mak
   
   LOCAL_DEFINES = -DPEGASUS_HANDLER_INTERNAL
   
   LIBRARIES = \
       $(LIB_DIR)/$(LIB_PREFIX)pegcommon$(LIB_SUFFIX) \
       $(LIB_DIR)/$(LIB_PREFIX)pegconfig$(LIB_SUFFIX) \
       $(LIB_DIR)/$(LIB_PREFIX)peggetoopt$(LIB_SUFFIX) \
       $(LIB_DIR)/$(LIB_PREFIX)pegclient$(LIB_SUFFIX)
   
   SOURCES = snmpIndicationHandler.cpp
   
   ifdef PEGASUS_AGENT
    SOURCES += snmpDeliverTrap_emanate.cpp
   else
    SOURCES += snmpDeliverTrap_stub.cpp
   endif
   
   LIBRARY = snmpIndicationHandler
   
   include $(ROOT)/mak/library.mak
   
   tests:


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2