From 4d5dfa34b6bd381446c0b4062dab47c0194c9427 Mon Sep 17 00:00:00 2001
From: Stefan Roiser <Stefan.Roiser@cern.ch>
Date: Thu, 23 Feb 2006 09:15:58 +0000
Subject: [PATCH] added dependencies to selection file and first level header
 file for dictionary production

git-svn-id: http://root.cern.ch/svn/root/trunk@14088 27541ba8-7e3a-0410-8455-c3a389f83636
---
 reflex/test/testDict1/Makefile.am | 2 +-
 reflex/test/testDict2/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/reflex/test/testDict1/Makefile.am b/reflex/test/testDict1/Makefile.am
index af666d0bd7e..8c04b5cb5bf 100644
--- a/reflex/test/testDict1/Makefile.am
+++ b/reflex/test/testDict1/Makefile.am
@@ -15,6 +15,6 @@ libtest_ReflexRflx_la_LIBADD = $(top_srcdir)/src/libReflex.la
 
 MOSTLYCLEANFILES = Reflex_rflx.cpp
 
-Reflex_rflx.cpp:
+Reflex_rflx.cpp: $(top_srcdir)/test/testDict1/selection.xml $(top_srcdir)/inc/Reflex/Reflex.h
 	$(PYTHON) $(top_srcdir)/python/genreflex/genreflex.py $(top_srcdir)/inc/Reflex/Reflex.h -s$(top_srcdir)/test/testDict1/selection.xml --gccxmlpath=$(GCCXMLROOT)/bin -I$(top_srcdir)/inc/
 
diff --git a/reflex/test/testDict2/Makefile.am b/reflex/test/testDict2/Makefile.am
index f36bcc2c005..e6a61abeb8c 100644
--- a/reflex/test/testDict2/Makefile.am
+++ b/reflex/test/testDict2/Makefile.am
@@ -36,5 +36,5 @@ libtest_Class2DictRflx_la_LIBADD = $(top_srcdir)/src/libReflex.la
 
 MOSTLYCLEANFILES = Class2Dict_rflx.cpp
 
-Class2Dict_rflx.cpp:
+Class2Dict_rflx.cpp: $(top_srcdir)/test/testDict2/selection.xml $(top_srcdir)/test/testDict2/Class2Dict.h
 	$(PYTHON) $(top_srcdir)/python/genreflex/genreflex.py ./Class2Dict.h -s./selection.xml --gccxmlpath=$(GCCXMLROOT)/bin -I$(top_srcdir)/inc/
-- 
GitLab