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