(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.5 and 1.8.24.1

version 1.5, 2005/06/16 01:26:42 version 1.8.24.1, 2007/01/19 19:07:21
Line 1 
Line 1 
 #//%2005////////////////////////////////////////////////////////////////////////  #//%2006////////////////////////////////////////////////////////////////////////
 #// #//
 #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 8 
Line 8 
 #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 #// EMC Corporation; VERITAS Software Corporation; The Open Group. #// EMC Corporation; VERITAS Software Corporation; The Open Group.
   #// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   #// EMC Corporation; Symantec Corporation; The Open Group.
 #// #//
 #// Permission is hereby granted, free of charge, to any person obtaining a copy #// Permission is hereby granted, free of charge, to any person obtaining a copy
 #// of this software and associated documentation files (the "Software"), to #// of this software and associated documentation files (the "Software"), to
Line 70 
Line 72 
 #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 129 
Line 131 
  
 ##SYS_INCLUDES =,"$(OPENSSL_VMSHOME)" ##SYS_INCLUDES =,"$(OPENSSL_VMSHOME)"
  
 EXTRA_VMSINCLUDES =$(subst -I,$(MYQUOTE)$(MYCOMMA)$(MYQUOTE),$(EXTRA_INCLUDES))  # strip white space
   # replace -I<space>  with -I
   # replace -I with ",
   # replace ../ with ./..
   TMP_EXTRA_VMSINCLUDES1 =$(strip $(EXTRA_INCLUDES))
   TMP_EXTRA_VMSINCLUDES2 =$(subst -I ,-I,$(TMP_EXTRA_VMSINCLUDES1))
   TMP_EXTRA_VMSINCLUDES3 =$(subst -I,$(MYQUOTE)$(MYCOMMA)$(MYQUOTE),$(TMP_EXTRA_VMSINCLUDES2))
   EXTRA_VMSINCLUDES =$(subst ..,./..,$(TMP_EXTRA_VMSINCLUDES3))
   #EXTRA_VMSINCLUDES =$(TMP_EXTRA_VMSINCLUDES)
  
 VMSDIR = $(subst /,.,$(addprefix .,$(DIR)))  TMP_VMSDIR = $(subst ../,,$(DIR))
   VMSDIR = $(subst /,.,$(addprefix .,$(TMP_VMSDIR)))
  


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.8.24.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2