[cantera2.0]: updating all regression test makefile.ams

This commit is contained in:
Nicholas Malaya 2012-06-18 15:29:44 +00:00
parent 4a80712846
commit cbeb9f9d1b
7 changed files with 20 additions and 20 deletions

View file

@ -1,10 +1,10 @@
cc_sources = HMW_dupl_test.cpp sortAlgorithms.cpp
cc_sources = HMW_dupl_test.cpp
INC = -I$(top_builddir)/build/include/
INC = -I$(top_builddir)/include/ -I$(top_builddir)/test_problems/shared
AM_CPPFLAGS = $(INC)
AM_CXXFLAGS = $(AM_CPPFLAGS)
LINK = -lctcxx -luser -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK = -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK += -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode
LINK += -lctlapack -lctblas -lctf2c -lm -lstdc++
AM_LDFLAGS = -L$(top_builddir)/build/lib/

View file

@ -1,10 +1,10 @@
cc_sources = HMW_graph_CpvT.cpp sortAlgorithms.cpp
cc_sources = HMW_graph_CpvT.cpp
INC = -I$(top_builddir)/build/include/
INC = -I$(top_builddir)/include/ -I$(top_builddir)/test_problems/shared
AM_CPPFLAGS = $(INC)
AM_CXXFLAGS = $(AM_CPPFLAGS)
LINK = -lctcxx -luser -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK = -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK += -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode
LINK += -lctlapack -lctblas -lctf2c -lm -lstdc++
AM_LDFLAGS = -L$(top_builddir)/build/lib/

View file

@ -1,10 +1,10 @@
cc_sources = HMW_graph_GvI.cpp sortAlgorithms.cpp
cc_sources = HMW_graph_GvI.cpp
INC = -I$(top_builddir)/build/include/ -I$(top_builddir)/build/include/cantera -I$(top_builddir)/build/include/cantera/kernel
INC = -I$(top_builddir)/include/
AM_CPPFLAGS = $(INC)
AM_CXXFLAGS = $(AM_CPPFLAGS)
LINK = -lctcxx -luser -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK = -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK += -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode
LINK += -lctlapack -lctblas -lctf2c -lm -lstdc++
AM_LDFLAGS = -L$(top_builddir)/build/lib/

View file

@ -1,10 +1,10 @@
cc_sources = HMW_graph_GvT.cpp sortAlgorithms.cpp
cc_sources = HMW_graph_GvT.cpp
INC = -I$(top_builddir)/build/include/
INC = -I$(top_builddir)/include/ -I$(top_builddir)/test_problems/shared
AM_CPPFLAGS = $(INC)
AM_CXXFLAGS = $(AM_CPPFLAGS)
LINK = -lctcxx -luser -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK = -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK += -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode
LINK += -lctlapack -lctblas -lctf2c -lm -lstdc++
AM_LDFLAGS = -L$(top_builddir)/build/lib/

View file

@ -1,10 +1,10 @@
cc_sources = HMW_graph_HvT.cpp sortAlgorithms.cpp
cc_sources = HMW_graph_HvT.cpp
INC = -I$(top_builddir)/build/include/
INC = -I$(top_builddir)/include/ -I$(top_builddir)/test_problems/shared
AM_CPPFLAGS = $(INC)
AM_CXXFLAGS = $(AM_CPPFLAGS)
LINK = -lctcxx -luser -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK = -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK += -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode
LINK += -lctlapack -lctblas -lctf2c -lm -lstdc++
AM_LDFLAGS = -L$(top_builddir)/build/lib/

View file

@ -1,10 +1,10 @@
cc_sources = HMW_graph_VvT.cpp sortAlgorithms.cpp
cc_sources = HMW_graph_VvT.cpp
INC = -I$(top_builddir)/build/include/
INC = -I$(top_builddir)/include/ -I$(top_builddir)/test_problems/shared
AM_CPPFLAGS = $(INC)
AM_CXXFLAGS = $(AM_CPPFLAGS)
LINK = -lctcxx -luser -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK = -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK += -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode
LINK += -lctlapack -lctblas -lctf2c -lm -lstdc++
LIBS = $(LINK)

View file

@ -1,10 +1,10 @@
cc_sources = HMW_test_3.cpp
INC = -I$(top_builddir)/build/include/
INC = -I$(top_builddir)/include/
AM_CPPFLAGS = $(INC)
AM_CXXFLAGS = $(AM_CPPFLAGS)
LINK = -lctcxx -luser -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK = -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK += -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode
LINK += -lctlapack -lctblas -lctf2c -lm -lstdc++
AM_LDFLAGS = -L$(top_builddir)/build/lib/