1 | # Makefile.in generated automatically by automake 1.4 from Makefile.am |
---|
2 | |
---|
3 | # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. |
---|
4 | # This Makefile.in is free software; the Free Software Foundation |
---|
5 | # gives unlimited permission to copy and/or distribute it, |
---|
6 | # with or without modifications, as long as this notice is preserved. |
---|
7 | |
---|
8 | # This program is distributed in the hope that it will be useful, |
---|
9 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
---|
10 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
---|
11 | # PARTICULAR PURPOSE. |
---|
12 | |
---|
13 | # Makefile.am for the SASL library |
---|
14 | # Rob Earhart |
---|
15 | # $Id: Makefile.in,v 1.1.1.2 2003-02-12 22:34:31 ghudson Exp $ |
---|
16 | # Copyright (c) 2000 Carnegie Mellon University. All rights reserved. |
---|
17 | # |
---|
18 | # Redistribution and use in source and binary forms, with or without |
---|
19 | # modification, are permitted provided that the following conditions |
---|
20 | # are met: |
---|
21 | # |
---|
22 | # 1. Redistributions of source code must retain the above copyright |
---|
23 | # notice, this list of conditions and the following disclaimer. |
---|
24 | # |
---|
25 | # 2. Redistributions in binary form must reproduce the above copyright |
---|
26 | # notice, this list of conditions and the following disclaimer in |
---|
27 | # the documentation and/or other materials provided with the |
---|
28 | # distribution. |
---|
29 | # |
---|
30 | # 3. The name "Carnegie Mellon University" must not be used to |
---|
31 | # endorse or promote products derived from this software without |
---|
32 | # prior written permission. For permission or any other legal |
---|
33 | # details, please contact |
---|
34 | # Office of Technology Transfer |
---|
35 | # Carnegie Mellon University |
---|
36 | # 5000 Forbes Avenue |
---|
37 | # Pittsburgh, PA 15213-3890 |
---|
38 | # (412) 268-4387, fax: (412) 268-7395 |
---|
39 | # tech-transfer@andrew.cmu.edu |
---|
40 | # |
---|
41 | # 4. Redistributions of any form whatsoever must retain the following |
---|
42 | # acknowledgment: |
---|
43 | # "This product includes software developed by Computing Services |
---|
44 | # at Carnegie Mellon University (http://www.cmu.edu/computing/)." |
---|
45 | # |
---|
46 | # CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO |
---|
47 | # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
---|
48 | # AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE |
---|
49 | # FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
---|
50 | # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN |
---|
51 | # AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING |
---|
52 | # OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
---|
53 | # |
---|
54 | |
---|
55 | # Library version info - here at the top, for sanity |
---|
56 | |
---|
57 | |
---|
58 | SHELL = @SHELL@ |
---|
59 | |
---|
60 | srcdir = @srcdir@ |
---|
61 | top_srcdir = @top_srcdir@ |
---|
62 | VPATH = @srcdir@ |
---|
63 | prefix = @prefix@ |
---|
64 | exec_prefix = @exec_prefix@ |
---|
65 | |
---|
66 | bindir = @bindir@ |
---|
67 | sbindir = @sbindir@ |
---|
68 | libexecdir = @libexecdir@ |
---|
69 | datadir = @datadir@ |
---|
70 | sysconfdir = @sysconfdir@ |
---|
71 | sharedstatedir = @sharedstatedir@ |
---|
72 | localstatedir = @localstatedir@ |
---|
73 | libdir = @libdir@ |
---|
74 | infodir = @infodir@ |
---|
75 | mandir = @mandir@ |
---|
76 | includedir = @includedir@ |
---|
77 | oldincludedir = /usr/include |
---|
78 | |
---|
79 | DESTDIR = |
---|
80 | |
---|
81 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
82 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
83 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
84 | |
---|
85 | top_builddir = .. |
---|
86 | |
---|
87 | ACLOCAL = @ACLOCAL@ |
---|
88 | AUTOCONF = @AUTOCONF@ |
---|
89 | AUTOMAKE = @AUTOMAKE@ |
---|
90 | AUTOHEADER = @AUTOHEADER@ |
---|
91 | |
---|
92 | INSTALL = @INSTALL@ |
---|
93 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) |
---|
94 | INSTALL_DATA = @INSTALL_DATA@ |
---|
95 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
96 | transform = @program_transform_name@ |
---|
97 | |
---|
98 | NORMAL_INSTALL = : |
---|
99 | PRE_INSTALL = : |
---|
100 | POST_INSTALL = : |
---|
101 | NORMAL_UNINSTALL = : |
---|
102 | PRE_UNINSTALL = : |
---|
103 | POST_UNINSTALL = : |
---|
104 | host_alias = @host_alias@ |
---|
105 | host_triplet = @host@ |
---|
106 | AFS_CLIENT_LIBS = @AFS_CLIENT_LIBS@ |
---|
107 | AFS_CLIENT_LIBS_STATIC = @AFS_CLIENT_LIBS_STATIC@ |
---|
108 | AFS_INC_FLAGS = @AFS_INC_FLAGS@ |
---|
109 | AFS_KTC_LIBS = @AFS_KTC_LIBS@ |
---|
110 | AFS_KTC_LIBS_STATIC = @AFS_KTC_LIBS_STATIC@ |
---|
111 | AFS_LIBAUDIT = @AFS_LIBAUDIT@ |
---|
112 | AFS_LIBDES = @AFS_LIBDES@ |
---|
113 | AFS_LIBDESA = @AFS_LIBDESA@ |
---|
114 | AFS_LIB_FLAGS = @AFS_LIB_FLAGS@ |
---|
115 | AFS_RX_LIBS = @AFS_RX_LIBS@ |
---|
116 | AFS_TOP_DIR = @AFS_TOP_DIR@ |
---|
117 | AS = @AS@ |
---|
118 | AWK = @AWK@ |
---|
119 | CC = @CC@ |
---|
120 | CPP = @CPP@ |
---|
121 | DB_INC_FLAGS = @DB_INC_FLAGS@ |
---|
122 | DB_LIB_FLAGS = @DB_LIB_FLAGS@ |
---|
123 | DIRS = @DIRS@ |
---|
124 | DLLTOOL = @DLLTOOL@ |
---|
125 | DMALLOC_LIBS = @DMALLOC_LIBS@ |
---|
126 | DYNSASLFLAGS = @DYNSASLFLAGS@ |
---|
127 | GETADDRINFOOBJS = @GETADDRINFOOBJS@ |
---|
128 | GETNAMEINFOOBJS = @GETNAMEINFOOBJS@ |
---|
129 | GETSUBOPT = @GETSUBOPT@ |
---|
130 | GSSAPIBASE_LIBS = @GSSAPIBASE_LIBS@ |
---|
131 | GSSAPI_LIBS = @GSSAPI_LIBS@ |
---|
132 | IPCTYPE = @IPCTYPE@ |
---|
133 | JAVAC = @JAVAC@ |
---|
134 | JAVADOC = @JAVADOC@ |
---|
135 | JAVAH = @JAVAH@ |
---|
136 | JAVAROOT = @JAVAROOT@ |
---|
137 | JAVA_INCLUDES = @JAVA_INCLUDES@ |
---|
138 | KRB_INC_FLAGS = @KRB_INC_FLAGS@ |
---|
139 | KRB_LIB_FLAGS = @KRB_LIB_FLAGS@ |
---|
140 | LIBSSL_INC_DIR = @LIBSSL_INC_DIR@ |
---|
141 | LIBSSL_INC_FLAGS = @LIBSSL_INC_FLAGS@ |
---|
142 | LIBSSL_LIB_DIR = @LIBSSL_LIB_DIR@ |
---|
143 | LIBSSL_LIB_FLAGS = @LIBSSL_LIB_FLAGS@ |
---|
144 | LIBTOOL = @LIBTOOL@ |
---|
145 | LIB_CRYPT = @LIB_CRYPT@ |
---|
146 | LIB_DES = @LIB_DES@ |
---|
147 | LIB_DYN_SASL = @LIB_DYN_SASL@ |
---|
148 | LIB_MYSQL = @LIB_MYSQL@ |
---|
149 | LIB_PAM = @LIB_PAM@ |
---|
150 | LIB_SASL = @LIB_SASL@ |
---|
151 | LIB_SOCKET = @LIB_SOCKET@ |
---|
152 | LN_S = @LN_S@ |
---|
153 | LTGETADDRINFOOBJS = @LTGETADDRINFOOBJS@ |
---|
154 | LTGETNAMEINFOOBJS = @LTGETNAMEINFOOBJS@ |
---|
155 | LTSNPRINTFOBJS = @LTSNPRINTFOBJS@ |
---|
156 | MAKEINFO = @MAKEINFO@ |
---|
157 | NM = @NM@ |
---|
158 | NTLM_LIBS = @NTLM_LIBS@ |
---|
159 | OBJDUMP = @OBJDUMP@ |
---|
160 | OTP_LIBS = @OTP_LIBS@ |
---|
161 | PACKAGE = @PACKAGE@ |
---|
162 | PLAIN_LIBS = @PLAIN_LIBS@ |
---|
163 | PURECOV = @PURECOV@ |
---|
164 | PURIFY = @PURIFY@ |
---|
165 | PWCHECKMETH = @PWCHECKMETH@ |
---|
166 | RANLIB = @RANLIB@ |
---|
167 | RPATH = @RPATH@ |
---|
168 | SASLFLAGS = @SASLFLAGS@ |
---|
169 | SASL_DB_BACKEND = @SASL_DB_BACKEND@ |
---|
170 | SASL_DB_BACKEND_STATIC = @SASL_DB_BACKEND_STATIC@ |
---|
171 | SASL_DB_INC = @SASL_DB_INC@ |
---|
172 | SASL_DB_LIB = @SASL_DB_LIB@ |
---|
173 | SASL_DB_MANS = @SASL_DB_MANS@ |
---|
174 | SASL_DB_UTILS = @SASL_DB_UTILS@ |
---|
175 | SASL_DL_LIB = @SASL_DL_LIB@ |
---|
176 | SASL_KRB_LIB = @SASL_KRB_LIB@ |
---|
177 | SASL_MECHS = @SASL_MECHS@ |
---|
178 | SASL_STATIC_LIBS = @SASL_STATIC_LIBS@ |
---|
179 | SASL_STATIC_OBJS = @SASL_STATIC_OBJS@ |
---|
180 | SASL_UTIL_HEADERS_EXTRA = @SASL_UTIL_HEADERS_EXTRA@ |
---|
181 | SASL_UTIL_LIBS_EXTRA = @SASL_UTIL_LIBS_EXTRA@ |
---|
182 | SFIO_INC_FLAGS = @SFIO_INC_FLAGS@ |
---|
183 | SFIO_LIB_FLAGS = @SFIO_LIB_FLAGS@ |
---|
184 | SMTPTEST_PROGRAM = @SMTPTEST_PROGRAM@ |
---|
185 | SNPRINTFOBJS = @SNPRINTFOBJS@ |
---|
186 | SRP_LIBS = @SRP_LIBS@ |
---|
187 | VERSION = @VERSION@ |
---|
188 | plugindir = @plugindir@ |
---|
189 | |
---|
190 | sasl_version = 2:12:0 |
---|
191 | |
---|
192 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/plugins |
---|
193 | |
---|
194 | EXTRA_DIST = windlopen.c staticopen.h NTMakefile |
---|
195 | EXTRA_LIBRARIES = libsasl2.a |
---|
196 | noinst_LIBRARIES = @SASL_STATIC_LIBS@ |
---|
197 | libsasl2_a_SOURCES = |
---|
198 | |
---|
199 | common_headers = saslint.h |
---|
200 | common_sources = auxprop.c canonusr.c checkpw.c client.c common.c config.c external.c md5.c saslutil.c server.c seterror.c dlopen.c |
---|
201 | |
---|
202 | LTLIBOBJS = @LTLIBOBJS@ plugin_common.lo |
---|
203 | LIBOBJS = @LIBOBJS@ plugin_common.o |
---|
204 | |
---|
205 | lib_LTLIBRARIES = libsasl2.la |
---|
206 | |
---|
207 | libsasl2_la_SOURCES = $(common_sources) $(common_headers) |
---|
208 | libsasl2_la_LDFLAGS = -version-info $(sasl_version) |
---|
209 | libsasl2_la_DEPENDENCIES = $(LTLIBOBJS) |
---|
210 | libsasl2_la_LIBADD = $(LTLIBOBJS) $(SASL_DL_LIB) $(LIB_SOCKET) |
---|
211 | |
---|
212 | @MACOSX_TRUE@framedir = /Library/Frameworks/SASL2.framework |
---|
213 | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |
---|
214 | CONFIG_HEADER = ../config.h |
---|
215 | CONFIG_CLEAN_FILES = |
---|
216 | LIBRARIES = $(noinst_LIBRARIES) |
---|
217 | |
---|
218 | |
---|
219 | DEFS = @DEFS@ -I. -I$(srcdir) -I.. |
---|
220 | CPPFLAGS = @CPPFLAGS@ |
---|
221 | LDFLAGS = @LDFLAGS@ |
---|
222 | LIBS = @LIBS@ |
---|
223 | libsasl2_a_LIBADD = |
---|
224 | libsasl2_a_OBJECTS = |
---|
225 | AR = ar |
---|
226 | LTLIBRARIES = $(lib_LTLIBRARIES) |
---|
227 | |
---|
228 | libsasl2_la_OBJECTS = auxprop.lo canonusr.lo checkpw.lo client.lo \ |
---|
229 | common.lo config.lo external.lo md5.lo saslutil.lo server.lo \ |
---|
230 | seterror.lo dlopen.lo |
---|
231 | CFLAGS = @CFLAGS@ |
---|
232 | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
233 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
234 | CCLD = $(CC) |
---|
235 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
---|
236 | DIST_COMMON = Makefile.am Makefile.in getaddrinfo.c getnameinfo.c \ |
---|
237 | getsubopt.c snprintf.c |
---|
238 | |
---|
239 | |
---|
240 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
---|
241 | |
---|
242 | TAR = gtar |
---|
243 | GZIP_ENV = --best |
---|
244 | SOURCES = $(libsasl2_a_SOURCES) $(libsasl2_la_SOURCES) |
---|
245 | OBJECTS = $(libsasl2_a_OBJECTS) $(libsasl2_la_OBJECTS) |
---|
246 | |
---|
247 | all: all-redirect |
---|
248 | .SUFFIXES: |
---|
249 | .SUFFIXES: .S .c .lo .o .s |
---|
250 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
---|
251 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/Makefile |
---|
252 | |
---|
253 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
254 | cd $(top_builddir) \ |
---|
255 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
256 | |
---|
257 | |
---|
258 | mostlyclean-noinstLIBRARIES: |
---|
259 | |
---|
260 | clean-noinstLIBRARIES: |
---|
261 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
---|
262 | |
---|
263 | distclean-noinstLIBRARIES: |
---|
264 | |
---|
265 | maintainer-clean-noinstLIBRARIES: |
---|
266 | |
---|
267 | .c.o: |
---|
268 | $(COMPILE) -c $< |
---|
269 | |
---|
270 | .s.o: |
---|
271 | $(COMPILE) -c $< |
---|
272 | |
---|
273 | .S.o: |
---|
274 | $(COMPILE) -c $< |
---|
275 | |
---|
276 | mostlyclean-compile: |
---|
277 | -rm -f *.o core *.core |
---|
278 | |
---|
279 | clean-compile: |
---|
280 | |
---|
281 | distclean-compile: |
---|
282 | -rm -f *.tab.c |
---|
283 | |
---|
284 | maintainer-clean-compile: |
---|
285 | |
---|
286 | .c.lo: |
---|
287 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
---|
288 | |
---|
289 | .s.lo: |
---|
290 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
---|
291 | |
---|
292 | .S.lo: |
---|
293 | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
---|
294 | |
---|
295 | mostlyclean-libtool: |
---|
296 | -rm -f *.lo |
---|
297 | |
---|
298 | clean-libtool: |
---|
299 | -rm -rf .libs _libs |
---|
300 | |
---|
301 | distclean-libtool: |
---|
302 | |
---|
303 | maintainer-clean-libtool: |
---|
304 | |
---|
305 | mostlyclean-libLTLIBRARIES: |
---|
306 | |
---|
307 | clean-libLTLIBRARIES: |
---|
308 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
---|
309 | |
---|
310 | distclean-libLTLIBRARIES: |
---|
311 | |
---|
312 | maintainer-clean-libLTLIBRARIES: |
---|
313 | |
---|
314 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
---|
315 | @$(NORMAL_INSTALL) |
---|
316 | $(mkinstalldirs) $(DESTDIR)$(libdir) |
---|
317 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
318 | if test -f $$p; then \ |
---|
319 | echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ |
---|
320 | $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ |
---|
321 | else :; fi; \ |
---|
322 | done |
---|
323 | |
---|
324 | uninstall-libLTLIBRARIES: |
---|
325 | @$(NORMAL_UNINSTALL) |
---|
326 | list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
327 | $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ |
---|
328 | done |
---|
329 | |
---|
330 | libsasl2.la: $(libsasl2_la_OBJECTS) $(libsasl2_la_DEPENDENCIES) |
---|
331 | $(LINK) -rpath $(libdir) $(libsasl2_la_LDFLAGS) $(libsasl2_la_OBJECTS) $(libsasl2_la_LIBADD) $(LIBS) |
---|
332 | |
---|
333 | tags: TAGS |
---|
334 | |
---|
335 | ID: $(HEADERS) $(SOURCES) $(LISP) |
---|
336 | list='$(SOURCES) $(HEADERS)'; \ |
---|
337 | unique=`for i in $$list; do echo $$i; done | \ |
---|
338 | awk ' { files[$$0] = 1; } \ |
---|
339 | END { for (i in files) print i; }'`; \ |
---|
340 | here=`pwd` && cd $(srcdir) \ |
---|
341 | && mkid -f$$here/ID $$unique $(LISP) |
---|
342 | |
---|
343 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
---|
344 | tags=; \ |
---|
345 | here=`pwd`; \ |
---|
346 | list='$(SOURCES) $(HEADERS)'; \ |
---|
347 | unique=`for i in $$list; do echo $$i; done | \ |
---|
348 | awk ' { files[$$0] = 1; } \ |
---|
349 | END { for (i in files) print i; }'`; \ |
---|
350 | test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
---|
351 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
---|
352 | |
---|
353 | mostlyclean-tags: |
---|
354 | |
---|
355 | clean-tags: |
---|
356 | |
---|
357 | distclean-tags: |
---|
358 | -rm -f TAGS ID |
---|
359 | |
---|
360 | maintainer-clean-tags: |
---|
361 | |
---|
362 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
---|
363 | |
---|
364 | subdir = lib |
---|
365 | |
---|
366 | distdir: $(DISTFILES) |
---|
367 | @for file in $(DISTFILES); do \ |
---|
368 | d=$(srcdir); \ |
---|
369 | if test -d $$d/$$file; then \ |
---|
370 | cp -pr $$d/$$file $(distdir)/$$file; \ |
---|
371 | else \ |
---|
372 | test -f $(distdir)/$$file \ |
---|
373 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
---|
374 | || cp -p $$d/$$file $(distdir)/$$file || :; \ |
---|
375 | fi; \ |
---|
376 | done |
---|
377 | info-am: |
---|
378 | info: info-am |
---|
379 | dvi-am: |
---|
380 | dvi: dvi-am |
---|
381 | check-am: all-am |
---|
382 | check: check-am |
---|
383 | installcheck-am: |
---|
384 | installcheck: installcheck-am |
---|
385 | install-exec-am: install-libLTLIBRARIES |
---|
386 | @$(NORMAL_INSTALL) |
---|
387 | $(MAKE) $(AM_MAKEFLAGS) install-exec-hook |
---|
388 | install-exec: install-exec-am |
---|
389 | |
---|
390 | install-data-am: |
---|
391 | install-data: install-data-am |
---|
392 | |
---|
393 | install-am: all-am |
---|
394 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
395 | install: install-am |
---|
396 | uninstall-am: uninstall-libLTLIBRARIES |
---|
397 | uninstall: uninstall-am |
---|
398 | all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) |
---|
399 | all-redirect: all-am |
---|
400 | install-strip: |
---|
401 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
---|
402 | installdirs: |
---|
403 | $(mkinstalldirs) $(DESTDIR)$(libdir) |
---|
404 | |
---|
405 | |
---|
406 | mostlyclean-generic: |
---|
407 | |
---|
408 | clean-generic: |
---|
409 | |
---|
410 | distclean-generic: |
---|
411 | -rm -f Makefile $(CONFIG_CLEAN_FILES) |
---|
412 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
---|
413 | |
---|
414 | maintainer-clean-generic: |
---|
415 | mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ |
---|
416 | mostlyclean-libtool mostlyclean-libLTLIBRARIES \ |
---|
417 | mostlyclean-tags mostlyclean-generic |
---|
418 | |
---|
419 | mostlyclean: mostlyclean-am |
---|
420 | |
---|
421 | clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \ |
---|
422 | clean-libLTLIBRARIES clean-tags clean-generic \ |
---|
423 | mostlyclean-am |
---|
424 | |
---|
425 | clean: clean-am |
---|
426 | |
---|
427 | distclean-am: distclean-noinstLIBRARIES distclean-compile \ |
---|
428 | distclean-libtool distclean-libLTLIBRARIES \ |
---|
429 | distclean-tags distclean-generic clean-am |
---|
430 | -rm -f libtool |
---|
431 | |
---|
432 | distclean: distclean-am |
---|
433 | |
---|
434 | maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ |
---|
435 | maintainer-clean-compile maintainer-clean-libtool \ |
---|
436 | maintainer-clean-libLTLIBRARIES maintainer-clean-tags \ |
---|
437 | maintainer-clean-generic distclean-am |
---|
438 | @echo "This command is intended for maintainers to use;" |
---|
439 | @echo "it deletes files that may require special tools to rebuild." |
---|
440 | |
---|
441 | maintainer-clean: maintainer-clean-am |
---|
442 | |
---|
443 | .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ |
---|
444 | clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ |
---|
445 | mostlyclean-compile distclean-compile clean-compile \ |
---|
446 | maintainer-clean-compile mostlyclean-libtool distclean-libtool \ |
---|
447 | clean-libtool maintainer-clean-libtool mostlyclean-libLTLIBRARIES \ |
---|
448 | distclean-libLTLIBRARIES clean-libLTLIBRARIES \ |
---|
449 | maintainer-clean-libLTLIBRARIES uninstall-libLTLIBRARIES \ |
---|
450 | install-libLTLIBRARIES tags mostlyclean-tags distclean-tags clean-tags \ |
---|
451 | maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \ |
---|
452 | installcheck-am installcheck install-exec-am install-exec \ |
---|
453 | install-data-am install-data install-am install uninstall-am uninstall \ |
---|
454 | all-redirect all-am all installdirs mostlyclean-generic \ |
---|
455 | distclean-generic clean-generic maintainer-clean-generic clean \ |
---|
456 | mostlyclean distclean maintainer-clean |
---|
457 | |
---|
458 | |
---|
459 | plugin_common.lo: plugin_common.o |
---|
460 | rm -f plugin_common.lo |
---|
461 | ln -s $(top_builddir)/plugins/plugin_common.lo plugin_common.lo |
---|
462 | |
---|
463 | plugin_common.o: |
---|
464 | rm -f plugin_common.o |
---|
465 | ln -s $(top_builddir)/plugins/plugin_common.o plugin_common.o |
---|
466 | @MACOSX_TRUE@install-exec-hook: |
---|
467 | @MACOSX_TRUE@ $(mkinstalldirs) $(framedir)/Versions/A |
---|
468 | @MACOSX_TRUE@ ln -fs $(libdir)/libsasl2.dylib $(framedir)/Versions/A/SASL2 |
---|
469 | @MACOSX_TRUE@ cd $(framedir) ; ln -fs Versions/A/SASL2 . |
---|
470 | @MACOSX_FALSE@install-exec-hook: |
---|
471 | |
---|
472 | libsasl2.a: libsasl2.la $(SASL_STATIC_OBJS) |
---|
473 | @echo adding static plugins and dependencies |
---|
474 | $(AR) cru .libs/$@ $(SASL_STATIC_OBJS) |
---|
475 | @for i in ./libsasl2.la ../sasldb/libsasldb.la ../plugins/lib*.la; do \ |
---|
476 | if test ! -f $$i; then continue; fi; . $$i; \ |
---|
477 | for j in $$dependency_libs foo; do \ |
---|
478 | case $$j in foo) ;; \ |
---|
479 | -L*) for k in $$depdirs foo; do \ |
---|
480 | if test $$k = $$j; then break; fi; done; \ |
---|
481 | if test $$k = foo; then depdirs="$$depdirs $$j"; fi ;; \ |
---|
482 | -l*) for k in $$deplibs foo; do \ |
---|
483 | if test $$k = $$j; then break; fi; done; \ |
---|
484 | if test $$k = foo; then deplibs="$$deplibs $$j"; fi ;; \ |
---|
485 | esac; done; dependency_libs=""; done; \ |
---|
486 | sed -e "/^dependency_libs=/s%=.*%='$${depdirs}$${deplibs}'%" \ |
---|
487 | libsasl2.la >TMP.$$ && mv TMP.$$ libsasl2.la |
---|
488 | @touch $@ |
---|
489 | |
---|
490 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
491 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
492 | .NOEXPORT: |
---|