experiments/Make.spec
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 16 Feb 2013 16:15:51 +0000
branchdevelopment
changeset 2077 31f8b995905e
parent 2069 75d40b7b986f
child 2380 9195eccdcbd9
permissions -rw-r--r--
Package stx:libjava/experiments cleanup. Few methods moved to stx:libjava (as they are used by stx:libjava code) Few methods removed - they are no longer used!
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     1
# $Header$
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     2
#
1206
227911d49c24 interop-related classes moved to experiments - still experimental code
vranyj1
parents: 752
diff changeset
     3
# DO NOT EDIT
1494
027fd47d7c4b Fixed bug in test
kursjan
parents: 1466
diff changeset
     4
# automagically generated from the projectDefinition: stx_libjava_experiments.
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     5
#
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     8
#
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     9
# This file contains specifications which are common to all platforms.
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    10
#
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    11
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    12
# Do NOT CHANGE THESE DEFINITIONS
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    13
# (otherwise, ST/X will have a hard time to find out the packages location from its packageID,
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    14
#  to find the source code of a class and to find the library for a package)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    15
MODULE=stx
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    16
MODULE_DIR=libjava/experiments
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    17
PACKAGE=$(MODULE):$(MODULE_DIR)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    18
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    19
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    20
# Argument(s) to the stc compiler (stc --usage).
1352
f54e9aa94648 Removed indirect instvar access compiler (moved back to libcomp where it should be)
vranyj1
parents: 1337
diff changeset
    21
#  -headerDir=. : create header files locally
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    22
#                (if removed, they will be created as common
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    23
#  -Pxxx       : defines the package
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    24
#  -Zxxx       : a prefix for variables within the classLib
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    25
#  -Dxxx       : defines passed to to CC for inline C-code
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    26
#  -Ixxx       : include path passed to CC for inline C-code
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    27
#  +optspace   : optimized for space
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    28
#  +optspace2  : optimized more for space
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    29
#  +optspace3  : optimized even more for space
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    30
#  +optinline  : generate inline code for some ST constructs
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    31
#  +inlineNew  : additionally inline new
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    32
#  +inlineMath : additionally inline some floatPnt math stuff
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    33
#
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    34
# ********** OPTIONAL: MODIFY the next line(s) ***
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    35
# STCLOCALOPTIMIZATIONS=+optinline +inlineNew
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    36
# STCLOCALOPTIMIZATIONS=+optspace3
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    37
STCLOCALOPTIMIZATIONS=+optspace3
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    38
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    39
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    40
# Argument(s) to the stc compiler (stc --usage).
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    41
#  -warn            : no warnings
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    42
#  -warnNonStandard : no warnings about ST/X extensions
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    43
#  -warnEOLComments : no warnings about EOL comment extension
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    44
#  -warnPrivacy     : no warnings about privateClass extension
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    45
#
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    46
# ********** OPTIONAL: MODIFY the next line(s) ***
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    47
# STCWARNINGS=-warn
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    48
# STCWARNINGS=-warnNonStandard
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    49
# STCWARNINGS=-warnEOLComments
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    50
STCWARNINGS=-warnNonStandard
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    51
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    52
COMMON_CLASSES= \
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    53
	NoReflectionObject \
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    54
	stx_libjava_experiments \
1206
227911d49c24 interop-related classes moved to experiments - still experimental code
vranyj1
parents: 752
diff changeset
    55
	JavaMethodWrapperCompiler \
227911d49c24 interop-related classes moved to experiments - still experimental code
vranyj1
parents: 752
diff changeset
    56
	PersonSample \
227911d49c24 interop-related classes moved to experiments - still experimental code
vranyj1
parents: 752
diff changeset
    57
	SampleHandler \
227911d49c24 interop-related classes moved to experiments - still experimental code
vranyj1
parents: 752
diff changeset
    58
	SetSample \
1462
44e09ad4ae15 Text cleanup
vranyj1
parents: 1445
diff changeset
    59
	JavaByteCodeInterpreter \
44e09ad4ae15 Text cleanup
vranyj1
parents: 1445
diff changeset
    60
	JavaByteCodeSteppableInterpreter \
1870
ebc0248504b1 Build files regenerated
vranyj1
parents: 1818
diff changeset
    61
	JavaCompiler \
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    62
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    63
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    64
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    65
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    66
COMMON_OBJS= \
2069
75d40b7b986f Added version_CVS
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1895
diff changeset
    67
    $(OUTDIR_SLASH)NoReflectionObject.$(O) \
75d40b7b986f Added version_CVS
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1895
diff changeset
    68
    $(OUTDIR_SLASH)stx_libjava_experiments.$(O) \
75d40b7b986f Added version_CVS
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1895
diff changeset
    69
    $(OUTDIR_SLASH)JavaMethodWrapperCompiler.$(O) \
75d40b7b986f Added version_CVS
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1895
diff changeset
    70
    $(OUTDIR_SLASH)PersonSample.$(O) \
75d40b7b986f Added version_CVS
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1895
diff changeset
    71
    $(OUTDIR_SLASH)SampleHandler.$(O) \
75d40b7b986f Added version_CVS
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1895
diff changeset
    72
    $(OUTDIR_SLASH)SetSample.$(O) \
75d40b7b986f Added version_CVS
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1895
diff changeset
    73
    $(OUTDIR_SLASH)JavaByteCodeInterpreter.$(O) \
75d40b7b986f Added version_CVS
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1895
diff changeset
    74
    $(OUTDIR_SLASH)JavaByteCodeSteppableInterpreter.$(O) \
75d40b7b986f Added version_CVS
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1895
diff changeset
    75
    $(OUTDIR_SLASH)JavaCompiler.$(O) \
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    76
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    77
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    78