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