Imported Upstream version 1.16.10
[services/dpkg.git] / lib / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
6 # Foundation, 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 VPATH = @srcdir@
18 am__make_dryrun = \
19   { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22       *\\[\ \   ]*) \
23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25       *) \
26         for am__flg in $$MAKEFLAGS; do \
27           case $$am__flg in \
28             *=*|--*) ;; \
29             *n*) am__dry=yes; break;; \
30           esac; \
31         done;; \
32     esac; \
33     test $$am__dry = yes; \
34   }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 subdir = lib
54 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56 am__aclocal_m4_deps = $(top_srcdir)/m4/dpkg-arch.m4 \
57         $(top_srcdir)/m4/dpkg-build.m4 \
58         $(top_srcdir)/m4/dpkg-compiler.m4 \
59         $(top_srcdir)/m4/dpkg-coverage.m4 \
60         $(top_srcdir)/m4/dpkg-funcs.m4 $(top_srcdir)/m4/dpkg-libs.m4 \
61         $(top_srcdir)/m4/dpkg-linker.m4 $(top_srcdir)/m4/dpkg-progs.m4 \
62         $(top_srcdir)/m4/dpkg-types.m4 \
63         $(top_srcdir)/m4/dpkg-unicode.m4 $(top_srcdir)/m4/gettext.m4 \
64         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
65         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
66         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
67         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
68         $(top_srcdir)/configure.ac
69 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70         $(ACLOCAL_M4)
71 mkinstalldirs = $(install_sh) -d
72 CONFIG_HEADER = $(top_builddir)/config.h
73 CONFIG_CLEAN_FILES =
74 CONFIG_CLEAN_VPATH_FILES =
75 AM_V_GEN = $(am__v_GEN_@AM_V@)
76 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
77 am__v_GEN_0 = @echo "  GEN   " $@;
78 AM_V_at = $(am__v_at_@AM_V@)
79 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
80 am__v_at_0 = @
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 am__can_run_installinfo = \
91   case $$AM_UPDATE_INFO_DIR in \
92     n|no|NO) false;; \
93     *) (install-info --version) >/dev/null 2>&1;; \
94   esac
95 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
96   distclean-recursive maintainer-clean-recursive
97 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
98         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
99         distdir
100 ETAGS = etags
101 CTAGS = ctags
102 DIST_SUBDIRS = $(SUBDIRS)
103 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104 am__relativize = \
105   dir0=`pwd`; \
106   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
107   sed_rest='s,^[^/]*/*,,'; \
108   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
109   sed_butlast='s,/*[^/]*$$,,'; \
110   while test -n "$$dir1"; do \
111     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
112     if test "$$first" != "."; then \
113       if test "$$first" = ".."; then \
114         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
115         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
116       else \
117         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
118         if test "$$first2" = "$$first"; then \
119           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
120         else \
121           dir2="../$$dir2"; \
122         fi; \
123         dir0="$$dir0"/"$$first"; \
124       fi; \
125     fi; \
126     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
127   done; \
128   reldir="$$dir2"
129 ACLOCAL = @ACLOCAL@
130 AMTAR = @AMTAR@
131 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
132 AUTOCONF = @AUTOCONF@
133 AUTOHEADER = @AUTOHEADER@
134 AUTOMAKE = @AUTOMAKE@
135 AWK = @AWK@
136 BZ2_LIBS = @BZ2_LIBS@
137 CC = @CC@
138 CCDEPMODE = @CCDEPMODE@
139 CFLAGS = @CFLAGS@
140 CPP = @CPP@
141 CPPFLAGS = @CPPFLAGS@
142 CURSES_LIBS = @CURSES_LIBS@
143 CXX = @CXX@
144 CXXDEPMODE = @CXXDEPMODE@
145 CXXFLAGS = @CXXFLAGS@
146 CYGPATH_W = @CYGPATH_W@
147 DEFS = @DEFS@
148 DEPDIR = @DEPDIR@
149 DOXYGEN = @DOXYGEN@
150 ECHO_C = @ECHO_C@
151 ECHO_N = @ECHO_N@
152 ECHO_T = @ECHO_T@
153 EGREP = @EGREP@
154 EXEEXT = @EXEEXT@
155 GCOV = @GCOV@
156 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
157 GMSGFMT = @GMSGFMT@
158 GMSGFMT_015 = @GMSGFMT_015@
159 GREP = @GREP@
160 HAVE_DOT = @HAVE_DOT@
161 INSTALL = @INSTALL@
162 INSTALL_DATA = @INSTALL_DATA@
163 INSTALL_PROGRAM = @INSTALL_PROGRAM@
164 INSTALL_SCRIPT = @INSTALL_SCRIPT@
165 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
166 INTLLIBS = @INTLLIBS@
167 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
168 LCOV = @LCOV@
169 LCOV_GENHTML = @LCOV_GENHTML@
170 LDFLAGS = @LDFLAGS@
171 LEX = @LEX@
172 LEXLIB = @LEXLIB@
173 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
174 LIBICONV = @LIBICONV@
175 LIBINTL = @LIBINTL@
176 LIBLZMA_LIBS = @LIBLZMA_LIBS@
177 LIBOBJS = @LIBOBJS@
178 LIBS = @LIBS@
179 LTLIBICONV = @LTLIBICONV@
180 LTLIBINTL = @LTLIBINTL@
181 LTLIBOBJS = @LTLIBOBJS@
182 MAKEINFO = @MAKEINFO@
183 MKDIR_P = @MKDIR_P@
184 MSGFMT = @MSGFMT@
185 MSGFMT_015 = @MSGFMT_015@
186 MSGMERGE = @MSGMERGE@
187 OBJEXT = @OBJEXT@
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_URL = @PACKAGE_URL@
194 PACKAGE_VERSION = @PACKAGE_VERSION@
195 PATH_SEPARATOR = @PATH_SEPARATOR@
196 PERL = @PERL@
197 PERL_COVER = @PERL_COVER@
198 PERL_COVERAGE = @PERL_COVERAGE@
199 PERL_LIBDIR = @PERL_LIBDIR@
200 PKG_CONFIG = @PKG_CONFIG@
201 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
202 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
203 PO4A = @PO4A@
204 POD2MAN = @POD2MAN@
205 POSUB = @POSUB@
206 RANLIB = @RANLIB@
207 SELINUX_LIBS = @SELINUX_LIBS@
208 SET_MAKE = @SET_MAKE@
209 SHELL = @SHELL@
210 SSD_LIBS = @SSD_LIBS@
211 STRIP = @STRIP@
212 USE_NLS = @USE_NLS@
213 USE_PO4A = @USE_PO4A@
214 USE_UNICODE = @USE_UNICODE@
215 VERSION = @VERSION@
216 XGETTEXT = @XGETTEXT@
217 XGETTEXT_015 = @XGETTEXT_015@
218 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
219 ZLIB_LIBS = @ZLIB_LIBS@
220 abs_builddir = @abs_builddir@
221 abs_srcdir = @abs_srcdir@
222 abs_top_builddir = @abs_top_builddir@
223 abs_top_srcdir = @abs_top_srcdir@
224 ac_ct_CC = @ac_ct_CC@
225 ac_ct_CXX = @ac_ct_CXX@
226 admindir = @admindir@
227 am__include = @am__include@
228 am__leading_dot = @am__leading_dot@
229 am__quote = @am__quote@
230 am__tar = @am__tar@
231 am__untar = @am__untar@
232 bindir = @bindir@
233 build = @build@
234 build_alias = @build_alias@
235 build_cpu = @build_cpu@
236 build_os = @build_os@
237 build_vendor = @build_vendor@
238 builddir = @builddir@
239 datadir = @datadir@
240 datarootdir = @datarootdir@
241 docdir = @docdir@
242 dvidir = @dvidir@
243 exec_prefix = @exec_prefix@
244 host = @host@
245 host_alias = @host_alias@
246 host_cpu = @host_cpu@
247 host_os = @host_os@
248 host_vendor = @host_vendor@
249 htmldir = @htmldir@
250 includedir = @includedir@
251 infodir = @infodir@
252 install_sh = @install_sh@
253 libdir = @libdir@
254 libexecdir = @libexecdir@
255 localedir = @localedir@
256 localstatedir = @localstatedir@
257 logdir = @logdir@
258 mandir = @mandir@
259 mkdir_p = @mkdir_p@
260 oldincludedir = @oldincludedir@
261 pdfdir = @pdfdir@
262 prefix = @prefix@
263 program_transform_name = @program_transform_name@
264 psdir = @psdir@
265 sbindir = @sbindir@
266 sharedstatedir = @sharedstatedir@
267 srcdir = @srcdir@
268 sysconfdir = @sysconfdir@
269 target_alias = @target_alias@
270 top_build_prefix = @top_build_prefix@
271 top_builddir = @top_builddir@
272 top_srcdir = @top_srcdir@
273 SUBDIRS = \
274         compat \
275         dpkg
276
277 all: all-recursive
278
279 .SUFFIXES:
280 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
281         @for dep in $?; do \
282           case '$(am__configure_deps)' in \
283             *$$dep*) \
284               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
285                 && { if test -f $@; then exit 0; else break; fi; }; \
286               exit 1;; \
287           esac; \
288         done; \
289         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
290         $(am__cd) $(top_srcdir) && \
291           $(AUTOMAKE) --foreign lib/Makefile
292 .PRECIOUS: Makefile
293 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294         @case '$?' in \
295           *config.status*) \
296             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
297           *) \
298             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
299             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
300         esac;
301
302 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
303         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304
305 $(top_srcdir)/configure:  $(am__configure_deps)
306         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
308         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309 $(am__aclocal_m4_deps):
310
311 # This directory's subdirectories are mostly independent; you can cd
312 # into them and run `make' without going through this Makefile.
313 # To change the values of `make' variables: instead of editing Makefiles,
314 # (1) if the variable is set in `config.status', edit `config.status'
315 #     (which will cause the Makefiles to be regenerated when you run `make');
316 # (2) otherwise, pass the desired values on the `make' command line.
317 $(RECURSIVE_TARGETS):
318         @fail= failcom='exit 1'; \
319         for f in x $$MAKEFLAGS; do \
320           case $$f in \
321             *=* | --[!k]*);; \
322             *k*) failcom='fail=yes';; \
323           esac; \
324         done; \
325         dot_seen=no; \
326         target=`echo $@ | sed s/-recursive//`; \
327         list='$(SUBDIRS)'; for subdir in $$list; do \
328           echo "Making $$target in $$subdir"; \
329           if test "$$subdir" = "."; then \
330             dot_seen=yes; \
331             local_target="$$target-am"; \
332           else \
333             local_target="$$target"; \
334           fi; \
335           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
336           || eval $$failcom; \
337         done; \
338         if test "$$dot_seen" = "no"; then \
339           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
340         fi; test -z "$$fail"
341
342 $(RECURSIVE_CLEAN_TARGETS):
343         @fail= failcom='exit 1'; \
344         for f in x $$MAKEFLAGS; do \
345           case $$f in \
346             *=* | --[!k]*);; \
347             *k*) failcom='fail=yes';; \
348           esac; \
349         done; \
350         dot_seen=no; \
351         case "$@" in \
352           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
353           *) list='$(SUBDIRS)' ;; \
354         esac; \
355         rev=''; for subdir in $$list; do \
356           if test "$$subdir" = "."; then :; else \
357             rev="$$subdir $$rev"; \
358           fi; \
359         done; \
360         rev="$$rev ."; \
361         target=`echo $@ | sed s/-recursive//`; \
362         for subdir in $$rev; do \
363           echo "Making $$target in $$subdir"; \
364           if test "$$subdir" = "."; then \
365             local_target="$$target-am"; \
366           else \
367             local_target="$$target"; \
368           fi; \
369           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370           || eval $$failcom; \
371         done && test -z "$$fail"
372 tags-recursive:
373         list='$(SUBDIRS)'; for subdir in $$list; do \
374           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
375         done
376 ctags-recursive:
377         list='$(SUBDIRS)'; for subdir in $$list; do \
378           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
379         done
380
381 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
382         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
383         unique=`for i in $$list; do \
384             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385           done | \
386           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387               END { if (nonempty) { for (i in files) print i; }; }'`; \
388         mkid -fID $$unique
389 tags: TAGS
390
391 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
392                 $(TAGS_FILES) $(LISP)
393         set x; \
394         here=`pwd`; \
395         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
396           include_option=--etags-include; \
397           empty_fix=.; \
398         else \
399           include_option=--include; \
400           empty_fix=; \
401         fi; \
402         list='$(SUBDIRS)'; for subdir in $$list; do \
403           if test "$$subdir" = .; then :; else \
404             test ! -f $$subdir/TAGS || \
405               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
406           fi; \
407         done; \
408         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
409         unique=`for i in $$list; do \
410             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411           done | \
412           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413               END { if (nonempty) { for (i in files) print i; }; }'`; \
414         shift; \
415         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
416           test -n "$$unique" || unique=$$empty_fix; \
417           if test $$# -gt 0; then \
418             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
419               "$$@" $$unique; \
420           else \
421             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
422               $$unique; \
423           fi; \
424         fi
425 ctags: CTAGS
426 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
427                 $(TAGS_FILES) $(LISP)
428         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
429         unique=`for i in $$list; do \
430             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
431           done | \
432           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
433               END { if (nonempty) { for (i in files) print i; }; }'`; \
434         test -z "$(CTAGS_ARGS)$$unique" \
435           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
436              $$unique
437
438 GTAGS:
439         here=`$(am__cd) $(top_builddir) && pwd` \
440           && $(am__cd) $(top_srcdir) \
441           && gtags -i $(GTAGS_ARGS) "$$here"
442
443 distclean-tags:
444         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
445
446 distdir: $(DISTFILES)
447         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449         list='$(DISTFILES)'; \
450           dist_files=`for file in $$list; do echo $$file; done | \
451           sed -e "s|^$$srcdirstrip/||;t" \
452               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
453         case $$dist_files in \
454           */*) $(MKDIR_P) `echo "$$dist_files" | \
455                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
456                            sort -u` ;; \
457         esac; \
458         for file in $$dist_files; do \
459           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
460           if test -d $$d/$$file; then \
461             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
462             if test -d "$(distdir)/$$file"; then \
463               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
464             fi; \
465             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
466               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
467               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468             fi; \
469             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
470           else \
471             test -f "$(distdir)/$$file" \
472             || cp -p $$d/$$file "$(distdir)/$$file" \
473             || exit 1; \
474           fi; \
475         done
476         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
477           if test "$$subdir" = .; then :; else \
478             $(am__make_dryrun) \
479               || test -d "$(distdir)/$$subdir" \
480               || $(MKDIR_P) "$(distdir)/$$subdir" \
481               || exit 1; \
482             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
483             $(am__relativize); \
484             new_distdir=$$reldir; \
485             dir1=$$subdir; dir2="$(top_distdir)"; \
486             $(am__relativize); \
487             new_top_distdir=$$reldir; \
488             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
489             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
490             ($(am__cd) $$subdir && \
491               $(MAKE) $(AM_MAKEFLAGS) \
492                 top_distdir="$$new_top_distdir" \
493                 distdir="$$new_distdir" \
494                 am__remove_distdir=: \
495                 am__skip_length_check=: \
496                 am__skip_mode_fix=: \
497                 distdir) \
498               || exit 1; \
499           fi; \
500         done
501 check-am: all-am
502 check: check-recursive
503 all-am: Makefile
504 installdirs: installdirs-recursive
505 installdirs-am:
506 install: install-recursive
507 install-exec: install-exec-recursive
508 install-data: install-data-recursive
509 uninstall: uninstall-recursive
510
511 install-am: all-am
512         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
513
514 installcheck: installcheck-recursive
515 install-strip:
516         if test -z '$(STRIP)'; then \
517           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519               install; \
520         else \
521           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
522             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
523             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
524         fi
525 mostlyclean-generic:
526
527 clean-generic:
528
529 distclean-generic:
530         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
531         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
532
533 maintainer-clean-generic:
534         @echo "This command is intended for maintainers to use"
535         @echo "it deletes files that may require special tools to rebuild."
536 clean: clean-recursive
537
538 clean-am: clean-generic mostlyclean-am
539
540 distclean: distclean-recursive
541         -rm -f Makefile
542 distclean-am: clean-am distclean-generic distclean-tags
543
544 dvi: dvi-recursive
545
546 dvi-am:
547
548 html: html-recursive
549
550 html-am:
551
552 info: info-recursive
553
554 info-am:
555
556 install-data-am:
557
558 install-dvi: install-dvi-recursive
559
560 install-dvi-am:
561
562 install-exec-am:
563
564 install-html: install-html-recursive
565
566 install-html-am:
567
568 install-info: install-info-recursive
569
570 install-info-am:
571
572 install-man:
573
574 install-pdf: install-pdf-recursive
575
576 install-pdf-am:
577
578 install-ps: install-ps-recursive
579
580 install-ps-am:
581
582 installcheck-am:
583
584 maintainer-clean: maintainer-clean-recursive
585         -rm -f Makefile
586 maintainer-clean-am: distclean-am maintainer-clean-generic
587
588 mostlyclean: mostlyclean-recursive
589
590 mostlyclean-am: mostlyclean-generic
591
592 pdf: pdf-recursive
593
594 pdf-am:
595
596 ps: ps-recursive
597
598 ps-am:
599
600 uninstall-am:
601
602 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
603         install-am install-strip tags-recursive
604
605 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
606         all all-am check check-am clean clean-generic ctags \
607         ctags-recursive distclean distclean-generic distclean-tags \
608         distdir dvi dvi-am html html-am info info-am install \
609         install-am install-data install-data-am install-dvi \
610         install-dvi-am install-exec install-exec-am install-html \
611         install-html-am install-info install-info-am install-man \
612         install-pdf install-pdf-am install-ps install-ps-am \
613         install-strip installcheck installcheck-am installdirs \
614         installdirs-am maintainer-clean maintainer-clean-generic \
615         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
616         tags-recursive uninstall uninstall-am
617
618
619 # Tell versions [3.59,3.63) of GNU make to not export all variables.
620 # Otherwise a system limit (for SysV at least) may be exceeded.
621 .NOEXPORT: