experiments/Make.spec
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 06 Sep 2013 00:16:38 +0100
branchdevelopment
changeset 2711 a00302fe5083
parent 2645 b7a540a27521
child 2731 13f5be2bf83b
permissions -rw-r--r--
Added version_CVS to all classes and build files regenerated & cleaned. This is necessary step before updating CVS.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2475
27f0940ec023 Initial implementation of ECJ based JavaCompiler,
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2429
diff changeset
     1
# $Header$
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     2
#
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2351
diff changeset
     3
# DO NOT EDIT
749
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 specifications which are common to all platforms.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    10
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    11
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    12
# Do NOT CHANGE THESE DEFINITIONS
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    13
# (otherwise, ST/X will have a hard time to find out the packages location from its packageID,
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    14
#  to find the source code of a class and to find the library for a package)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    15
MODULE=stx
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    16
MODULE_DIR=libjava/experiments
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    17
PACKAGE=$(MODULE):$(MODULE_DIR)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    18
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    19
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    20
# Argument(s) to the stc compiler (stc --usage).
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2351
diff changeset
    21
#  -headerDir=. : create header files locally
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    22
#                (if removed, they will be created as common
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    23
#  -Pxxx       : defines the package
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    24
#  -Zxxx       : a prefix for variables within the classLib
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    25
#  -Dxxx       : defines passed to to CC for inline C-code
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    26
#  -Ixxx       : include path passed to CC for inline C-code
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    27
#  +optspace   : optimized for space
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    28
#  +optspace2  : optimized more for space
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    29
#  +optspace3  : optimized even more for space
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    30
#  +optinline  : generate inline code for some ST constructs
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    31
#  +inlineNew  : additionally inline new
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    32
#  +inlineMath : additionally inline some floatPnt math stuff
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    33
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    34
# ********** OPTIONAL: MODIFY the next line(s) ***
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    35
# STCLOCALOPTIMIZATIONS=+optinline +inlineNew
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    36
# STCLOCALOPTIMIZATIONS=+optspace3
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    37
STCLOCALOPTIMIZATIONS=+optspace3
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    38
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    39
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    40
# Argument(s) to the stc compiler (stc --usage).
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    41
#  -warn            : no warnings
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    42
#  -warnNonStandard : no warnings about ST/X extensions
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    43
#  -warnEOLComments : no warnings about EOL comment extension
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    44
#  -warnPrivacy     : no warnings about privateClass extension
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    45
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    46
# ********** OPTIONAL: MODIFY the next line(s) ***
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    47
# STCWARNINGS=-warn
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    48
# STCWARNINGS=-warnNonStandard
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    49
# STCWARNINGS=-warnEOLComments
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    50
STCWARNINGS=-warnNonStandard
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    51
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    52
COMMON_CLASSES= \
2475
27f0940ec023 Initial implementation of ECJ based JavaCompiler,
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2429
diff changeset
    53
	JavaByteCodeInterpreter \
27f0940ec023 Initial implementation of ECJ based JavaCompiler,
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2429
diff changeset
    54
	JavaCompiler \
2645
b7a540a27521 Java compiler problem highlighting improved.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2475
diff changeset
    55
	JavaCompilerProblemRegistry \
2475
27f0940ec023 Initial implementation of ECJ based JavaCompiler,
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2429
diff changeset
    56
	JavaMethodWrapperCompiler \
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    57
	NoReflectionObject \
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2351
diff changeset
    58
	PersonSample \
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2351
diff changeset
    59
	SampleHandler \
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2351
diff changeset
    60
	SetSample \
2475
27f0940ec023 Initial implementation of ECJ based JavaCompiler,
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2429
diff changeset
    61
	stx_libjava_experiments \
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2351
diff changeset
    62
	JavaByteCodeSteppableInterpreter \
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    63
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    64
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    65
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    66
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    67
COMMON_OBJS= \
2475
27f0940ec023 Initial implementation of ECJ based JavaCompiler,
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2429
diff changeset
    68
    $(OUTDIR_SLASH)JavaByteCodeInterpreter.$(O) \
27f0940ec023 Initial implementation of ECJ based JavaCompiler,
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2429
diff changeset
    69
    $(OUTDIR_SLASH)JavaCompiler.$(O) \
2645
b7a540a27521 Java compiler problem highlighting improved.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2475
diff changeset
    70
    $(OUTDIR_SLASH)JavaCompilerProblemRegistry.$(O) \
2475
27f0940ec023 Initial implementation of ECJ based JavaCompiler,
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2429
diff changeset
    71
    $(OUTDIR_SLASH)JavaMethodWrapperCompiler.$(O) \
2351
56fb7ee521a7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
    72
    $(OUTDIR_SLASH)NoReflectionObject.$(O) \
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2351
diff changeset
    73
    $(OUTDIR_SLASH)PersonSample.$(O) \
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2351
diff changeset
    74
    $(OUTDIR_SLASH)SampleHandler.$(O) \
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2351
diff changeset
    75
    $(OUTDIR_SLASH)SetSample.$(O) \
2475
27f0940ec023 Initial implementation of ECJ based JavaCompiler,
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2429
diff changeset
    76
    $(OUTDIR_SLASH)stx_libjava_experiments.$(O) \
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2351
diff changeset
    77
    $(OUTDIR_SLASH)JavaByteCodeSteppableInterpreter.$(O) \
2711
a00302fe5083 Added version_CVS to all classes and build files regenerated & cleaned.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2645
diff changeset
    78
    $(OUTDIR_SLASH)extensions.$(O) \
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    79
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    80
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    81