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

Diff for /pegasus/mak/config.mak between version 1.19 and 1.20

version 1.19, 2002/03/31 00:37:56 version 1.20, 2002/07/15 06:22:11
Line 44 
Line 44 
  
 ################################################################################ ################################################################################
  
   ifeq ($(PEGASUS_PLATFORM), HPUX_PARISC_ACC)
      OBJ_DIR = $(HOME_DIR)/obj/$(DIR)
      BIN_DIR = $(HOME_DIR)/bin
      LIB_DIR = $(HOME_DIR)/lib
      REPOSITORY_DIR = $(HOME_DIR)
      REPOSITORY_ROOT = $(REPOSITORY_DIR)/repository
   else
 OBJ_DIR = $(HOME_DIR)/obj/$(DIR) OBJ_DIR = $(HOME_DIR)/obj/$(DIR)
 BIN_DIR = $(HOME_DIR)/bin BIN_DIR = $(HOME_DIR)/bin
 LIB_DIR = $(HOME_DIR)/lib LIB_DIR = $(HOME_DIR)/lib
  
 # define the location for the repository # define the location for the repository
      REPOSITORY_DIR = $(HOME_DIR)
 REPOSITORY_ROOT = $(HOME_DIR)/repository     REPOSITORY_ROOT = $(REPOSITORY_DIR)/repository
   endif
  
 LEX = flex LEX = flex
  


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2