Print this page
6856712 RFE to include yaz development toolkit into SFW consolidation
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/lib/Makefile
+++ new/usr/src/lib/Makefile
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
|
↓ open down ↓ |
15 lines elided |
↑ open up ↑ |
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 #
23 23 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24 24 # Use is subject to license terms.
25 25 #
26 -# ident "@(#)Makefile 1.83 09/07/07 SMI"
26 +# ident "@(#)Makefile 1.84 09/07/17 SMI"
27 27 #
28 28
29 29 #
30 30 # lib/Makefile
31 31 #
32 32
33 33 # include global definitions
34 34 include ../Makefile.master
35 35
36 36 #
37 37 # Certain libraries are linked with, hence depend on, other libraries.
38 38 #
39 39 # Although we have historically used .WAIT to express dependencies, it
40 40 # reduces the amount of parallelism and thus lengthens the time it
41 41 # takes to build the libraries. Thus, we now require that any new
42 42 # libraries explicitly call out their dependencies.
43 43 #
44 44 # Aside from explicit dependencies all libraries are built in parallel.
45 45 #
46 46 .PARALLEL:
47 47
48 48 COMMON_SUBDIRS= \
49 49 aalib \
50 50 activation \
51 51 antlr2 \
52 52 ant \
53 53 stringtemplate \
54 54 antlr \
55 55 cglib \
56 56 commons-collections \
57 57 dom4j \
58 58 fastcgi \
59 59 glib \
60 60 gtk+ \
61 61 gd2 \
62 62 gdbm \
63 63 gnump \
64 64 idn \
65 65 ilmbase \
66 66 pcre \
67 67 curl \
68 68 janino \
69 69 jarjar \
70 70 jaxb \
71 71 jaxen-core \
72 72 jdom \
73 73 jdtcore \
74 74 jettison \
75 75 joda-time \
76 76 junit \
77 77 jxl \
78 78 mvel \
79 79 objectasm \
80 80 relaxngDatatype \
81 81 tcl \
82 82 tk \
83 83 xpp3-min \
84 84 zlib \
85 85 fftw2 \
86 86 fftw3 \
87 87 javamail \
88 88 libconfuse \
89 89 libxml2 \
90 90 libxslt \
91 91 libexpat \
92 92 libneon \
93 93 libusb \
94 94 libusbugen \
95 95 lcms \
96 96 libedit \
97 97 libevent \
98 98 libmcrypt \
|
↓ open down ↓ |
62 lines elided |
↑ open up ↑ |
99 99 libmemcached \
100 100 libmng \
101 101 libnet \
102 102 libpcap \
103 103 libosip2 \
104 104 librsync \
105 105 libsigsegv \
106 106 libsndfile \
107 107 libtorrent \
108 108 libxmlrpc-c \
109 + libyaz \
109 110 logilab-common \
110 111 log4j \
111 112 logilab-astng \
112 113 memcached \
113 114 memcached-java \
114 115 mpfr \
115 116 pmdbi \
116 117 pull-parser \
117 118 slang \
118 119 tidy \
119 120 usb_ccid_ifd \
120 121 wxwidgets \
121 122 xom \
122 123 xsdlib \
123 124 xstream \
124 125 drools \
125 126 sblim \
126 127 imperius \
127 128 slib \
128 129 readline \
129 130 openexr \
130 131 openssl \
131 132 openusb \
132 133 pam_pkcs11 \
133 134 perl_net_ssleay \
134 135 pyopenssl \
135 136 python26-pyopenssl \
136 137 saaj \
137 138 sane-backends \
138 139 snack \
139 140 sqlite3 \
140 141 tcltls \
141 142 trousers \
142 143 unixodbc \
143 144 wiseman
144 145
145 146 sparc_SUBDIRS=
146 147
147 148 i386_SUBDIRS=
148 149
149 150 SUBDIRS= $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)
150 151
151 152 all := TARGET= all
152 153 install := TARGET= install
153 154 install_h := TARGET= install_h
154 155 clean := TARGET= clean
155 156 clobber := TARGET= clobber
156 157 lint := TARGET= lint
157 158 meta-check := TARGET= meta-check
158 159 component-hook := TARGET= component-hook
159 160
160 161 install_h all install clean clobber meta-check component-hook: $(SUBDIRS)
161 162
162 163 $(SUBDIRS): FRC
163 164 @cd $@; echo "$(TARGET) \c"; pwd; $(MAKE) $(MAKEFILE) $(TARGET)
164 165
165 166 tk: tcl
166 167 gtk+: glib tk
167 168 libneon: openssl zlib libxml2
168 169 libxslt: libxml2
169 170 usb_ccid_ifd: libusb libusbugen
170 171 libusbugen: libusb
171 172 curl: openssl zlib idn
172 173 libxmlrpc-c: curl
173 174 memcached: libevent
174 175 sqlite3: tcl
175 176 lcms: zlib
176 177 libmng: lcms
177 178 mpfr: gnump
178 179 slang: pcre zlib
179 180 snack: tcl tk
180 181 tcltls: openssl tcl
181 182 openexr: ilmbase
182 183 imperius: antlr2 sblim
183 184 xom: jaxen-core
184 185 jaxb: activation
185 186 saaj: activation
186 187 ant: antlr2
187 188 antlr: antlr2 ant
188 189 stringtemplate: antlr2 ant
189 190 drools: xstream jdtcore mvel janino jxl junit antlr
190 191 wiseman: saaj jaxb
191 192 trousers: openssl
192 193 pam_pkcs11: openssl
193 194 perl_net_ssleay: openssl
194 195 pyopenssl: openssl
195 196 python26-pyopenssl: openssl
196 197
197 198
198 199 FRC:
|
↓ open down ↓ |
80 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX