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