Print this page
6856712 RFE to include yaz development toolkit into SFW consolidation


   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 2009 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 # ident "@(#)Makefile   1.83    09/07/07 SMI"
  27 #
  28 
  29 #
  30 # lib/Makefile
  31 #
  32 
  33 # include global definitions
  34 include ../Makefile.master
  35 
  36 #
  37 # Certain libraries are linked with, hence depend on, other libraries.
  38 #
  39 # Although we have historically used .WAIT to express dependencies, it
  40 # reduces the amount of parallelism and thus lengthens the time it
  41 # takes to build the libraries.  Thus, we now require that any new
  42 # libraries explicitly call out their dependencies.
  43 #
  44 # Aside from explicit dependencies all libraries are built in parallel.
  45 #
  46 .PARALLEL:


  89         libxml2 \
  90         libxslt \
  91         libexpat \
  92         libneon \
  93         libusb \
  94         libusbugen \
  95         lcms \
  96         libedit \
  97         libevent \
  98         libmcrypt \
  99         libmemcached \
 100         libmng \
 101         libnet \
 102         libpcap \
 103         libosip2 \
 104         librsync \
 105         libsigsegv \
 106         libsndfile \
 107         libtorrent \
 108         libxmlrpc-c \

 109         logilab-common \
 110         log4j \
 111         logilab-astng \
 112         memcached \
 113         memcached-java \
 114         mpfr \
 115         pmdbi \
 116         pull-parser \
 117         slang \
 118         tidy \
 119         usb_ccid_ifd \
 120         wxwidgets \
 121         xom \
 122         xsdlib \
 123         xstream \
 124         drools  \
 125         sblim \
 126         imperius \
 127         slib \
 128         readline \




   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 2009 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 # ident "@(#)Makefile   1.84    09/07/17 SMI"
  27 #
  28 
  29 #
  30 # lib/Makefile
  31 #
  32 
  33 # include global definitions
  34 include ../Makefile.master
  35 
  36 #
  37 # Certain libraries are linked with, hence depend on, other libraries.
  38 #
  39 # Although we have historically used .WAIT to express dependencies, it
  40 # reduces the amount of parallelism and thus lengthens the time it
  41 # takes to build the libraries.  Thus, we now require that any new
  42 # libraries explicitly call out their dependencies.
  43 #
  44 # Aside from explicit dependencies all libraries are built in parallel.
  45 #
  46 .PARALLEL:


  89         libxml2 \
  90         libxslt \
  91         libexpat \
  92         libneon \
  93         libusb \
  94         libusbugen \
  95         lcms \
  96         libedit \
  97         libevent \
  98         libmcrypt \
  99         libmemcached \
 100         libmng \
 101         libnet \
 102         libpcap \
 103         libosip2 \
 104         librsync \
 105         libsigsegv \
 106         libsndfile \
 107         libtorrent \
 108         libxmlrpc-c \
 109         libyaz \
 110         logilab-common \
 111         log4j \
 112         logilab-astng \
 113         memcached \
 114         memcached-java \
 115         mpfr \
 116         pmdbi \
 117         pull-parser \
 118         slang \
 119         tidy \
 120         usb_ccid_ifd \
 121         wxwidgets \
 122         xom \
 123         xsdlib \
 124         xstream \
 125         drools  \
 126         sblim \
 127         imperius \
 128         slib \
 129         readline \