From f872cc0ce9a9b888b983aaec5765d91a279d2d56 Mon Sep 17 00:00:00 2001
From: zwart <sdos@astron.nl>
Date: Wed, 17 Aug 2005 13:42:27 +0000
Subject: [PATCH] BugID: 270

Install data files to .../LOFAR/installed/<build variant>/bin/
---
 .../TFlopCorrelator/TFC_BGLProc/src/Makefile.am    |  5 +++++
 .../TFC_BGLProc/src/TFC_BGLProcessing.log_prop     | 14 ++++++++++++++
 .../TFC_BGLProc/src/TFC_BGLProcessing.machinefile  |  7 +++++++
 .../TFC_InputSection/src/Makefile.am               |  5 +++++
 .../TFC_InputSection/src/TFC_InputSection.log_prop | 14 ++++++++++++++
 .../src/TFC_InputSection.machinefile               | 11 +++++++++++
 .../TFC_BGLProc/src/Attic/Makefile.am              |  5 +++++
 .../src/Attic/TFC_BGLProcessing.log_prop           | 14 ++++++++++++++
 .../src/Attic/TFC_BGLProcessing.machinefile        |  7 +++++++
 .../TFlopCorrelator/TFC_BGLProc/src/Makefile.am    |  5 +++++
 .../TFC_BGLProc/src/TFC_BGLProcessing.log_prop     | 14 ++++++++++++++
 .../TFC_BGLProc/src/TFC_BGLProcessing.machinefile  |  7 +++++++
 .../TFC_InputSection/src/Attic/Makefile.am         |  5 +++++
 .../src/Attic/TFC_InputSection.log_prop            | 14 ++++++++++++++
 .../src/Attic/TFC_InputSection.machinefile         | 11 +++++++++++
 .../TFC_InputSection/src/Makefile.am               |  5 +++++
 .../TFC_InputSection/src/TFC_InputSection.log_prop | 14 ++++++++++++++
 .../src/TFC_InputSection.machinefile               | 11 +++++++++++
 18 files changed, 168 insertions(+)
 create mode 100644 CEP/Demo/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.log_prop
 create mode 100644 CEP/Demo/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.machinefile
 create mode 100644 CEP/Demo/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.log_prop
 create mode 100644 CEP/Demo/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.machinefile
 create mode 100644 Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Attic/TFC_BGLProcessing.log_prop
 create mode 100644 Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Attic/TFC_BGLProcessing.machinefile
 create mode 100644 Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.log_prop
 create mode 100644 Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.machinefile
 create mode 100644 Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Attic/TFC_InputSection.log_prop
 create mode 100644 Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Attic/TFC_InputSection.machinefile
 create mode 100644 Demo/CEP/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.log_prop
 create mode 100644 Demo/CEP/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.machinefile

diff --git a/CEP/Demo/TFlopCorrelator/TFC_BGLProc/src/Makefile.am b/CEP/Demo/TFlopCorrelator/TFC_BGLProc/src/Makefile.am
index 6f7f447716a..ce53ac3eddc 100644
--- a/CEP/Demo/TFlopCorrelator/TFC_BGLProc/src/Makefile.am
+++ b/CEP/Demo/TFlopCorrelator/TFC_BGLProc/src/Makefile.am
@@ -24,4 +24,9 @@ WH_Correlator.cc		\
 AH_BGLProcessing.cc		
 #WH_Collect.cc
 
+configfilesdir=$(bindir)
+configfiles_DATA	=	\
+TFC_BGLProcessing.machinefile	\
+TFC_BGLProcessing.log_prop	
+
 include $(lofar_sharedir)/Makefile.common
diff --git a/CEP/Demo/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.log_prop b/CEP/Demo/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.log_prop
new file mode 100644
index 00000000000..c8288c9751c
--- /dev/null
+++ b/CEP/Demo/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.log_prop
@@ -0,0 +1,14 @@
+# Configure the rootLogger
+log4cplus.rootLogger=INFO, STDOUT
+log4cplus.LCS.Common=INFO, STDOUT
+log4cplus.logger.TRC=TRACE, NOLOG
+log4cplus.logger.TRC.additivity=false
+log4cplus.additivity=false
+# Define the STDOUT appender
+log4cplus.appender.STDOUT=log4cplus::ConsoleAppender
+log4cplus.appender.STDOUT.Threshhold=TRACE2
+log4cplus.appender.STDOUT.layout=log4cplus::PatternLayout
+log4cplus.appender.STDOUT.layout.ConversionPattern=%-5p [%x]%c{3} - %m%n
+log4cplus.appender.STDOUT.logToStdErr=false
+log4cplus.appender.STDOUT.ImmediateFlush=true
+log4cplus.appender.NOLOG=log4cplus::NullAppender
diff --git a/CEP/Demo/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.machinefile b/CEP/Demo/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.machinefile
new file mode 100644
index 00000000000..74ba1990dfb
--- /dev/null
+++ b/CEP/Demo/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.machinefile
@@ -0,0 +1,7 @@
+lofar13
+lofar14
+lofar4
+lofar5
+lofar6
+lofar7
+lofar8
diff --git a/CEP/Demo/TFlopCorrelator/TFC_InputSection/src/Makefile.am b/CEP/Demo/TFlopCorrelator/TFC_InputSection/src/Makefile.am
index 9e8a97190e6..2b2a9defd15 100644
--- a/CEP/Demo/TFlopCorrelator/TFC_InputSection/src/Makefile.am
+++ b/CEP/Demo/TFlopCorrelator/TFC_InputSection/src/Makefile.am
@@ -25,4 +25,9 @@ WH_SBCollect.cc			\
 AH_InputSection.cc		\
 BufferController.cc	
 
+configfilesdir=$(bindir)
+configfiles_DATA		=	\
+TFC_InputSection.machinefile		\
+TFC_InputSection.log_prop		
+
 include $(lofar_sharedir)/Makefile.common
diff --git a/CEP/Demo/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.log_prop b/CEP/Demo/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.log_prop
new file mode 100644
index 00000000000..c8288c9751c
--- /dev/null
+++ b/CEP/Demo/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.log_prop
@@ -0,0 +1,14 @@
+# Configure the rootLogger
+log4cplus.rootLogger=INFO, STDOUT
+log4cplus.LCS.Common=INFO, STDOUT
+log4cplus.logger.TRC=TRACE, NOLOG
+log4cplus.logger.TRC.additivity=false
+log4cplus.additivity=false
+# Define the STDOUT appender
+log4cplus.appender.STDOUT=log4cplus::ConsoleAppender
+log4cplus.appender.STDOUT.Threshhold=TRACE2
+log4cplus.appender.STDOUT.layout=log4cplus::PatternLayout
+log4cplus.appender.STDOUT.layout.ConversionPattern=%-5p [%x]%c{3} - %m%n
+log4cplus.appender.STDOUT.logToStdErr=false
+log4cplus.appender.STDOUT.ImmediateFlush=true
+log4cplus.appender.NOLOG=log4cplus::NullAppender
diff --git a/CEP/Demo/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.machinefile b/CEP/Demo/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.machinefile
new file mode 100644
index 00000000000..7f9e2a4f55a
--- /dev/null
+++ b/CEP/Demo/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.machinefile
@@ -0,0 +1,11 @@
+# if you change this file, you should also change the hosts in TFlopCorrelator.cfg
+lofar11
+lofar12
+lofar13
+lofar14
+lofar4
+lofar5
+lofar6
+lofar7
+lofar8
+
diff --git a/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Attic/Makefile.am b/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Attic/Makefile.am
index 6f7f447716a..ce53ac3eddc 100644
--- a/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Attic/Makefile.am
+++ b/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Attic/Makefile.am
@@ -24,4 +24,9 @@ WH_Correlator.cc		\
 AH_BGLProcessing.cc		
 #WH_Collect.cc
 
+configfilesdir=$(bindir)
+configfiles_DATA	=	\
+TFC_BGLProcessing.machinefile	\
+TFC_BGLProcessing.log_prop	
+
 include $(lofar_sharedir)/Makefile.common
diff --git a/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Attic/TFC_BGLProcessing.log_prop b/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Attic/TFC_BGLProcessing.log_prop
new file mode 100644
index 00000000000..c8288c9751c
--- /dev/null
+++ b/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Attic/TFC_BGLProcessing.log_prop
@@ -0,0 +1,14 @@
+# Configure the rootLogger
+log4cplus.rootLogger=INFO, STDOUT
+log4cplus.LCS.Common=INFO, STDOUT
+log4cplus.logger.TRC=TRACE, NOLOG
+log4cplus.logger.TRC.additivity=false
+log4cplus.additivity=false
+# Define the STDOUT appender
+log4cplus.appender.STDOUT=log4cplus::ConsoleAppender
+log4cplus.appender.STDOUT.Threshhold=TRACE2
+log4cplus.appender.STDOUT.layout=log4cplus::PatternLayout
+log4cplus.appender.STDOUT.layout.ConversionPattern=%-5p [%x]%c{3} - %m%n
+log4cplus.appender.STDOUT.logToStdErr=false
+log4cplus.appender.STDOUT.ImmediateFlush=true
+log4cplus.appender.NOLOG=log4cplus::NullAppender
diff --git a/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Attic/TFC_BGLProcessing.machinefile b/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Attic/TFC_BGLProcessing.machinefile
new file mode 100644
index 00000000000..74ba1990dfb
--- /dev/null
+++ b/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Attic/TFC_BGLProcessing.machinefile
@@ -0,0 +1,7 @@
+lofar13
+lofar14
+lofar4
+lofar5
+lofar6
+lofar7
+lofar8
diff --git a/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Makefile.am b/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Makefile.am
index 6f7f447716a..ce53ac3eddc 100644
--- a/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Makefile.am
+++ b/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/Makefile.am
@@ -24,4 +24,9 @@ WH_Correlator.cc		\
 AH_BGLProcessing.cc		
 #WH_Collect.cc
 
+configfilesdir=$(bindir)
+configfiles_DATA	=	\
+TFC_BGLProcessing.machinefile	\
+TFC_BGLProcessing.log_prop	
+
 include $(lofar_sharedir)/Makefile.common
diff --git a/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.log_prop b/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.log_prop
new file mode 100644
index 00000000000..c8288c9751c
--- /dev/null
+++ b/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.log_prop
@@ -0,0 +1,14 @@
+# Configure the rootLogger
+log4cplus.rootLogger=INFO, STDOUT
+log4cplus.LCS.Common=INFO, STDOUT
+log4cplus.logger.TRC=TRACE, NOLOG
+log4cplus.logger.TRC.additivity=false
+log4cplus.additivity=false
+# Define the STDOUT appender
+log4cplus.appender.STDOUT=log4cplus::ConsoleAppender
+log4cplus.appender.STDOUT.Threshhold=TRACE2
+log4cplus.appender.STDOUT.layout=log4cplus::PatternLayout
+log4cplus.appender.STDOUT.layout.ConversionPattern=%-5p [%x]%c{3} - %m%n
+log4cplus.appender.STDOUT.logToStdErr=false
+log4cplus.appender.STDOUT.ImmediateFlush=true
+log4cplus.appender.NOLOG=log4cplus::NullAppender
diff --git a/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.machinefile b/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.machinefile
new file mode 100644
index 00000000000..74ba1990dfb
--- /dev/null
+++ b/Demo/CEP/TFlopCorrelator/TFC_BGLProc/src/TFC_BGLProcessing.machinefile
@@ -0,0 +1,7 @@
+lofar13
+lofar14
+lofar4
+lofar5
+lofar6
+lofar7
+lofar8
diff --git a/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Attic/Makefile.am b/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Attic/Makefile.am
index 9e8a97190e6..2b2a9defd15 100644
--- a/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Attic/Makefile.am
+++ b/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Attic/Makefile.am
@@ -25,4 +25,9 @@ WH_SBCollect.cc			\
 AH_InputSection.cc		\
 BufferController.cc	
 
+configfilesdir=$(bindir)
+configfiles_DATA		=	\
+TFC_InputSection.machinefile		\
+TFC_InputSection.log_prop		
+
 include $(lofar_sharedir)/Makefile.common
diff --git a/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Attic/TFC_InputSection.log_prop b/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Attic/TFC_InputSection.log_prop
new file mode 100644
index 00000000000..c8288c9751c
--- /dev/null
+++ b/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Attic/TFC_InputSection.log_prop
@@ -0,0 +1,14 @@
+# Configure the rootLogger
+log4cplus.rootLogger=INFO, STDOUT
+log4cplus.LCS.Common=INFO, STDOUT
+log4cplus.logger.TRC=TRACE, NOLOG
+log4cplus.logger.TRC.additivity=false
+log4cplus.additivity=false
+# Define the STDOUT appender
+log4cplus.appender.STDOUT=log4cplus::ConsoleAppender
+log4cplus.appender.STDOUT.Threshhold=TRACE2
+log4cplus.appender.STDOUT.layout=log4cplus::PatternLayout
+log4cplus.appender.STDOUT.layout.ConversionPattern=%-5p [%x]%c{3} - %m%n
+log4cplus.appender.STDOUT.logToStdErr=false
+log4cplus.appender.STDOUT.ImmediateFlush=true
+log4cplus.appender.NOLOG=log4cplus::NullAppender
diff --git a/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Attic/TFC_InputSection.machinefile b/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Attic/TFC_InputSection.machinefile
new file mode 100644
index 00000000000..7f9e2a4f55a
--- /dev/null
+++ b/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Attic/TFC_InputSection.machinefile
@@ -0,0 +1,11 @@
+# if you change this file, you should also change the hosts in TFlopCorrelator.cfg
+lofar11
+lofar12
+lofar13
+lofar14
+lofar4
+lofar5
+lofar6
+lofar7
+lofar8
+
diff --git a/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Makefile.am b/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Makefile.am
index 9e8a97190e6..2b2a9defd15 100644
--- a/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Makefile.am
+++ b/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/Makefile.am
@@ -25,4 +25,9 @@ WH_SBCollect.cc			\
 AH_InputSection.cc		\
 BufferController.cc	
 
+configfilesdir=$(bindir)
+configfiles_DATA		=	\
+TFC_InputSection.machinefile		\
+TFC_InputSection.log_prop		
+
 include $(lofar_sharedir)/Makefile.common
diff --git a/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.log_prop b/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.log_prop
new file mode 100644
index 00000000000..c8288c9751c
--- /dev/null
+++ b/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.log_prop
@@ -0,0 +1,14 @@
+# Configure the rootLogger
+log4cplus.rootLogger=INFO, STDOUT
+log4cplus.LCS.Common=INFO, STDOUT
+log4cplus.logger.TRC=TRACE, NOLOG
+log4cplus.logger.TRC.additivity=false
+log4cplus.additivity=false
+# Define the STDOUT appender
+log4cplus.appender.STDOUT=log4cplus::ConsoleAppender
+log4cplus.appender.STDOUT.Threshhold=TRACE2
+log4cplus.appender.STDOUT.layout=log4cplus::PatternLayout
+log4cplus.appender.STDOUT.layout.ConversionPattern=%-5p [%x]%c{3} - %m%n
+log4cplus.appender.STDOUT.logToStdErr=false
+log4cplus.appender.STDOUT.ImmediateFlush=true
+log4cplus.appender.NOLOG=log4cplus::NullAppender
diff --git a/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.machinefile b/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.machinefile
new file mode 100644
index 00000000000..7f9e2a4f55a
--- /dev/null
+++ b/Demo/CEP/TFlopCorrelator/TFC_InputSection/src/TFC_InputSection.machinefile
@@ -0,0 +1,11 @@
+# if you change this file, you should also change the hosts in TFlopCorrelator.cfg
+lofar11
+lofar12
+lofar13
+lofar14
+lofar4
+lofar5
+lofar6
+lofar7
+lofar8
+
-- 
GitLab