[Echempp-devel] Experiment Makefile.am,1.10,1.11
Status: Beta
Brought to you by:
berndspeiser
|
From: beeblbrox <bee...@us...> - 2008-03-27 13:04:35
|
Update of /cvsroot/echempp/Experiment In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8117/Experiment Modified Files: Makefile.am Log Message: Build system changes due to BOOSTXXX. Index: Makefile.am =================================================================== RCS file: /cvsroot/echempp/Experiment/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile.am 23 Dec 2007 10:20:28 -0000 1.10 --- Makefile.am 27 Mar 2008 13:04:27 -0000 1.11 *************** *** 1,8 **** ! # Note: Do not include InputFilters before fixing inputFilters.hpp (it uses ! # obsolete Experiment.h and thus indirectly references TinyXML. ! # Otherwise this breaks EChem++ builds! ! #SUBDIRS = . ExcitationFunction Data Experiment InputFilters documentation ! SUBDIRS = . ExcitationFunction Data Experiment documentation ! EXTRA_DIST = documentation/mainpage.txt \ --- 1,3 ---- ! SUBDIRS = . ExcitationFunction Data Experiment InputFilters documentation EXTRA_DIST = documentation/mainpage.txt \ *************** *** 19,24 **** cd ExcitationFunction && $(MAKE) doc;\ cd ..; ! # cd InputFilters && $(MAKE) doc;\ ! # cd ..; doc-clean: --- 14,19 ---- cd ExcitationFunction && $(MAKE) doc;\ cd ..; ! cd InputFilters && $(MAKE) doc;\ ! cd ..; doc-clean: *************** *** 31,34 **** cd ExcitationFunction && $(MAKE) doc-clean;\ cd ..; ! # cd InputFilters && $(MAKE) doc-clean;\ ! # cd ..; --- 26,29 ---- cd ExcitationFunction && $(MAKE) doc-clean;\ cd ..; ! cd InputFilters && $(MAKE) doc-clean;\ ! cd ..; |