[Echempp-devel] Experiment/Experiment/test Makefile.am,1.15,1.16
Status: Beta
Brought to you by:
berndspeiser
|
From: beeblbrox <bee...@us...> - 2008-03-27 13:04:35
|
Update of /cvsroot/echempp/Experiment/Experiment/test In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8117/Experiment/Experiment/test Modified Files: Makefile.am Log Message: Build system changes due to BOOSTXXX. Index: Makefile.am =================================================================== RCS file: /cvsroot/echempp/Experiment/Experiment/test/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile.am 19 Dec 2007 13:32:12 -0000 1.15 --- Makefile.am 27 Mar 2008 13:04:27 -0000 1.16 *************** *** 4,10 **** ExperimentTest_LDADD = ../libeppExperiment.la \ ! -lboost_unit_test_framework \ ! -lboost_serialization \ ! -lboost_date_time \ -leppExcitationFunction \ -leppData \ --- 4,11 ---- ExperimentTest_LDADD = ../libeppExperiment.la \ ! -L$(BOOSTLIB) \ ! -lboost_unit_test_framework$(BOOSTTAGS) \ ! -lboost_serialization$(BOOSTTAGS) \ ! -lboost_date_time$(BOOSTTAGS) \ -leppExcitationFunction \ -leppData \ *************** *** 18,22 **** -I$(LOKISRC) \ -I$(BSUTILITIESSRC) \ ! -I$(QUANTITIESSRC) ExperimentTest_CXXFLAGS = -Wall -Werror -pedantic-errors -DTIXML_USE_STL=YES --- 19,24 ---- -I$(LOKISRC) \ -I$(BSUTILITIESSRC) \ ! -I$(QUANTITIESSRC) \ ! -I$(BOOSTSRC) ExperimentTest_CXXFLAGS = -Wall -Werror -pedantic-errors -DTIXML_USE_STL=YES |