From 96be2620308eaca3b2aa9ea41d90bc9953df86aa Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 22 Jul 2010 16:30:10 +0000 Subject: [PATCH] Added apps directories in the lib and include dirs. Also added the install install_tsc dir --- Makefile.in | 4 +++- tools/doc/Cantera.cfg.in | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d0b63e050..f1b466967 100755 --- a/Makefile.in +++ b/Makefile.in @@ -81,6 +81,7 @@ kernel-install: ( for ilib in @buildlib@/*.a ; do \ @INSTALL@ -c -m 644 $${ilib} @ct_libdir@ ; \ done ) + @INSTALL@ -d @ct_libdir@/apps ifeq ($(do_ranlib),1) @RANLIB@ @ct_libdir@/*.a endif @@ -116,7 +117,7 @@ hdr-install: @INSTALL@ -d @ct_incdir@ cp -r -f build/include/cantera @ct_incroot@ @(if test -f @ct_incroot@/cantera/Cantera_bt.mak ; then rm -f @ct_incroot@/cantera/Cantera_bt.mak ; fi ) - + @INSTALL@ -d @ct_incroot@/apps f90-modules-install: ifeq ($(build_f90),1) @@ -194,6 +195,7 @@ finish-install: @INSTALL@ -d @ct_bindir@ -( cd bin ; @INSTALL@ -c exp3to2.sh "@ct_bindir@" ) -( cd bin ; @INSTALL@ -c csvdiff "@ct_bindir@" ) + -( cd bin ; @INSTALL@ -c install_tsc "@ct_bindir@" ) ifeq ($(os_is_win),0) # Commands to be executed for non-win systems cp -f License.rtf "@ct_bindir@" diff --git a/tools/doc/Cantera.cfg.in b/tools/doc/Cantera.cfg.in index a4d4c9397..642a3afa0 100755 --- a/tools/doc/Cantera.cfg.in +++ b/tools/doc/Cantera.cfg.in @@ -662,6 +662,7 @@ FILE_PATTERNS = Kinetics.h Kinetics.cpp \ EdgePhase.h \ SurfPhase.cpp \ LatticePhase.h LatticePhase.cpp \ + LatticeSolidPhase.h LatticeSolidPhase.cpp \ SpeciesThermoFactory.h SpeciesThermoFactory.cpp \ speciesThermoTypes.h \ SpeciesThermoMgr.h \