source: projects/vine-rpm-helper/trunk/man/Makefile.in @ 4973

Revision 4973, 19.8 KB checked in by yasumichi, 13 years ago (diff)

manpage を追加

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