Removed superfluous HOL/Matrix/cplex/ROOT.ML.
authorobua
Mon, 19 Sep 2005 19:49:09 +0200
changeset 17489 f70d62d5f9c8
parent 17488 67376a311a2b
child 17490 ec62f340e811
Removed superfluous HOL/Matrix/cplex/ROOT.ML.
src/HOL/IsaMakefile
src/HOL/Matrix/cplex/ROOT.ML
--- a/src/HOL/IsaMakefile	Mon Sep 19 18:30:22 2005 +0200
+++ b/src/HOL/IsaMakefile	Mon Sep 19 19:49:09 2005 +0200
@@ -639,25 +639,12 @@
 
 ## HOL-Complex-Matrix
 
-#HOL-Complex-Matrix: HOL $(LOG)/HOL-Complex-Matrix.gz
-
-#$(LOG)/HOL-Complex-Matrix.gz: $(OUT)/HOL-Complex \
-#  Matrix/MatrixGeneral.thy Matrix/Matrix.thy Matrix/SparseMatrix.thy \
-#  Matrix/document/root.tex Matrix/ROOT.ML \
-#  Matrix/cplex/ROOT.ML Matrix/cplex/Cplex.thy Matrix/cplex/CplexMatrixConverter.ML \
-#  Matrix/cplex/Cplex_tools.ML Matrix/cplex/FloatSparseMatrix.thy \
-#  Matrix/cplex/FloatSparseMatrixBuilder.ML Matrix/cplex/fspmlp.ML \
-#  Matrix/cplex/MatrixLP.thy Matrix/cplex/MatrixLP.ML
-#	@$(ISATOOL) usedir $(OUT)/HOL-Complex Matrix
-
-## HOL-Complex-Matrix
-
 HOL-Complex-Matrix: HOL $(OUT)/HOL-Complex-Matrix
 
 $(OUT)/HOL-Complex-Matrix: $(OUT)/HOL-Complex \
   Matrix/MatrixGeneral.thy Matrix/Matrix.thy Matrix/SparseMatrix.thy \
   Matrix/document/root.tex Matrix/ROOT.ML \
-  Matrix/cplex/ROOT.ML Matrix/cplex/Cplex.thy Matrix/cplex/CplexMatrixConverter.ML \
+  Matrix/cplex/Cplex.thy Matrix/cplex/CplexMatrixConverter.ML \
   Matrix/cplex/Cplex_tools.ML Matrix/cplex/FloatSparseMatrix.thy \
   Matrix/cplex/FloatSparseMatrixBuilder.ML Matrix/cplex/fspmlp.ML \
   Matrix/cplex/MatrixLP.thy Matrix/cplex/MatrixLP.ML
--- a/src/HOL/Matrix/cplex/ROOT.ML	Mon Sep 19 18:30:22 2005 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-(*  Title:      HOL/Matrix/cplex/ROOT.ML
-    ID:         $Id$
-*)
-
-use_thy "MatrixLP";
\ No newline at end of file