(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 and 1.39.12.19

version 1.39, 2007/01/12 19:10:47 version 1.39.12.19, 2007/11/08 15:56:25
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 95 
Line 99 
 LIBRARY = pegrepository LIBRARY = pegrepository
  
 SOURCES = \ SOURCES = \
       CIMRepository.cpp \
       Repository.cpp \
       Filtering.cpp \
       RepositoryDeclContext.cpp \
       RepositoryQueryContext.cpp
   
   ifdef PEGASUS_USE_MEMORY_RESIDENT_REPOSITORY
     SOURCES += \
       MemoryResidentRepository.cpp \
       MetaTypes.cpp \
       Serialization.cpp
   else
     SOURCES += \
       DefaultRepository.cpp \
     InstanceIndexFile.cpp \     InstanceIndexFile.cpp \
     InstanceDataFile.cpp \     InstanceDataFile.cpp \
     CIMRepository.cpp \  
     AssocClassTable.cpp \     AssocClassTable.cpp \
     AssocClassCache.cpp \     AssocClassCache.cpp \
     AssocInstTable.cpp \     AssocInstTable.cpp \
     NameSpaceManager.cpp \     NameSpaceManager.cpp \
     ObjectCache.cpp \     ObjectCache.cpp \
     InheritanceTree.cpp \      InheritanceTree.cpp
     RepositoryDeclContext.cpp \  endif
     RepositoryQueryContext.cpp  
  
 include $(ROOT)/mak/library.mak include $(ROOT)/mak/library.mak
  
Line 113 
Line 129 
         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  
changed lines
  Added in v.1.39.12.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2