cantera/test_problems/silane_equil/Makefile.am
2012-02-07 17:29:32 +00:00

23 lines
736 B
Makefile

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