components/stdcxx/Solaris/libstdcxx4.pc
changeset 402 94ae4d75524c
equal deleted inserted replaced
401:bf52ef48020c 402:94ae4d75524c
       
     1 #
       
     2 # CDDL HEADER START
       
     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 # Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
       
    23 #
       
    24 prefix=/usr
       
    25 exec_prefix=${prefix}
       
    26 libdir=${prefix}/lib
       
    27 includedir=${prefix}/include
       
    28 cppflags=-I${includedir}/stdcxx4/ansi -I${includedir}/stdcxx4/tr1 -I${includedir}/stdcxx4
       
    29 cflags_only= -mt -D_REENTRANT
       
    30 
       
    31 Name: libstdcxx4
       
    32 Description: Apache Standard C++ Library
       
    33 Version: 4.2.1
       
    34 Libs: -L${libdir} -lc -lm -lCrun -lstdcxx4
       
    35 Cflags: -I${includedir}/stdcxx4/ansi -I${includedir}/stdcxx4/tr1 -I${includedir}/stdcxx4 "-library=no%Cstd -features=except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic -instances=global -template=geninlinefuncs -verbose=template -xlang=c99 -Qoption ccfe ++boolflag:sunwcch=false -mt -D_REENTRANT -D__EXTENSIONS__ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_XPG5 -D_POSIX_PTHREAD_SEMANTICS"
       
    36