Added some missing filse.

This commit is contained in:
Harry Moffat
2009-03-25 00:54:08 +00:00
parent 90e686cc01
commit bb8813fbb0
2 changed files with 6 additions and 3 deletions

View File

@@ -5,6 +5,8 @@ INST_DIR=@ct_demodir@/python/surface_chemistry/catcomb_stagflow
PYTHON_CMD = @PYTHON_CMD@
all:
run:
$(PYTHON_CMD) catcomb.py
@@ -13,13 +15,13 @@ test:
install:
@INSTALL@ -d $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r Makefile $(INST_DIR)
@INSTALL@ -c -m ug+rw,o+r catcomb.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 catcomb_blessed_0.csv $(INST_DIR)
clean:
./cleanup

View File

@@ -5,6 +5,8 @@ INST_DIR=@ct_demodir@/python/surface_chemistry/diamond_cvd
PYTHON_CMD = @PYTHON_CMD@
all:
run:
$(PYTHON_CMD) diamond.py
@@ -13,6 +15,7 @@ test:
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)
@@ -22,5 +25,3 @@ install:
clean:
./cleanup
# end of file