From 48c71f2c1619633647f77e6f40aef8d6cf6f80de Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Fri, 18 Apr 2003 23:40:18 +0000 Subject: [PATCH] *** empty log message *** --- examples/cxx/Makefile.in | 4 ++-- tools/templates/f77/demo.mak | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/cxx/Makefile.in b/examples/cxx/Makefile.in index 9f63a4b46..a01333457 100755 --- a/examples/cxx/Makefile.in +++ b/examples/cxx/Makefile.in @@ -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@ diff --git a/tools/templates/f77/demo.mak b/tools/templates/f77/demo.mak index 194042c9c..73b2be44f 100644 --- a/tools/templates/f77/demo.mak +++ b/tools/templates/f77/demo.mak @@ -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