From c1393a98daf03cc8b558755f48c6ced1dc18bc59 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 15 Jan 2008 17:00:49 +0000 Subject: [PATCH] Added Cantera.mak support --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 270ad2e3f..8091358c1 100755 --- a/Makefile.in +++ b/Makefile.in @@ -119,6 +119,8 @@ tools-install: 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 ) + f90-modules-install: ifeq ($(build_f90),1) @@ -129,7 +131,7 @@ endif hdr-collect: @INSTALL@ -d build/include/cantera @INSTALL@ -d build/include/cantera/kernel - @(cd Cantera/cxx/include ; for ihhh in *.h ; do \ + @(cd Cantera/cxx/include ; for ihhh in *.h *.mak; do \ ../../../$(INSTALL_TSC) $${ihhh} ../../../build/include/cantera ; \ done ) @$(INSTALL_TSC) config.h build/include/cantera