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

version 1.39, 2007/01/12 19:10:47 version 1.39.12.17, 2007/10/06 00:38:22
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 94 
Line 98 
 STATIC=1 STATIC=1
 LIBRARY = pegrepository LIBRARY = pegrepository
  
 SOURCES = \  DEFAULT_REPOSITORY_SOURCES = \
       Repository.cpp \
       DefaultRepository.cpp \
     InstanceIndexFile.cpp \     InstanceIndexFile.cpp \
     InstanceDataFile.cpp \     InstanceDataFile.cpp \
     CIMRepository.cpp \     CIMRepository.cpp \
Line 105 
Line 111 
     ObjectCache.cpp \     ObjectCache.cpp \
     InheritanceTree.cpp \     InheritanceTree.cpp \
     RepositoryDeclContext.cpp \     RepositoryDeclContext.cpp \
     RepositoryQueryContext.cpp      RepositoryQueryContext.cpp \
       Filtering.cpp
   
   MEMORY_RESIDENT_REPOSITORY_SOURCES = \
       MemoryResidentRepository.cpp \
       Repository.cpp \
       MetaTypes.cpp \
       CIMRepository.cpp \
       RepositoryDeclContext.cpp \
       RepositoryQueryContext.cpp \
       MetaRepository.cpp \
       Filtering.cpp \
       Serialization.cpp
   
   ifdef PEGASUS_USE_MEMORY_RESIDENT_REPOSITORY
     SOURCES += $(MEMORY_RESIDENT_REPOSITORY_SOURCES)
   else
     SOURCES += $(DEFAULT_REPOSITORY_SOURCES)
   endif
   
  
 include $(ROOT)/mak/library.mak include $(ROOT)/mak/library.mak
  
Line 113 
Line 138 
         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.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2