experiments/Make.spec
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 19 Mar 2015 17:27:21 +0000
branchcvs_MAIN_tracking
changeset 3408 4f3cc813be4b
parent 3330 b14c58b2876c
child 3360 1a8899091305
permissions -rw-r--r--
settings: JavaCodeLibrary validation refactored and improved Added JavaCodeLibrary>>validate which raises JavaCodeLibraryValidationWarnings. Made JavaCodeBundleEditor to display items with warnings in read. (grafted from f9d023dc6606374c772cd20eb3cbd85e65181f1f)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2737
83f8416e153c Cleanup. Change source API in `Java` to return stream rather than string.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2732
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
3295
87ec39ef23b8 Java settings cleanup (part 1): minor tweaks and fixes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2754
diff changeset
    45
#  -warnUnused      : no warnings about unused variables
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    46
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    47
# ********** OPTIONAL: MODIFY the next line(s) ***
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    48
# STCWARNINGS=-warn
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    49
# STCWARNINGS=-warnNonStandard
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    50
# STCWARNINGS=-warnEOLComments
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    51
STCWARNINGS=-warnNonStandard
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    52
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    53
COMMON_CLASSES= \
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2396
diff changeset
    54
	JavaByteCodeInterpreter \
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2396
diff changeset
    55
	JavaMethodWrapperCompiler \
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    56
	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
    57
	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
    58
	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
    59
	SetSample \
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2396
diff changeset
    60
	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
    61
	JavaByteCodeSteppableInterpreter \
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    62
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
COMMON_OBJS= \
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2396
diff changeset
    67
    $(OUTDIR_SLASH)JavaByteCodeInterpreter.$(O) \
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2396
diff changeset
    68
    $(OUTDIR_SLASH)JavaMethodWrapperCompiler.$(O) \
2351
56fb7ee521a7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
    69
    $(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
    70
    $(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
    71
    $(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
    72
    $(OUTDIR_SLASH)SetSample.$(O) \
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2396
diff changeset
    73
    $(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
    74
    $(OUTDIR_SLASH)JavaByteCodeSteppableInterpreter.$(O) \
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    75
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    76
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    77