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

version 1.39, 2007/01/12 19:10:47 version 1.39.12.10, 2007/10/03 00:03:14
Line 38 
Line 38 
  
 LOCAL_DEFINES = -DPEGASUS_REPOSITORY_INTERNAL -DPEGASUS_INTERNALONLY LOCAL_DEFINES = -DPEGASUS_REPOSITORY_INTERNAL -DPEGASUS_INTERNALONLY
  
   ifdef PEGASUS_USE_META_REPOSITORY
       LOCAL_DEFINES += -DPEGASUS_USE_META_REPOSITORY
   endif
   
   LOCAL_DEFINES += -DPEGASUS_USE_META_REPOSITORY
   
 LIBRARIES = pegcommon pegquerycommon pegconfig LIBRARIES = pegcommon pegquerycommon pegconfig
  
 ifeq ($(PEGASUS_PLATFORM),SOLARIS_SPARC_CC) ifeq ($(PEGASUS_PLATFORM),SOLARIS_SPARC_CC)
Line 95 
Line 101 
 LIBRARY = pegrepository LIBRARY = pegrepository
  
 SOURCES = \ SOURCES = \
       MetaTypes.cpp \
     InstanceIndexFile.cpp \     InstanceIndexFile.cpp \
     InstanceDataFile.cpp \     InstanceDataFile.cpp \
     CIMRepository.cpp \     CIMRepository.cpp \
Line 105 
Line 112 
     ObjectCache.cpp \     ObjectCache.cpp \
     InheritanceTree.cpp \     InheritanceTree.cpp \
     RepositoryDeclContext.cpp \     RepositoryDeclContext.cpp \
     RepositoryQueryContext.cpp      RepositoryQueryContext.cpp \
       MetaRepository.cpp
   
   SOURCES += \
       root_cimv2_namespace.cpp \
       root_PG_InterOp_namespace.cpp \
       root_PG_Internal_namespace.cpp
  
 include $(ROOT)/mak/library.mak include $(ROOT)/mak/library.mak
  
Line 113 
Line 126 
         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
   
   rep:
           @ $(CIMMOFL) -n root/PG_Internal -I $(SCHEMAS) root_PG_Internal.mof
           @ $(CIMMOFL) -n root/PG_InterOp -I $(SCHEMAS) root_PG_InterOp.mof
           @ $(CIMMOFL) -n root/cimv2 -I $(SCHEMAS) root_cimv2.mof
   


Legend:
Removed from v.1.39  
changed lines
  Added in v.1.39.12.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2