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

Diff for /pegasus/mak/config.mak between version 1.53 and 1.56

version 1.53, 2004/06/30 16:03:23 version 1.56, 2004/07/28 21:01:38
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 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 357 
Line 363 
  
 ############################################################ ############################################################
 # #
   # Set any vendor-specific compile flags
   #
   ############################################################
   
   ifdef PEGASUS_VENDOR_HP
     DEFINES+= -DPEGASUS_VENDOR_HP
   endif
   
   
   ############################################################
   #
 # Set up other Make Variables that depend on platform config files # Set up other Make Variables that depend on platform config files
 # #
 ############################################################ ############################################################


Legend:
Removed from v.1.53  
changed lines
  Added in v.1.56

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2