cantera/test_problems/cathermo/HMW_graph_GvI/Makefile.am
2012-02-06 20:16:36 +00:00

23 lines
832 B
Makefile

cc_sources = HMW_graph_GvI.cpp sortAlgorithms.cpp
INC = -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$(top_builddir)/build/lib/
LIBS = $(LINK)
bin_PROGRAMS = HMW_graph_GvI
library_includedir = $(INC)
#-----------------------
# Cantera DH graph test
#-----------------------
HMW_graph_GvI_SOURCES = $(cc_sources)
TESTS_ENVIRONMENT =
TESTS = runtest