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

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

version 1.136, 2010/09/13 10:40:04 version 1.136.2.2, 2013/07/20 18:32:37
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
 endif endif
  
   ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true)
       DIRS += \
           WsmServer
       TEST_DIRS += \
           WsmServer/tests
   endif
   
 DIRS += \ DIRS += \
     Query/QueryExpression \     Query/QueryExpression \
     Provider \     Provider \
Line 89 
Line 97 
     HandlerService \     HandlerService \
     IndicationService \     IndicationService \
     ManagedClient \     ManagedClient \
     DynListener \      DynListener
  
 TEST_DIRS += \ TEST_DIRS += \
     ExportClient/tests \     ExportClient/tests \
Line 107 
Line 115 
 ifdef PEGASUS_ENABLE_SYSTEM_LOG_HANDLER ifdef PEGASUS_ENABLE_SYSTEM_LOG_HANDLER
     DIRS += \     DIRS += \
         Handler/SystemLogListenerDestination         Handler/SystemLogListenerDestination
       TEST_DIRS += \
           Handler/SystemLogListenerDestination/tests
 endif endif
  
 ifdef PEGASUS_ENABLE_EMAIL_HANDLER ifdef PEGASUS_ENABLE_EMAIL_HANDLER
     DIRS += \     DIRS += \
         Handler/EmailListenerDestination         Handler/EmailListenerDestination
       TEST_DIRS += \
           Handler/EmailListenerDestination/tests
   endif
   
   ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true)
       DIRS += \
           Handler/wsmanIndicationHandler
       TEST_DIRS += \
           Handler/wsmanIndicationHandler/tests/Destination
 endif endif
  
 DIRS += \ DIRS += \
Line 181 
Line 200 
         ControlProviders/CertificateProvider         ControlProviders/CertificateProvider
 endif endif
  
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true)  
     DIRS += \  
         WsmServer  
     TEST_DIRS += \  
         WsmServer/tests  
 endif  
   
 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 \
     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.136  
changed lines
  Added in v.1.136.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2