From 089d4a37498fef811d39784fd2e8d6c78e8ad5bb Mon Sep 17 00:00:00 2001
From: Alexander Mueller <alexander.mueller@hs.uni-hamburg.de>
Date: Thu, 25 Aug 2005 09:14:33 +0000
Subject: [PATCH] BugID: 286 see comment #13 and comment #14

---
 MAC/Test/GCF/MAC/src/Makefile.am | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/MAC/Test/GCF/MAC/src/Makefile.am b/MAC/Test/GCF/MAC/src/Makefile.am
index dc39a1e8db8..13d61057501 100644
--- a/MAC/Test/GCF/MAC/src/Makefile.am
+++ b/MAC/Test/GCF/MAC/src/Makefile.am
@@ -1,7 +1,8 @@
 AUTOGEN = autogen
 SUFFIXES = .ph
 %.ph: %.prot
-	$(AUTOGEN) -L $(datadir)/GCF/TM
+	$(AUTOGEN) --writable -L $(datadir)/GCF/TM $<
+	
 libgcftest_la_DOCHDRS	=	\
 	SupervisedTask.h \
   PropertyProxy.h \
@@ -31,12 +32,10 @@ Application3_LDADD		      = libgcftest.la
 Application3_DEPENDENCIES		= libgcftest.la $(LOFAR_DEPEND)
 
 BUILT_SOURCES = \
-	TST_Protocol.ph \
-	mac.log_prop
+	TST_Protocol.ph
 
 EXTRA_DIST = \
-	TST_Protocol.ph \
-	mac.log_prop
+	TST_Protocol.ph
 	
 AM_CXXFLAGS=-fmessage-length=0
 	
@@ -46,13 +45,8 @@ configfiles_DATA= \
 	Application1.conf \
 	Application2.conf \
 	Application3.conf \
-	mac.log_prop \
 	customPrepPVSSDB.ctl
 
-MAC_CONFIG = $(top_srcdir)/../../../Config
-%.log_prop: $(MAC_CONFIG)/%.log_prop
-	cp $< $@
-	
 %.conf: gcf-test.conf.in
 	cp $< $@
 
@@ -60,7 +54,7 @@ MAC_CONFIG = $(top_srcdir)/../../../Config
 	cp $< $@
 
 clean-local:
-  rm -f *.ph
+	rm -f *.ph
   
 include $(lofar_sharedir)/Makefile.common
 
-- 
GitLab