From bd3b80831268d8a2de1120b1d4a2b448eb8d17ce Mon Sep 17 00:00:00 2001 From: koennecke Date: Wed, 9 Aug 2017 16:51:38 +0200 Subject: [PATCH] Commented the various Makefiles to say what they are for. --- Makefile | 1 + Makefile.EEE | 2 ++ Makefile.RHEL7 | 1 + 3 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index f0d9ad7..aad8ccf 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +# This is for building the IOC application against the EEE-setup #Makefile at top of application tree TOP = . include $(TOP)/configure/CONFIG diff --git a/Makefile.EEE b/Makefile.EEE index def8559..2e2d5cd 100644 --- a/Makefile.EEE +++ b/Makefile.EEE @@ -1,3 +1,5 @@ +# This build the SINQ stuff as an EEE module. Which we cannot use yet because of the political problem +# of integrating this module into the EEE distribution include ${EPICS_ENV_PATH}/module.Makefile PROJECT=sinq diff --git a/Makefile.RHEL7 b/Makefile.RHEL7 index 2c2374c..010c19b 100644 --- a/Makefile.RHEL7 +++ b/Makefile.RHEL7 @@ -1,3 +1,4 @@ +# This build the sinq extensions for the PSI EPICS setup include /ioc/tools/driver.makefile MODULE=sinq