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

Diff for /pegasus/src/Pegasus/Makefile between version 1.94 and 1.102

version 1.94, 2005/02/22 23:50:26 version 1.102, 2005/03/19 06:37:42
Line 31 
Line 31 
     ManagedClient \     ManagedClient \
     DynListener     DynListener
  
 ifdef PEGASUS_ENABLE_SLP  
   ifdef PEGASUS_ENABLE_SYSTEM_LOG_HANDLER
 DIRS += \ DIRS += \
     ControlProviders/InteropProvider \          Handler/SystemLogListenerDestination
     ControlProviders/InteropProvider/tests  endif
   
   ifdef PEGASUS_ENABLE_EMAIL_HANDLER
       DIRS += \
           Handler/EmailListenerDestination
 endif endif
  
 DIRS += \ DIRS += \
Line 69 
Line 74 
  
 ifdef PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER ifdef PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER
   ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)   ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)
  $(error Error: JMPI is currently not supported on Windows.)        DIRS += \
            ProviderManager2/JMPI
   endif   endif
   ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)   ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)
       DIRS += \       DIRS += \
Line 89 
Line 95 
 ifndef PEGASUS_DISABLE_PERFINST ifndef PEGASUS_DISABLE_PERFINST
 DIRS += \ DIRS += \
         ControlProviders/Statistic \         ControlProviders/Statistic \
         ControlProviders/Statistic/test \          ControlProviders/Statistic/test
         ControlProviders/InteropProvider  endif
  
   ifdef PEGASUS_ENABLE_SLP
   DIRS += \
       ControlProviders/InteropProvider \
       ControlProviders/InteropProvider/tests
   else
       ifndef PEGASUS_DISABLE_PERFINST
       DIRS += \
           ControlProviders/InteropProvider \
           ControlProviders/InteropProvider/tests
           endif
 endif endif
  
 ifndef PEGASUS_DISABLE_CQL ifndef PEGASUS_DISABLE_CQL
Line 106 
Line 122 
         ControlProviders/CertificateProvider         ControlProviders/CertificateProvider
 endif endif
  
   
 DIRS += \ DIRS += \
         Server \         Server \
     Handler/CIMxmlIndicationHandler \     Handler/CIMxmlIndicationHandler \
     Handler/sendmailIndicationHandler \  
     Handler/snmpIndicationHandler \     Handler/snmpIndicationHandler \
     Common/tests \     Common/tests \
     Config/tests \     Config/tests \
Line 124 
Line 140 
     ExportServer/tests \     ExportServer/tests \
     Client/tests \     Client/tests \
     Compiler/tests \     Compiler/tests \
       Compiler/cmdline/tests \
     Security/Authentication/tests \     Security/Authentication/tests \
     Security/UserManager/tests \     Security/UserManager/tests \
     IndicationService/tests \     IndicationService/tests \


Legend:
Removed from v.1.94  
changed lines
  Added in v.1.102

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2