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

Revision 4973, 24.4 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@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = .
38DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39        $(srcdir)/Makefile.in $(srcdir)/mkrpmfiles.in \
40        $(srcdir)/mkrpmspec.in $(top_srcdir)/configure ABOUT-NLS \
41        AUTHORS COPYING ChangeLog INSTALL NEWS config.guess \
42        config.rpath config.sub install-sh missing
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
45        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
46        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
47        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
48        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
49am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50        $(ACLOCAL_M4)
51am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52 configure.lineno config.status.lineno
53mkinstalldirs = $(install_sh) -d
54CONFIG_CLEAN_FILES = mkrpmspec mkrpmfiles
55CONFIG_CLEAN_VPATH_FILES =
56am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
57am__vpath_adj = case $$p in \
58    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
59    *) f=$$p;; \
60  esac;
61am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
62am__install_max = 40
63am__nobase_strip_setup = \
64  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
65am__nobase_strip = \
66  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
67am__nobase_list = $(am__nobase_strip_setup); \
68  for p in $$list; do echo "$$p $$p"; done | \
69  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
70  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
71    if (++n[$$2] == $(am__install_max)) \
72      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
73    END { for (dir in files) print dir, files[dir] }'
74am__base_list = \
75  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
76  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
77am__installdirs = "$(DESTDIR)$(bindir)"
78SCRIPTS = $(bin_SCRIPTS)
79SOURCES =
80DIST_SOURCES =
81RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82        html-recursive info-recursive install-data-recursive \
83        install-dvi-recursive install-exec-recursive \
84        install-html-recursive install-info-recursive \
85        install-pdf-recursive install-ps-recursive install-recursive \
86        installcheck-recursive installdirs-recursive pdf-recursive \
87        ps-recursive uninstall-recursive
88RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
89  distclean-recursive maintainer-clean-recursive
90AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
91        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
92        distdir dist dist-all distcheck
93ETAGS = etags
94CTAGS = ctags
95DIST_SUBDIRS = $(SUBDIRS)
96DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97distdir = $(PACKAGE)-$(VERSION)
98top_distdir = $(distdir)
99am__remove_distdir = \
100  { test ! -d "$(distdir)" \
101    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
102         && rm -fr "$(distdir)"; }; }
103am__relativize = \
104  dir0=`pwd`; \
105  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
106  sed_rest='s,^[^/]*/*,,'; \
107  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
108  sed_butlast='s,/*[^/]*$$,,'; \
109  while test -n "$$dir1"; do \
110    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
111    if test "$$first" != "."; then \
112      if test "$$first" = ".."; then \
113        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
114        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
115      else \
116        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
117        if test "$$first2" = "$$first"; then \
118          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
119        else \
120          dir2="../$$dir2"; \
121        fi; \
122        dir0="$$dir0"/"$$first"; \
123      fi; \
124    fi; \
125    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
126  done; \
127  reldir="$$dir2"
128GZIP_ENV = --best
129DIST_ARCHIVES = $(distdir).tar.bz2
130distuninstallcheck_listfiles = find . -type f -print
131distcleancheck_listfiles = find . -type f -print
132ACLOCAL = @ACLOCAL@
133AMTAR = @AMTAR@
134AUTOCONF = @AUTOCONF@
135AUTOHEADER = @AUTOHEADER@
136AUTOMAKE = @AUTOMAKE@
137AWK = @AWK@
138CC = @CC@
139CCDEPMODE = @CCDEPMODE@
140CFLAGS = @CFLAGS@
141CPP = @CPP@
142CPPFLAGS = @CPPFLAGS@
143CYGPATH_W = @CYGPATH_W@
144DEFS = @DEFS@
145DEPDIR = @DEPDIR@
146ECHO_C = @ECHO_C@
147ECHO_N = @ECHO_N@
148ECHO_T = @ECHO_T@
149EGREP = @EGREP@
150EXEEXT = @EXEEXT@
151GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
152GMSGFMT = @GMSGFMT@
153GMSGFMT_015 = @GMSGFMT_015@
154GREP = @GREP@
155INSTALL = @INSTALL@
156INSTALL_DATA = @INSTALL_DATA@
157INSTALL_PROGRAM = @INSTALL_PROGRAM@
158INSTALL_SCRIPT = @INSTALL_SCRIPT@
159INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
160INTLLIBS = @INTLLIBS@
161INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
162LDFLAGS = @LDFLAGS@
163LIBICONV = @LIBICONV@
164LIBINTL = @LIBINTL@
165LIBOBJS = @LIBOBJS@
166LIBS = @LIBS@
167LTLIBICONV = @LTLIBICONV@
168LTLIBINTL = @LTLIBINTL@
169LTLIBOBJS = @LTLIBOBJS@
170MAINT = @MAINT@
171MAKEINFO = @MAKEINFO@
172MKDIR_P = @MKDIR_P@
173MSGFMT = @MSGFMT@
174MSGFMT_015 = @MSGFMT_015@
175MSGMERGE = @MSGMERGE@
176OBJEXT = @OBJEXT@
177PACKAGE = @PACKAGE@
178PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179PACKAGE_NAME = @PACKAGE_NAME@
180PACKAGE_STRING = @PACKAGE_STRING@
181PACKAGE_TARNAME = @PACKAGE_TARNAME@
182PACKAGE_URL = @PACKAGE_URL@
183PACKAGE_VERSION = @PACKAGE_VERSION@
184PATH_SEPARATOR = @PATH_SEPARATOR@
185PKGDATADIR = @PKGDATADIR@
186POSUB = @POSUB@
187SET_MAKE = @SET_MAKE@
188SHELL = @SHELL@
189STRIP = @STRIP@
190USE_NLS = @USE_NLS@
191VERSION = @VERSION@
192XGETTEXT = @XGETTEXT@
193XGETTEXT_015 = @XGETTEXT_015@
194XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
195abs_builddir = @abs_builddir@
196abs_srcdir = @abs_srcdir@
197abs_top_builddir = @abs_top_builddir@
198abs_top_srcdir = @abs_top_srcdir@
199ac_ct_CC = @ac_ct_CC@
200am__include = @am__include@
201am__leading_dot = @am__leading_dot@
202am__quote = @am__quote@
203am__tar = @am__tar@
204am__untar = @am__untar@
205bindir = @bindir@
206build = @build@
207build_alias = @build_alias@
208build_cpu = @build_cpu@
209build_os = @build_os@
210build_vendor = @build_vendor@
211builddir = @builddir@
212datadir = @datadir@
213datarootdir = @datarootdir@
214docdir = @docdir@
215dvidir = @dvidir@
216exec_prefix = @exec_prefix@
217host = @host@
218host_alias = @host_alias@
219host_cpu = @host_cpu@
220host_os = @host_os@
221host_vendor = @host_vendor@
222htmldir = @htmldir@
223includedir = @includedir@
224infodir = @infodir@
225install_sh = @install_sh@
226libdir = @libdir@
227libexecdir = @libexecdir@
228localedir = @localedir@
229localstatedir = @localstatedir@
230mandir = @mandir@
231mkdir_p = @mkdir_p@
232oldincludedir = @oldincludedir@
233pdfdir = @pdfdir@
234prefix = @prefix@
235program_transform_name = @program_transform_name@
236psdir = @psdir@
237sbindir = @sbindir@
238sharedstatedir = @sharedstatedir@
239srcdir = @srcdir@
240sysconfdir = @sysconfdir@
241target_alias = @target_alias@
242top_build_prefix = @top_build_prefix@
243top_builddir = @top_builddir@
244top_srcdir = @top_srcdir@
245bin_SCRIPTS = mkrpmfiles mkrpmspec
246SUBDIRS = po data plugins man
247ACLOCAL_AMFLAGS = -I m4
248EXTRA_DIST = config.rpath m4/ChangeLog
249all: all-recursive
250
251.SUFFIXES:
252am--refresh:
253        @:
254$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
255        @for dep in $?; do \
256          case '$(am__configure_deps)' in \
257            *$$dep*) \
258              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
259              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
260                && exit 0; \
261              exit 1;; \
262          esac; \
263        done; \
264        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
265        $(am__cd) $(top_srcdir) && \
266          $(AUTOMAKE) --gnu Makefile
267.PRECIOUS: Makefile
268Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
269        @case '$?' in \
270          *config.status*) \
271            echo ' $(SHELL) ./config.status'; \
272            $(SHELL) ./config.status;; \
273          *) \
274            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
275            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
276        esac;
277
278$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
279        $(SHELL) ./config.status --recheck
280
281$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
282        $(am__cd) $(srcdir) && $(AUTOCONF)
283$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
285$(am__aclocal_m4_deps):
286mkrpmspec: $(top_builddir)/config.status $(srcdir)/mkrpmspec.in
287        cd $(top_builddir) && $(SHELL) ./config.status $@
288mkrpmfiles: $(top_builddir)/config.status $(srcdir)/mkrpmfiles.in
289        cd $(top_builddir) && $(SHELL) ./config.status $@
290install-binSCRIPTS: $(bin_SCRIPTS)
291        @$(NORMAL_INSTALL)
292        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
293        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
294        for p in $$list; do \
295          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
296          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
297        done | \
298        sed -e 'p;s,.*/,,;n' \
299            -e 'h;s|.*|.|' \
300            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
301        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
302          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
303            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
304              if (++n[d] == $(am__install_max)) { \
305                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
306            else { print "f", d "/" $$4, $$1 } } \
307          END { for (d in files) print "f", d, files[d] }' | \
308        while read type dir files; do \
309             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
310             test -z "$$files" || { \
311               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
312               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
313             } \
314        ; done
315
316uninstall-binSCRIPTS:
317        @$(NORMAL_UNINSTALL)
318        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
319        files=`for p in $$list; do echo "$$p"; done | \
320               sed -e 's,.*/,,;$(transform)'`; \
321        test -n "$$list" || exit 0; \
322        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
323        cd "$(DESTDIR)$(bindir)" && rm -f $$files
324
325# This directory's subdirectories are mostly independent; you can cd
326# into them and run `make' without going through this Makefile.
327# To change the values of `make' variables: instead of editing Makefiles,
328# (1) if the variable is set in `config.status', edit `config.status'
329#     (which will cause the Makefiles to be regenerated when you run `make');
330# (2) otherwise, pass the desired values on the `make' command line.
331$(RECURSIVE_TARGETS):
332        @fail= failcom='exit 1'; \
333        for f in x $$MAKEFLAGS; do \
334          case $$f in \
335            *=* | --[!k]*);; \
336            *k*) failcom='fail=yes';; \
337          esac; \
338        done; \
339        dot_seen=no; \
340        target=`echo $@ | sed s/-recursive//`; \
341        list='$(SUBDIRS)'; for subdir in $$list; do \
342          echo "Making $$target in $$subdir"; \
343          if test "$$subdir" = "."; then \
344            dot_seen=yes; \
345            local_target="$$target-am"; \
346          else \
347            local_target="$$target"; \
348          fi; \
349          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350          || eval $$failcom; \
351        done; \
352        if test "$$dot_seen" = "no"; then \
353          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
354        fi; test -z "$$fail"
355
356$(RECURSIVE_CLEAN_TARGETS):
357        @fail= failcom='exit 1'; \
358        for f in x $$MAKEFLAGS; do \
359          case $$f in \
360            *=* | --[!k]*);; \
361            *k*) failcom='fail=yes';; \
362          esac; \
363        done; \
364        dot_seen=no; \
365        case "$@" in \
366          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
367          *) list='$(SUBDIRS)' ;; \
368        esac; \
369        rev=''; for subdir in $$list; do \
370          if test "$$subdir" = "."; then :; else \
371            rev="$$subdir $$rev"; \
372          fi; \
373        done; \
374        rev="$$rev ."; \
375        target=`echo $@ | sed s/-recursive//`; \
376        for subdir in $$rev; do \
377          echo "Making $$target in $$subdir"; \
378          if test "$$subdir" = "."; then \
379            local_target="$$target-am"; \
380          else \
381            local_target="$$target"; \
382          fi; \
383          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
384          || eval $$failcom; \
385        done && test -z "$$fail"
386tags-recursive:
387        list='$(SUBDIRS)'; for subdir in $$list; do \
388          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
389        done
390ctags-recursive:
391        list='$(SUBDIRS)'; for subdir in $$list; do \
392          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
393        done
394
395ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
396        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
397        unique=`for i in $$list; do \
398            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399          done | \
400          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
401              END { if (nonempty) { for (i in files) print i; }; }'`; \
402        mkid -fID $$unique
403tags: TAGS
404
405TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
406                $(TAGS_FILES) $(LISP)
407        set x; \
408        here=`pwd`; \
409        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
410          include_option=--etags-include; \
411          empty_fix=.; \
412        else \
413          include_option=--include; \
414          empty_fix=; \
415        fi; \
416        list='$(SUBDIRS)'; for subdir in $$list; do \
417          if test "$$subdir" = .; then :; else \
418            test ! -f $$subdir/TAGS || \
419              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
420          fi; \
421        done; \
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        shift; \
429        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
430          test -n "$$unique" || unique=$$empty_fix; \
431          if test $$# -gt 0; then \
432            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
433              "$$@" $$unique; \
434          else \
435            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
436              $$unique; \
437          fi; \
438        fi
439ctags: CTAGS
440CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
441                $(TAGS_FILES) $(LISP)
442        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
443        unique=`for i in $$list; do \
444            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445          done | \
446          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447              END { if (nonempty) { for (i in files) print i; }; }'`; \
448        test -z "$(CTAGS_ARGS)$$unique" \
449          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
450             $$unique
451
452GTAGS:
453        here=`$(am__cd) $(top_builddir) && pwd` \
454          && $(am__cd) $(top_srcdir) \
455          && gtags -i $(GTAGS_ARGS) "$$here"
456
457distclean-tags:
458        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
459
460distdir: $(DISTFILES)
461        $(am__remove_distdir)
462        test -d "$(distdir)" || mkdir "$(distdir)"
463        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465        list='$(DISTFILES)'; \
466          dist_files=`for file in $$list; do echo $$file; done | \
467          sed -e "s|^$$srcdirstrip/||;t" \
468              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
469        case $$dist_files in \
470          */*) $(MKDIR_P) `echo "$$dist_files" | \
471                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
472                           sort -u` ;; \
473        esac; \
474        for file in $$dist_files; do \
475          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
476          if test -d $$d/$$file; then \
477            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
478            if test -d "$(distdir)/$$file"; then \
479              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480            fi; \
481            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
482              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
483              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
484            fi; \
485            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
486          else \
487            test -f "$(distdir)/$$file" \
488            || cp -p $$d/$$file "$(distdir)/$$file" \
489            || exit 1; \
490          fi; \
491        done
492        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
493          if test "$$subdir" = .; then :; else \
494            test -d "$(distdir)/$$subdir" \
495            || $(MKDIR_P) "$(distdir)/$$subdir" \
496            || exit 1; \
497          fi; \
498        done
499        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
500          if test "$$subdir" = .; then :; else \
501            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
502            $(am__relativize); \
503            new_distdir=$$reldir; \
504            dir1=$$subdir; dir2="$(top_distdir)"; \
505            $(am__relativize); \
506            new_top_distdir=$$reldir; \
507            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
508            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
509            ($(am__cd) $$subdir && \
510              $(MAKE) $(AM_MAKEFLAGS) \
511                top_distdir="$$new_top_distdir" \
512                distdir="$$new_distdir" \
513                am__remove_distdir=: \
514                am__skip_length_check=: \
515                am__skip_mode_fix=: \
516                distdir) \
517              || exit 1; \
518          fi; \
519        done
520        -test -n "$(am__skip_mode_fix)" \
521        || find "$(distdir)" -type d ! -perm -755 \
522                -exec chmod u+rwx,go+rx {} \; -o \
523          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
524          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
525          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
526        || chmod -R a+r "$(distdir)"
527dist-gzip: distdir
528        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
529        $(am__remove_distdir)
530dist-bzip2: distdir
531        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
532        $(am__remove_distdir)
533
534dist-lzma: distdir
535        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
536        $(am__remove_distdir)
537
538dist-xz: distdir
539        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
540        $(am__remove_distdir)
541
542dist-tarZ: distdir
543        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
544        $(am__remove_distdir)
545
546dist-shar: distdir
547        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
548        $(am__remove_distdir)
549
550dist-zip: distdir
551        -rm -f $(distdir).zip
552        zip -rq $(distdir).zip $(distdir)
553        $(am__remove_distdir)
554
555dist dist-all: distdir
556        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
557        $(am__remove_distdir)
558
559# This target untars the dist file and tries a VPATH configuration.  Then
560# it guarantees that the distribution is self-contained by making another
561# tarfile.
562distcheck: dist
563        case '$(DIST_ARCHIVES)' in \
564        *.tar.gz*) \
565          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
566        *.tar.bz2*) \
567          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
568        *.tar.lzma*) \
569          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
570        *.tar.xz*) \
571          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
572        *.tar.Z*) \
573          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
574        *.shar.gz*) \
575          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
576        *.zip*) \
577          unzip $(distdir).zip ;;\
578        esac
579        chmod -R a-w $(distdir); chmod a+w $(distdir)
580        mkdir $(distdir)/_build
581        mkdir $(distdir)/_inst
582        chmod a-w $(distdir)
583        test -d $(distdir)/_build || exit 0; \
584        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
585          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
586          && am__cwd=`pwd` \
587          && $(am__cd) $(distdir)/_build \
588          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
589            $(DISTCHECK_CONFIGURE_FLAGS) \
590          && $(MAKE) $(AM_MAKEFLAGS) \
591          && $(MAKE) $(AM_MAKEFLAGS) dvi \
592          && $(MAKE) $(AM_MAKEFLAGS) check \
593          && $(MAKE) $(AM_MAKEFLAGS) install \
594          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
595          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
596          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
597                distuninstallcheck \
598          && chmod -R a-w "$$dc_install_base" \
599          && ({ \
600               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
601               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
602               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
603               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
604                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
605              } || { rm -rf "$$dc_destdir"; exit 1; }) \
606          && rm -rf "$$dc_destdir" \
607          && $(MAKE) $(AM_MAKEFLAGS) dist \
608          && rm -rf $(DIST_ARCHIVES) \
609          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
610          && cd "$$am__cwd" \
611          || exit 1
612        $(am__remove_distdir)
613        @(echo "$(distdir) archives ready for distribution: "; \
614          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
615          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
616distuninstallcheck:
617        @$(am__cd) '$(distuninstallcheck_dir)' \
618        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
619           || { echo "ERROR: files left after uninstall:" ; \
620                if test -n "$(DESTDIR)"; then \
621                  echo "  (check DESTDIR support)"; \
622                fi ; \
623                $(distuninstallcheck_listfiles) ; \
624                exit 1; } >&2
625distcleancheck: distclean
626        @if test '$(srcdir)' = . ; then \
627          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
628          exit 1 ; \
629        fi
630        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
631          || { echo "ERROR: files left in build directory after distclean:" ; \
632               $(distcleancheck_listfiles) ; \
633               exit 1; } >&2
634check-am: all-am
635check: check-recursive
636all-am: Makefile $(SCRIPTS)
637installdirs: installdirs-recursive
638installdirs-am:
639        for dir in "$(DESTDIR)$(bindir)"; do \
640          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
641        done
642install: install-recursive
643install-exec: install-exec-recursive
644install-data: install-data-recursive
645uninstall: uninstall-recursive
646
647install-am: all-am
648        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
649
650installcheck: installcheck-recursive
651install-strip:
652        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
653          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
654          `test -z '$(STRIP)' || \
655            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
656mostlyclean-generic:
657
658clean-generic:
659
660distclean-generic:
661        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
662        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
663
664maintainer-clean-generic:
665        @echo "This command is intended for maintainers to use"
666        @echo "it deletes files that may require special tools to rebuild."
667clean: clean-recursive
668
669clean-am: clean-generic mostlyclean-am
670
671distclean: distclean-recursive
672        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
673        -rm -f Makefile
674distclean-am: clean-am distclean-generic distclean-tags
675
676dvi: dvi-recursive
677
678dvi-am:
679
680html: html-recursive
681
682html-am:
683
684info: info-recursive
685
686info-am:
687
688install-data-am:
689
690install-dvi: install-dvi-recursive
691
692install-dvi-am:
693
694install-exec-am: install-binSCRIPTS
695
696install-html: install-html-recursive
697
698install-html-am:
699
700install-info: install-info-recursive
701
702install-info-am:
703
704install-man:
705
706install-pdf: install-pdf-recursive
707
708install-pdf-am:
709
710install-ps: install-ps-recursive
711
712install-ps-am:
713
714installcheck-am:
715
716maintainer-clean: maintainer-clean-recursive
717        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
718        -rm -rf $(top_srcdir)/autom4te.cache
719        -rm -f Makefile
720maintainer-clean-am: distclean-am maintainer-clean-generic
721
722mostlyclean: mostlyclean-recursive
723
724mostlyclean-am: mostlyclean-generic
725
726pdf: pdf-recursive
727
728pdf-am:
729
730ps: ps-recursive
731
732ps-am:
733
734uninstall-am: uninstall-binSCRIPTS
735
736.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
737        install-am install-strip tags-recursive
738
739.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
740        all all-am am--refresh check check-am clean clean-generic \
741        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
742        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
743        distclean distclean-generic distclean-tags distcleancheck \
744        distdir distuninstallcheck dvi dvi-am html html-am info \
745        info-am install install-am install-binSCRIPTS install-data \
746        install-data-am install-dvi install-dvi-am install-exec \
747        install-exec-am install-html install-html-am install-info \
748        install-info-am install-man install-pdf install-pdf-am \
749        install-ps install-ps-am install-strip installcheck \
750        installcheck-am installdirs installdirs-am maintainer-clean \
751        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
752        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
753        uninstall-binSCRIPTS
754
755
756# Tell versions [3.59,3.63) of GNU make to not export all variables.
757# Otherwise a system limit (for SysV at least) may be exceeded.
758.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.