startup/Make.spec
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 20 Mar 2015 14:29:53 +0100
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
permissions -rw-r--r--
Merged with mercurial revision 4f3cc813be4 (8 changesets total) Merged changesets: - f14cd4bbd33f: Jan Vrany, 2015-03-11 11:41 +0000: Zulu support: added Zulu7 and Zulu8 JavaReleases - f8bc54a17beb: Jan Vrany, 2015-03-11 12:38 +0000: Java release: On UNIX, prefer OpenJDK over Zulu, on Windows, prefer Zulu over Oracle JDK - 5dd55aa7d949: Jan Vrany, 2015-03-12 14:50 +0000: Zulu support: move natives from OracleJDK7 to OpenJDK7 as they are used by OpenJDK7 on Windows - 2127b5057d60: Jan Vrany, 2015-03-13 09:40 +0000: testing: improved run-all.rb script to run tests with different configurations. - a6d8f5c2ad73: Jan Vrany, 2015-03-13 13:33 +0000: Updated .hgignore - e18d5c89221d: Jan Vrany, 2015-03-13 16:09 +0000: Java release: consult 64bit registry entries as well as 32 bit when searching for installed JDKs - 183e4567bda7: Jan Vrany, 2015-03-17 20:56 +0000: Java release: added #is32bit & #is64bit testing methods - 4f3cc813be4b: Jan Vrany, 2015-03-19 17:27 +0000: settings: JavaCodeLibrary validation refactored and improved
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3412
df11bb428463 Merged with mercurial revision 4f3cc813be4 (8 changesets total)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3360
diff changeset
     1
# $Header: /cvs/stx/stx/libjava/startup/Make.spec,v 1.7 2015-03-20 13:29:45 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