cantera/test_problems/min_python/Makefile.in
2006-10-20 21:56:39 +00:00

26 lines
395 B
Makefile

#
# $Revision$
# $Author$
# $Date$
#
#
test_python=@BUILD_PYTHON@
test_ck=@BUILD_CK@
test_cathermo=@NEED_CATHERMO@
all:
cd minDiamond; @MAKE@ all
cd negATest; @MAKE@ all
test:
cd minDiamond; @MAKE@ -s test
cd negATest; @MAKE@ -s test
clean:
$(RM) *.*~
cd minDiamond; @MAKE@ clean
cd negATest; @MAKE@ clean
depends:
cd minDiamond; @MAKE@ depends
cd negATest; @MAKE@ depends