From 6f8f3b5fe87298b5c7f3a035a91b54cc07e8144a Mon Sep 17 00:00:00 2001 From: Ron Sluiter <rsluiter@users.noreply.github.com> Date: Tue, 6 Nov 2001 19:59:35 +0000 Subject: [PATCH] - Copied from <supporttop>/utils/RELEASE. - "include" directives used by IOC's. --- config/RELEASE | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/config/RELEASE b/config/RELEASE index f5766fe..adc16c0 100644 --- a/config/RELEASE +++ b/config/RELEASE @@ -9,21 +9,21 @@ # # Add your declarations here -IP= -IP330= -MCA= -LOVE= -IPUNIDIG= -DAC128V= -MOTOR= -STD= -BITBUS= -MPF_GPIB= -MPF_SERIAL= -MPF= -CAMAC= -#ALLEN_BRADLEY= +SUPPORT=!!Set to <supporttop> complete pathname!! -# RELEASE - Location of master EPICS base release file. -EPICS_BASE= +include $(SUPPORT)/config/IP_RELEASE +include $(SUPPORT)/config/IP330_RELEASE +include $(SUPPORT)/config/CAMAC_RELEASE +include $(SUPPORT)/config/MCA_RELEASE +include $(SUPPORT)/config/LOVE_RELEASE +include $(SUPPORT)/config/IPUNIDIG_RELEASE +include $(SUPPORT)/config/DAC128V_RELEASE +include $(SUPPORT)/config/MOTOR_RELEASE +include $(SUPPORT)/config/STD_RELEASE +include $(SUPPORT)/config/BITBUS_RELEASE +include $(SUPPORT)/config/MPFGPIB_RELEASE +include $(SUPPORT)/config/MPFSERIAL_RELEASE +include $(SUPPORT)/config/MPF_RELEASE +include $(SUPPORT)/config/RELEASE +TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top -- GitLab