cantera/test_problems/cathermo/issp/Makefile.am
2012-02-02 22:18:30 +00:00

23 lines
831 B
Makefile

cc_sources = ISSPTester.cpp
INC = -I. -I$(top_builddir)/build/include/ -I$(top_builddir)/build/include/cantera -I$(top_builddir)/build/include/cantera/kernel
AM_CPPFLAGS = $(INC)
AM_CXXFLAGS = $(AM_CPPFLAGS)
LINK = -lctcxx -luser -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK += -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode
LINK += -lctlapack -lctblas -lctf2c -lm -lstdc++
AM_LDFLAGS = -L/workspace/src/cantera/pecos_autotools/build/lib/
LIBS = $(LINK)
bin_PROGRAMS = ISSPTester
library_includedir = $(INC)
#-----------------------
# Cantera DH graph test
#-----------------------
ISSPTester_SOURCES = $(cc_sources)
TESTS_ENVIRONMENT =
TESTS = runtest