1# Makefile.in generated by automake 1.11 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18################################################################
19# Copyright (c) 2000 Carnegie Mellon University.  All rights reserved.
20#
21# Redistribution and use in source and binary forms, with or without
22# modification, are permitted provided that the following conditions
23# are met:
24#
25# 1. Redistributions of source code must retain the above copyright
26#    notice, this list of conditions and the following disclaimer. 
27#
28# 2. Redistributions in binary form must reproduce the above copyright
29#    notice, this list of conditions and the following disclaimer in
30#    the documentation and/or other materials provided with the
31#    distribution.
32#
33# 3. The name "Carnegie Mellon University" must not be used to
34#    endorse or promote products derived from this software without
35#    prior written permission. For permission or any other legal
36#    details, please contact  
37#      Office of Technology Transfer
38#      Carnegie Mellon University
39#      5000 Forbes Avenue
40#      Pittsburgh, PA  15213-3890
41#      (412) 268-4387, fax: (412) 268-7395
42#      tech-transfer@andrew.cmu.edu
43#
44# 4. Redistributions of any form whatsoever must retain the following
45#    acknowledgment:
46#    "This product includes software developed by Computing Services
47#     at Carnegie Mellon University (http://www.cmu.edu/computing/)."
48#
49# CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
50# THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
51# AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
52# FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
53# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
54# AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
55# OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
56#
57################################################################
58VPATH = @srcdir@
59pkgdatadir = $(datadir)/@PACKAGE@
60pkgincludedir = $(includedir)/@PACKAGE@
61pkglibdir = $(libdir)/@PACKAGE@
62pkglibexecdir = $(libexecdir)/@PACKAGE@
63am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
64install_sh_DATA = $(install_sh) -c -m 644
65install_sh_PROGRAM = $(install_sh) -c
66install_sh_SCRIPT = $(install_sh) -c
67INSTALL_HEADER = $(INSTALL_DATA)
68transform = $(program_transform_name)
69NORMAL_INSTALL = :
70PRE_INSTALL = :
71POST_INSTALL = :
72NORMAL_UNINSTALL = :
73PRE_UNINSTALL = :
74POST_UNINSTALL = :
75build_triplet = @build@
76host_triplet = @host@
77target_triplet = @target@
78subdir = java/javax/security/auth
79DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
80ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81am__aclocal_m4_deps = $(top_srcdir)/config/kerberos_v4.m4 \
82	$(top_srcdir)/config/libtool.m4 $(top_srcdir)/config/plain.m4 \
83	$(top_srcdir)/config/sasldb.m4 \
84	$(top_srcdir)/cmulocal/berkdb.m4 \
85	$(top_srcdir)/cmulocal/bsd_sockets.m4 \
86	$(top_srcdir)/cmulocal/c-attribute.m4 \
87	$(top_srcdir)/cmulocal/common.m4 \
88	$(top_srcdir)/cmulocal/cyrus.m4 \
89	$(top_srcdir)/cmulocal/init_automake.m4 \
90	$(top_srcdir)/cmulocal/ipv6.m4 \
91	$(top_srcdir)/cmulocal/openldap.m4 \
92	$(top_srcdir)/cmulocal/openssl.m4 \
93	$(top_srcdir)/cmulocal/sasl2.m4 $(top_srcdir)/configure.in
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
97CONFIG_HEADER = $(top_builddir)/config.h
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100SOURCES =
101DIST_SOURCES =
102RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
103	html-recursive info-recursive install-data-recursive \
104	install-dvi-recursive install-exec-recursive \
105	install-html-recursive install-info-recursive \
106	install-pdf-recursive install-ps-recursive install-recursive \
107	installcheck-recursive installdirs-recursive pdf-recursive \
108	ps-recursive uninstall-recursive
109RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
110  distclean-recursive maintainer-clean-recursive
111AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
112	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
113	distdir
114ETAGS = etags
115CTAGS = ctags
116DIST_SUBDIRS = $(SUBDIRS)
117DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
118am__relativize = \
119  dir0=`pwd`; \
120  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
121  sed_rest='s,^[^/]*/*,,'; \
122  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
123  sed_butlast='s,/*[^/]*$$,,'; \
124  while test -n "$$dir1"; do \
125    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
126    if test "$$first" != "."; then \
127      if test "$$first" = ".."; then \
128        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
129        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
130      else \
131        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
132        if test "$$first2" = "$$first"; then \
133          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
134        else \
135          dir2="../$$dir2"; \
136        fi; \
137        dir0="$$dir0"/"$$first"; \
138      fi; \
139    fi; \
140    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
141  done; \
142  reldir="$$dir2"
143ACLOCAL = @ACLOCAL@
144AMTAR = @AMTAR@
145AUTOCONF = @AUTOCONF@
146AUTOHEADER = @AUTOHEADER@
147AUTOMAKE = @AUTOMAKE@
148AWK = @AWK@
149CC = @CC@
150CCDEPMODE = @CCDEPMODE@
151CFLAGS = @CFLAGS@
152CMU_LIB_SUBDIR = @CMU_LIB_SUBDIR@
153CPP = @CPP@
154CPPFLAGS = @CPPFLAGS@
155CYGPATH_W = @CYGPATH_W@
156DEFS = @DEFS@
157DEPDIR = @DEPDIR@
158DIRS = @DIRS@
159DMALLOC_LIBS = @DMALLOC_LIBS@
160ECHO_C = @ECHO_C@
161ECHO_N = @ECHO_N@
162ECHO_T = @ECHO_T@
163EGREP = @EGREP@
164EXEEXT = @EXEEXT@
165GETADDRINFOOBJS = @GETADDRINFOOBJS@
166GETNAMEINFOOBJS = @GETNAMEINFOOBJS@
167GETSUBOPT = @GETSUBOPT@
168GREP = @GREP@
169GSSAPIBASE_LIBS = @GSSAPIBASE_LIBS@
170GSSAPI_LIBS = @GSSAPI_LIBS@
171INSTALL = @INSTALL@
172INSTALL_DATA = @INSTALL_DATA@
173INSTALL_PROGRAM = @INSTALL_PROGRAM@
174INSTALL_SCRIPT = @INSTALL_SCRIPT@
175INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176IPCTYPE = @IPCTYPE@
177JAVAC = @JAVAC@
178JAVADOC = @JAVADOC@
179JAVAH = @JAVAH@
180JAVAROOT = @JAVAROOT@
181JAVA_INCLUDES = @JAVA_INCLUDES@
182LDFLAGS = @LDFLAGS@
183LIBOBJS = @LIBOBJS@
184LIBS = @LIBS@
185LIBTOOL = @LIBTOOL@
186LIB_CRYPT = @LIB_CRYPT@
187LIB_DES = @LIB_DES@
188LIB_DOOR = @LIB_DOOR@
189LIB_LDAP = @LIB_LDAP@
190LIB_MYSQL = @LIB_MYSQL@
191LIB_PGSQL = @LIB_PGSQL@
192LIB_SOCKET = @LIB_SOCKET@
193LIB_SQLITE = @LIB_SQLITE@
194LIB_SQLITE3 = @LIB_SQLITE3@
195LN_S = @LN_S@
196LTGETADDRINFOOBJS = @LTGETADDRINFOOBJS@
197LTGETNAMEINFOOBJS = @LTGETNAMEINFOOBJS@
198LTLIBOBJS = @LTLIBOBJS@
199LTSNPRINTFOBJS = @LTSNPRINTFOBJS@
200MAKEINFO = @MAKEINFO@
201MKDIR_P = @MKDIR_P@
202NM = @NM@
203NTLM_LIBS = @NTLM_LIBS@
204OBJEXT = @OBJEXT@
205OTP_LIBS = @OTP_LIBS@
206PACKAGE = @PACKAGE@
207PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
208PACKAGE_NAME = @PACKAGE_NAME@
209PACKAGE_STRING = @PACKAGE_STRING@
210PACKAGE_TARNAME = @PACKAGE_TARNAME@
211PACKAGE_VERSION = @PACKAGE_VERSION@
212PASSDSS_LIBS = @PASSDSS_LIBS@
213PATH_SEPARATOR = @PATH_SEPARATOR@
214PLAIN_LIBS = @PLAIN_LIBS@
215PURECOV = @PURECOV@
216PURIFY = @PURIFY@
217PWCHECKMETH = @PWCHECKMETH@
218RANLIB = @RANLIB@
219SASL_DB_BACKEND = @SASL_DB_BACKEND@
220SASL_DB_BACKEND_STATIC = @SASL_DB_BACKEND_STATIC@
221SASL_DB_INC = @SASL_DB_INC@
222SASL_DB_LIB = @SASL_DB_LIB@
223SASL_DB_MANS = @SASL_DB_MANS@
224SASL_DB_UTILS = @SASL_DB_UTILS@
225SASL_DL_LIB = @SASL_DL_LIB@
226SASL_KRB_LIB = @SASL_KRB_LIB@
227SASL_MECHS = @SASL_MECHS@
228SASL_STATIC_LIBS = @SASL_STATIC_LIBS@
229SASL_STATIC_OBJS = @SASL_STATIC_OBJS@
230SASL_STATIC_SRCS = @SASL_STATIC_SRCS@
231SASL_UTIL_HEADERS_EXTRA = @SASL_UTIL_HEADERS_EXTRA@
232SASL_UTIL_LIBS_EXTRA = @SASL_UTIL_LIBS_EXTRA@
233SCRAM_LIBS = @SCRAM_LIBS@
234SET_MAKE = @SET_MAKE@
235SFIO_INC_FLAGS = @SFIO_INC_FLAGS@
236SFIO_LIB_FLAGS = @SFIO_LIB_FLAGS@
237SHELL = @SHELL@
238SMTPTEST_PROGRAM = @SMTPTEST_PROGRAM@
239SNPRINTFOBJS = @SNPRINTFOBJS@
240SRP_LIBS = @SRP_LIBS@
241STRIP = @STRIP@
242VERSION = @VERSION@
243abs_builddir = @abs_builddir@
244abs_srcdir = @abs_srcdir@
245abs_top_builddir = @abs_top_builddir@
246abs_top_srcdir = @abs_top_srcdir@
247ac_ct_CC = @ac_ct_CC@
248am__include = @am__include@
249am__leading_dot = @am__leading_dot@
250am__quote = @am__quote@
251am__tar = @am__tar@
252am__untar = @am__untar@
253bindir = @bindir@
254build = @build@
255build_alias = @build_alias@
256build_cpu = @build_cpu@
257build_os = @build_os@
258build_vendor = @build_vendor@
259builddir = @builddir@
260configdir = @configdir@
261datadir = @datadir@
262datarootdir = @datarootdir@
263docdir = @docdir@
264dvidir = @dvidir@
265exec_prefix = @exec_prefix@
266host = @host@
267host_alias = @host_alias@
268host_cpu = @host_cpu@
269host_os = @host_os@
270host_vendor = @host_vendor@
271htmldir = @htmldir@
272includedir = @includedir@
273infodir = @infodir@
274install_sh = @install_sh@
275libdir = @libdir@
276libexecdir = @libexecdir@
277localedir = @localedir@
278localstatedir = @localstatedir@
279mandir = @mandir@
280mkdir_p = @mkdir_p@
281oldincludedir = @oldincludedir@
282pdfdir = @pdfdir@
283plugindir = @plugindir@
284prefix = @prefix@
285program_transform_name = @program_transform_name@
286psdir = @psdir@
287sbindir = @sbindir@
288sharedstatedir = @sharedstatedir@
289srcdir = @srcdir@
290subdirs = @subdirs@
291sysconfdir = @sysconfdir@
292target = @target@
293target_alias = @target_alias@
294target_cpu = @target_cpu@
295target_os = @target_os@
296target_vendor = @target_vendor@
297top_build_prefix = @top_build_prefix@
298top_builddir = @top_builddir@
299top_srcdir = @top_srcdir@
300SUBDIRS = callback
301all: all-recursive
302
303.SUFFIXES:
304$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
305	@for dep in $?; do \
306	  case '$(am__configure_deps)' in \
307	    *$$dep*) \
308	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
309	        && { if test -f $@; then exit 0; else break; fi; }; \
310	      exit 1;; \
311	  esac; \
312	done; \
313	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu java/javax/security/auth/Makefile'; \
314	$(am__cd) $(top_srcdir) && \
315	  $(AUTOMAKE) --gnu java/javax/security/auth/Makefile
316.PRECIOUS: Makefile
317Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
318	@case '$?' in \
319	  *config.status*) \
320	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
321	  *) \
322	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
323	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
324	esac;
325
326$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
327	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328
329$(top_srcdir)/configure:  $(am__configure_deps)
330	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
332	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333$(am__aclocal_m4_deps):
334
335mostlyclean-libtool:
336	-rm -f *.lo
337
338clean-libtool:
339	-rm -rf .libs _libs
340
341# This directory's subdirectories are mostly independent; you can cd
342# into them and run `make' without going through this Makefile.
343# To change the values of `make' variables: instead of editing Makefiles,
344# (1) if the variable is set in `config.status', edit `config.status'
345#     (which will cause the Makefiles to be regenerated when you run `make');
346# (2) otherwise, pass the desired values on the `make' command line.
347$(RECURSIVE_TARGETS):
348	@failcom='exit 1'; \
349	for f in x $$MAKEFLAGS; do \
350	  case $$f in \
351	    *=* | --[!k]*);; \
352	    *k*) failcom='fail=yes';; \
353	  esac; \
354	done; \
355	dot_seen=no; \
356	target=`echo $@ | sed s/-recursive//`; \
357	list='$(SUBDIRS)'; for subdir in $$list; do \
358	  echo "Making $$target in $$subdir"; \
359	  if test "$$subdir" = "."; then \
360	    dot_seen=yes; \
361	    local_target="$$target-am"; \
362	  else \
363	    local_target="$$target"; \
364	  fi; \
365	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
366	  || eval $$failcom; \
367	done; \
368	if test "$$dot_seen" = "no"; then \
369	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
370	fi; test -z "$$fail"
371
372$(RECURSIVE_CLEAN_TARGETS):
373	@failcom='exit 1'; \
374	for f in x $$MAKEFLAGS; do \
375	  case $$f in \
376	    *=* | --[!k]*);; \
377	    *k*) failcom='fail=yes';; \
378	  esac; \
379	done; \
380	dot_seen=no; \
381	case "$@" in \
382	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
383	  *) list='$(SUBDIRS)' ;; \
384	esac; \
385	rev=''; for subdir in $$list; do \
386	  if test "$$subdir" = "."; then :; else \
387	    rev="$$subdir $$rev"; \
388	  fi; \
389	done; \
390	rev="$$rev ."; \
391	target=`echo $@ | sed s/-recursive//`; \
392	for subdir in $$rev; do \
393	  echo "Making $$target in $$subdir"; \
394	  if test "$$subdir" = "."; then \
395	    local_target="$$target-am"; \
396	  else \
397	    local_target="$$target"; \
398	  fi; \
399	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
400	  || eval $$failcom; \
401	done && test -z "$$fail"
402tags-recursive:
403	list='$(SUBDIRS)'; for subdir in $$list; do \
404	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
405	done
406ctags-recursive:
407	list='$(SUBDIRS)'; for subdir in $$list; do \
408	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
409	done
410
411ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
412	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
413	unique=`for i in $$list; do \
414	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415	  done | \
416	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417	      END { if (nonempty) { for (i in files) print i; }; }'`; \
418	mkid -fID $$unique
419tags: TAGS
420
421TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
422		$(TAGS_FILES) $(LISP)
423	set x; \
424	here=`pwd`; \
425	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
426	  include_option=--etags-include; \
427	  empty_fix=.; \
428	else \
429	  include_option=--include; \
430	  empty_fix=; \
431	fi; \
432	list='$(SUBDIRS)'; for subdir in $$list; do \
433	  if test "$$subdir" = .; then :; else \
434	    test ! -f $$subdir/TAGS || \
435	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
436	  fi; \
437	done; \
438	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
439	unique=`for i in $$list; do \
440	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
441	  done | \
442	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
443	      END { if (nonempty) { for (i in files) print i; }; }'`; \
444	shift; \
445	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
446	  test -n "$$unique" || unique=$$empty_fix; \
447	  if test $$# -gt 0; then \
448	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449	      "$$@" $$unique; \
450	  else \
451	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452	      $$unique; \
453	  fi; \
454	fi
455ctags: CTAGS
456CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
457		$(TAGS_FILES) $(LISP)
458	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
459	unique=`for i in $$list; do \
460	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461	  done | \
462	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
463	      END { if (nonempty) { for (i in files) print i; }; }'`; \
464	test -z "$(CTAGS_ARGS)$$unique" \
465	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
466	     $$unique
467
468GTAGS:
469	here=`$(am__cd) $(top_builddir) && pwd` \
470	  && $(am__cd) $(top_srcdir) \
471	  && gtags -i $(GTAGS_ARGS) "$$here"
472
473distclean-tags:
474	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
475
476distdir: $(DISTFILES)
477	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
478	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479	list='$(DISTFILES)'; \
480	  dist_files=`for file in $$list; do echo $$file; done | \
481	  sed -e "s|^$$srcdirstrip/||;t" \
482	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
483	case $$dist_files in \
484	  */*) $(MKDIR_P) `echo "$$dist_files" | \
485			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
486			   sort -u` ;; \
487	esac; \
488	for file in $$dist_files; do \
489	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
490	  if test -d $$d/$$file; then \
491	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
492	    if test -d "$(distdir)/$$file"; then \
493	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494	    fi; \
495	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
496	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
497	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498	    fi; \
499	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
500	  else \
501	    test -f "$(distdir)/$$file" \
502	    || cp -p $$d/$$file "$(distdir)/$$file" \
503	    || exit 1; \
504	  fi; \
505	done
506	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
507	  if test "$$subdir" = .; then :; else \
508	    test -d "$(distdir)/$$subdir" \
509	    || $(MKDIR_P) "$(distdir)/$$subdir" \
510	    || exit 1; \
511	  fi; \
512	done
513	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
514	  if test "$$subdir" = .; then :; else \
515	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
516	    $(am__relativize); \
517	    new_distdir=$$reldir; \
518	    dir1=$$subdir; dir2="$(top_distdir)"; \
519	    $(am__relativize); \
520	    new_top_distdir=$$reldir; \
521	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
522	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
523	    ($(am__cd) $$subdir && \
524	      $(MAKE) $(AM_MAKEFLAGS) \
525	        top_distdir="$$new_top_distdir" \
526	        distdir="$$new_distdir" \
527		am__remove_distdir=: \
528		am__skip_length_check=: \
529		am__skip_mode_fix=: \
530	        distdir) \
531	      || exit 1; \
532	  fi; \
533	done
534check-am: all-am
535check: check-recursive
536all-am: Makefile
537installdirs: installdirs-recursive
538installdirs-am:
539install: install-recursive
540install-exec: install-exec-recursive
541install-data: install-data-recursive
542uninstall: uninstall-recursive
543
544install-am: all-am
545	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
546
547installcheck: installcheck-recursive
548install-strip:
549	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
550	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
551	  `test -z '$(STRIP)' || \
552	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
553mostlyclean-generic:
554
555clean-generic:
556
557distclean-generic:
558	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
559	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
560
561maintainer-clean-generic:
562	@echo "This command is intended for maintainers to use"
563	@echo "it deletes files that may require special tools to rebuild."
564clean: clean-recursive
565
566clean-am: clean-generic clean-libtool mostlyclean-am
567
568distclean: distclean-recursive
569	-rm -f Makefile
570distclean-am: clean-am distclean-generic distclean-tags
571
572dvi: dvi-recursive
573
574dvi-am:
575
576html: html-recursive
577
578html-am:
579
580info: info-recursive
581
582info-am:
583
584install-data-am:
585
586install-dvi: install-dvi-recursive
587
588install-dvi-am:
589
590install-exec-am:
591
592install-html: install-html-recursive
593
594install-html-am:
595
596install-info: install-info-recursive
597
598install-info-am:
599
600install-man:
601
602install-pdf: install-pdf-recursive
603
604install-pdf-am:
605
606install-ps: install-ps-recursive
607
608install-ps-am:
609
610installcheck-am:
611
612maintainer-clean: maintainer-clean-recursive
613	-rm -f Makefile
614maintainer-clean-am: distclean-am maintainer-clean-generic
615
616mostlyclean: mostlyclean-recursive
617
618mostlyclean-am: mostlyclean-generic mostlyclean-libtool
619
620pdf: pdf-recursive
621
622pdf-am:
623
624ps: ps-recursive
625
626ps-am:
627
628uninstall-am:
629
630.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
631	install-am install-strip tags-recursive
632
633.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
634	all all-am check check-am clean clean-generic clean-libtool \
635	ctags ctags-recursive distclean distclean-generic \
636	distclean-libtool distclean-tags distdir dvi dvi-am html \
637	html-am info info-am install install-am install-data \
638	install-data-am install-dvi install-dvi-am install-exec \
639	install-exec-am install-html install-html-am install-info \
640	install-info-am install-man install-pdf install-pdf-am \
641	install-ps install-ps-am install-strip installcheck \
642	installcheck-am installdirs installdirs-am maintainer-clean \
643	maintainer-clean-generic mostlyclean mostlyclean-generic \
644	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
645	uninstall uninstall-am
646
647
648# Tell versions [3.59,3.63) of GNU make to not export all variables.
649# Otherwise a system limit (for SysV at least) may be exceeded.
650.NOEXPORT:
651