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