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

Diff for /pegasus/mak/message.mak between version 1.9 and 1.13.12.1

version 1.9, 2003/10/16 19:42:15 version 1.13.12.1, 2008/11/20 01:07:53
Line 1 
Line 1 
 #include $(ROOT)/mak/common.mak  #//%2006////////////////////////////////////////////////////////////////////////
   #//
 include $(ROOT)/mak/objects.mak  #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
   #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
 depend:  #// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
   #// IBM Corp.; EMC Corporation, The Open Group.
 include $(ROOT)/mak/build.mak  #// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 include $(ROOT)/mak/docxx.mak  #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   #// EMC Corporation; VERITAS Software Corporation; The Open Group.
 include $(ROOT)/mak/sub.mak  #// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   #// EMC Corporation; Symantec Corporation; The Open Group.
 include $(ROOT)/mak/misc.mak  #//
   #// 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.
   #//
   #//==============================================================================
  
 ################################################################################ ################################################################################
 ## ##
Line 21 
Line 37 
  
 # If we are using ICU resource bundles, then the compiled bundles are .res files # If we are using ICU resource bundles, then the compiled bundles are .res files
 # since the individual makefiles do not specify a root package file, one is appended to the target list # since the individual makefiles do not specify a root package file, one is appended to the target list
 ifdef ICU_ROOT  ifeq ($(PEGASUS_HAS_ICU), true)
         TMP_MSG_BUNDLES = $(foreach i,$(MSG_SOURCES),$(MSG_DIR)/$i)         TMP_MSG_BUNDLES = $(foreach i,$(MSG_SOURCES),$(MSG_DIR)/$i)
         MSG_BUNDLES = $(TMP_MSG_BUNDLES:.txt=.res)         MSG_BUNDLES = $(TMP_MSG_BUNDLES:.txt=.res)
         MSG_BUNDLES += $(MSG_DIR)/$(MSG_PACKAGE)_root.res         MSG_BUNDLES += $(MSG_DIR)/$(MSG_PACKAGE)_root.res
Line 40 
Line 56 
 ################################################################################ ################################################################################
  
 # Rule for ICU resource bundles # Rule for ICU resource bundles
 ifdef ICU_ROOT  ifeq ($(PEGASUS_HAS_ICU), true)
   messages: $(MSG_BUNDLES)
  
 $(MSG_DIR)/$(MSG_PACKAGE)_root.res: $(MSG_PACKAGE)_root.rb $(ERROR) $(MSG_DIR)/$(MSG_PACKAGE)_root.res: $(MSG_PACKAGE)_root.rb $(ERROR)
         $(MKDIRHIER) $(MSG_DIR)         $(MKDIRHIER) $(MSG_DIR)
Line 69 
Line 86 
 FILES_TO_CLEAN = $(MSG_BUNDLES) FILES_TO_CLEAN = $(MSG_BUNDLES)
 FILES_TO_CLEAN += $(ROOT)/src/$(DIR)/*.rb FILES_TO_CLEAN += $(ROOT)/src/$(DIR)/*.rb
  
 ifdef ICU_ROOT  ifeq ($(PEGASUS_HAS_ICU), true)
 include $(ROOT)/mak/clean.mak include $(ROOT)/mak/clean.mak
 else else
 clean: clean:
 endif endif
  
   depend:
   
   general:
   
 ################################################################################ ################################################################################
 ## ##
 ## Build list of object names: ## Build list of object names:


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.13.12.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2