startup/Make.spec
author Marcel Hlopko <marcel.hlopko@gmail.com>
Thu, 19 Sep 2013 23:24:00 +0200
branchdevelopment
changeset 2752 e3092c16bcce
parent 2731 13f5be2bf83b
child 3360 1a8899091305
permissions -rw-r--r--
add cleanCacheFlag to JavaFieldRef2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2396
diff changeset
     1
# $Header: /cvs/stx/stx/libjava/startup/Make.spec,v 1.5 2013-09-06 00:44:29 vrany Exp $
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_startup.
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/startup
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= \
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    53
	JavaStartup \
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    54
	stx_libjava_startup \
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    55
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    56
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    57
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    58
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    59
COMMON_OBJS= \
2351
56fb7ee521a7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
    60
    $(OUTDIR_SLASH)JavaStartup.$(O) \
56fb7ee521a7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
    61
    $(OUTDIR_SLASH)stx_libjava_startup.$(O) \
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