transforms/devel
changeset 15 21f7a7ab78ba
parent 8 f1e8114317ad
child 453 df0646878054
equal deleted inserted replaced
14:25892bc648e2 15:21f7a7ab78ba
     1 <transform dir file path=usr.*/include/.* -> add facet.devel true>
     1 #
     2 <transform link path=.*lib/.*\.so$ -> add facet.devel true>
     2 # CDDL HEADER START
     3 <transform link path=.*lib/.*\.a$ -> add facet.devel true>
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
       
    24 # Use is subject to license terms.
       
    25 #
       
    26 
       
    27 # header files
       
    28 <transform dir file link hardlink path=usr.*/include(/.+){0,1} -> \
       
    29     default facet.devel true>
       
    30 
       
    31 # archive libraries (on rare occasion, we should be delivering these)
       
    32 <transform file path=.*lib/.+\.a$ -> default facet.devel true>
       
    33 
       
    34 # .so links, we need to determine if this is a problem, I suspect that it is.
       
    35 #<transform link path=.*lib/.*\.so$ -> default facet.devel true>
       
    36 
       
    37 # lint libraries
       
    38 <transform file link hardlink path=.*/lib/llib-.* -> default facet.devel true>
       
    39 
       
    40 # pkg-config data
       
    41 <transform dir file link hardlink path=.*/pkgconfig(/.+\.pc){0,1}$ -> \
       
    42     default facet.devel true>
       
    43 
       
    44 # autoconf macros
       
    45 <transform dir file link hardlink path=.*/aclocal(/.*\.m4){0,1}$ -> \
       
    46     default facet.devel true>
       
    47 
       
    48 # Developer documentation
       
    49 <transform dir file link hardlink path=.*/man/man3.* -> \
       
    50     default facet.devel true>