diff --git a/Makefile b/Makefile index 0136a2c..dc4f7d9 100644 --- a/Makefile +++ b/Makefile @@ -23,11 +23,15 @@ # Under source code control: 1990/02/15 01:48:41 # File existed as early as: before 1990 # +# This calculator first developed by David I. Bell with help/mods from others. +# # chongo /\oo/\ http://www.isthe.com/chongo/ # Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ -# -# calculator by David I. Bell with help/mods from others -# Makefile by Landon Curt Noll + + +# SUGGESTION: Instead of modifying this file, consider adding +# statements to modify, replace or append Makefile +# variables in the Makefile.local file. ########################################### diff --git a/Makefile.config b/Makefile.config index a43f057..c29396f 100644 --- a/Makefile.config +++ b/Makefile.config @@ -19,8 +19,17 @@ # distributed with calc under the filename COPYING-LGPL. You should have # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# +# This calculator first developed by David I. Bell with help/mods from others. +# +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ +# SUGGESTION: Instead of modifying this file, consider adding +# statements to modify, replace or append Makefile +# variables in the Makefile.local file. + # We do not support parallel make of calc. We have found most # parallel make systems do not get the rule dependency order diff --git a/Makefile.local b/Makefile.local index f332aa8..7c1b354 100644 --- a/Makefile.local +++ b/Makefile.local @@ -1,10 +1,34 @@ #!/usr/bin/env make # -# Makefile.local - local Makefile variables +# Makefile.local - modify, replace or append calc Makefile variables # -# This file is included by Makefile after the last Makefile is set and -# before the first make rule. This makes this file suitable to override -# Makefile variables. +# Copyright (C) 2023 Landon Curt Noll +# +# Suggestion: Read the HOWTO.INSTALL file. +# +# Calc is open software; you can redistribute it and/or modify it under +# the terms of version 2.1 of the GNU Lesser General Public License +# as published by the Free Software Foundation. +# +# Calc is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General +# Public License for more details. +# +# A copy of version 2.1 of the GNU Lesser General Public License is +# distributed with calc under the filename COPYING-LGPL. You should have +# received a copy with calc; if not, write to Free Software Foundation, Inc. +# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# +# This calculator first developed by David I. Bell with help/mods from others. +# +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ + +#### +# This file is included all calc Makefiles after the last Makefile variable +# is set and before the first make rule. This makes this file suitable to +# modify, replace or append Makefile variables. # # To replace a Makefile variable, use := symbols. For example: # diff --git a/Makefile.target b/Makefile.target index 5f72b7b..ee91216 100644 --- a/Makefile.target +++ b/Makefile.target @@ -19,6 +19,17 @@ # distributed with calc under the filename COPYING-LGPL. You should have # received a copy with calc; if not, write to Free Software Foundation, Inc. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# +# This calculator first developed by David I. Bell with help/mods from others. +# +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ + + +# SUGGESTION: Instead of modifying this file, consider adding +# statements to modify, replace or append Makefile +# variables in the Makefile.local file. + ####################################################################### # NOTE: These lines are included by both Makefile and custom/Makefile # diff --git a/cal/Makefile b/cal/Makefile index 499092d..2725250 100644 --- a/cal/Makefile +++ b/cal/Makefile @@ -4,13 +4,7 @@ # # Copyright (C) 1999-2006,2017,2021-2023 Landon Curt Noll # -# SRC: cal/Makefile -# -# The "# SRC: ... - ..." comment line above indicates -# the origin of this file. -# -# IMPORTANT: Please see the section on Makefiles near the -# bottom of the HOWTO.INSTALL file. +# Suggestion: Read the ../HOWTO.INSTALL file. # # Calc is open software; you can redistribute it and/or modify it under # the terms of the version 2.1 of the GNU Lesser General Public License @@ -29,11 +23,15 @@ # Under source code control: 1991/07/21 05:00:54 # File existed as early as: 1991 # -# chongo /\oo/\ http://www.isthe.com/chongo/ -# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ +# This calculator first developed by David I. Bell with help/mods from others. # -# calculator by David I. Bell with help/mods from others -# Makefile by Landon Curt Noll +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ + + +# SUGGESTION: Instead of modifying this file, consider adding +# statements to modify, replace or append Makefile +# variables in the ../Makefile.local file. ########################################### diff --git a/cscript/Makefile b/cscript/Makefile index 8db249b..36a2f76 100644 --- a/cscript/Makefile +++ b/cscript/Makefile @@ -4,13 +4,7 @@ # # Copyright (C) 1999-2006,2014,2017,2021-2023 Landon Curt Noll # -# SRC: cscript/Makefile -# -# The "# SRC: ... - ..." comment line above indicates -# the origin of this file. -# -# IMPORTANT: Please see the section on Makefiles near the -# bottom of the HOWTO.INSTALL file. +# Suggestion: Read the ../HOWTO.INSTALL file. # # Calc is open software; you can redistribute it and/or modify it under # the terms of the version 2.1 of the GNU Lesser General Public License @@ -29,11 +23,15 @@ # Under source code control: 1999/11/29 11:10:26 # File existed as early as: 1999 # -# chongo /\oo/\ http://www.isthe.com/chongo/ -# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ +# This calculator first developed by David I. Bell with help/mods from others. # -# calculator by David I. Bell with help/mods from others -# Makefile by Landon Curt Noll +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ + + +# SUGGESTION: Instead of modifying this file, consider adding +# statements to modify, replace or append Makefile +# variables in the ../Makefile.local file. ########################################### diff --git a/custom/Makefile b/custom/Makefile index 9de539e..0ed4ef6 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -23,11 +23,15 @@ # Under source code control: 1997/03/09 02:28:54 # File existed as early as: 1997 # -# chongo /\oo/\ http://www.isthe.com/chongo/ -# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ +# This calculator first developed by David I. Bell with help/mods from others. # -# calculator by David I. Bell with help/mods from others -# Makefile by Landon Curt Noll +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ + + +# SUGGESTION: Instead of modifying this file, consider adding +# statements to modify, replace or append Makefile +# variables in the ../Makefile.local file. ########################################### diff --git a/help/Makefile b/help/Makefile index d85d7c2..a640636 100644 --- a/help/Makefile +++ b/help/Makefile @@ -4,13 +4,7 @@ # # Copyright (C) 1999-2006,2017,2021-2023 Landon Curt Noll # -# SRC: help/Makefile -# -# The "# SRC: ... - ..." comment line above indicates -# the origin of this file. -# -# IMPORTANT: Please see the section on Makefiles near the -# bottom of the HOWTO.INSTALL file. +# Suggestion: Read the ../HOWTO.INSTALL file. # # Calc is open software; you can redistribute it and/or modify it under # the terms of the version 2.1 of the GNU Lesser General Public License @@ -29,11 +23,15 @@ # Under source code control: 1991/07/23 06:47:57 # File existed as early as: 1991 # -# chongo /\oo/\ http://www.isthe.com/chongo/ -# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ +# This calculator first developed by David I. Bell with help/mods from others. # -# calculator by David I. Bell with help/mods from others -# Makefile by Landon Curt Noll +# chongo /\oo/\ http://www.isthe.com/chongo/ +# Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/ + + +# SUGGESTION: Instead of modifying this file, consider adding +# statements to modify, replace or append Makefile +# variables in the ../Makefile.local file. ###########################################