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 | # Top-level Makefile.am for SASL |
---|
14 | # Rob Earhart |
---|
15 | # |
---|
16 | ################################################################ |
---|
17 | # Copyright (c) 2000 Carnegie Mellon University. All rights reserved. |
---|
18 | # |
---|
19 | # Redistribution and use in source and binary forms, with or without |
---|
20 | # modification, are permitted provided that the following conditions |
---|
21 | # are met: |
---|
22 | # |
---|
23 | # 1. Redistributions of source code must retain the above copyright |
---|
24 | # notice, this list of conditions and the following disclaimer. |
---|
25 | # |
---|
26 | # 2. Redistributions in binary form must reproduce the above copyright |
---|
27 | # notice, this list of conditions and the following disclaimer in |
---|
28 | # the documentation and/or other materials provided with the |
---|
29 | # distribution. |
---|
30 | # |
---|
31 | # 3. The name "Carnegie Mellon University" must not be used to |
---|
32 | # endorse or promote products derived from this software without |
---|
33 | # prior written permission. For permission or any other legal |
---|
34 | # details, please contact |
---|
35 | # Office of Technology Transfer |
---|
36 | # Carnegie Mellon University |
---|
37 | # 5000 Forbes Avenue |
---|
38 | # Pittsburgh, PA 15213-3890 |
---|
39 | # (412) 268-4387, fax: (412) 268-7395 |
---|
40 | # tech-transfer@andrew.cmu.edu |
---|
41 | # |
---|
42 | # 4. Redistributions of any form whatsoever must retain the following |
---|
43 | # acknowledgment: |
---|
44 | # "This product includes software developed by Computing Services |
---|
45 | # at Carnegie Mellon University (http://www.cmu.edu/computing/)." |
---|
46 | # |
---|
47 | # CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO |
---|
48 | # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
---|
49 | # AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE |
---|
50 | # FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
---|
51 | # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN |
---|
52 | # AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING |
---|
53 | # OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
---|
54 | # |
---|
55 | ################################################################ |
---|
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 | LIBOBJS = @LIBOBJS@ |
---|
141 | LIBSSL_INC_DIR = @LIBSSL_INC_DIR@ |
---|
142 | LIBSSL_INC_FLAGS = @LIBSSL_INC_FLAGS@ |
---|
143 | LIBSSL_LIB_DIR = @LIBSSL_LIB_DIR@ |
---|
144 | LIBSSL_LIB_FLAGS = @LIBSSL_LIB_FLAGS@ |
---|
145 | LIBTOOL = @LIBTOOL@ |
---|
146 | LIB_CRYPT = @LIB_CRYPT@ |
---|
147 | LIB_DES = @LIB_DES@ |
---|
148 | LIB_DYN_SASL = @LIB_DYN_SASL@ |
---|
149 | LIB_MYSQL = @LIB_MYSQL@ |
---|
150 | LIB_PAM = @LIB_PAM@ |
---|
151 | LIB_SASL = @LIB_SASL@ |
---|
152 | LIB_SOCKET = @LIB_SOCKET@ |
---|
153 | LN_S = @LN_S@ |
---|
154 | LTGETADDRINFOOBJS = @LTGETADDRINFOOBJS@ |
---|
155 | LTGETNAMEINFOOBJS = @LTGETNAMEINFOOBJS@ |
---|
156 | LTLIBOBJS = @LTLIBOBJS@ |
---|
157 | LTSNPRINTFOBJS = @LTSNPRINTFOBJS@ |
---|
158 | MAKEINFO = @MAKEINFO@ |
---|
159 | NM = @NM@ |
---|
160 | NTLM_LIBS = @NTLM_LIBS@ |
---|
161 | OBJDUMP = @OBJDUMP@ |
---|
162 | OTP_LIBS = @OTP_LIBS@ |
---|
163 | PACKAGE = @PACKAGE@ |
---|
164 | PLAIN_LIBS = @PLAIN_LIBS@ |
---|
165 | PURECOV = @PURECOV@ |
---|
166 | PURIFY = @PURIFY@ |
---|
167 | PWCHECKMETH = @PWCHECKMETH@ |
---|
168 | RANLIB = @RANLIB@ |
---|
169 | RPATH = @RPATH@ |
---|
170 | SASLFLAGS = @SASLFLAGS@ |
---|
171 | SASL_DB_BACKEND = @SASL_DB_BACKEND@ |
---|
172 | SASL_DB_BACKEND_STATIC = @SASL_DB_BACKEND_STATIC@ |
---|
173 | SASL_DB_INC = @SASL_DB_INC@ |
---|
174 | SASL_DB_LIB = @SASL_DB_LIB@ |
---|
175 | SASL_DB_MANS = @SASL_DB_MANS@ |
---|
176 | SASL_DB_UTILS = @SASL_DB_UTILS@ |
---|
177 | SASL_DL_LIB = @SASL_DL_LIB@ |
---|
178 | SASL_KRB_LIB = @SASL_KRB_LIB@ |
---|
179 | SASL_MECHS = @SASL_MECHS@ |
---|
180 | SASL_STATIC_LIBS = @SASL_STATIC_LIBS@ |
---|
181 | SASL_STATIC_OBJS = @SASL_STATIC_OBJS@ |
---|
182 | SASL_UTIL_HEADERS_EXTRA = @SASL_UTIL_HEADERS_EXTRA@ |
---|
183 | SASL_UTIL_LIBS_EXTRA = @SASL_UTIL_LIBS_EXTRA@ |
---|
184 | SFIO_INC_FLAGS = @SFIO_INC_FLAGS@ |
---|
185 | SFIO_LIB_FLAGS = @SFIO_LIB_FLAGS@ |
---|
186 | SMTPTEST_PROGRAM = @SMTPTEST_PROGRAM@ |
---|
187 | SNPRINTFOBJS = @SNPRINTFOBJS@ |
---|
188 | SRP_LIBS = @SRP_LIBS@ |
---|
189 | VERSION = @VERSION@ |
---|
190 | plugindir = @plugindir@ |
---|
191 | @SASLAUTHD_TRUE@SAD = saslauthd |
---|
192 | @SASLAUTHD_FALSE@SAD = |
---|
193 | @PWCHECK_TRUE@PWC = pwcheck |
---|
194 | @PWCHECK_FALSE@PWC = |
---|
195 | @SAMPLE_TRUE@SAM = sample |
---|
196 | @SAMPLE_FALSE@SAM = |
---|
197 | @JAVA_TRUE@JAV = java |
---|
198 | @JAVA_FALSE@JAV = |
---|
199 | @MACOSX_TRUE@INSTALLOSX = install-exec-local-osx |
---|
200 | @MACOSX_FALSE@INSTALLOSX = |
---|
201 | |
---|
202 | SUBDIRS = include sasldb plugins lib utils doc man $(PWC) $(SAM) $(JAV) $(SAD) |
---|
203 | EXTRA_DIST = config cmulocal win32 mac dlcompat-20010505 |
---|
204 | |
---|
205 | framedir = /Library/Frameworks/SASL2.framework |
---|
206 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
207 | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |
---|
208 | CONFIG_HEADER = config.h |
---|
209 | CONFIG_CLEAN_FILES = |
---|
210 | DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ |
---|
211 | Makefile.am Makefile.in NEWS acconfig.h acinclude.m4 aclocal.m4 \ |
---|
212 | config.h.in configure configure.in |
---|
213 | |
---|
214 | |
---|
215 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
---|
216 | |
---|
217 | TAR = gtar |
---|
218 | GZIP_ENV = --best |
---|
219 | DIST_SUBDIRS = include sasldb plugins lib utils doc man pwcheck sample \ |
---|
220 | java saslauthd |
---|
221 | all: all-redirect |
---|
222 | .SUFFIXES: |
---|
223 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
---|
224 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile |
---|
225 | |
---|
226 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
227 | cd $(top_builddir) \ |
---|
228 | && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
229 | |
---|
230 | $(ACLOCAL_M4): configure.in acinclude.m4 |
---|
231 | cd $(srcdir) && $(ACLOCAL) |
---|
232 | |
---|
233 | config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
234 | $(SHELL) ./config.status --recheck |
---|
235 | $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) |
---|
236 | cd $(srcdir) && $(AUTOCONF) |
---|
237 | |
---|
238 | config.h: stamp-h |
---|
239 | @if test ! -f $@; then \ |
---|
240 | rm -f stamp-h; \ |
---|
241 | $(MAKE) stamp-h; \ |
---|
242 | else :; fi |
---|
243 | stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status |
---|
244 | cd $(top_builddir) \ |
---|
245 | && CONFIG_FILES= CONFIG_HEADERS=config.h \ |
---|
246 | $(SHELL) ./config.status |
---|
247 | @echo timestamp > stamp-h 2> /dev/null |
---|
248 | $(srcdir)/config.h.in: $(srcdir)/stamp-h.in |
---|
249 | @if test ! -f $@; then \ |
---|
250 | rm -f $(srcdir)/stamp-h.in; \ |
---|
251 | $(MAKE) $(srcdir)/stamp-h.in; \ |
---|
252 | else :; fi |
---|
253 | $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h |
---|
254 | cd $(top_srcdir) && $(AUTOHEADER) |
---|
255 | @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null |
---|
256 | |
---|
257 | mostlyclean-hdr: |
---|
258 | |
---|
259 | clean-hdr: |
---|
260 | |
---|
261 | distclean-hdr: |
---|
262 | -rm -f config.h |
---|
263 | |
---|
264 | maintainer-clean-hdr: |
---|
265 | |
---|
266 | # This directory's subdirectories are mostly independent; you can cd |
---|
267 | # into them and run `make' without going through this Makefile. |
---|
268 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
269 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
270 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
271 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
272 | |
---|
273 | @SET_MAKE@ |
---|
274 | |
---|
275 | all-recursive install-data-recursive install-exec-recursive \ |
---|
276 | installdirs-recursive install-recursive uninstall-recursive \ |
---|
277 | check-recursive installcheck-recursive info-recursive dvi-recursive: |
---|
278 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
---|
279 | dot_seen=no; \ |
---|
280 | target=`echo $@ | sed s/-recursive//`; \ |
---|
281 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
282 | echo "Making $$target in $$subdir"; \ |
---|
283 | if test "$$subdir" = "."; then \ |
---|
284 | dot_seen=yes; \ |
---|
285 | local_target="$$target-am"; \ |
---|
286 | else \ |
---|
287 | local_target="$$target"; \ |
---|
288 | fi; \ |
---|
289 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
290 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
291 | done; \ |
---|
292 | if test "$$dot_seen" = "no"; then \ |
---|
293 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
294 | fi; test -z "$$fail" |
---|
295 | |
---|
296 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
297 | maintainer-clean-recursive: |
---|
298 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
---|
299 | dot_seen=no; \ |
---|
300 | rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
301 | rev="$$subdir $$rev"; \ |
---|
302 | test "$$subdir" = "." && dot_seen=yes; \ |
---|
303 | done; \ |
---|
304 | test "$$dot_seen" = "no" && rev=". $$rev"; \ |
---|
305 | target=`echo $@ | sed s/-recursive//`; \ |
---|
306 | for subdir in $$rev; do \ |
---|
307 | echo "Making $$target in $$subdir"; \ |
---|
308 | if test "$$subdir" = "."; then \ |
---|
309 | local_target="$$target-am"; \ |
---|
310 | else \ |
---|
311 | local_target="$$target"; \ |
---|
312 | fi; \ |
---|
313 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
314 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
315 | done && test -z "$$fail" |
---|
316 | tags-recursive: |
---|
317 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
318 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
319 | done |
---|
320 | |
---|
321 | tags: TAGS |
---|
322 | |
---|
323 | ID: $(HEADERS) $(SOURCES) $(LISP) |
---|
324 | list='$(SOURCES) $(HEADERS)'; \ |
---|
325 | unique=`for i in $$list; do echo $$i; done | \ |
---|
326 | awk ' { files[$$0] = 1; } \ |
---|
327 | END { for (i in files) print i; }'`; \ |
---|
328 | here=`pwd` && cd $(srcdir) \ |
---|
329 | && mkid -f$$here/ID $$unique $(LISP) |
---|
330 | |
---|
331 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) |
---|
332 | tags=; \ |
---|
333 | here=`pwd`; \ |
---|
334 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
335 | if test "$$subdir" = .; then :; else \ |
---|
336 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
---|
337 | fi; \ |
---|
338 | done; \ |
---|
339 | list='$(SOURCES) $(HEADERS)'; \ |
---|
340 | unique=`for i in $$list; do echo $$i; done | \ |
---|
341 | awk ' { files[$$0] = 1; } \ |
---|
342 | END { for (i in files) print i; }'`; \ |
---|
343 | test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ |
---|
344 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) |
---|
345 | |
---|
346 | mostlyclean-tags: |
---|
347 | |
---|
348 | clean-tags: |
---|
349 | |
---|
350 | distclean-tags: |
---|
351 | -rm -f TAGS ID |
---|
352 | |
---|
353 | maintainer-clean-tags: |
---|
354 | |
---|
355 | distdir = $(PACKAGE)-$(VERSION) |
---|
356 | top_distdir = $(distdir) |
---|
357 | |
---|
358 | # This target untars the dist file and tries a VPATH configuration. Then |
---|
359 | # it guarantees that the distribution is self-contained by making another |
---|
360 | # tarfile. |
---|
361 | distcheck: dist |
---|
362 | -rm -rf $(distdir) |
---|
363 | GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz |
---|
364 | mkdir $(distdir)/=build |
---|
365 | mkdir $(distdir)/=inst |
---|
366 | dc_install_base=`cd $(distdir)/=inst && pwd`; \ |
---|
367 | cd $(distdir)/=build \ |
---|
368 | && ../configure --srcdir=.. --prefix=$$dc_install_base \ |
---|
369 | && $(MAKE) $(AM_MAKEFLAGS) \ |
---|
370 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
---|
371 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
---|
372 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
---|
373 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
---|
374 | && $(MAKE) $(AM_MAKEFLAGS) dist |
---|
375 | -rm -rf $(distdir) |
---|
376 | @banner="$(distdir).tar.gz is ready for distribution"; \ |
---|
377 | dashes=`echo "$$banner" | sed s/./=/g`; \ |
---|
378 | echo "$$dashes"; \ |
---|
379 | echo "$$banner"; \ |
---|
380 | echo "$$dashes" |
---|
381 | dist: distdir |
---|
382 | -chmod -R a+r $(distdir) |
---|
383 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) |
---|
384 | -rm -rf $(distdir) |
---|
385 | dist-all: distdir |
---|
386 | -chmod -R a+r $(distdir) |
---|
387 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) |
---|
388 | -rm -rf $(distdir) |
---|
389 | distdir: $(DISTFILES) |
---|
390 | -rm -rf $(distdir) |
---|
391 | mkdir $(distdir) |
---|
392 | -chmod 777 $(distdir) |
---|
393 | @for file in $(DISTFILES); do \ |
---|
394 | d=$(srcdir); \ |
---|
395 | if test -d $$d/$$file; then \ |
---|
396 | cp -pr $$d/$$file $(distdir)/$$file; \ |
---|
397 | else \ |
---|
398 | test -f $(distdir)/$$file \ |
---|
399 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
---|
400 | || cp -p $$d/$$file $(distdir)/$$file || :; \ |
---|
401 | fi; \ |
---|
402 | done |
---|
403 | for subdir in $(DIST_SUBDIRS); do \ |
---|
404 | if test "$$subdir" = .; then :; else \ |
---|
405 | test -d $(distdir)/$$subdir \ |
---|
406 | || mkdir $(distdir)/$$subdir \ |
---|
407 | || exit 1; \ |
---|
408 | chmod 777 $(distdir)/$$subdir; \ |
---|
409 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ |
---|
410 | || exit 1; \ |
---|
411 | fi; \ |
---|
412 | done |
---|
413 | $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook |
---|
414 | info-am: |
---|
415 | info: info-recursive |
---|
416 | dvi-am: |
---|
417 | dvi: dvi-recursive |
---|
418 | check-am: all-am |
---|
419 | check: check-recursive |
---|
420 | installcheck-am: |
---|
421 | installcheck: installcheck-recursive |
---|
422 | all-recursive-am: config.h |
---|
423 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
---|
424 | |
---|
425 | install-exec-am: install-exec-local |
---|
426 | install-exec: install-exec-recursive |
---|
427 | |
---|
428 | install-data-am: |
---|
429 | install-data: install-data-recursive |
---|
430 | |
---|
431 | install-am: all-am |
---|
432 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
433 | install: install-recursive |
---|
434 | uninstall-am: |
---|
435 | uninstall: uninstall-recursive |
---|
436 | all-am: Makefile config.h |
---|
437 | all-redirect: all-recursive-am |
---|
438 | install-strip: |
---|
439 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
---|
440 | installdirs: installdirs-recursive |
---|
441 | installdirs-am: |
---|
442 | |
---|
443 | |
---|
444 | mostlyclean-generic: |
---|
445 | |
---|
446 | clean-generic: |
---|
447 | |
---|
448 | distclean-generic: |
---|
449 | -rm -f Makefile $(CONFIG_CLEAN_FILES) |
---|
450 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
---|
451 | |
---|
452 | maintainer-clean-generic: |
---|
453 | mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic |
---|
454 | |
---|
455 | mostlyclean: mostlyclean-recursive |
---|
456 | |
---|
457 | clean-am: clean-hdr clean-tags clean-generic mostlyclean-am |
---|
458 | |
---|
459 | clean: clean-recursive |
---|
460 | |
---|
461 | distclean-am: distclean-hdr distclean-tags distclean-generic clean-am |
---|
462 | -rm -f libtool |
---|
463 | |
---|
464 | distclean: distclean-recursive |
---|
465 | -rm -f config.status |
---|
466 | |
---|
467 | maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ |
---|
468 | maintainer-clean-generic distclean-am |
---|
469 | @echo "This command is intended for maintainers to use;" |
---|
470 | @echo "it deletes files that may require special tools to rebuild." |
---|
471 | |
---|
472 | maintainer-clean: maintainer-clean-recursive |
---|
473 | -rm -f config.status |
---|
474 | |
---|
475 | .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ |
---|
476 | install-data-recursive uninstall-data-recursive install-exec-recursive \ |
---|
477 | uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ |
---|
478 | all-recursive check-recursive installcheck-recursive info-recursive \ |
---|
479 | dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ |
---|
480 | maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
---|
481 | distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
---|
482 | dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \ |
---|
483 | install-exec-local install-exec-am install-exec install-data-am \ |
---|
484 | install-data install-am install uninstall-am uninstall all-redirect \ |
---|
485 | all-am all installdirs-am installdirs mostlyclean-generic \ |
---|
486 | distclean-generic clean-generic maintainer-clean-generic clean \ |
---|
487 | mostlyclean distclean maintainer-clean |
---|
488 | |
---|
489 | |
---|
490 | dist-hook: |
---|
491 | @find $(distdir) -name CVS -print | xargs -t rm -rf |
---|
492 | install-exec-local: $(INSTALLOSX) |
---|
493 | @if test "$(plugindir)" != "$(prefix)/lib/sasl2"; then \ |
---|
494 | echo "********************************************************"; \ |
---|
495 | echo "* WARNING:"; \ |
---|
496 | echo "* Plugins are being installed into $(prefix)/lib/sasl2,"; \ |
---|
497 | echo "* but the library will look for them in $(plugindir)."; \ |
---|
498 | echo "* You need to make sure that the plugins will eventually"; \ |
---|
499 | echo "* be in $(plugindir) -- the easiest way is to make a"; \ |
---|
500 | echo "* symbolic link from $(plugindir) to $(prefix)/lib/sasl2,"; \ |
---|
501 | echo "* but this may not be appropriate for your site, so this"; \ |
---|
502 | echo "* installation procedure won't do it for you."; \ |
---|
503 | echo "*"; \ |
---|
504 | echo "* If you don't want to do this for some reason, you can"; \ |
---|
505 | echo "* set the location where the library will look for plugins"; \ |
---|
506 | echo "* by setting the environment variable SASL_PATH to the path"; \ |
---|
507 | echo "* the library should use."; \ |
---|
508 | echo "********************************************************"; \ |
---|
509 | fi |
---|
510 | install-exec-local-osx: |
---|
511 | $(mkinstalldirs) $(framedir)/Versions/A/Headers |
---|
512 | $(mkinstalldirs) $(framedir)/Versions/A/Resources |
---|
513 | cd $(framedir)/Versions ; ln -fs A Current |
---|
514 | cd $(framedir) ; ln -fs Versions/A/Headers . |
---|
515 | cd $(framedir) ; ln -fs Versions/A/Resources . |
---|
516 | $(INSTALL_DATA) $(srcdir)/config/Info.plist $(framedir)/Versions/A/Resources |
---|
517 | |
---|
518 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
519 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
520 | .NOEXPORT: |
---|