Imported Upstream version 2.0.90
[platform/upstream/kbd.git] / docs / man / Makefile
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # docs/man/Makefile.  Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
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
16
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/kbd
73 pkgincludedir = $(includedir)/kbd
74 pkglibdir = $(libdir)/kbd
75 pkglibexecdir = $(libexecdir)/kbd
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = x86_64-pc-linux-gnu
89 host_triplet = x86_64-pc-linux-gnu
90 am__append_1 = man1misc man8misc
91 subdir = docs/man
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
94         $(top_srcdir)/m4/ax_ac_append_to_file.m4 \
95         $(top_srcdir)/m4/ax_ac_print_to_file.m4 \
96         $(top_srcdir)/m4/ax_add_am_macro_static.m4 \
97         $(top_srcdir)/m4/ax_am_macros_static.m4 \
98         $(top_srcdir)/m4/ax_check_gnu_make.m4 \
99         $(top_srcdir)/m4/ax_code_coverage.m4 \
100         $(top_srcdir)/m4/ax_file_escapes.m4 \
101         $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
102         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
103         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
104         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
105         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
106         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
107         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
108 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
109         $(ACLOCAL_M4)
110 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
111 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
112 CONFIG_HEADER = $(top_builddir)/config.h
113 CONFIG_CLEAN_FILES =
114 CONFIG_CLEAN_VPATH_FILES =
115 AM_V_P = $(am__v_P_$(V))
116 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
117 am__v_P_0 = false
118 am__v_P_1 = :
119 AM_V_GEN = $(am__v_GEN_$(V))
120 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
121 am__v_GEN_0 = @echo "  GEN     " $@;
122 am__v_GEN_1 = 
123 AM_V_at = $(am__v_at_$(V))
124 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
125 am__v_at_0 = @
126 am__v_at_1 = 
127 SOURCES =
128 DIST_SOURCES =
129 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
130         ctags-recursive dvi-recursive html-recursive info-recursive \
131         install-data-recursive install-dvi-recursive \
132         install-exec-recursive install-html-recursive \
133         install-info-recursive install-pdf-recursive \
134         install-ps-recursive install-recursive installcheck-recursive \
135         installdirs-recursive pdf-recursive ps-recursive \
136         tags-recursive uninstall-recursive
137 am__can_run_installinfo = \
138   case $$AM_UPDATE_INFO_DIR in \
139     n|no|NO) false;; \
140     *) (install-info --version) >/dev/null 2>&1;; \
141   esac
142 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
143   distclean-recursive maintainer-clean-recursive
144 am__recursive_targets = \
145   $(RECURSIVE_TARGETS) \
146   $(RECURSIVE_CLEAN_TARGETS) \
147   $(am__extra_recursive_targets)
148 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
149         distdir distdir-am
150 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
151 # Read a list of newline-separated strings from the standard input,
152 # and print each of them once, without duplicates.  Input order is
153 # *not* preserved.
154 am__uniquify_input = $(AWK) '\
155   BEGIN { nonempty = 0; } \
156   { items[$$0] = 1; nonempty = 1; } \
157   END { if (nonempty) { for (i in items) print i; }; } \
158 '
159 # Make sure the list of sources is unique.  This is necessary because,
160 # e.g., the same source file might be shared among _SOURCES variables
161 # for different programs/libraries.
162 am__define_uniq_tagged_files = \
163   list='$(am__tagged_files)'; \
164   unique=`for i in $$list; do \
165     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
166   done | $(am__uniquify_input)`
167 ETAGS = etags
168 CTAGS = ctags
169 DIST_SUBDIRS = man1 man5 man8 man1misc man8misc
170 am__DIST_COMMON = $(srcdir)/Makefile.in \
171         $(top_srcdir)/config/mkinstalldirs
172 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173 am__relativize = \
174   dir0=`pwd`; \
175   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
176   sed_rest='s,^[^/]*/*,,'; \
177   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
178   sed_butlast='s,/*[^/]*$$,,'; \
179   while test -n "$$dir1"; do \
180     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
181     if test "$$first" != "."; then \
182       if test "$$first" = ".."; then \
183         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
184         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
185       else \
186         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
187         if test "$$first2" = "$$first"; then \
188           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
189         else \
190           dir2="../$$dir2"; \
191         fi; \
192         dir0="$$dir0"/"$$first"; \
193       fi; \
194     fi; \
195     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
196   done; \
197   reldir="$$dir2"
198 ACLOCAL = ${SHELL} /home/legion/scm/.kbd/kbd/config/missing aclocal-1.16
199 AMTAR = $${TAR-tar}
200 AM_DEFAULT_VERBOSITY = 0
201 AR = ar
202 AUTOCONF = ${SHELL} /home/legion/scm/.kbd/kbd/config/missing autoconf
203 AUTOHEADER = ${SHELL} /home/legion/scm/.kbd/kbd/config/missing autoheader
204 AUTOMAKE = ${SHELL} /home/legion/scm/.kbd/kbd/config/missing automake-1.16
205 AWK = gawk
206 CC = gcc
207 CCDEPMODE = depmode=gcc3
208 CFLAGS = -g -O2 -D_FORTIFY_SOURCE=2 -Waggregate-return -Wall -Wcast-align -Wconversion -Wdisabled-optimization -Wextra -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
209 CODE_COVERAGE_CFLAGS = 
210 CODE_COVERAGE_CPPFLAGS = 
211 CODE_COVERAGE_CXXFLAGS = 
212 CODE_COVERAGE_ENABLED = no
213 CODE_COVERAGE_LIBS = 
214 CPP = gcc -E
215 CPPFLAGS = 
216 CYGPATH_W = echo
217 DEFS = -DHAVE_CONFIG_H
218 DEPDIR = .deps
219 DLLTOOL = false
220 DSYMUTIL = 
221 DUMPBIN = 
222 ECHO_C = 
223 ECHO_N = -n
224 ECHO_T = 
225 EGREP = /bin/grep -E
226 EXEEXT = 
227 FGREP = /bin/grep -F
228 GCOV = 
229 GENHTML = 
230 GMSGFMT = /usr/bin/msgfmt
231 GREP = /bin/grep
232 HAVE_DOXYGEN = yes
233 INSTALL = /bin/install -c
234 INSTALL_DATA = ${INSTALL} -m 644
235 INSTALL_PROGRAM = ${INSTALL}
236 INSTALL_SCRIPT = ${INSTALL}
237 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
238 INTLLIBS = 
239 LCOV = 
240 LD = /usr/bin/ld -m elf_x86_64
241 LDFLAGS = 
242 LEX = flex
243 LEXLIB = -lfl
244 LEX_OUTPUT_ROOT = lex.yy
245 LIBICONV = -liconv
246 LIBINTL = 
247 LIBOBJS = 
248 LIBS = 
249 LIBTOOL = $(SHELL) $(top_builddir)/libtool
250 LIPO = 
251 LN_S = ln -s
252 LTLIBICONV = -liconv
253 LTLIBINTL = 
254 LTLIBOBJS = 
255 LT_SYS_LIBRARY_PATH = 
256 MAKEINFO = ${SHELL} /home/legion/scm/.kbd/kbd/config/missing makeinfo
257 MANIFEST_TOOL = :
258 MKDIR_P = /bin/mkdir -p
259 MKINSTALLDIRS = $(top_builddir)/config/mkinstalldirs
260 MSGFMT = /usr/bin/msgfmt
261 MSGMERGE = /usr/bin/msgmerge
262 NM = /usr/bin/nm -B
263 NMEDIT = 
264 OBJDUMP = objdump
265 OBJEXT = o
266 OTOOL = 
267 OTOOL64 = 
268 PACKAGE = kbd
269 PACKAGE_BUGREPORT = gladkov.alexey@gmail.com
270 PACKAGE_NAME = kbd
271 PACKAGE_STRING = kbd 2.0.90
272 PACKAGE_TARNAME = kbd
273 PACKAGE_URL = http://kbd-project.org/
274 PACKAGE_VERSION = 2.0.90
275 PAM_LIBS = -lpam -lpam_misc
276 PATH_SEPARATOR = :
277 PKG_CONFIG = /usr/bin/pkg-config
278 PKG_CONFIG_LIBDIR = 
279 PKG_CONFIG_PATH = 
280 POSUB = po
281 RANLIB = ranlib
282 SED = /bin/sed
283 SET_MAKE = 
284 SHELL = /bin/sh
285 STRIP = strip
286 USE_NLS = yes
287 VERSION = 2.0.90
288 XGETTEXT = /usr/bin/xgettext
289 YACC = bison -y
290 YFLAGS = 
291 abs_builddir = /home/legion/scm/.kbd/kbd/docs/man
292 abs_srcdir = /home/legion/scm/.kbd/kbd/docs/man
293 abs_top_builddir = /home/legion/scm/.kbd/kbd
294 abs_top_srcdir = /home/legion/scm/.kbd/kbd
295 ac_ct_AR = ar
296 ac_ct_CC = gcc
297 ac_ct_DUMPBIN = 
298 am__include = include
299 am__leading_dot = .
300 am__quote = 
301 am__tar = $${TAR-tar} chof - "$$tardir"
302 am__untar = $${TAR-tar} xf -
303 bindir = /bin
304 build = x86_64-pc-linux-gnu
305 build_alias = 
306 build_cpu = x86_64
307 build_os = linux-gnu
308 build_vendor = pc
309 builddir = .
310 datadir = /lib/kbd
311 datarootdir = ${prefix}/share
312 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
313 dvidir = ${docdir}
314 exec_prefix = ${prefix}
315 host = x86_64-pc-linux-gnu
316 host_alias = 
317 host_cpu = x86_64
318 host_os = linux-gnu
319 host_vendor = pc
320 htmldir = ${docdir}
321 ifGNUmake = 
322 ifnGNUmake = 
323 includedir = ${prefix}/include
324 infodir = ${datarootdir}/info
325 install_sh = ${SHELL} /home/legion/scm/.kbd/kbd/config/install-sh
326 libdir = ${exec_prefix}/lib
327 libexecdir = ${exec_prefix}/libexec
328 localedir = ${datarootdir}/locale
329 localstatedir = ${prefix}/var
330 mandir = ${datarootdir}/man
331 mkdir_p = $(MKDIR_P)
332 oldincludedir = /usr/include
333 pdfdir = ${docdir}
334 prefix = /usr
335 program_transform_name = s,x,x,
336 psdir = ${docdir}
337 sbindir = ${exec_prefix}/sbin
338 sharedstatedir = ${prefix}/com
339 srcdir = .
340 sysconfdir = ${prefix}/etc
341 target_alias = 
342 top_build_prefix = ../../
343 top_builddir = ../..
344 top_srcdir = ../..
345 SUBDIRS = man1 man5 man8 $(am__append_1)
346 all: all-recursive
347
348 .SUFFIXES:
349 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
350         @for dep in $?; do \
351           case '$(am__configure_deps)' in \
352             *$$dep*) \
353               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
354                 && { if test -f $@; then exit 0; else break; fi; }; \
355               exit 1;; \
356           esac; \
357         done; \
358         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/man/Makefile'; \
359         $(am__cd) $(top_srcdir) && \
360           $(AUTOMAKE) --gnu docs/man/Makefile
361 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
362         @case '$?' in \
363           *config.status*) \
364             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
365           *) \
366             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
367             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
368         esac;
369
370 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
371         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372
373 $(top_srcdir)/configure:  $(am__configure_deps)
374         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
376         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377 $(am__aclocal_m4_deps):
378
379 mostlyclean-libtool:
380         -rm -f *.lo
381
382 clean-libtool:
383         -rm -rf .libs _libs
384
385 # This directory's subdirectories are mostly independent; you can cd
386 # into them and run 'make' without going through this Makefile.
387 # To change the values of 'make' variables: instead of editing Makefiles,
388 # (1) if the variable is set in 'config.status', edit 'config.status'
389 #     (which will cause the Makefiles to be regenerated when you run 'make');
390 # (2) otherwise, pass the desired values on the 'make' command line.
391 $(am__recursive_targets):
392         @fail=; \
393         if $(am__make_keepgoing); then \
394           failcom='fail=yes'; \
395         else \
396           failcom='exit 1'; \
397         fi; \
398         dot_seen=no; \
399         target=`echo $@ | sed s/-recursive//`; \
400         case "$@" in \
401           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
402           *) list='$(SUBDIRS)' ;; \
403         esac; \
404         for subdir in $$list; do \
405           echo "Making $$target in $$subdir"; \
406           if test "$$subdir" = "."; then \
407             dot_seen=yes; \
408             local_target="$$target-am"; \
409           else \
410             local_target="$$target"; \
411           fi; \
412           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
413           || eval $$failcom; \
414         done; \
415         if test "$$dot_seen" = "no"; then \
416           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
417         fi; test -z "$$fail"
418
419 ID: $(am__tagged_files)
420         $(am__define_uniq_tagged_files); mkid -fID $$unique
421 tags: tags-recursive
422 TAGS: tags
423
424 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
425         set x; \
426         here=`pwd`; \
427         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
428           include_option=--etags-include; \
429           empty_fix=.; \
430         else \
431           include_option=--include; \
432           empty_fix=; \
433         fi; \
434         list='$(SUBDIRS)'; for subdir in $$list; do \
435           if test "$$subdir" = .; then :; else \
436             test ! -f $$subdir/TAGS || \
437               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
438           fi; \
439         done; \
440         $(am__define_uniq_tagged_files); \
441         shift; \
442         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
443           test -n "$$unique" || unique=$$empty_fix; \
444           if test $$# -gt 0; then \
445             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446               "$$@" $$unique; \
447           else \
448             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449               $$unique; \
450           fi; \
451         fi
452 ctags: ctags-recursive
453
454 CTAGS: ctags
455 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
456         $(am__define_uniq_tagged_files); \
457         test -z "$(CTAGS_ARGS)$$unique" \
458           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459              $$unique
460
461 GTAGS:
462         here=`$(am__cd) $(top_builddir) && pwd` \
463           && $(am__cd) $(top_srcdir) \
464           && gtags -i $(GTAGS_ARGS) "$$here"
465 cscopelist: cscopelist-recursive
466
467 cscopelist-am: $(am__tagged_files)
468         list='$(am__tagged_files)'; \
469         case "$(srcdir)" in \
470           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
471           *) sdir=$(subdir)/$(srcdir) ;; \
472         esac; \
473         for i in $$list; do \
474           if test -f "$$i"; then \
475             echo "$(subdir)/$$i"; \
476           else \
477             echo "$$sdir/$$i"; \
478           fi; \
479         done >> $(top_builddir)/cscope.files
480
481 distclean-tags:
482         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
484 distdir: $(BUILT_SOURCES)
485         $(MAKE) $(AM_MAKEFLAGS) distdir-am
486
487 distdir-am: $(DISTFILES)
488         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490         list='$(DISTFILES)'; \
491           dist_files=`for file in $$list; do echo $$file; done | \
492           sed -e "s|^$$srcdirstrip/||;t" \
493               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
494         case $$dist_files in \
495           */*) $(MKDIR_P) `echo "$$dist_files" | \
496                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
497                            sort -u` ;; \
498         esac; \
499         for file in $$dist_files; do \
500           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
501           if test -d $$d/$$file; then \
502             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
503             if test -d "$(distdir)/$$file"; then \
504               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505             fi; \
506             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
507               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
508               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509             fi; \
510             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
511           else \
512             test -f "$(distdir)/$$file" \
513             || cp -p $$d/$$file "$(distdir)/$$file" \
514             || exit 1; \
515           fi; \
516         done
517         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
518           if test "$$subdir" = .; then :; else \
519             $(am__make_dryrun) \
520               || test -d "$(distdir)/$$subdir" \
521               || $(MKDIR_P) "$(distdir)/$$subdir" \
522               || exit 1; \
523             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
524             $(am__relativize); \
525             new_distdir=$$reldir; \
526             dir1=$$subdir; dir2="$(top_distdir)"; \
527             $(am__relativize); \
528             new_top_distdir=$$reldir; \
529             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
530             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
531             ($(am__cd) $$subdir && \
532               $(MAKE) $(AM_MAKEFLAGS) \
533                 top_distdir="$$new_top_distdir" \
534                 distdir="$$new_distdir" \
535                 am__remove_distdir=: \
536                 am__skip_length_check=: \
537                 am__skip_mode_fix=: \
538                 distdir) \
539               || exit 1; \
540           fi; \
541         done
542 check-am: all-am
543 check: check-recursive
544 all-am: Makefile
545 installdirs: installdirs-recursive
546 installdirs-am:
547 install: install-recursive
548 install-exec: install-exec-recursive
549 install-data: install-data-recursive
550 uninstall: uninstall-recursive
551
552 install-am: all-am
553         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
554
555 installcheck: installcheck-recursive
556 install-strip:
557         if test -z '$(STRIP)'; then \
558           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
559             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
560               install; \
561         else \
562           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
563             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
564             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
565         fi
566 mostlyclean-generic:
567
568 clean-generic:
569
570 distclean-generic:
571         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
572         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
573
574 maintainer-clean-generic:
575         @echo "This command is intended for maintainers to use"
576         @echo "it deletes files that may require special tools to rebuild."
577 clean: clean-recursive
578
579 clean-am: clean-generic clean-libtool mostlyclean-am
580
581 distclean: distclean-recursive
582         -rm -f Makefile
583 distclean-am: clean-am distclean-generic distclean-tags
584
585 dvi: dvi-recursive
586
587 dvi-am:
588
589 html: html-recursive
590
591 html-am:
592
593 info: info-recursive
594
595 info-am:
596
597 install-data-am:
598
599 install-dvi: install-dvi-recursive
600
601 install-dvi-am:
602
603 install-exec-am:
604
605 install-html: install-html-recursive
606
607 install-html-am:
608
609 install-info: install-info-recursive
610
611 install-info-am:
612
613 install-man:
614
615 install-pdf: install-pdf-recursive
616
617 install-pdf-am:
618
619 install-ps: install-ps-recursive
620
621 install-ps-am:
622
623 installcheck-am:
624
625 maintainer-clean: maintainer-clean-recursive
626         -rm -f Makefile
627 maintainer-clean-am: distclean-am maintainer-clean-generic
628
629 mostlyclean: mostlyclean-recursive
630
631 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
632
633 pdf: pdf-recursive
634
635 pdf-am:
636
637 ps: ps-recursive
638
639 ps-am:
640
641 uninstall-am:
642
643 .MAKE: $(am__recursive_targets) install-am install-strip
644
645 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
646         check-am clean clean-generic clean-libtool cscopelist-am ctags \
647         ctags-am distclean distclean-generic distclean-libtool \
648         distclean-tags distdir dvi dvi-am html html-am info info-am \
649         install install-am install-data install-data-am install-dvi \
650         install-dvi-am install-exec install-exec-am install-html \
651         install-html-am install-info install-info-am install-man \
652         install-pdf install-pdf-am install-ps install-ps-am \
653         install-strip installcheck installcheck-am installdirs \
654         installdirs-am maintainer-clean maintainer-clean-generic \
655         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
656         ps ps-am tags tags-am uninstall uninstall-am
657
658 .PRECIOUS: Makefile
659
660
661 # Tell versions [3.59,3.63) of GNU make to not export all variables.
662 # Otherwise a system limit (for SysV at least) may be exceeded.
663 .NOEXPORT: