From 91e0166c578051c9f3296dc4af49a8767503773a Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Tue, 30 Aug 2005 20:28:47 +0000 Subject: [PATCH] removed silane_eqil --- test_problems/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_problems/Makefile.in b/test_problems/Makefile.in index 81d8a4884..50e4a7617 100644 --- a/test_problems/Makefile.in +++ b/test_problems/Makefile.in @@ -8,14 +8,14 @@ test_python=@BUILD_PYTHON@ all: cd cxx_ex; @MAKE@ all - cd silane_equil; @MAKE@ all +# cd silane_equil; @MAKE@ all cd surfkin; @MAKE@ all cd diamondSurf; @MAKE@ all cd ck2cti_test; @MAKE@ all test: cd cxx_ex; @MAKE@ test - cd silane_equil; @MAKE@ test +# cd silane_equil; @MAKE@ test cd surfkin; @MAKE@ test cd diamondSurf; @MAKE@ test cd ck2cti_test; @MAKE@ test @@ -26,7 +26,7 @@ endif clean: $(RM) *.*~ cd cxx_ex; @MAKE@ clean - cd silane_equil; @MAKE@ clean +# cd silane_equil; @MAKE@ clean cd surfkin; @MAKE@ clean cd diamondSurf; @MAKE@ clean cd ck2cti_test; @MAKE@ clean @@ -36,7 +36,7 @@ endif depends: cd cxx_ex; @MAKE@ depends - cd silane_equil; @MAKE@ depends +# cd silane_equil; @MAKE@ depends cd surfkin; @MAKE@ depends cd diamondSurf; @MAKE@ depends cd ck2cti_test; @MAKE@ depends