(file) Return to config.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/config.mak between version 1.151 and 1.151.2.8

version 1.151, 2007/08/14 17:16:17 version 1.151.2.8, 2008/10/23 18:15:52
Line 39 
Line 39 
     ROOT =  $(subst \,/,$(PEGASUS_ROOT))     ROOT =  $(subst \,/,$(PEGASUS_ROOT))
 endif endif
  
   -include $(ROOT)/options.mak
   
 ifdef PEGASUS_ENVVAR_FILE ifdef PEGASUS_ENVVAR_FILE
     include $(PEGASUS_ENVVAR_FILE)     include $(PEGASUS_ENVVAR_FILE)
 else else
Line 430 
Line 432 
     DEFINES += -DPEGASUS_DISABLE_CQL     DEFINES += -DPEGASUS_DISABLE_CQL
 endif endif
  
   ###################################################
   # Allow EXPORT Server within cimserver to be disabled
   # default - enabled
   # true - enabled
   # false - disabled and not referenced within server
   
   ifdef PEGASUS_ENABLE_EXPORTSERVER
     ifeq ($(PEGASUS_ENABLE_EXPORTSERVER),true)
       DEFINES += -DPEGASUS_ENABLE_EXPORTSERVER
     else
       ifneq ($(PEGASUS_ENABLE_EXPORTSERVER),false)
         $(error PEGASUS_ENABLE_EXPORTSERVER ($(PEGASUS_ENABLE_EXPORTSERVER)) invalid, must be true or false)
       endif
     endif
   else
     DEFINES += -DPEGASUS_ENABLE_EXPORTSERVER
     PEGASUS_ENABLE_EXPORTSERVER=true
   endif
   
 # #
 # PEP 186 # PEP 186
 # Allow override of product name/version/status.  A file # Allow override of product name/version/status.  A file


Legend:
Removed from v.1.151  
changed lines
  Added in v.1.151.2.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2