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

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/tests/SnmpHandlerException/Makefile between version 1.4 and 1.4.6.2

version 1.4, 2009/05/05 14:41:59 version 1.4.6.2, 2013/07/20 18:32:49
Line 30 
Line 30 
 DIR = Pegasus/Handler/snmpIndicationHandler/tests/SnmpHandlerException DIR = Pegasus/Handler/snmpIndicationHandler/tests/SnmpHandlerException
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
   ifneq ($(PEGASUS_USE_NET_SNMP), true)
      $(error PEGASUS_USE_NET_SNMP option is not set)
   endif
   
 LIBRARIES = \ LIBRARIES = \
     pegconfig \     pegconfig \
     pegrepository \     pegrepository \
Line 37 
Line 41 
     peggeneral \     peggeneral \
     pegcommon     pegcommon
  
   ifeq ($(PEGASUS_ENABLE_COMPRESSED_REPOSITORY),true)
       LIBRARIES += z
   endif
   
 EXTRA_INCLUDES = $(SYS_INCLUDES) EXTRA_INCLUDES = $(SYS_INCLUDES)
  
 LOCAL_DEFINES = -DPEGASUS_INTERNALONLY LOCAL_DEFINES = -DPEGASUS_INTERNALONLY
Line 48 
Line 56 
 include $(ROOT)/mak/program.mak include $(ROOT)/mak/program.mak
  
 tests: tests:
 ifdef PEGASUS_USE_NET_SNMP  ifeq ($(PEGASUS_USE_NET_SNMP), true)
         @$(PROGRAM)         @$(PROGRAM)
 else else
         @ $(ECHO) +++++ PEGASUS_USE_NET_SNMP is not set, test can not be run          @ $(ECHO) +++++ PEGASUS_USE_NET_SNMP is not set to true, test can not be run
 endif endif
  
 poststarttests: poststarttests:


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2