autoreconf
[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/plain.m4 $(top_srcdir)/config/sasldb.m4 \
65         $(top_srcdir)/cmulocal/berkdb.m4 \
66         $(top_srcdir)/cmulocal/bsd_sockets.m4 \
67         $(top_srcdir)/cmulocal/c-attribute.m4 \
68         $(top_srcdir)/cmulocal/common.m4 \
69         $(top_srcdir)/cmulocal/cyrus.m4 \
70         $(top_srcdir)/cmulocal/init_automake.m4 \
71         $(top_srcdir)/cmulocal/ipv6.m4 \
72         $(top_srcdir)/cmulocal/libtool.m4 \
73         $(top_srcdir)/cmulocal/ltoptions.m4 \
74         $(top_srcdir)/cmulocal/ltsugar.m4 \
75         $(top_srcdir)/cmulocal/ltversion.m4 \
76         $(top_srcdir)/cmulocal/lt~obsolete.m4 \
77         $(top_srcdir)/cmulocal/openldap.m4 \
78         $(top_srcdir)/cmulocal/openssl.m4 \
79         $(top_srcdir)/cmulocal/sasl2.m4 $(top_srcdir)/configure.in
80 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81         $(ACLOCAL_M4)
82 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
83 CONFIG_HEADER = $(top_builddir)/config.h
84 CONFIG_CLEAN_FILES =
85 SOURCES =
86 DIST_SOURCES =
87 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
88         html-recursive info-recursive install-data-recursive \
89         install-dvi-recursive install-exec-recursive \
90         install-html-recursive install-info-recursive \
91         install-pdf-recursive install-ps-recursive install-recursive \
92         installcheck-recursive installdirs-recursive pdf-recursive \
93         ps-recursive uninstall-recursive
94 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95   distclean-recursive maintainer-clean-recursive
96 ETAGS = etags
97 CTAGS = ctags
98 DIST_SUBDIRS = $(SUBDIRS)
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 ACLOCAL = @ACLOCAL@
101 AMTAR = @AMTAR@
102 AR = @AR@
103 AUTOCONF = @AUTOCONF@
104 AUTOHEADER = @AUTOHEADER@
105 AUTOMAKE = @AUTOMAKE@
106 AWK = @AWK@
107 CC = @CC@
108 CCDEPMODE = @CCDEPMODE@
109 CFLAGS = @CFLAGS@
110 CMU_LIB_SUBDIR = @CMU_LIB_SUBDIR@
111 CPP = @CPP@
112 CPPFLAGS = @CPPFLAGS@
113 CYGPATH_W = @CYGPATH_W@
114 DEFS = @DEFS@
115 DEPDIR = @DEPDIR@
116 DIRS = @DIRS@
117 DMALLOC_LIBS = @DMALLOC_LIBS@
118 DSYMUTIL = @DSYMUTIL@
119 DUMPBIN = @DUMPBIN@
120 ECHO_C = @ECHO_C@
121 ECHO_N = @ECHO_N@
122 ECHO_T = @ECHO_T@
123 EGREP = @EGREP@
124 EXEEXT = @EXEEXT@
125 FGREP = @FGREP@
126 GETADDRINFOOBJS = @GETADDRINFOOBJS@
127 GETNAMEINFOOBJS = @GETNAMEINFOOBJS@
128 GETSUBOPT = @GETSUBOPT@
129 GREP = @GREP@
130 GSSAPIBASE_LIBS = @GSSAPIBASE_LIBS@
131 GSSAPI_LIBS = @GSSAPI_LIBS@
132 INSTALL = @INSTALL@
133 INSTALL_DATA = @INSTALL_DATA@
134 INSTALL_PROGRAM = @INSTALL_PROGRAM@
135 INSTALL_SCRIPT = @INSTALL_SCRIPT@
136 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
137 IPCTYPE = @IPCTYPE@
138 JAVAC = @JAVAC@
139 JAVADOC = @JAVADOC@
140 JAVAH = @JAVAH@
141 JAVAROOT = @JAVAROOT@
142 JAVA_INCLUDES = @JAVA_INCLUDES@
143 LD = @LD@
144 LDFLAGS = @LDFLAGS@
145 LIBOBJS = @LIBOBJS@
146 LIBS = @LIBS@
147 LIBTOOL = @LIBTOOL@
148 LIB_CRYPT = @LIB_CRYPT@
149 LIB_DES = @LIB_DES@
150 LIB_DOOR = @LIB_DOOR@
151 LIB_LDAP = @LIB_LDAP@
152 LIB_MYSQL = @LIB_MYSQL@
153 LIB_PGSQL = @LIB_PGSQL@
154 LIB_SOCKET = @LIB_SOCKET@
155 LIB_SQLITE = @LIB_SQLITE@
156 LIPO = @LIPO@
157 LN_S = @LN_S@
158 LTGETADDRINFOOBJS = @LTGETADDRINFOOBJS@
159 LTGETNAMEINFOOBJS = @LTGETNAMEINFOOBJS@
160 LTLIBOBJS = @LTLIBOBJS@
161 LTSNPRINTFOBJS = @LTSNPRINTFOBJS@
162 MAKEINFO = @MAKEINFO@
163 MKDIR_P = @MKDIR_P@
164 NM = @NM@
165 NMEDIT = @NMEDIT@
166 NTLM_LIBS = @NTLM_LIBS@
167 OBJDUMP = @OBJDUMP@
168 OBJEXT = @OBJEXT@
169 OTOOL = @OTOOL@
170 OTOOL64 = @OTOOL64@
171 OTP_LIBS = @OTP_LIBS@
172 PACKAGE = @PACKAGE@
173 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
174 PACKAGE_NAME = @PACKAGE_NAME@
175 PACKAGE_STRING = @PACKAGE_STRING@
176 PACKAGE_TARNAME = @PACKAGE_TARNAME@
177 PACKAGE_VERSION = @PACKAGE_VERSION@
178 PASSDSS_LIBS = @PASSDSS_LIBS@
179 PATH_SEPARATOR = @PATH_SEPARATOR@
180 PLAIN_LIBS = @PLAIN_LIBS@
181 PURECOV = @PURECOV@
182 PURIFY = @PURIFY@
183 PWCHECKMETH = @PWCHECKMETH@
184 RANLIB = @RANLIB@
185 SASL_DB_BACKEND = @SASL_DB_BACKEND@
186 SASL_DB_BACKEND_STATIC = @SASL_DB_BACKEND_STATIC@
187 SASL_DB_INC = @SASL_DB_INC@
188 SASL_DB_LIB = @SASL_DB_LIB@
189 SASL_DB_MANS = @SASL_DB_MANS@
190 SASL_DB_UTILS = @SASL_DB_UTILS@
191 SASL_DL_LIB = @SASL_DL_LIB@
192 SASL_KRB_LIB = @SASL_KRB_LIB@
193 SASL_MECHS = @SASL_MECHS@
194 SASL_STATIC_LIBS = @SASL_STATIC_LIBS@
195 SASL_STATIC_OBJS = @SASL_STATIC_OBJS@
196 SASL_STATIC_SRCS = @SASL_STATIC_SRCS@
197 SASL_UTIL_HEADERS_EXTRA = @SASL_UTIL_HEADERS_EXTRA@
198 SASL_UTIL_LIBS_EXTRA = @SASL_UTIL_LIBS_EXTRA@
199 SED = @SED@
200 SET_MAKE = @SET_MAKE@
201 SFIO_INC_FLAGS = @SFIO_INC_FLAGS@
202 SFIO_LIB_FLAGS = @SFIO_LIB_FLAGS@
203 SHELL = @SHELL@
204 SMTPTEST_PROGRAM = @SMTPTEST_PROGRAM@
205 SNPRINTFOBJS = @SNPRINTFOBJS@
206 SRP_LIBS = @SRP_LIBS@
207 STRIP = @STRIP@
208 VERSION = @VERSION@
209 abs_builddir = @abs_builddir@
210 abs_srcdir = @abs_srcdir@
211 abs_top_builddir = @abs_top_builddir@
212 abs_top_srcdir = @abs_top_srcdir@
213 ac_ct_CC = @ac_ct_CC@
214 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
215 am__include = @am__include@
216 am__leading_dot = @am__leading_dot@
217 am__quote = @am__quote@
218 am__tar = @am__tar@
219 am__untar = @am__untar@
220 bindir = @bindir@
221 build = @build@
222 build_alias = @build_alias@
223 build_cpu = @build_cpu@
224 build_os = @build_os@
225 build_vendor = @build_vendor@
226 builddir = @builddir@
227 configdir = @configdir@
228 datadir = @datadir@
229 datarootdir = @datarootdir@
230 docdir = @docdir@
231 dvidir = @dvidir@
232 exec_prefix = @exec_prefix@
233 host = @host@
234 host_alias = @host_alias@
235 host_cpu = @host_cpu@
236 host_os = @host_os@
237 host_vendor = @host_vendor@
238 htmldir = @htmldir@
239 includedir = @includedir@
240 infodir = @infodir@
241 install_sh = @install_sh@
242 libdir = @libdir@
243 libexecdir = @libexecdir@
244 localedir = @localedir@
245 localstatedir = @localstatedir@
246 mandir = @mandir@
247 mkdir_p = @mkdir_p@
248 oldincludedir = @oldincludedir@
249 pdfdir = @pdfdir@
250 plugindir = @plugindir@
251 prefix = @prefix@
252 program_transform_name = @program_transform_name@
253 psdir = @psdir@
254 sbindir = @sbindir@
255 sharedstatedir = @sharedstatedir@
256 srcdir = @srcdir@
257 subdirs = @subdirs@
258 sysconfdir = @sysconfdir@
259 target = @target@
260 target_alias = @target_alias@
261 target_cpu = @target_cpu@
262 target_os = @target_os@
263 target_vendor = @target_vendor@
264 top_builddir = @top_builddir@
265 top_srcdir = @top_srcdir@
266 SUBDIRS = CyrusSasl javax Test
267 EXTRA_DIST = doc
268 all: all-recursive
269
270 .SUFFIXES:
271 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
272         @for dep in $?; do \
273           case '$(am__configure_deps)' in \
274             *$$dep*) \
275               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
276                 && exit 0; \
277               exit 1;; \
278           esac; \
279         done; \
280         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  java/Makefile'; \
281         cd $(top_srcdir) && \
282           $(AUTOMAKE) --gnu  java/Makefile
283 .PRECIOUS: Makefile
284 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285         @case '$?' in \
286           *config.status*) \
287             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
288           *) \
289             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
290             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
291         esac;
292
293 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
294         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295
296 $(top_srcdir)/configure:  $(am__configure_deps)
297         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
299         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300
301 mostlyclean-libtool:
302         -rm -f *.lo
303
304 clean-libtool:
305         -rm -rf .libs _libs
306
307 # This directory's subdirectories are mostly independent; you can cd
308 # into them and run `make' without going through this Makefile.
309 # To change the values of `make' variables: instead of editing Makefiles,
310 # (1) if the variable is set in `config.status', edit `config.status'
311 #     (which will cause the Makefiles to be regenerated when you run `make');
312 # (2) otherwise, pass the desired values on the `make' command line.
313 $(RECURSIVE_TARGETS):
314         @failcom='exit 1'; \
315         for f in x $$MAKEFLAGS; do \
316           case $$f in \
317             *=* | --[!k]*);; \
318             *k*) failcom='fail=yes';; \
319           esac; \
320         done; \
321         dot_seen=no; \
322         target=`echo $@ | sed s/-recursive//`; \
323         list='$(SUBDIRS)'; for subdir in $$list; do \
324           echo "Making $$target in $$subdir"; \
325           if test "$$subdir" = "."; then \
326             dot_seen=yes; \
327             local_target="$$target-am"; \
328           else \
329             local_target="$$target"; \
330           fi; \
331           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
332           || eval $$failcom; \
333         done; \
334         if test "$$dot_seen" = "no"; then \
335           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
336         fi; test -z "$$fail"
337
338 $(RECURSIVE_CLEAN_TARGETS):
339         @failcom='exit 1'; \
340         for f in x $$MAKEFLAGS; do \
341           case $$f in \
342             *=* | --[!k]*);; \
343             *k*) failcom='fail=yes';; \
344           esac; \
345         done; \
346         dot_seen=no; \
347         case "$@" in \
348           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
349           *) list='$(SUBDIRS)' ;; \
350         esac; \
351         rev=''; for subdir in $$list; do \
352           if test "$$subdir" = "."; then :; else \
353             rev="$$subdir $$rev"; \
354           fi; \
355         done; \
356         rev="$$rev ."; \
357         target=`echo $@ | sed s/-recursive//`; \
358         for subdir in $$rev; do \
359           echo "Making $$target in $$subdir"; \
360           if test "$$subdir" = "."; then \
361             local_target="$$target-am"; \
362           else \
363             local_target="$$target"; \
364           fi; \
365           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
366           || eval $$failcom; \
367         done && test -z "$$fail"
368 tags-recursive:
369         list='$(SUBDIRS)'; for subdir in $$list; do \
370           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
371         done
372 ctags-recursive:
373         list='$(SUBDIRS)'; for subdir in $$list; do \
374           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
375         done
376
377 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
378         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379         unique=`for i in $$list; do \
380             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381           done | \
382           $(AWK) '    { files[$$0] = 1; } \
383                END { for (i in files) print i; }'`; \
384         mkid -fID $$unique
385 tags: TAGS
386
387 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388                 $(TAGS_FILES) $(LISP)
389         tags=; \
390         here=`pwd`; \
391         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
392           include_option=--etags-include; \
393           empty_fix=.; \
394         else \
395           include_option=--include; \
396           empty_fix=; \
397         fi; \
398         list='$(SUBDIRS)'; for subdir in $$list; do \
399           if test "$$subdir" = .; then :; else \
400             test ! -f $$subdir/TAGS || \
401               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
402           fi; \
403         done; \
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         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
411           test -n "$$unique" || unique=$$empty_fix; \
412           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
413             $$tags $$unique; \
414         fi
415 ctags: CTAGS
416 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
417                 $(TAGS_FILES) $(LISP)
418         tags=; \
419         here=`pwd`; \
420         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
421         unique=`for i in $$list; do \
422             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423           done | \
424           $(AWK) '    { files[$$0] = 1; } \
425                END { for (i in files) print i; }'`; \
426         test -z "$(CTAGS_ARGS)$$tags$$unique" \
427           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
428              $$tags $$unique
429
430 GTAGS:
431         here=`$(am__cd) $(top_builddir) && pwd` \
432           && cd $(top_srcdir) \
433           && gtags -i $(GTAGS_ARGS) $$here
434
435 distclean-tags:
436         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
437
438 distdir: $(DISTFILES)
439         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
440         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
441         list='$(DISTFILES)'; \
442           dist_files=`for file in $$list; do echo $$file; done | \
443           sed -e "s|^$$srcdirstrip/||;t" \
444               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
445         case $$dist_files in \
446           */*) $(MKDIR_P) `echo "$$dist_files" | \
447                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
448                            sort -u` ;; \
449         esac; \
450         for file in $$dist_files; do \
451           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
452           if test -d $$d/$$file; then \
453             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
454             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
455               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
456             fi; \
457             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
458           else \
459             test -f $(distdir)/$$file \
460             || cp -p $$d/$$file $(distdir)/$$file \
461             || exit 1; \
462           fi; \
463         done
464         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
465           if test "$$subdir" = .; then :; else \
466             test -d "$(distdir)/$$subdir" \
467             || $(MKDIR_P) "$(distdir)/$$subdir" \
468             || exit 1; \
469             distdir=`$(am__cd) $(distdir) && pwd`; \
470             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
471             (cd $$subdir && \
472               $(MAKE) $(AM_MAKEFLAGS) \
473                 top_distdir="$$top_distdir" \
474                 distdir="$$distdir/$$subdir" \
475                 am__remove_distdir=: \
476                 am__skip_length_check=: \
477                 distdir) \
478               || exit 1; \
479           fi; \
480         done
481 check-am: all-am
482 check: check-recursive
483 all-am: Makefile
484 installdirs: installdirs-recursive
485 installdirs-am:
486 install: install-recursive
487 install-exec: install-exec-recursive
488 install-data: install-data-recursive
489 uninstall: uninstall-recursive
490
491 install-am: all-am
492         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
493
494 installcheck: installcheck-recursive
495 install-strip:
496         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
497           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
498           `test -z '$(STRIP)' || \
499             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
500 mostlyclean-generic:
501
502 clean-generic:
503
504 distclean-generic:
505         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
506
507 maintainer-clean-generic:
508         @echo "This command is intended for maintainers to use"
509         @echo "it deletes files that may require special tools to rebuild."
510 clean: clean-recursive
511
512 clean-am: clean-generic clean-libtool mostlyclean-am
513
514 distclean: distclean-recursive
515         -rm -f Makefile
516 distclean-am: clean-am distclean-generic distclean-tags
517
518 dvi: dvi-recursive
519
520 dvi-am:
521
522 html: html-recursive
523
524 info: info-recursive
525
526 info-am:
527
528 install-data-am:
529
530 install-dvi: install-dvi-recursive
531
532 install-exec-am:
533
534 install-html: install-html-recursive
535
536 install-info: install-info-recursive
537
538 install-man:
539
540 install-pdf: install-pdf-recursive
541
542 install-ps: install-ps-recursive
543
544 installcheck-am:
545
546 maintainer-clean: maintainer-clean-recursive
547         -rm -f Makefile
548 maintainer-clean-am: distclean-am maintainer-clean-generic
549
550 mostlyclean: mostlyclean-recursive
551
552 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
553
554 pdf: pdf-recursive
555
556 pdf-am:
557
558 ps: ps-recursive
559
560 ps-am:
561
562 uninstall-am:
563
564 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
565         install-strip
566
567 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
568         all all-am check check-am clean clean-generic clean-libtool \
569         ctags ctags-recursive distclean distclean-generic \
570         distclean-libtool distclean-tags distdir dvi dvi-am html \
571         html-am info info-am install install-am install-data \
572         install-data-am install-dvi install-dvi-am install-exec \
573         install-exec-am install-html install-html-am install-info \
574         install-info-am install-man install-pdf install-pdf-am \
575         install-ps install-ps-am install-strip installcheck \
576         installcheck-am installdirs installdirs-am maintainer-clean \
577         maintainer-clean-generic mostlyclean mostlyclean-generic \
578         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
579         uninstall uninstall-am
580
581 # Tell versions [3.59,3.63) of GNU make to not export all variables.
582 # Otherwise a system limit (for SysV at least) may be exceeded.
583 .NOEXPORT: