source: projects/update-from-skel/trunk/Makefile.in @ 4563

Revision 4563, 24.1 KB checked in by yasumichi, 13 years ago (diff)

update-from-skel をインポート

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