cantera/test_problems/PecosTransport/Makefile.am

26 lines
No EOL
765 B
Makefile

cc_sources = PecosTransport.cpp
INC = -I. -I$(top_builddir)/build/include/ -g
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$(top_builddir)/build/lib/
LIBS = $(LINK)
bin_PROGRAMS = PecosTransport
library_includedir = $(INC)
#-----------------------
# Cantera Pecos Transport test
#-----------------------
PecosTransport_SOURCES = $(cc_sources)
TESTS_ENVIRONMENT =
TESTS = runtest
EXTRA_DIST = runtest