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