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

Diff for /pegasus/mak/config-vms.mak between version 1.2 and 1.11

version 1.2, 2005/03/19 04:01:37 version 1.11, 2008/12/02 09:00:01
Line 1 
Line 1 
   #//%LICENSE////////////////////////////////////////////////////////////////
   #//
   #// Licensed to The Open Group (TOG) under one or more contributor license
   #// agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
   #// this work for additional information regarding copyright ownership.
   #// Each contributor licenses this file to you under the OpenPegasus Open
   #// Source License; you may not use this file except in compliance with the
   #// License.
   #//
   #// Permission is hereby granted, free of charge, to any person obtaining a
   #// copy of this software and associated documentation files (the "Software"),
   #// to deal in the Software without restriction, including without limitation
   #// the rights to use, copy, modify, merge, publish, distribute, sublicense,
   #// and/or sell copies of the Software, and to permit persons to whom the
   #// Software is furnished to do so, subject to the following conditions:
   #//
   #// The above copyright notice and this permission notice shall be included
   #// in all copies or substantial portions of the Software.
   #//
   #// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   #// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   #// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   #// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   #// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   #// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   #// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   #//
   #//////////////////////////////////////////////////////////////////////////
 ############################################################# #############################################################
  
 ifdef PEGASUS_VMSHOME ifdef PEGASUS_VMSHOME
Line 12 
Line 40 
  
 VMSROOT =  $(PEGASUS_VMSROOT) VMSROOT =  $(PEGASUS_VMSROOT)
 OBJ_VMSDIR = $(HOME_VMSDIR)[obj$(VMSDIR) OBJ_VMSDIR = $(HOME_VMSDIR)[obj$(VMSDIR)
 OBJ_VMSDIRA = $(HOME_VMSDIRA)obj$(VMSDIR)  
 BIN_VMSDIR = $(HOME_VMSDIR)[bin BIN_VMSDIR = $(HOME_VMSDIR)[bin
 BIN_VMSDIRA = $(HOME_VMSDIRA)bin  
 LIB_VMSDIR = $(HOME_VMSDIR)[lib LIB_VMSDIR = $(HOME_VMSDIR)[lib
 LIB_VMSDIRA = $(HOME_VMSDIRA)lib  
 OPT_VMSDIR = $(HOME_VMSDIR)[opt OPT_VMSDIR = $(HOME_VMSDIR)[opt
 OPT_VMSDIRA = $(HOME_VMSDIRA)opt  
 PLATFORM_VMSDIR = $(PEGASUS_VMSROOT)[src.platforms.vms PLATFORM_VMSDIR = $(PEGASUS_VMSROOT)[src.platforms.vms
 PLATFORM_VMSDIRA = $(PEGASUS_VMSROOTA)src.platforms.vms  
 REP_DIR = $(HOME_DIR)/cxx_repository REP_DIR = $(HOME_DIR)/cxx_repository
  
   OBJ_VMSDIRA = $(HOME_VMSDIRA)obj$(VMSDIR)
   BIN_VMSDIRA = $(HOME_VMSDIRA)bin
   LIB_VMSDIRA = $(HOME_VMSDIRA)lib
   OPT_VMSDIRA = $(HOME_VMSDIRA)opt
   PLATFORM_VMSDIRA = $(PEGASUS_VMSROOTA)src.platforms.vms
   
   OBJ_VMSDIRB =obj
   BIN_VMSDIRB =bin
   LIB_VMSDIRB =lib
   OPT_VMSDIRB =opt
   
 MU = mu MU = mu
 #MU = mudebug #MU = mudebug
  
Line 35 
Line 70 
 #REPOSITORY_VMSDIR = $(HOME_VMSDIR) #REPOSITORY_VMSDIR = $(HOME_VMSDIR)
 #REPOSITORY_VMSROOT = $(REPOSITORY_VMSDIR)[repository] #REPOSITORY_VMSROOT = $(REPOSITORY_VMSDIR)[repository]
  
 REPOSITORY_DIR = /var/opt/wbem  #REPOSITORY_DIR = /wbem_var/opt/wbem
 REPOSITORY_VMSROOT = $(REPOSITORY_VMSDIR)[.repository] REPOSITORY_VMSROOT = $(REPOSITORY_VMSDIR)[.repository]
  
 ###################################################### ######################################################
Line 94 
Line 129 
  
 ##SYS_INCLUDES =,"$(OPENSSL_VMSHOME)" ##SYS_INCLUDES =,"$(OPENSSL_VMSHOME)"
  
 EXTRA_VMSINCLUDES =$(subst -I,$(MYQUOTE)$(MYCOMMA)$(MYQUOTE),$(EXTRA_INCLUDES))  # strip white space
   # replace -I with ",
   # replace ../ with ./..
   TMP_EXTRA_VMSINCLUDES1 =$(strip $(EXTRA_INCLUDES))
   TMP_EXTRA_VMSINCLUDES2 =$(subst -I,$(MYQUOTE)$(MYCOMMA)$(MYQUOTE),$(TMP_EXTRA_VMSINCLUDES1))
   EXTRA_VMSINCLUDES =$(subst ..,./..,$(TMP_EXTRA_VMSINCLUDES2))
   #EXTRA_VMSINCLUDES =$(TMP_EXTRA_VMSINCLUDES)
  
 VMSDIR = $(subst /,.,$(addprefix .,$(DIR)))  TMP_VMSDIR = $(subst ../,,$(DIR))
   VMSDIR = $(subst /,.,$(addprefix .,$(TMP_VMSDIR)))
  


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2