*** empty log message ***

This commit is contained in:
Dave Goodwin 2003-04-18 23:40:18 +00:00
parent e93289bcef
commit 48c71f2c16
2 changed files with 4 additions and 4 deletions

View File

@ -53,10 +53,10 @@ LCXX_END_LIBS = @LCXX_END_LIBS@
CANTERA_LIBDIR=@CANTERA_LIBDIR@
# required Cantera libraries
CANTERA_LIBS = -lctcxx
CANTERA_LIBS =
# the directory where Cantera include files may be found.
CANTERA_INC=-I@CANTERA_INCDIR@
CANTERA_INC=-I@ctroot/build/include/cantera
# flags passed to the C++ compiler/linker for the linking step
LCXX_FLAGS = -L$(CANTERA_LIBDIR) @CXXFLAGS@

View File

@ -50,10 +50,10 @@ CXX_FLAGS = -O0 -Wall
EXT_LIBS = -loneD -lzeroD -ltransport -lconverters -lcantera -lrecipes -lcvode -lctlapack -lctmath -lctblas
# the directory where the Cantera libraries are located
CANTERA_LIBDIR=/usr/local/lib/cantera
CANTERA_LIBDIR=/Users/dgg/inst/lib/cantera
# the directory where Cantera include files may be found.
CANTERA_INCDIR=/usr/local/include/cantera
CANTERA_INCDIR=/Users/dgg/inst/include/cantera
# flags passed to the C++ compiler/linker for the linking step
LCXX_FLAGS = -L$(CANTERA_LIBDIR) -O0 -Wall