Make.spec
author Claus Gittinger <cg@exept.de>
Wed, 11 Jan 2012 13:49:14 +0100
changeset 1202 9c34bf0dbbff
parent 1188 b53e7e5f746b
child 1213 8d46801dad46
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
731
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     1
# $Header$
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     2
#
1136
6caf80097864 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1094
diff changeset
     3
# DO NOT EDIT
1202
9c34bf0dbbff automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1188
diff changeset
     4
# automagically generated from the projectDefinition: stx_projects_smalltalk at 2012-01-11 13:49:11.051.
731
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     5
#
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     6
# Warning: once you modify this file, do not rerun
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     7
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     8
#
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     9
# This file contains specifications which are common to all platforms.
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    10
#
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    11
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    12
# Do NOT CHANGE THESE DEFINITIONS
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    13
# (otherwise, ST/X will have a hard time to find out the packages location from its packageID,
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    14
#  to find the source code of a class and to find the library for a package)
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    15
MODULE=stx
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    16
MODULE_DIR=projects/smalltalk
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    17
PACKAGE=$(MODULE):$(MODULE_DIR)
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    18
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    19
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    20
# Argument(s) to the stc compiler (stc --usage).
1202
9c34bf0dbbff automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1188
diff changeset
    21
#  -headerDir=. : create header files locally
731
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    22
#                (if removed, they will be created as common
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    23
#  -Pxxx       : defines the package
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    24
#  -Zxxx       : a prefix for variables within the classLib
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    25
#  -Dxxx       : defines passed to to CC for inline C-code
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    26
#  -Ixxx       : include path passed to CC for inline C-code
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    27
#  +optspace   : optimized for space
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    28
#  +optspace2  : optimized more for space
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    29
#  +optspace3  : optimized even more for space
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    30
#  +optinline  : generate inline code for some ST constructs
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    31
#  +inlineNew  : additionally inline new
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    32
#  +inlineMath : additionally inline some floatPnt math stuff
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    33
#
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    34
# ********** OPTIONAL: MODIFY the next line(s) ***
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    35
# STCLOCALOPTIMIZATIONS=+optinline +inlineNew
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    36
# STCLOCALOPTIMIZATIONS=+optspace3
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    37
STCLOCALOPTIMIZATIONS=+optspace3
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    38
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    39
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    40
# Argument(s) to the stc compiler (stc --usage).
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    41
#  -warn            : no warnings
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    42
#  -warnNonStandard : no warnings about ST/X extensions
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    43
#  -warnEOLComments : no warnings about EOL comment extension
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    44
#  -warnPrivacy     : no warnings about privateClass extension
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    45
#
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    46
# ********** OPTIONAL: MODIFY the next line(s) ***
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    47
# STCWARNINGS=-warn
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    48
# STCWARNINGS=-warnNonStandard
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    49
# STCWARNINGS=-warnEOLComments
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    50
STCWARNINGS=-warnNonStandard
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    51
1094
6845eeac2e18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 731
diff changeset
    52
COMMON_CLASSES= \
6845eeac2e18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 731
diff changeset
    53
	stx_projects_smalltalk \
6845eeac2e18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 731
diff changeset
    54
6845eeac2e18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 731
diff changeset
    55
6845eeac2e18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 731
diff changeset
    56
6845eeac2e18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 731
diff changeset
    57
731
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    58
COMMON_OBJS= \
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    59
    $(OUTDIR)stx_projects_smalltalk.$(O) \
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    60
bb2b9d624015 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    61
1094
6845eeac2e18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 731
diff changeset
    62