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

Diff for /pegasus/src/Pegasus/ProviderManager2/Makefile between version 1.14 and 1.25

version 1.14, 2004/06/26 03:24:20 version 1.25, 2005/02/06 19:43:06
Line 6 
Line 6 
  
 EXTRA_INCLUDES = $(SYS_INCLUDES) EXTRA_INCLUDES = $(SYS_INCLUDES)
  
 LOCAL_DEFINES = -DPEGASUS_PPM_INTERNAL -DPEGASUS_INTERNALONLY -DENABLE_DEFAULT_PROVIDER_MANAGER -DENABLE_CMPI_PROVIDER_MANAGER  LOCAL_DEFINES = -DPEGASUS_PPM_INTERNAL -DPEGASUS_INTERNALONLY -DPEGASUS_ENABLE_DEFAULT_PROVIDER_MANAGER
  
 ifdef ENABLE_JMPI_PROVIDER_MANAGER  ifdef PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER
 LOCAL_DEFINES += -DENABLE_JMPI_PROVIDER_MANAGER  LOCAL_DEFINES += -DPEGASUS_ENABLE_CMPI_PROVIDER_MANAGER
   endif
   
   ifdef PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER
   LOCAL_DEFINES += -DPEGASUS_ENABLE_JMPI_PROVIDER_MANAGER
 endif endif
  
 LIBRARY = pegprovidermanager LIBRARY = pegprovidermanager
  
 LIBRARIES = \ LIBRARIES = \
     pegcommon \  
         pegprm \         pegprm \
       pegwql \
         pegconfig \         pegconfig \
         pegwql      pegcommon
  
 SOURCES = \ SOURCES = \
         ProviderManagerService.cpp \         ProviderManagerService.cpp \
Line 31 
Line 35 
         ProviderRegistrar.cpp \         ProviderRegistrar.cpp \
         ProviderName.cpp \         ProviderName.cpp \
         ProviderType.cpp \         ProviderType.cpp \
         QueryExpressionFactory.cpp \  
         \         \
         SafeQueue.cpp \         SafeQueue.cpp \
         Lockable.cpp \         Lockable.cpp \
Line 40 
Line 43 
  
  
 include $(ROOT)/mak/library.mak include $(ROOT)/mak/library.mak
   include $(ROOT)/mak/install.mak


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2