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

Diff for /pegasus/src/Pegasus/Makefile between version 1.140 and 1.143

version 1.140, 2012/10/30 05:19:38 version 1.143, 2013/07/01 10:55:57
Line 38 
Line 38 
     Config \     Config \
     Repository \     Repository \
     getoopt \     getoopt \
     WQL      WQL \
           Handler
  
 ifeq ($(PEGASUS_ENABLE_CQL),true) ifeq ($(PEGASUS_ENABLE_CQL),true)
     DIRS += CQL     DIRS += CQL
Line 96 
Line 97 
     HandlerService \     HandlerService \
     IndicationService \     IndicationService \
     ManagedClient \     ManagedClient \
     DynListener \      DynListener
     Handler/FileURIHandler  
  
 TEST_DIRS += \ TEST_DIRS += \
     ExportClient/tests \     ExportClient/tests \
Line 109 
Line 109 
     ControlProviders/ProviderRegistrationProvider/tests \     ControlProviders/ProviderRegistrationProvider/tests \
     HandlerService/tests \     HandlerService/tests \
     IndicationService/tests \     IndicationService/tests \
     DynListener/tests \      DynListener/tests
     Handler/FileURIHandler/tests  
  
  
 ifdef PEGASUS_ENABLE_SYSTEM_LOG_HANDLER ifdef PEGASUS_ENABLE_SYSTEM_LOG_HANDLER
Line 204 
Line 203 
 DIRS += \ DIRS += \
     Server \     Server \
     Handler/CIMxmlIndicationHandler \     Handler/CIMxmlIndicationHandler \
     Handler/snmpIndicationHandler \      Handler/FileURIHandler  \
     msg/Server \     msg/Server \
     msg/CLI \     msg/CLI \
     msg/Listener     msg/Listener
  
   ifeq ($(PEGASUS_USE_EMANATE), true)
       DIRS += \
           Handler/snmpIndicationHandler
   endif
   
   ifeq ($(PEGASUS_USE_NET_SNMP), true)
       DIRS += \
           Handler/snmpIndicationHandler
   endif
   
 TEST_DIRS += \ TEST_DIRS += \
     Server/tests \     Server/tests \
     Server/tests/InterfaceRestriction \     Server/tests/InterfaceRestriction \
     Handler/CIMxmlIndicationHandler/tests/Destination \     Handler/CIMxmlIndicationHandler/tests/Destination \
       Handler/FileURIHandler/tests
   
   ifeq ($(PEGASUS_USE_EMANATE), true)
       TEST_DIRS += \
     Handler/snmpIndicationHandler/tests/testclient \     Handler/snmpIndicationHandler/tests/testclient \
     Handler/snmpIndicationHandler/tests/SnmpHandlerException     Handler/snmpIndicationHandler/tests/SnmpHandlerException
   endif
   
   
   ifeq ($(PEGASUS_USE_NET_SNMP), true)
       TEST_DIRS += \
           Handler/snmpIndicationHandler/tests/testclient \
           Handler/snmpIndicationHandler/tests/SnmpHandlerException
   endif
   
  
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak


Legend:
Removed from v.1.140  
changed lines
  Added in v.1.143

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2