Unify header comments in configure/RULES files

This commit is contained in:
Andrew Johnson
2018-10-19 14:24:51 -05:00
parent 11ba48232c
commit 2c07e5fbb9
8 changed files with 33 additions and 28 deletions

View File

@ -1,11 +1,10 @@
#************************************************************************* #*************************************************************************
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne # Copyright (c) 2006 UChicago Argonne LLC, as Operator of Argonne
# National Laboratory. # National Laboratory.
# Copyright (c) 2002 The Regents of the University of California, as # Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory. # Operator of Los Alamos National Laboratory.
# EPICS BASE Versions 3.13.7 # EPICS BASE is distributed subject to a Software License Agreement found
# and higher are distributed subject to a Software License Agreement found # in the file LICENSE that is included with this distribution.
# in file LICENSE that is included with this distribution.
#************************************************************************* #*************************************************************************
ifndef T_A ifndef T_A

View File

@ -4,9 +4,10 @@
# Copyright (c) 2002 The Regents of the University of California, as # Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory. # Operator of Los Alamos National Laboratory.
# EPICS BASE is distributed subject to a Software License Agreement found # EPICS BASE is distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution. # in the file LICENSE that is included with this distribution.
#************************************************************************* #*************************************************************************
#RULES.Db
# RULES.Db
# Set db substitutions and template file suffixes # Set db substitutions and template file suffixes
SUBST_SUFFIX ?= .substitutions SUBST_SUFFIX ?= .substitutions

View File

@ -4,9 +4,10 @@
# Copyright (c) 2002 The Regents of the University of California, as # Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory. # Operator of Los Alamos National Laboratory.
# EPICS BASE is distributed subject to a Software License Agreement found # EPICS BASE is distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution. # in the file LICENSE that is included with this distribution.
#************************************************************************* #*************************************************************************
#RULES.ioc
# RULES.ioc
include $(CONFIG)/RULES_DIRS include $(CONFIG)/RULES_DIRS

View File

@ -6,11 +6,12 @@
# EPICS BASE is distributed subject to a Software License Agreement found # EPICS BASE is distributed subject to a Software License Agreement found
# in the file LICENSE that is included with this distribution. # in the file LICENSE that is included with this distribution.
#************************************************************************* #*************************************************************************
# RULES_BUILD
# Rules for making things specified in a Makefile
# #
# Rules for making things specified in Makefile # CWD is O.$(T_A), but most sources are elsewhere
#
# we are in O.$(T_A), but most sources are elsewhere
#
ifndef BASE_RULES_BUILD ifndef BASE_RULES_BUILD
BASE_RULES_BUILD=1 BASE_RULES_BUILD=1

View File

@ -1,4 +1,13 @@
# <top>/configure/RULES_EXPAND #*************************************************************************
# Copyright (c) 2011 UChicago Argonne LLC, as Operator of Argonne
# National Laboratory.
# Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory.
# EPICS BASE is distributed subject to a Software License Agreement found
# in the file LICENSE that is included with this distribution.
#*************************************************************************
# RULES_EXPAND
vpath %@ $(USR_VPATH) $(ALL_SRC_DIRS) vpath %@ $(USR_VPATH) $(ALL_SRC_DIRS)

View File

@ -23,7 +23,7 @@ ifneq ($(RELEASE_CFG_RULES),)
include $(RELEASE_CFG_RULES) include $(RELEASE_CFG_RULES)
endif endif
# If this is not BASE then include <TOP>/configure/RULES_BUILD # If this is not BASE then include <top>/configure/RULES_BUILD
# #
ifeq ($(wildcard $(TOP)/configure/CONFIG_BASE_VERSION),) ifeq ($(wildcard $(TOP)/configure/CONFIG_BASE_VERSION),)
TOP_RULES_BUILDS = $(wildcard $(TOP)/configure/RULES_BUILD) TOP_RULES_BUILDS = $(wildcard $(TOP)/configure/RULES_BUILD)

View File

@ -1,11 +1,10 @@
#************************************************************************* #*************************************************************************
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne # Copyright (c) 2006 UChicago Argonne LLC, as Operator of Argonne
# National Laboratory. # National Laboratory.
# Copyright (c) 2002 The Regents of the University of California, as # Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory. # Operator of Los Alamos National Laboratory.
# EPICS BASE Versions 3.13.7 # EPICS BASE is distributed subject to a Software License Agreement found
# and higher are distributed subject to a Software License Agreement found # in the file LICENSE that is included with this distribution.
# in file LICENSE that is included with this distribution.
#************************************************************************* #*************************************************************************
# Octave definitions and rules # Octave definitions and rules

View File

@ -1,18 +1,13 @@
#************************************************************************* #*************************************************************************
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne # Copyright (c) 2011 UChicago Argonne LLC, as Operator of Argonne
# National Laboratory. # National Laboratory.
# Copyright (c) 2002 The Regents of the University of California, as # Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory. # Operator of Los Alamos National Laboratory.
# EPICS BASE Versions 3.13.7 # EPICS BASE is distributed subject to a Software License Agreement found
# and higher are distributed subject to a Software License Agreement found # in the file LICENSE that is included with this distribution.
# in file LICENSE that is included with this distribution.
#************************************************************************* #*************************************************************************
#
# RULES_TARGET # RULES_TARGET
#
# This file is to be maintained by the community.
#
#-----------------------------------------------------------------------
define TARGET_template define TARGET_template
$(1)_$(2) += $$(if $$(strip $$($(1)_$(2)_$$(OS_CLASS))), \ $(1)_$(2) += $$(if $$(strip $$($(1)_$(2)_$$(OS_CLASS))), \