[Echempp-devel] Experiment Makefile.am,1.7,1.8
Status: Beta
Brought to you by:
berndspeiser
|
From: beeblbrox <bee...@us...> - 2007-12-22 15:46:29
|
Update of /cvsroot/echempp/Experiment In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv23868/Experiment Modified Files: Makefile.am Log Message: Excluded InputFilters since it doesn't provide any relevant functionality yet and uses TinyXML. Remove the directory as needed. Index: Makefile.am =================================================================== RCS file: /cvsroot/echempp/Experiment/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile.am 5 Jun 2006 10:05:12 -0000 1.7 --- Makefile.am 22 Dec 2007 15:46:15 -0000 1.8 *************** *** 1,3 **** ! SUBDIRS = . ExcitationFunction Data InputFilters Experiment documentation EXTRA_DIST = documentation/mainpage.txt \ --- 1,3 ---- ! SUBDIRS = . ExcitationFunction Data Experiment documentation EXTRA_DIST = documentation/mainpage.txt \ *************** *** 10,15 **** cd Data && $(MAKE) doc;\ cd ..;\ - cd InputFilters && $(MAKE) doc;\ - cd ..;\ cd Experiment && $(MAKE) doc;\ cd ..;\ --- 10,13 ---- *************** *** 22,27 **** cd Data && $(MAKE) doc-clean;\ cd ..;\ - cd InputFilters && $(MAKE) doc-clean;\ - cd ..;\ cd Experiment && $(MAKE) doc-clean;\ cd ..;\ --- 20,23 ---- |