Copyright information was gathered using `git log` with per-line history tracking, which allows following the history of a file through renames.
10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
# SPDX-FileCopyrightText: 2014 Argonne National Laboratory
|
|
#
|
|
# SPDX-License-Identifier: EPICS
|
|
|
|
TOP = ../..
|
|
include $(TOP)/configure/CONFIG
|
|
ARCH = _ARCH_
|
|
TARGETS = envPaths relPaths.sh
|
|
include $(TOP)/configure/RULES.ioc
|