cantera/test_problems/cathermo/testIAPWSTripP/Makefile.am

23 lines
721 B
Makefile

cc_sources = testTripleP.cpp
INC = -I$(top_builddir)/include/
AM_CPPFLAGS = $(INC)
AM_CXXFLAGS = $(AM_CPPFLAGS)
LINK = -loneD -lzeroD -lequil -lkinetics -ltransport -lthermo
LINK += -lctnumerics -lctmath -ltpx -lctspectra -lconverters -lctbase -lcvode
LINK += -lctlapack -lctblas -lctf2c -lm -lstdc++ -lexecstream -pthread
AM_LDFLAGS = -L$(top_builddir)/build/lib/
LIBS = $(LINK)
bin_PROGRAMS = testTripleP
library_includedir = $(INC)
#-----------------------
# Cantera DH graph test
#-----------------------
testTripleP_SOURCES = $(cc_sources)
TESTS_ENVIRONMENT =
TESTS = runtest