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