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