15N/A#
15N/A# CDDL HEADER START
15N/A#
15N/A# The contents of this file are subject to the terms of the
15N/A# Common Development and Distribution License (the "License").
15N/A# You may not use this file except in compliance with the License.
15N/A#
15N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15N/A# or http://www.opensolaris.org/os/licensing.
15N/A# See the License for the specific language governing permissions
15N/A# and limitations under the License.
15N/A#
15N/A# When distributing Covered Code, include this CDDL HEADER in each
15N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15N/A# If applicable, add the following below this CDDL HEADER, with the
15N/A# fields enclosed by brackets "[]" replaced with your own identifying
15N/A# information: Portions Copyright [yyyy] [name of copyright owner]
15N/A#
15N/A# CDDL HEADER END
15N/A#
15N/A
15N/A#
1852N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
15N/A#
15N/A
15N/A# header files
15N/A<transform dir file link hardlink path=usr.*/include(/.+){0,1} -> \
1274N/A default facet.devel all>
15N/A
15N/A# archive libraries (on rare occasion, we should be delivering these)
1274N/A<transform file path=.*lib/.+\.a$ -> default facet.devel all>
15N/A
15N/A# .so links, we need to determine if this is a problem, I suspect that it is.
1274N/A#<transform link path=.*lib/.*\.so$ -> default facet.devel all>
15N/A
15N/A# lint libraries
1274N/A<transform file link hardlink path=.*/lib/llib-.* -> default facet.devel all>
15N/A
15N/A# pkg-config data
15N/A<transform dir file link hardlink path=.*/pkgconfig(/.+\.pc){0,1}$ -> \
1274N/A default facet.devel all>
15N/A
15N/A# autoconf macros
15N/A<transform dir file link hardlink path=.*/aclocal(/.*\.m4){0,1}$ -> \
1274N/A default facet.devel all>
1852N/A
1852N/A# delete facet.devel completely if it's set to 'false' in the p5m
1852N/A<transform dir file link hardlink -> delete facet.devel false>