components/automake/automake-1.10/automake.p5m
author Mohana Rao Gorai <mohana.gorai@oracle.com>
Mon, 24 Mar 2014 09:57:22 -0700
branchs11u1-sru
changeset 3001 b96508535208
parent 880 a719e52810f9
child 1205 6c6c27bcf9ac
permissions -rw-r--r--
16242256 linkUpDownNotifications does not work as described in snmpd.conf man page 15819411 SUNBT7201970 There is no "PORTNUMBER" info for "traphandle" in solaris11 snmptra 15754602 SUNBT7111031 snmpd dumping during walk as strs test suite winds down its connect
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
673
bb9df3c906be PSARC 2012/033 automake 1.11.2
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    21
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    23
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 170
diff changeset
    24
set name=pkg.fmri \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 170
diff changeset
    25
    value=pkg:/developer/build/automake-110@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    26
set name=pkg.summary value="A Makefile generator"
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 170
diff changeset
    27
set name=info.classification \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 170
diff changeset
    28
    value=org.opensolaris.category.2008:Development/GNU
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 181
diff changeset
    29
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 560
diff changeset
    30
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 181
diff changeset
    31
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 181
diff changeset
    32
    value=PSARC/2007/293
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    33
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    34
dir path=usr
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    35
dir path=usr/bin
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    36
dir path=usr/share
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    37
dir path=usr/share/aclocal
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    38
dir path=usr/share/aclocal-$(COMPONENT_VERSION)
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    39
dir path=usr/share/automake-$(COMPONENT_VERSION)
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    40
dir path=usr/share/automake-$(COMPONENT_VERSION)/Automake
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    41
dir path=usr/share/automake-$(COMPONENT_VERSION)/am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    42
file path=usr/bin/aclocal-$(COMPONENT_VERSION)
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    43
file path=usr/bin/automake-$(COMPONENT_VERSION)
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    44
file path=usr/share/aclocal-$(COMPONENT_VERSION)/amversion.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    45
file path=usr/share/aclocal-$(COMPONENT_VERSION)/as.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    46
file path=usr/share/aclocal-$(COMPONENT_VERSION)/auxdir.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    47
file path=usr/share/aclocal-$(COMPONENT_VERSION)/ccstdc.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    48
file path=usr/share/aclocal-$(COMPONENT_VERSION)/cond.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    49
file path=usr/share/aclocal-$(COMPONENT_VERSION)/depend.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    50
file path=usr/share/aclocal-$(COMPONENT_VERSION)/depout.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    51
file path=usr/share/aclocal-$(COMPONENT_VERSION)/dmalloc.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    52
file path=usr/share/aclocal-$(COMPONENT_VERSION)/gcj.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    53
file path=usr/share/aclocal-$(COMPONENT_VERSION)/header.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    54
file path=usr/share/aclocal-$(COMPONENT_VERSION)/init.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    55
file path=usr/share/aclocal-$(COMPONENT_VERSION)/install-sh.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    56
file path=usr/share/aclocal-$(COMPONENT_VERSION)/lead-dot.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    57
file path=usr/share/aclocal-$(COMPONENT_VERSION)/lex.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    58
file path=usr/share/aclocal-$(COMPONENT_VERSION)/lispdir.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    59
file path=usr/share/aclocal-$(COMPONENT_VERSION)/maintainer.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    60
file path=usr/share/aclocal-$(COMPONENT_VERSION)/make.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    61
file path=usr/share/aclocal-$(COMPONENT_VERSION)/minuso.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    62
file path=usr/share/aclocal-$(COMPONENT_VERSION)/missing.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    63
file path=usr/share/aclocal-$(COMPONENT_VERSION)/mkdirp.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    64
file path=usr/share/aclocal-$(COMPONENT_VERSION)/multi.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    65
file path=usr/share/aclocal-$(COMPONENT_VERSION)/obsol-gt.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    66
file path=usr/share/aclocal-$(COMPONENT_VERSION)/obsol-lt.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    67
file path=usr/share/aclocal-$(COMPONENT_VERSION)/obsolete.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    68
file path=usr/share/aclocal-$(COMPONENT_VERSION)/options.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    69
file path=usr/share/aclocal-$(COMPONENT_VERSION)/protos.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    70
file path=usr/share/aclocal-$(COMPONENT_VERSION)/python.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    71
file path=usr/share/aclocal-$(COMPONENT_VERSION)/regex.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    72
file path=usr/share/aclocal-$(COMPONENT_VERSION)/runlog.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    73
file path=usr/share/aclocal-$(COMPONENT_VERSION)/sanity.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    74
file path=usr/share/aclocal-$(COMPONENT_VERSION)/strip.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    75
file path=usr/share/aclocal-$(COMPONENT_VERSION)/substnot.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    76
file path=usr/share/aclocal-$(COMPONENT_VERSION)/tar.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    77
file path=usr/share/aclocal-$(COMPONENT_VERSION)/upc.m4
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    78
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/ChannelDefs.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    79
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Channels.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    80
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Condition.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    81
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Config.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    82
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Configure_ac.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    83
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/DisjConditions.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    84
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/FileUtils.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    85
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/General.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    86
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Item.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    87
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/ItemDef.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    88
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Location.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    89
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Options.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    90
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Rule.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    91
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/RuleDef.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    92
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Struct.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    93
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/VarDef.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    94
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Variable.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    95
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Version.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    96
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/Wrap.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    97
file path=usr/share/automake-$(COMPONENT_VERSION)/Automake/XFile.pm
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    98
file path=usr/share/automake-$(COMPONENT_VERSION)/COPYING
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    99
file path=usr/share/automake-$(COMPONENT_VERSION)/INSTALL
170
14cadb780400 7033275 userland should default vendor to 'Oracle Corporation'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 127
diff changeset
   100
file path=usr/share/automake-$(COMPONENT_VERSION)/acinstall mode=0555
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   101
file path=usr/share/automake-$(COMPONENT_VERSION)/am/ansi2knr.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   102
file path=usr/share/automake-$(COMPONENT_VERSION)/am/check.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   103
file path=usr/share/automake-$(COMPONENT_VERSION)/am/clean-hdr.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   104
file path=usr/share/automake-$(COMPONENT_VERSION)/am/clean.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   105
file path=usr/share/automake-$(COMPONENT_VERSION)/am/compile.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   106
file path=usr/share/automake-$(COMPONENT_VERSION)/am/configure.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   107
file path=usr/share/automake-$(COMPONENT_VERSION)/am/data.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   108
file path=usr/share/automake-$(COMPONENT_VERSION)/am/dejagnu.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   109
file path=usr/share/automake-$(COMPONENT_VERSION)/am/depend.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   110
file path=usr/share/automake-$(COMPONENT_VERSION)/am/depend2.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   111
file path=usr/share/automake-$(COMPONENT_VERSION)/am/distdir.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   112
file path=usr/share/automake-$(COMPONENT_VERSION)/am/footer.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   113
file path=usr/share/automake-$(COMPONENT_VERSION)/am/header-vars.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   114
file path=usr/share/automake-$(COMPONENT_VERSION)/am/header.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   115
file path=usr/share/automake-$(COMPONENT_VERSION)/am/inst-vars.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   116
file path=usr/share/automake-$(COMPONENT_VERSION)/am/install.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   117
file path=usr/share/automake-$(COMPONENT_VERSION)/am/java.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   118
file path=usr/share/automake-$(COMPONENT_VERSION)/am/lang-compile.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   119
file path=usr/share/automake-$(COMPONENT_VERSION)/am/lex.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   120
file path=usr/share/automake-$(COMPONENT_VERSION)/am/library.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   121
file path=usr/share/automake-$(COMPONENT_VERSION)/am/libs.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   122
file path=usr/share/automake-$(COMPONENT_VERSION)/am/libtool.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   123
file path=usr/share/automake-$(COMPONENT_VERSION)/am/lisp.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   124
file path=usr/share/automake-$(COMPONENT_VERSION)/am/ltlib.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   125
file path=usr/share/automake-$(COMPONENT_VERSION)/am/ltlibrary.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   126
file path=usr/share/automake-$(COMPONENT_VERSION)/am/mans-vars.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   127
file path=usr/share/automake-$(COMPONENT_VERSION)/am/mans.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   128
file path=usr/share/automake-$(COMPONENT_VERSION)/am/multilib.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   129
file path=usr/share/automake-$(COMPONENT_VERSION)/am/program.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   130
file path=usr/share/automake-$(COMPONENT_VERSION)/am/progs.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   131
file path=usr/share/automake-$(COMPONENT_VERSION)/am/python.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   132
file path=usr/share/automake-$(COMPONENT_VERSION)/am/remake-hdr.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   133
file path=usr/share/automake-$(COMPONENT_VERSION)/am/scripts.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   134
file path=usr/share/automake-$(COMPONENT_VERSION)/am/subdirs.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   135
file path=usr/share/automake-$(COMPONENT_VERSION)/am/tags.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   136
file path=usr/share/automake-$(COMPONENT_VERSION)/am/texi-vers.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   137
file path=usr/share/automake-$(COMPONENT_VERSION)/am/texibuild.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   138
file path=usr/share/automake-$(COMPONENT_VERSION)/am/texinfos.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   139
file path=usr/share/automake-$(COMPONENT_VERSION)/am/yacc.am
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   140
file path=usr/share/automake-$(COMPONENT_VERSION)/ansi2knr.1
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   141
file path=usr/share/automake-$(COMPONENT_VERSION)/ansi2knr.c
170
14cadb780400 7033275 userland should default vendor to 'Oracle Corporation'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 127
diff changeset
   142
file path=usr/share/automake-$(COMPONENT_VERSION)/compile mode=0555
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   143
file path=usr/share/automake-$(COMPONENT_VERSION)/config-ml.in
170
14cadb780400 7033275 userland should default vendor to 'Oracle Corporation'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 127
diff changeset
   144
file path=usr/share/automake-$(COMPONENT_VERSION)/config.guess mode=0555
14cadb780400 7033275 userland should default vendor to 'Oracle Corporation'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 127
diff changeset
   145
file path=usr/share/automake-$(COMPONENT_VERSION)/config.sub mode=0555
14cadb780400 7033275 userland should default vendor to 'Oracle Corporation'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 127
diff changeset
   146
file path=usr/share/automake-$(COMPONENT_VERSION)/depcomp mode=0555
14cadb780400 7033275 userland should default vendor to 'Oracle Corporation'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 127
diff changeset
   147
file path=usr/share/automake-$(COMPONENT_VERSION)/elisp-comp mode=0555
14cadb780400 7033275 userland should default vendor to 'Oracle Corporation'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 127
diff changeset
   148
file path=usr/share/automake-$(COMPONENT_VERSION)/install-sh mode=0555
14cadb780400 7033275 userland should default vendor to 'Oracle Corporation'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 127
diff changeset
   149
file path=usr/share/automake-$(COMPONENT_VERSION)/mdate-sh mode=0555
14cadb780400 7033275 userland should default vendor to 'Oracle Corporation'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 127
diff changeset
   150
file path=usr/share/automake-$(COMPONENT_VERSION)/missing mode=0555
14cadb780400 7033275 userland should default vendor to 'Oracle Corporation'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 127
diff changeset
   151
file path=usr/share/automake-$(COMPONENT_VERSION)/mkinstalldirs mode=0555
14cadb780400 7033275 userland should default vendor to 'Oracle Corporation'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 127
diff changeset
   152
file path=usr/share/automake-$(COMPONENT_VERSION)/py-compile mode=0555
14cadb780400 7033275 userland should default vendor to 'Oracle Corporation'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 127
diff changeset
   153
file path=usr/share/automake-$(COMPONENT_VERSION)/symlink-tree mode=0555
127
3e3c266b3a81 7013705 userland build needs local tarball caching
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   154
file path=usr/share/automake-$(COMPONENT_VERSION)/texinfo.tex
170
14cadb780400 7033275 userland should default vendor to 'Oracle Corporation'
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 127
diff changeset
   155
file path=usr/share/automake-$(COMPONENT_VERSION)/ylwrap mode=0555
880
a719e52810f9 7176896 should have "automake" package
Rich Burridge <rich.burridge@oracle.com>
parents: 673
diff changeset
   156
a719e52810f9 7176896 should have "automake" package
Rich Burridge <rich.burridge@oracle.com>
parents: 673
diff changeset
   157
link path=usr/bin/aclocal target=aclocal-1.10 \
a719e52810f9 7176896 should have "automake" package
Rich Burridge <rich.burridge@oracle.com>
parents: 673
diff changeset
   158
    mediator=automake mediator-version=1.10
a719e52810f9 7176896 should have "automake" package
Rich Burridge <rich.burridge@oracle.com>
parents: 673
diff changeset
   159
link path=usr/bin/automake target=automake-1.10 \
a719e52810f9 7176896 should have "automake" package
Rich Burridge <rich.burridge@oracle.com>
parents: 673
diff changeset
   160
    mediator=automake mediator-version=1.10
a719e52810f9 7176896 should have "automake" package
Rich Burridge <rich.burridge@oracle.com>
parents: 673
diff changeset
   161
673
bb9df3c906be PSARC 2012/033 automake 1.11.2
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   162
license automake.license license="GPLv2 FDLv1.2"