Make.spec
changeset 24576 168b47ad4e71
parent 24526 cafea70df1c4
child 25125 b6a30b9b9f23
--- a/Make.spec	Wed Aug 21 22:51:29 2019 +0200
+++ b/Make.spec	Wed Aug 21 22:52:27 2019 +0200
@@ -162,6 +162,7 @@
 	True \
 	UnixFilename \
 	WeakInterestConverter \
+	AbstractMultidimensionalArray \
 	ArrayedCollection \
 	Association \
 	Block \
@@ -258,6 +259,7 @@
 	IsDebuggingQuery \
 	LimitedPrecisionReal \
 	LoadInProgressQuery \
+	MatrixAccessor \
 	MeasurementValue \
 	MetaNumber \
 	Metaclass \
@@ -560,6 +562,7 @@
     $(OUTDIR)True.$(O) \
     $(OUTDIR)UnixFilename.$(O) \
     $(OUTDIR)WeakInterestConverter.$(O) \
+    $(OUTDIR)AbstractMultidimensionalArray.$(O) \
     $(OUTDIR)ArrayedCollection.$(O) \
     $(OUTDIR)Association.$(O) \
     $(OUTDIR)Block.$(O) \
@@ -656,6 +659,7 @@
     $(OUTDIR)IsDebuggingQuery.$(O) \
     $(OUTDIR)LimitedPrecisionReal.$(O) \
     $(OUTDIR)LoadInProgressQuery.$(O) \
+    $(OUTDIR)MatrixAccessor.$(O) \
     $(OUTDIR)MeasurementValue.$(O) \
     $(OUTDIR)MetaNumber.$(O) \
     $(OUTDIR)Metaclass.$(O) \