make.p5m revision 5072
64N/A#
64N/A# CDDL HEADER START
64N/A#
64N/A# The contents of this file are subject to the terms of the
64N/A# Common Development and Distribution License (the "License").
64N/A# You may not use this file except in compliance with the License.
64N/A#
64N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
64N/A# or http://www.opensolaris.org/os/licensing.
64N/A# See the License for the specific language governing permissions
64N/A# and limitations under the License.
64N/A#
64N/A# When distributing Covered Code, include this CDDL HEADER in each
64N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
64N/A# If applicable, add the following below this CDDL HEADER, with the
64N/A# fields enclosed by brackets "[]" replaced with your own identifying
64N/A# information: Portions Copyright [yyyy] [name of copyright owner]
64N/A#
64N/A# CDDL HEADER END
64N/A#
75N/A
75N/A#
3732N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
64N/A#
75N/A
181N/A<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
181N/Aset name=pkg.fmri \
181N/A value=pkg:/developer/build/gnu-make@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3732N/Aset name=pkg.summary value="A utility for directing compilation."
181N/Aset name=pkg.description \
181N/A value="GNU Make is an utility which controls the generation of executables and other target files."
1498N/Aset name=com.oracle.info.description value="GNU make"
2899N/Aset name=com.oracle.info.tpno value=$(TPNO)
3732N/Aset name=info.classification value=org.opensolaris.category.2008:Development/GNU
464N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
618N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3732N/Aset name=org.opensolaris.arc-caseid value=PSARC/2000/488
64N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3732N/Alink path=usr/bin/gmake target=../gnu/bin/make facet.compat.gnulinks=true
321N/Afile usr/bin/gmake path=usr/gnu/bin/make
3732N/Afile usr/share/man/man1/gmake.1 path=usr/gnu/share/man/man1/make.1
5072N/Afile path=usr/include/gnumake.h
3732N/Alink path=usr/sfw/bin/gmake target=../../gnu/bin/make
3732N/Alink path=usr/sfw/share/man/man1/gmake.1 \
3732N/A target=../../../../gnu/share/man/man1/make.1
64N/Afile path=usr/share/info/make.info
64N/Afile path=usr/share/info/make.info-1
64N/Afile path=usr/share/info/make.info-2
64N/Afile path=usr/share/locale/be/LC_MESSAGES/make.mo
5072N/Afile path=usr/share/locale/cs/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/da/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/de/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/es/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/fi/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/fr/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/ga/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/gl/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/he/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/hr/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/id/LC_MESSAGES/make.mo
752N/Afile path=usr/share/locale/it/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/ja/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/ko/LC_MESSAGES/make.mo
752N/Afile path=usr/share/locale/lt/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/nl/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/pl/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/pt_BR/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/ru/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/sv/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/tr/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/uk/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/vi/LC_MESSAGES/make.mo
64N/Afile path=usr/share/locale/zh_CN/LC_MESSAGES/make.mo
3732N/Alink path=usr/share/man/man1/gmake.1 target=../../../gnu/share/man/man1/make.1 \
3732N/A facet.compat.gnulinks=all
181N/Alegacy pkg=SUNWgmake \
591N/A desc="GNU make - A utility used to build software (gmake)" \
181N/A name="gmake - GNU make"
752N/Alicense make.license license="GPLv3, FDLv1.3"