bc.mak
changeset 2838 dfeeb16ab05b
parent 2821 e905ad890dd7
child 2864 f10ac466d407
--- a/bc.mak	Wed Oct 31 13:00:13 2012 +0100
+++ b/bc.mak	Wed Oct 31 13:00:17 2012 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic2/bc.mak,v 1.139 2012-09-27 16:13:54 cg Exp $
+# $Header: /cvs/stx/stx/libbasic2/bc.mak,v 1.140 2012-10-31 12:00:17 cg Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic2.
@@ -23,6 +23,7 @@
 TOP=..
 INCLUDE_TOP=$(TOP)\..
 
+
 # see stdHeader_bc for LIBBASIC2_BASE
 LIB_BASE=$(LIBBASIC2_BASE)
 
@@ -59,12 +60,12 @@
 
 $(ZLIB):
 	cd $(ZLIB_DIR)
-	$(MAKE) TOP=..\.. $(MAKE_ZLIB_ARG) $(ZLIB)
+	$(MAKE) $(MAKE_ZLIB_ARG) $(ZLIB)
 	cd ..\..\libbasic2
 
 $(BZ2LIB):
 	cd $(BZ2LIB_DIR)
-	$(MAKE) TOP=..\.. $(MAKE_BZ2LIB_ARG) bz2.lib
+	$(MAKE) $(MAKE_BZ2LIB_ARG) bz2.lib
 	cd ..\..\libbasic2
 
 
@@ -81,6 +82,7 @@
 $(OUTDIR)BitArray.$(O) BitArray.$(H): BitArray.st $(INCLUDE_TOP)\stx\libbasic\ArrayedCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\SequenceableCollection.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)CRC32Stream.$(O) CRC32Stream.$(H): CRC32Stream.st $(INCLUDE_TOP)\stx\libbasic\HashStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)CacheDictionary.$(O) CacheDictionary.$(H): CacheDictionary.st $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)CachedValue.$(O) CachedValue.$(H): CachedValue.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\NotFoundError.$(H) $(INCLUDE_TOP)\stx\libbasic\ProceedableError.$(H) $(INCLUDE_TOP)\stx\libbasic\Error.$(H) $(INCLUDE_TOP)\stx\libbasic\Exception.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(STCHDR)
 $(OUTDIR)CharacterSet.$(O) CharacterSet.$(H): CharacterSet.st $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)Circle.$(O) Circle.$(H): Circle.st $(INCLUDE_TOP)\stx\libbasic\Geometric.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)CollectingReadStream.$(O) CollectingReadStream.$(H): CollectingReadStream.st $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)