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

Diff for /pegasus/mak/config.mak between version 1.52 and 1.57

version 1.52, 2004/06/29 20:38:12 version 1.57, 2004/08/02 19:37:16
Line 5 
Line 5 
 ## ##
 ################################################################################ ################################################################################
  
   ifndef ROOT
       ROOT =  $(subst \,/,$(PEGASUS_ROOT))
   endif
   
   include $(ROOT)/env_var.status
   
 ifdef PEGASUS_HOME ifdef PEGASUS_HOME
   HOME_DIR = $(subst \,/,$(PEGASUS_HOME))   HOME_DIR = $(subst \,/,$(PEGASUS_HOME))
 else else
Line 157 
Line 163 
 endif endif
  
 ifndef LOCAL_STATE_PREFIX ifndef LOCAL_STATE_PREFIX
 LOCAL_STATE_PREFIX=$(PREFIX)/var  LOCAL_STATE_PREFIX=$(PREFIX)/var/
 endif endif
  
 ifndef DEST_LIB_DIR ifndef DEST_LIB_DIR
Line 173 
Line 179 
 endif endif
  
 ifndef DEST_ETC_DIR ifndef DEST_ETC_DIR
 DEST_ETC_DIR = $(SYSCONF_PREFIX)  DEST_ETC_DIR = $(SYSCONF_PREFIX)/pegasus
 endif endif
  
 ifndef DEST_MAN_DIR ifndef DEST_MAN_DIR
Line 354 
Line 360 
 # compile in the experimental APIs # compile in the experimental APIs
 DEFINES+= -DPEGASUS_USE_EXPERIMENTAL_INTERFACES DEFINES+= -DPEGASUS_USE_EXPERIMENTAL_INTERFACES
  
   # Set compile flag to control compilation of CIMOM statistics
   ifdef PEGASUS_HAS_PERFINST
     FLAGS += -DPEGASUS_HAS_PERFINST
   endif
   
   ############################################################
   #
   # Set any vendor-specific compile flags
   #
   ############################################################
   
   ifdef PEGASUS_VENDOR_HP
     DEFINES+= -DPEGASUS_VENDOR_HP
   endif
   
  
 ############################################################ ############################################################
 # #


Legend:
Removed from v.1.52  
changed lines
  Added in v.1.57

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2