*** empty log message ***

This commit is contained in:
Dave Goodwin 2003-04-20 14:44:59 +00:00
parent 9d90e5f2a1
commit d9c72ffafd
4 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ LCXX_END_LIBS = @LCXX_END_LIBS@
# the directory where the Cantera libraries are located
CANTERA_LIBDIR=@ctroot@/build/lib
CANTERA_LIBDIR=@buildlib@
# required Cantera libraries
CANTERA_LIBS =

View File

@ -36,7 +36,7 @@ EXT_LIBS = @LOCAL_LIBS@
LCXX_END_LIBS = @LCXX_END_LIBS@
# the directory where the Cantera libraries are located
CANTERA_LIBDIR=@ctroot@/build/lib
CANTERA_LIBDIR=@buildlib@
# required Cantera libraries
CANTERA_LIBS =

View File

@ -1,6 +1,6 @@
#/bin/sh
LIBDIR = @ctroot@/build/lib
LIBDIR = @buildlib@
INCDIR = -I@ctroot@/Cantera/src
BINDIR = @ctroot@/bin
build_ck = @BUILD_CK@

View File

@ -1,6 +1,6 @@
#/bin/sh
LIBDIR = @ctroot@/build/lib
LIBDIR = @buildlib@
INCDIR = @ctroot@/build/include/cantera
BINDIR = @ctroot@/bin
build_ck = @BUILD_CK@