Added Cantera.mak support

This commit is contained in:
Harry Moffat 2008-01-15 17:00:49 +00:00
parent f2659fd5db
commit c1393a98da

View file

@ -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