From c7c9e0ce8e7ae06b2dae62511247d8679ce23b32 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 19 Mar 2009 14:35:55 +0000 Subject: [PATCH] Changed clean rules --- Cantera/python/examples/equilibrium/Makefile.in | 3 +++ .../python/examples/equilibrium/adiabatic_flame/Makefile.in | 1 + .../python/examples/equilibrium/multiphase_plasma/Makefile.in | 1 + Cantera/python/examples/equilibrium/simple_test/Makefile.in | 1 + Cantera/python/examples/equilibrium/stoich_flame/Makefile.in | 1 + 5 files changed, 7 insertions(+) diff --git a/Cantera/python/examples/equilibrium/Makefile.in b/Cantera/python/examples/equilibrium/Makefile.in index 8b28e71ea..becce123e 100644 --- a/Cantera/python/examples/equilibrium/Makefile.in +++ b/Cantera/python/examples/equilibrium/Makefile.in @@ -3,6 +3,9 @@ PY_DEMOS = simple_test stoich_flame adiabatic_flame multiphase_plasma MAKE = @MAKE@ +all: + $(MAKE) run + run: @(for py in $(PY_DEMOS) ; do \ echo "running $${py}..."; \ diff --git a/Cantera/python/examples/equilibrium/adiabatic_flame/Makefile.in b/Cantera/python/examples/equilibrium/adiabatic_flame/Makefile.in index dd3f4361f..b21fddfc1 100644 --- a/Cantera/python/examples/equilibrium/adiabatic_flame/Makefile.in +++ b/Cantera/python/examples/equilibrium/adiabatic_flame/Makefile.in @@ -9,6 +9,7 @@ test: ./runtest clean: rm -f *.log *.csv *.xml + ./cleanup # end of file diff --git a/Cantera/python/examples/equilibrium/multiphase_plasma/Makefile.in b/Cantera/python/examples/equilibrium/multiphase_plasma/Makefile.in index 2666a60f9..fc28965af 100644 --- a/Cantera/python/examples/equilibrium/multiphase_plasma/Makefile.in +++ b/Cantera/python/examples/equilibrium/multiphase_plasma/Makefile.in @@ -9,6 +9,7 @@ test: ./runtest clean: rm -f *.log *.csv *.xml + ./cleanup # end of file diff --git a/Cantera/python/examples/equilibrium/simple_test/Makefile.in b/Cantera/python/examples/equilibrium/simple_test/Makefile.in index dd3f4361f..b21fddfc1 100644 --- a/Cantera/python/examples/equilibrium/simple_test/Makefile.in +++ b/Cantera/python/examples/equilibrium/simple_test/Makefile.in @@ -9,6 +9,7 @@ test: ./runtest clean: rm -f *.log *.csv *.xml + ./cleanup # end of file diff --git a/Cantera/python/examples/equilibrium/stoich_flame/Makefile.in b/Cantera/python/examples/equilibrium/stoich_flame/Makefile.in index dd3f4361f..b21fddfc1 100644 --- a/Cantera/python/examples/equilibrium/stoich_flame/Makefile.in +++ b/Cantera/python/examples/equilibrium/stoich_flame/Makefile.in @@ -9,6 +9,7 @@ test: ./runtest clean: rm -f *.log *.csv *.xml + ./cleanup # end of file