Removed Makefile in some directories, since it's a generated file in

the configure script.
This commit is contained in:
Harry Moffat 2008-01-15 17:38:07 +00:00
parent 56e023a88b
commit 4f9381cbec
20 changed files with 16 additions and 162 deletions

View file

@ -0,0 +1,4 @@
Makefile
ct2ctml.log
h2o2.xml
transport_log.xml

View file

@ -1,16 +0,0 @@
#!/bin/sh
PY_DEMOS = simple.py stoich.py adiabatic.py multiphase_plasma.py
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
run:
@(for py in $(PY_DEMOS) ; do \
echo "running $${py}..."; \
$(PYTHON_CMD) "$${py}"; \
done)
clean:
rm -f *.log *.csv *.xml
# end of file

View file

@ -3,3 +3,7 @@ gri30.xml
npflame1.csv
npflame1.xml
transport_log.xml
flame1.csv
flame1.xml
.ct*
h2o2.xml

View file

@ -1,17 +0,0 @@
#!/bin/sh
PY_DEMOS = flame1.py flame2.py stflame1.py npflame1.py free_h2_air.py \
adiabatic_flame.py fixed_T_flame.py
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
run:
@(for py in $(PY_DEMOS) ; do \
echo "running $${py}..."; \
$(PYTHON_CMD) "$${py}"; \
done)
clean:
rm -f *.log *.csv *.xml
# end of file

View file

@ -0,0 +1 @@
Makefile

View file

@ -1,16 +0,0 @@
#!/bin/sh
PY_DEMOS = sofc.py
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
run:
@(for py in $(PY_DEMOS) ; do \
echo "running $${py}..."; \
$(PYTHON_CMD) "$${py}"; \
done)
clean:
rm -f *.log *.csv *.xml
# end of file

View file

@ -0,0 +1 @@
Makefile

View file

@ -1,16 +0,0 @@
#!/bin/sh
PY_DEMOS = isentropic.py soundSpeeds.py
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
run:
@(for py in $(PY_DEMOS) ; do \
echo "running $${py}..."; \
$(PYTHON_CMD) "$${py}"; \
done)
clean:
rm -f *.log *.csv *.xml
# end of file

View file

@ -0,0 +1 @@
Makefile

View file

@ -1,16 +0,0 @@
#!/bin/sh
PY_DEMOS = ratecoeffs.py
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
run:
@(for py in $(PY_DEMOS) ; do \
echo "running $${py}..."; \
$(PYTHON_CMD) "$${py}"; \
done)
clean:
rm -f *.log *.csv *.xml
# end of file

View file

@ -0,0 +1 @@
Makefile

View file

@ -1,16 +0,0 @@
#!/bin/sh
PY_DEMOS = critProperties.py rankine.py
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
run:
@(for py in $(PY_DEMOS) ; do \
echo "running $${py}..."; \
$(PYTHON_CMD) "$${py}"; \
done)
clean:
rm -f *.log *.csv *.xml
# end of file

View file

@ -0,0 +1 @@
Makefile

View file

@ -1,16 +0,0 @@
#!/bin/sh
PY_DEMOS = rxnpath1.py
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
run:
@(for py in $(PY_DEMOS) ; do \
echo "running $${py}..."; \
$(PYTHON_CMD) "$${py}"; \
done)
clean:
rm -f *.log *.csv *.xml
# end of file

View file

@ -0,0 +1 @@
Makefile

View file

@ -1,17 +0,0 @@
#!/bin/sh
PY_DEMOS = combustor.py function1.py mix1.py mix2.py piston.py reactor1.py \
reactor2.py sensitivity1.py
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
run:
@(for py in $(PY_DEMOS) ; do \
echo "running $${py}..."; \
$(PYTHON_CMD) "$${py}"; \
done)
clean:
rm -f *.log *.csv *.xml
# end of file

View file

@ -0,0 +1 @@
Makefile

View file

@ -1,16 +0,0 @@
#!/bin/sh
PY_DEMOS = catcomb.py diamond.py
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
run:
@(for py in $(PY_DEMOS) ; do \
echo "running $${py}..."; \
$(PYTHON_CMD) "$${py}"; \
done)
clean:
rm -f *.log *.csv *.xml
# end of file

View file

@ -0,0 +1 @@
Makefile

View file

@ -1,16 +0,0 @@
#!/bin/sh
PY_DEMOS = dustygas.py
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
run:
@(for py in $(PY_DEMOS) ; do \
echo "running $${py}..."; \
$(PYTHON_CMD) "$${py}"; \
done)
clean:
rm -f *.log *.csv *.xml
# end of file