(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.12 and 1.19

version 1.12, 2004/04/30 10:08:22 version 1.19, 2004/08/24 00:41:19
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
Line 22 
Line 26 
  
 SOURCES = \ SOURCES = \
         ProviderManagerService.cpp \         ProviderManagerService.cpp \
           ProviderManagerRouter.cpp \
           BasicProviderManagerRouter.cpp \
           OOPProviderManagerRouter.cpp \
         ProviderManagerModule.cpp \         ProviderManagerModule.cpp \
         \         \
         ProviderManager.cpp \         ProviderManager.cpp \
Line 37 
Line 44 
  
  
 include $(ROOT)/mak/library.mak include $(ROOT)/mak/library.mak
   include $(ROOT)/mak/install.mak


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2