cantera/test_problems/min_python/Makefile.in
Harry Moffat 0496f6a69b First cut at getting rid of the false bad test results for the
python = none option. min_python dir will include the
minimal python installation tests
2006-06-20 23:03:32 +00:00

22 lines
278 B
Makefile

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