cantera/Cantera/python/examples/surface_chemistry/diamond_cvd/Makefile.in
2009-03-25 00:54:08 +00:00

27 lines
510 B
Makefile

#!/bin/sh
INST_DIR=@ct_demodir@/python/surface_chemistry/diamond_cvd
PYTHON_CMD = @PYTHON_CMD@
all:
run:
$(PYTHON_CMD) diamond.py
test:
./runtest
install:
@INSTALL@ -d $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r Makefile $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r diamond.py $(INST_DIR)
@INSTALL@ -c runtest $(INST_DIR)
@INSTALL@ -c cleanup $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r output_blessed_0.txt $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r diamond_blessed_0.csv $(INST_DIR)
clean:
./cleanup