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

Diff for /pegasus/src/Pegasus/Repository/Makefile between version 1.39.12.20 and 1.40

version 1.39.12.20, 2007/11/08 23:20:50 version 1.40, 2008/05/19 18:53:38
Line 38 
Line 38 
  
 LOCAL_DEFINES = -DPEGASUS_REPOSITORY_INTERNAL -DPEGASUS_INTERNALONLY LOCAL_DEFINES = -DPEGASUS_REPOSITORY_INTERNAL -DPEGASUS_INTERNALONLY
  
 ifdef PEGASUS_USE_MEMORY_RESIDENT_REPOSITORY  
     LOCAL_DEFINES += -DPEGASUS_USE_MEMORY_RESIDENT_REPOSITORY  
 endif  
   
 LIBRARIES = pegcommon pegquerycommon pegconfig LIBRARIES = pegcommon pegquerycommon pegconfig
  
 ifeq ($(PEGASUS_PLATFORM),SOLARIS_SPARC_CC) ifeq ($(PEGASUS_PLATFORM),SOLARIS_SPARC_CC)
Line 98 
Line 94 
 STATIC=1 STATIC=1
 LIBRARY = pegrepository LIBRARY = pegrepository
  
 MEMORY_RESIDENT_REPOSITORY_SOURCES = \  SOURCES = \
     CIMRepository.cpp \  
     Repository.cpp \  
     Filtering.cpp \  
     RepositoryDeclContext.cpp \  
     RepositoryQueryContext.cpp \  
     MemoryResidentRepository.cpp \  
     SchemaTypes.cpp \  
     Serialization.cpp  
   
 DEFAULT_REPOSITORY_SOURCES = \  
     CIMRepository.cpp \  
     Repository.cpp \  
     Filtering.cpp \  
     RepositoryDeclContext.cpp \  
     RepositoryQueryContext.cpp \  
     DefaultRepository.cpp \  
     InstanceIndexFile.cpp \     InstanceIndexFile.cpp \
     InstanceDataFile.cpp \     InstanceDataFile.cpp \
     AssocClassTable.cpp \     AssocClassTable.cpp \
Line 123 
Line 103 
     NameSpaceManager.cpp \     NameSpaceManager.cpp \
     ObjectCache.cpp \     ObjectCache.cpp \
     InheritanceTree.cpp \     InheritanceTree.cpp \
     Serialization.cpp      RepositoryDeclContext.cpp \
       RepositoryQueryContext.cpp
  
 ifdef PEGASUS_USE_MEMORY_RESIDENT_REPOSITORY  ifdef PEGASUS_ENABLE_MRR
   SOURCES += $(MEMORY_RESIDENT_REPOSITORY_SOURCES)    SOURCES += MRRSerialization.cpp
     SOURCES += MRRTypes.cpp
     SOURCES += CIMRepositoryMRR.cpp
 else else
   SOURCES += $(DEFAULT_REPOSITORY_SOURCES)    SOURCES += CIMRepository.cpp
 endif endif
  
 include $(ROOT)/mak/library.mak include $(ROOT)/mak/library.mak
Line 137 
Line 120 
         make clean         make clean
         make depend PEGASUS_ENABLE_COMPRESSED_REPOSITORY=1         make depend PEGASUS_ENABLE_COMPRESSED_REPOSITORY=1
         make PEGASUS_ENABLE_COMPRESSED_REPOSITORY=1         make PEGASUS_ENABLE_COMPRESSED_REPOSITORY=1
   
 SCHEMAS=$(PEGASUS_ROOT)/Schemas  
 CIMMOFL=$(PEGASUS_HOME)/bin/cimmofl -W -d -m  


Legend:
Removed from v.1.39.12.20  
changed lines
  Added in v.1.40

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2