experiments/bc.mak
author vranyj1
Fri, 19 Aug 2011 08:58:19 +0000
changeset 749 e898eaeff091
child 2152 1cbdfbcc685c
permissions -rw-r--r--
Synchronized with CVS repository at: :ext:vrany@dialin.exept.de:/cvs/stx
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     1
# $Header: /cvs/stx/stx/libjava/experiments/bc.mak,v 1.1 2011/08/18 19:06:54 vrany Exp $
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     2
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     3
# DO NOT EDIT
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     4
# automagically generated from the projectDefinition: stx_libjava_experiments.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     5
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     8
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     9
# This file contains make rules for the win32 platform (using borland-bcc).
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    10
# It shares common definitions with the unix-make in Make.spec.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    11
# The nt.mak supports the following targets:
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    12
#    bmake         - compile all st-files to a classLib (dll)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    13
#    bmake clean   - clean all temp files
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    14
#    bmake clobber - clean all
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    15
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    16
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    17
TOP=..\..
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    18
INCLUDE_TOP=$(TOP)\..
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    19
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    20
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    21
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    22
!INCLUDE $(TOP)\rules\stdHeader_bc
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    23
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    24
!INCLUDE Make.spec
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    25
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    26
LIBNAME=libstx_libjava_experiments
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    27
RESFILES=experiments.res
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    28
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    29
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    30
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    31
LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    32
LOCALDEFINES=
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    33
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    34
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H. $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES)  -varPrefix=$(LIBNAME)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    35
LOCALLIBS=
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    36
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    37
OBJS= $(COMMON_OBJS) $(WIN32_OBJS)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    38
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    39
ALL::  classLibRule
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    40
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    41
classLibRule: $(OUTDIR) $(OUTDIR)$(LIBNAME).dll
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    42
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    43
!INCLUDE $(TOP)\rules\stdRules_bc
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    44
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    45
# build all prerequisite packages for this package
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    46
prereq:
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    47
	pushd ..\..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    48
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    49
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    50
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    51
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    52
# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    53
$(OUTDIR)FooLookup.$(O) FooLookup.$(H): FooLookup.st $(INCLUDE_TOP)\stx\libbasic\Lookup.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    54
$(OUTDIR)NoReflectionObject.$(O) NoReflectionObject.$(H): NoReflectionObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    55
$(OUTDIR)PerformanceTestStObject.$(O) PerformanceTestStObject.$(H): PerformanceTestStObject.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    56
$(OUTDIR)StCounter.$(O) StCounter.$(H): StCounter.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    57
$(OUTDIR)StHashSet.$(O) StHashSet.$(H): StHashSet.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    58
$(OUTDIR)StString.$(O) StString.$(H): StString.st $(INCLUDE_TOP)\stx\libbasic\String.$(H) $(INCLUDE_TOP)\stx\libbasic\CharacterArray.$(H) $(INCLUDE_TOP)\stx\libbasic\ByteArray.$(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)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    59
$(OUTDIR)stx_libjava_experiments.$(O) stx_libjava_experiments.$(H): stx_libjava_experiments.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    60
$(OUTDIR)StIdentityCounter.$(O) StIdentityCounter.$(H): StIdentityCounter.st $(INCLUDE_TOP)\stx\libjava\experiments\StCounter.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    61
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    62
# ENDMAKEDEPEND --- do not remove this line