Added directory.

This commit is contained in:
Harry Moffat 2006-07-06 15:56:43 +00:00
parent 1e197b2c50
commit eb6b46ac47

View file

@ -18,6 +18,7 @@ ifeq ($(test_electrolytes),1)
cd testIAPWSTripP; @MAKE@ all
cd testWaterPDSS; @MAKE@ all
cd testWaterTP; @MAKE@ all
cd HMW_graph_GvT; @MAKE@ all
endif
test:
@ -31,6 +32,7 @@ ifeq ($(test_electrolytes),1)
cd testIAPWSTripP; @MAKE@ test
cd testWaterPDSS; @MAKE@ test
cd testWaterTP; @MAKE@ test
cd HMW_graph_GvT; @MAKE@ test
endif
clean:
@ -42,6 +44,7 @@ clean:
cd testIAPWSTripP; @MAKE@ clean
cd testWaterPDSS; @MAKE@ clean
cd testWaterTP; @MAKE@ clean
cd HMW_graph_GvT; @MAKE@ clean
depends:
ifeq ($(test_issp),1)
@ -54,4 +57,5 @@ ifeq ($(test_electrolytes),1)
cd testIAPWSTripP; @MAKE@ depends
cd testWaterPDSS; @MAKE@ depends
cd testWaterTP; @MAKE@ depends
cd HMW_graph_GvT; @MAKE@ depends
endif