components/scons/scons-PYVER.p5m
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 07 Apr 2017 17:56:36 -0700
changeset 7851 f82a18f72950
parent 5879 6c5ab2c43a8c
permissions -rw-r--r--
Close of build 122.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4599
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
5879
6c5ab2c43a8c 23132162 Upgrade scons to 2.5.0
Rich Burridge <rich.burridge@oracle.com>
parents: 4599
diff changeset
    21
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4599
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
    value=pkg:/developer/build/scons-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="SCons - software construction tool"
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value="SCons is a software construction tool that is a superior alternative to the classic Make build tool.  It is implemented as a Python script and set of modules, and SCons configuration files are actually executed as Python scripts. This gives SCons many powerful capabilities not found in other software build tools."
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=com.oracle.info.description value="the SCons tool"
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.tpno value=$(TPNO)
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
    value="org.opensolaris.category.2008:Development/Source Code Management"
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=org.opensolaris.arc-caseid value=PSARC/2015/151
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
link path=usr/bin/scons target=scons-$(COMPONENT_VERSION)
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
file path=usr/bin/scons-$(COMPONENT_VERSION)
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
link path=usr/bin/scons-time target=scons-time-$(COMPONENT_VERSION)
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
file path=usr/bin/scons-time-$(COMPONENT_VERSION)
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
link path=usr/bin/sconsign target=sconsign-$(COMPONENT_VERSION)
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/bin/sconsign-$(COMPONENT_VERSION)
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Action.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Builder.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/CacheDir.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Conftest.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Debug.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Defaults.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Environment.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Errors.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Executor.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Job.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Memoize.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Node/Alias.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Node/FS.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Node/Python.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Node/__init__.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Options/BoolOption.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Options/EnumOption.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Options/ListOption.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Options/PackageOption.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Options/PathOption.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Options/__init__.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/PathList.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Platform/__init__.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Platform/aix.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Platform/cygwin.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Platform/darwin.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Platform/hpux.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Platform/irix.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Platform/os2.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Platform/posix.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Platform/sunos.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Platform/win32.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/SConf.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/SConsign.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Scanner/C.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Scanner/D.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Scanner/Dir.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Scanner/Fortran.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Scanner/IDL.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Scanner/LaTeX.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Scanner/Prog.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Scanner/RC.py
5879
6c5ab2c43a8c 23132162 Upgrade scons to 2.5.0
Rich Burridge <rich.burridge@oracle.com>
parents: 4599
diff changeset
    85
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Scanner/SWIG.py
4599
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Scanner/__init__.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Script/Interactive.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Script/Main.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Script/SConsOptions.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Script/SConscript.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Script/__init__.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Sig.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Subst.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Taskmaster.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/386asm.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/BitKeeper.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/CVS.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    98
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/DCommon.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/FortranCommon.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   100
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/GettextCommon.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/JavaCommon.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   102
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/MSCommon/__init__.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   103
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/MSCommon/arch.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   104
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/MSCommon/common.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   105
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/MSCommon/netframework.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   106
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/MSCommon/sdk.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   107
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/MSCommon/vc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   108
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/MSCommon/vs.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   109
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/Perforce.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   110
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/PharLapCommon.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   111
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/RCS.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   112
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/SCCS.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   113
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/Subversion.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   114
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/__init__.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   115
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/aixc++.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   116
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/aixcc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   117
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/aixf77.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   118
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/aixlink.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   119
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/applelink.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   120
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/ar.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   121
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/as.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   122
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/bcc32.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   123
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/c++.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   124
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/cc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   125
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/cvf.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   126
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/cyglink.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   127
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/default.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   128
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/dmd.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   129
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/docbook/__init__.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   130
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/dvi.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   131
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/dvipdf.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   132
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/dvips.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   133
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/f03.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   134
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/f77.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   135
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/f90.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   136
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/f95.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   137
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/filesystem.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   138
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/fortran.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   139
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/g++.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   140
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/g77.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   141
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/gas.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   142
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/gcc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   143
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/gdc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   144
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/gettext.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   145
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/gfortran.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   146
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/gnulink.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   147
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/gs.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   148
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/hpc++.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   149
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/hpcc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   150
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/hplink.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   151
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/icc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   152
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/icl.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   153
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/ifl.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   154
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/ifort.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   155
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/ilink.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   156
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/ilink32.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   157
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/install.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   158
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/intelc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   159
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/ipkg.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   160
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/jar.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   161
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/javac.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   162
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/javah.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   163
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/latex.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   164
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/ldc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   165
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/lex.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   166
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/link.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   167
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/linkloc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   168
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/m4.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   169
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/masm.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   170
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/midl.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   171
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/mingw.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   172
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/msgfmt.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   173
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/msginit.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   174
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/msgmerge.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   175
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/mslib.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   176
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/mslink.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   177
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/mssdk.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   178
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/msvc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   179
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/msvs.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   180
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/mwcc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   181
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/mwld.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   182
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/nasm.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   183
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/packaging/__init__.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   184
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/packaging/ipk.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   185
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/packaging/msi.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   186
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/packaging/rpm.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   187
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/packaging/src_tarbz2.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   188
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/packaging/src_targz.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   189
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/packaging/src_zip.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   190
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/packaging/tarbz2.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   191
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/packaging/targz.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   192
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/packaging/zip.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   193
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/pdf.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   194
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/pdflatex.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   195
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/pdftex.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   196
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/qt.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   197
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/rmic.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   198
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/rpcgen.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   199
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/rpm.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   200
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/rpmutils.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   201
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/sgiar.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   202
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/sgic++.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   203
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/sgicc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   204
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/sgilink.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   205
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/sunar.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   206
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/sunc++.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   207
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/suncc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   208
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/sunf77.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   209
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/sunf90.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   210
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/sunf95.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   211
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/sunlink.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   212
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/swig.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   213
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/tar.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   214
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/tex.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   215
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/textfile.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   216
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/tlib.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   217
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/wix.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   218
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/xgettext.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   219
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/yacc.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   220
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Tool/zip.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   221
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Util.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   222
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Variables/BoolVariable.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   223
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Variables/EnumVariable.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   224
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Variables/ListVariable.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   225
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Variables/PackageVariable.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   226
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Variables/PathVariable.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   227
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Variables/__init__.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   228
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/Warnings.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   229
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/__init__.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   230
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/compat/__init__.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   231
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/compat/_scons_dbm.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   232
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/cpp.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   233
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/dblite.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   234
file path=usr/lib/python$(PYVER)/vendor-packages/SCons/exitfuncs.py
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   235
file path=usr/lib/python$(PYVER)/vendor-packages/scons-$(COMPONENT_VERSION)-py2.7.egg-info
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   236
license LICENSE.txt license=MIT
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   237
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   238
# force a dependency on the scons package
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   239
depend type=require \
c7cdb20dce6d PSARC 2015/151 SCons - Software Construction Tool
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   240
    fmri=developer/build/scons@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)