[Echempp-devel] Experiment/InputFilters/test Makefile.am,1.3,1.4
Status: Beta
Brought to you by:
berndspeiser
|
From: beeblbrox <bee...@us...> - 2008-03-27 13:04:35
|
Update of /cvsroot/echempp/Experiment/InputFilters/test In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8117/Experiment/InputFilters/test Modified Files: Makefile.am Log Message: Build system changes due to BOOSTXXX. Index: Makefile.am =================================================================== RCS file: /cvsroot/echempp/Experiment/InputFilters/test/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 8 Jun 2006 11:11:04 -0000 1.3 --- Makefile.am 27 Mar 2008 13:04:28 -0000 1.4 *************** *** 3,21 **** inputFiltersTest_SOURCES = inputFiltersTest.cpp ! inputFiltersTest_LDADD = ../libeppInputFilters.la \ ! -leppData \ -leppExperiment \ -L$(PHYSICALQUANTITIESLIB) -lPhysicalQuantities \ -L$(QUANTITIESLIB) -lQuantity \ -L$(BSUTILITIESLIB) -lBSUtilities \ ! -lloki INCLUDES = -I$(top_srcdir) \ ! -I$(top_srcdir)/Data \ ! -I$(top_srcdir)/Experiment \ ! -I$(LOKISRC) \ ! -I$(QUANTITIESSRC) \ ! -I$(BSUTILITIESSRC) - inputFiltersTest_CXXFLAGS = -Wall -Werror -pedantic-errors -DTIXML_USE_STL=YES --- 3,25 ---- inputFiltersTest_SOURCES = inputFiltersTest.cpp ! inputFiltersTest_LDADD = ../libeppInputFilters.la \ -leppExperiment \ + -leppExcitationFunction \ -L$(PHYSICALQUANTITIESLIB) -lPhysicalQuantities \ -L$(QUANTITIESLIB) -lQuantity \ -L$(BSUTILITIESLIB) -lBSUtilities \ ! -L$(LOKILIB) -lloki \ ! -L$(BOOSTLIB) \ ! -lboost_serialization$(BOOSTTAGS) \ ! -lboost_unit_test_framework$(BOOSTTAGS) INCLUDES = -I$(top_srcdir) \ ! -I$(top_srcdir)/Experiment \ ! -I$(LOKISRC) \ ! -I$(QUANTITIESSRC) \ ! -I$(BSUTILITIESSRC) \ ! -I$(BOOSTSRC) ! ! inputFiltersTest_CXXFLAGS = -Wall -Werror -pedantic-errors |