(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.14

version 1.39, 2007/01/12 19:10:47 version 1.39.12.14, 2007/10/04 22:25:54
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 = \
       MetaTypes.cpp \
     InstanceIndexFile.cpp \     InstanceIndexFile.cpp \
     InstanceDataFile.cpp \     InstanceDataFile.cpp \
     CIMRepository.cpp \     CIMRepository.cpp \
Line 105 
Line 110 
     ObjectCache.cpp \     ObjectCache.cpp \
     InheritanceTree.cpp \     InheritanceTree.cpp \
     RepositoryDeclContext.cpp \     RepositoryDeclContext.cpp \
     RepositoryQueryContext.cpp      RepositoryQueryContext.cpp \
       MetaRepository.cpp \
       MetaRepositoryDeclContext.cpp \
       MemoryResidentInstanceRepository.cpp \
       Filtering.cpp
  
 include $(ROOT)/mak/library.mak include $(ROOT)/mak/library.mak
  
Line 113 
Line 122 
         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.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2