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

Diff for /pegasus/mak/config.mak between version 1.31.4.3 and 1.35

version 1.31.4.3, 2003/08/14 20:03:46 version 1.35, 2003/08/08 11:47:32
Line 23 
Line 23 
         @ exit 1         @ exit 1
 endif endif
  
   # l10n
   ifdef ICU_ROOT
       ICUROOT =  $(subst \,/,$(ICU_ROOT))
   endif
   
 ifdef PEGASUS_TMP ifdef PEGASUS_TMP
   TMP_DIR = $(subst \,/,$(PEGASUS_TMP))   TMP_DIR = $(subst \,/,$(PEGASUS_TMP))
 else else
Line 46 
Line 51 
     HPUX_IA64_ACC \     HPUX_IA64_ACC \
     TRU64_ALPHA_DECCXX \     TRU64_ALPHA_DECCXX \
     SOLARIS_SPARC_GNU \     SOLARIS_SPARC_GNU \
       SOLARIS_SPARC_CC \
     ZOS_ZSERIES_IBM \     ZOS_ZSERIES_IBM \
     NSK_NONSTOP_NMCPLUS     NSK_NONSTOP_NMCPLUS
  
Line 63 
Line 69 
 BIN_DIR = $(HOME_DIR)/bin BIN_DIR = $(HOME_DIR)/bin
 LIB_DIR = $(HOME_DIR)/lib LIB_DIR = $(HOME_DIR)/lib
  
   # l10n
   # define the location for the compiled messages
   MSG_ROOT = $(HOME_DIR)/msg
   
 # define the location for the repository # define the location for the repository
 REPOSITORY_DIR = $(HOME_DIR) REPOSITORY_DIR = $(HOME_DIR)
 REPOSITORY_ROOT = $(REPOSITORY_DIR)/repository REPOSITORY_ROOT = $(REPOSITORY_DIR)/repository
Line 149 
Line 159 
   FOUND = true   FOUND = true
 endif endif
  
   ifeq ($(PEGASUS_PLATFORM),SOLARIS_SPARC_CC)
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak
     FOUND = true
   endif
   
 ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM) ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
    include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak    include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak
    FOUND = true    FOUND = true
Line 167 
Line 182 
         @ exit 1         @ exit 1
 endif endif
  
 ################################################################################  
 ##  
 ##  Set up any platform independent compile conditionals by adding them to  
 ##  precreated FLAGS parameter.  
 ##  Assumes that the basic flags have been setup in FLAGS.  
 ##  Assumes that compile time flags are controlled with -D CLI option.  
 ##  
 ################################################################################  
   
 # Setup the conditional compile for client displays.  
 #  
 ifdef PEGASUS_CLIENT_TRACE_ENABLE  
   DEFINES+= -DPEGASUS_CLIENT_TRACE_ENABLE  
 endif  
   
   
  
 ############################################################ ############################################################
 # #


Legend:
Removed from v.1.31.4.3  
changed lines
  Added in v.1.35

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2