components/tcl/tcl/files/tclsed
author Srinivasa Sarva <srinivasa.sarva@oracle.com>
Tue, 10 May 2011 17:39:30 -0700
changeset 225 2f3e03a69313
parent 175 5195b4ea17ad
child 272 40c50e0a5d39
permissions -rw-r--r--
7040199 Update tcl to 8.5.9 7040201 Move tk to Userland 7040202 Move expect to userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
175
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     1
#
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     3
#
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     7
#
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    12
#
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    18
#
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    20
#
225
2f3e03a69313 7040199 Update tcl to 8.5.9
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 175
diff changeset
    21
# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
175
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    22
#
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    23
#
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    24
/^TCL_CC/c\
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    25
TCL_CC='/opt/SUNWspro/bin/cc'
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    26
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    27
/^TCL_BUILD_LIB_SPEC/c\
225
2f3e03a69313 7040199 Update tcl to 8.5.9
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 175
diff changeset
    28
TCL_BUILD_LIB_SPEC='-ltcl8.5${TCL_DBGX}'
175
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    29
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    30
/^TCL_SRC_DIR/c\
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    31
TCL_SRC_DIR=
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    32
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    33
/^TCL_BUILD_STUB_LIB_SPEC/c\
225
2f3e03a69313 7040199 Update tcl to 8.5.9
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 175
diff changeset
    34
TCL_BUILD_STUB_LIB_SPEC='-ltclstub8.5${TCL_DBGX}'
175
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    35
5195b4ea17ad 7033092 Move Tcl to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    36
/^TCL_BUILD_STUB_LIB_PATH/c\
225
2f3e03a69313 7040199 Update tcl to 8.5.9
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 175
diff changeset
    37
TCL_BUILD_STUB_LIB_PATH='/usr/lib/libtclstub8.5${TCL_DBGX}.a'