Completed adding Makefile.win
This commit is contained in:
parent
8fe5b865d4
commit
8e8aff1499
5 changed files with 77 additions and 0 deletions
15
Cantera/python/examples/gasdynamics/isentropic/Makefile.win
Normal file
15
Cantera/python/examples/gasdynamics/isentropic/Makefile.win
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
|
||||
run:
|
||||
$(PYTHON_CMD) isentropic.py
|
||||
|
||||
test:
|
||||
./runtest
|
||||
|
||||
clean:
|
||||
./cleanup
|
||||
|
||||
# end of file
|
||||
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
run:
|
||||
$(PYTHON_CMD) critProperties.py
|
||||
|
||||
test:
|
||||
./runtest
|
||||
|
||||
|
||||
clean:
|
||||
./cleanup
|
||||
|
||||
# end of file
|
||||
|
||||
15
Cantera/python/examples/misc/Makefile.win
Normal file
15
Cantera/python/examples/misc/Makefile.win
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
run:
|
||||
$(PYTHON_CMD) rxnpath1.py
|
||||
|
||||
test:
|
||||
./runtest
|
||||
|
||||
|
||||
clean:
|
||||
./cleanup
|
||||
|
||||
# end of file
|
||||
|
||||
17
Cantera/python/examples/reactors/reactor2_sim/Makefile.win
Normal file
17
Cantera/python/examples/reactors/reactor2_sim/Makefile.win
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
all:
|
||||
|
||||
run:
|
||||
$(PYTHON_CMD) combustor.py
|
||||
|
||||
test:
|
||||
./runtest
|
||||
|
||||
|
||||
clean:
|
||||
./cleanup
|
||||
|
||||
# end of file
|
||||
|
||||
16
Cantera/python/examples/transport/Makefile.win
Normal file
16
Cantera/python/examples/transport/Makefile.win
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
all:
|
||||
|
||||
run:
|
||||
$(PYTHON_CMD) dustygas.py
|
||||
|
||||
test:
|
||||
./runtest
|
||||
|
||||
clean:
|
||||
./cleanup
|
||||
|
||||
# end of file
|
||||
|
||||
Loading…
Add table
Reference in a new issue