(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.2.1 and 1.4

version 1.1.2.1, 2001/10/12 17:33:08 version 1.4, 2002/03/14 00:07:48
Line 6 
Line 6 
  
 LOCAL_DEFINES = -DPEGASUS_HANDLER_INTERNAL LOCAL_DEFINES = -DPEGASUS_HANDLER_INTERNAL
  
 LIBRARIES = \  #EXTRA_LIB = /opt/snmp15.3/sadk/hpux11.lib
     $(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) \  
     $(LIB_DIR)/$(LIB_PREFIX)pegcliutils$(LIB_SUFFIX) \  
  
 SOURCES = snmpIndicationHandler.cpp snmpDeliverTrap_emanate.cpp snmpDeliverTrap_stub.cpp  LIBRARIES = \
       pegcommon \
       pegconfig \
       peggetoopt \
       pegclient
   
   SOURCES = snmpIndicationHandler.cpp
   
   ifdef PEGASUS_AGENT
    LIBRARIES +=   subagent \
                           pack \
                           agent \
                           emanate \
                           mibtable \
                           snmp
   
    EXTRA_INCLUDES = -g  -I/opt/snmp15.3/sadk/include \
           -I/opt/snmp15.3/sadk/include/snmpd \
           -DSETS -DSR_SNMPv1 -DSR_SNMPv2c -DSR_SNMPv2  -DEMANATE -DSR_ANSI_PROTOTYPES \
           -DSUBAGENT -DSR_USER_AP_SERVICE -DSR_UDS_IPC -DSR_MIB_TABLE_HASHING -DSR_IP \
           $(SYS_INCLUDES) $(ACE_INCLUDES)
   
    SOURCES += snmpDeliverTrap_emanate.cpp
   else
    SOURCES += snmpDeliverTrap_stub.cpp
   endif
  
 LIBRARY = snmpIndicationHandler LIBRARY = snmpIndicationHandler
  


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2