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

Diff for /pegasus/src/Pegasus/Makefile between version 1.136.2.2 and 1.141

version 1.136.2.2, 2013/07/20 18:32:37 version 1.141, 2012/12/06 06:30:53
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 97 
Line 96 
     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 203 
Line 204 
 DIRS += \ DIRS += \
     Server \     Server \
     Handler/CIMxmlIndicationHandler \     Handler/CIMxmlIndicationHandler \
     Handler/FileURIHandler  \  
     msg/Server \     msg/Server \
     msg/CLI \     msg/CLI \
     msg/Listener     msg/Listener
  
 ifeq ($(PEGASUS_USE_EMANATE), true)  ifdef PEGASUS_USE_EMANATE
     DIRS += \     DIRS += \
         Handler/snmpIndicationHandler         Handler/snmpIndicationHandler
 endif endif
  
 ifeq ($(PEGASUS_USE_NET_SNMP), true)  ifdef PEGASUS_USE_NET_SNMP
     DIRS += \     DIRS += \
         Handler/snmpIndicationHandler         Handler/snmpIndicationHandler
 endif endif
Line 221 
Line 221 
 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)  ifdef PEGASUS_USE_EMANATE
     TEST_DIRS += \     TEST_DIRS += \
         Handler/snmpIndicationHandler/tests/testclient \         Handler/snmpIndicationHandler/tests/testclient \
         Handler/snmpIndicationHandler/tests/SnmpHandlerException         Handler/snmpIndicationHandler/tests/SnmpHandlerException
 endif endif
  
   ifdef PEGASUS_USE_NET_SNMP
 ifeq ($(PEGASUS_USE_NET_SNMP), true)  
     TEST_DIRS += \     TEST_DIRS += \
         Handler/snmpIndicationHandler/tests/testclient \         Handler/snmpIndicationHandler/tests/testclient \
         Handler/snmpIndicationHandler/tests/SnmpHandlerException         Handler/snmpIndicationHandler/tests/SnmpHandlerException
 endif endif
  
   
 include $(ROOT)/mak/recurse.mak include $(ROOT)/mak/recurse.mak


Legend:
Removed from v.1.136.2.2  
changed lines
  Added in v.1.141

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2