bc.mak
changeset 1833 0099026ed153
parent 1822 2e3a1a15b19b
child 1850 6577b0bea22c
equal deleted inserted replaced
1832:c8d5f283493c 1833:0099026ed153
     1 # $Header: /cvs/stx/stx/libbasic2/bc.mak,v 1.86 2007-01-11 17:09:18 stefan Exp $
     1 # $Header: /cvs/stx/stx/libbasic2/bc.mak,v 1.87 2007-01-17 13:39:07 stefan Exp $
     2 #
     2 #
     3 # DO NOT EDIT 
     3 # DO NOT EDIT 
     4 # automagically generated from the projectDefinition: stx_libbasic2.
     4 # automagically generated from the projectDefinition: stx_libbasic2.
     5 #
     5 #
     6 # Warning: once you modify this file, do not rerun
     6 # Warning: once you modify this file, do not rerun
    21 
    21 
    22 !INCLUDE Make.spec
    22 !INCLUDE Make.spec
    23 
    23 
    24 LIBNAME=libstx_libbasic2
    24 LIBNAME=libstx_libbasic2
    25 RESFILES=libbasic2.res
    25 RESFILES=libbasic2.res
    26 LOCALINCLUDES=-I$(TOP)\support -I$(INCLUDE_TOP)\stx\libbasic
    26 LOCALINCLUDES=-I$(ZLIB_DIR) -I$(INCLUDE_TOP)\stx\libbasic
    27 
    27 
    28 STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
    28 STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
    29 LOCALLIBS=$(ZLIB)
    29 LOCALLIBS=$(ZLIB)
    30 
    30 
    31 
    31 
    41 !INCLUDE $(TOP)\rules\stdRules_bc
    41 !INCLUDE $(TOP)\rules\stdRules_bc
    42 
    42 
    43 
    43 
    44 $(ZLIB):
    44 $(ZLIB):
    45 	cd $(ZLIB_DIR)
    45 	cd $(ZLIB_DIR)
    46 	$(MAKE) $(MAKE_ZLIB_ARG)
    46 	$(MAKE) $(MAKE_ZLIB_ARG) zlib.lib
    47 	cd $(TOP)\stx\libbasic2
    47 	cd ..\..\libbasic2
    48 
    48 
    49 $(BZ2LIB):
    49 $(BZ2LIB):
    50 	cd $(BZ2LIB_DIR)
    50 	cd $(BZ2LIB_DIR)
    51 	$(MAKE) $(MAKE_BZ2LIB_ARG) bz2.lib
    51 	$(MAKE) $(MAKE_BZ2LIB_ARG) bz2.lib
    52 	cd $(TOP)\stx\libbasic2
    52 	cd ..\..\libbasic2
    53 
    53 
    54 
    54 
    55 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
    55 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
    56 $(OUTDIR)ActorStream.$(O) ActorStream.$(H): ActorStream.st $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
    56 $(OUTDIR)ActorStream.$(O) ActorStream.$(H): ActorStream.st $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
    57 $(OUTDIR)Archiver.$(O) Archiver.$(H): Archiver.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
    57 $(OUTDIR)Archiver.$(O) Archiver.$(H): Archiver.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
   116 $(OUTDIR)ZipStream.$(O) ZipStream.$(H): ZipStream.st $(INCLUDE_TOP)\stx\libbasic2\CompressionStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
   116 $(OUTDIR)ZipStream.$(O) ZipStream.$(H): ZipStream.st $(INCLUDE_TOP)\stx\libbasic2\CompressionStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
   117 $(OUTDIR)FileURI.$(O) FileURI.$(H): FileURI.st $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
   117 $(OUTDIR)FileURI.$(O) FileURI.$(H): FileURI.st $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
   118 $(OUTDIR)FtpURI.$(O) FtpURI.$(H): FtpURI.st $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
   118 $(OUTDIR)FtpURI.$(O) FtpURI.$(H): FtpURI.st $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
   119 $(OUTDIR)HttpURI.$(O) HttpURI.$(H): HttpURI.st $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
   119 $(OUTDIR)HttpURI.$(O) HttpURI.$(H): HttpURI.st $(INCLUDE_TOP)\stx\libbasic2\HierarchicalURI.$(H) $(INCLUDE_TOP)\stx\libbasic2\URI.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
   120 $(OUTDIR)IPv6SocketAddress.$(O) IPv6SocketAddress.$(H): IPv6SocketAddress.st $(INCLUDE_TOP)\stx\libbasic2\IPSocketAddress.$(H) $(INCLUDE_TOP)\stx\libbasic2\SocketAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(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)
   120 $(OUTDIR)IPv6SocketAddress.$(O) IPv6SocketAddress.$(H): IPv6SocketAddress.st $(INCLUDE_TOP)\stx\libbasic2\IPSocketAddress.$(H) $(INCLUDE_TOP)\stx\libbasic2\SocketAddress.$(H) $(INCLUDE_TOP)\stx\libbasic\UninterpretedBytes.$(H) $(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)
       
   121 $(OUTDIR)SerialPort.$(O) SerialPort.$(H): SerialPort.st $(INCLUDE_TOP)\stx\libbasic\NonPositionableExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ExternalStream.$(H) $(INCLUDE_TOP)\stx\libbasic\ReadWriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\WriteStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PositionableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
   121 $(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
   122 $(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
   122 
   123 
   123 # ENDMAKEDEPEND --- do not remove this line
   124 # ENDMAKEDEPEND --- do not remove this line