take two
[profile/ivi/xorg-x11-drv-intel.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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 #  Copyright 2005 Adam Jackson.
19 #
20 #  Permission is hereby granted, free of charge, to any person obtaining a
21 #  copy of this software and associated documentation files (the "Software"),
22 #  to deal in the Software without restriction, including without limitation
23 #  on the rights to use, copy, modify, merge, publish, distribute, sub
24 #  license, and/or sell copies of the Software, and to permit persons to whom
25 #  the Software is furnished to do so, subject to the following conditions:
26 #
27 #  The above copyright notice and this permission notice (including the next
28 #  paragraph) shall be included in all copies or substantial portions of the
29 #  Software.
30 #
31 #  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32 #  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33 #  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
34 #  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
35 #  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
36 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37 VPATH = @srcdir@
38 am__make_dryrun = \
39   { \
40     am__dry=no; \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
44           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
45       *) \
46         for am__flg in $$MAKEFLAGS; do \
47           case $$am__flg in \
48             *=*|--*) ;; \
49             *n*) am__dry=yes; break;; \
50           esac; \
51         done;; \
52     esac; \
53     test $$am__dry = yes; \
54   }
55 pkgdatadir = $(datadir)/@PACKAGE@
56 pkgincludedir = $(includedir)/@PACKAGE@
57 pkglibdir = $(libdir)/@PACKAGE@
58 pkglibexecdir = $(libexecdir)/@PACKAGE@
59 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
60 install_sh_DATA = $(install_sh) -c -m 644
61 install_sh_PROGRAM = $(install_sh) -c
62 install_sh_SCRIPT = $(install_sh) -c
63 INSTALL_HEADER = $(INSTALL_DATA)
64 transform = $(program_transform_name)
65 NORMAL_INSTALL = :
66 PRE_INSTALL = :
67 POST_INSTALL = :
68 NORMAL_UNINSTALL = :
69 PRE_UNINSTALL = :
70 POST_UNINSTALL = :
71 build_triplet = @build@
72 host_triplet = @host@
73 @UXA_TRUE@am__append_1 = uxa
74 @HAVE_X11_TRUE@am__append_2 = test
75 subdir = .
76 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
77         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
78         $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
79         compile config.guess config.sub depcomp install-sh ltmain.sh \
80         missing
81 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
83 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
84         $(ACLOCAL_M4)
85 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
86  configure.lineno config.status.lineno
87 mkinstalldirs = $(install_sh) -d
88 CONFIG_HEADER = config.h
89 CONFIG_CLEAN_FILES =
90 CONFIG_CLEAN_VPATH_FILES =
91 AM_V_GEN = $(am__v_GEN_@AM_V@)
92 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
93 am__v_GEN_0 = @echo "  GEN   " $@;
94 AM_V_at = $(am__v_at_@AM_V@)
95 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
96 am__v_at_0 = @
97 SOURCES =
98 DIST_SOURCES =
99 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
100         html-recursive info-recursive install-data-recursive \
101         install-dvi-recursive install-exec-recursive \
102         install-html-recursive install-info-recursive \
103         install-pdf-recursive install-ps-recursive install-recursive \
104         installcheck-recursive installdirs-recursive pdf-recursive \
105         ps-recursive uninstall-recursive
106 am__can_run_installinfo = \
107   case $$AM_UPDATE_INFO_DIR in \
108     n|no|NO) false;; \
109     *) (install-info --version) >/dev/null 2>&1;; \
110   esac
111 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
112   distclean-recursive maintainer-clean-recursive
113 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
114         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
115         distdir dist dist-all distcheck
116 ETAGS = etags
117 CTAGS = ctags
118 DIST_SUBDIRS = man uxa src test
119 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
120 distdir = $(PACKAGE)-$(VERSION)
121 top_distdir = $(distdir)
122 am__remove_distdir = \
123   if test -d "$(distdir)"; then \
124     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
125       && rm -rf "$(distdir)" \
126       || { sleep 5 && rm -rf "$(distdir)"; }; \
127   else :; fi
128 am__relativize = \
129   dir0=`pwd`; \
130   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
131   sed_rest='s,^[^/]*/*,,'; \
132   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
133   sed_butlast='s,/*[^/]*$$,,'; \
134   while test -n "$$dir1"; do \
135     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
136     if test "$$first" != "."; then \
137       if test "$$first" = ".."; then \
138         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
139         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
140       else \
141         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
142         if test "$$first2" = "$$first"; then \
143           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
144         else \
145           dir2="../$$dir2"; \
146         fi; \
147         dir0="$$dir0"/"$$first"; \
148       fi; \
149     fi; \
150     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
151   done; \
152   reldir="$$dir2"
153 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
154 GZIP_ENV = --best
155 distuninstallcheck_listfiles = find . -type f -print
156 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
157   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
158 distcleancheck_listfiles = find . -type f -print
159 ACLOCAL = @ACLOCAL@
160 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
161 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
162 AMTAR = @AMTAR@
163 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164 APP_MAN_DIR = @APP_MAN_DIR@
165 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
166 AR = @AR@
167 AUTOCONF = @AUTOCONF@
168 AUTOHEADER = @AUTOHEADER@
169 AUTOMAKE = @AUTOMAKE@
170 AWK = @AWK@
171 BASE_CFLAGS = @BASE_CFLAGS@
172 CC = @CC@
173 CCDEPMODE = @CCDEPMODE@
174 CFLAGS = @CFLAGS@
175 CHANGELOG_CMD = @CHANGELOG_CMD@
176 CPP = @CPP@
177 CPPFLAGS = @CPPFLAGS@
178 CWARNFLAGS = @CWARNFLAGS@
179 CYGPATH_W = @CYGPATH_W@
180 DEFS = @DEFS@
181 DEPDIR = @DEPDIR@
182 DLLTOOL = @DLLTOOL@
183 DRI2_CFLAGS = @DRI2_CFLAGS@
184 DRI2_LIBS = @DRI2_LIBS@
185 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
186 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
187 DRIVER_NAME = @DRIVER_NAME@
188 DRI_CFLAGS = @DRI_CFLAGS@
189 DRI_LIBS = @DRI_LIBS@
190 DRMINTEL_CFLAGS = @DRMINTEL_CFLAGS@
191 DRMINTEL_LIBS = @DRMINTEL_LIBS@
192 DRM_CFLAGS = @DRM_CFLAGS@
193 DRM_LIBS = @DRM_LIBS@
194 DSYMUTIL = @DSYMUTIL@
195 DUMPBIN = @DUMPBIN@
196 ECHO_C = @ECHO_C@
197 ECHO_N = @ECHO_N@
198 ECHO_T = @ECHO_T@
199 EGREP = @EGREP@
200 EXEEXT = @EXEEXT@
201 FGREP = @FGREP@
202 FILE_MAN_DIR = @FILE_MAN_DIR@
203 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
204 GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@
205 GEN4ASM_LIBS = @GEN4ASM_LIBS@
206 GREP = @GREP@
207 INSTALL = @INSTALL@
208 INSTALL_CMD = @INSTALL_CMD@
209 INSTALL_DATA = @INSTALL_DATA@
210 INSTALL_PROGRAM = @INSTALL_PROGRAM@
211 INSTALL_SCRIPT = @INSTALL_SCRIPT@
212 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
213 LD = @LD@
214 LDFLAGS = @LDFLAGS@
215 LIBGLAMOR_CFLAGS = @LIBGLAMOR_CFLAGS@
216 LIBGLAMOR_EGL_CFLAGS = @LIBGLAMOR_EGL_CFLAGS@
217 LIBGLAMOR_EGL_LIBS = @LIBGLAMOR_EGL_LIBS@
218 LIBGLAMOR_LIBS = @LIBGLAMOR_LIBS@
219 LIBOBJS = @LIBOBJS@
220 LIBS = @LIBS@
221 LIBTOOL = @LIBTOOL@
222 LIB_MAN_DIR = @LIB_MAN_DIR@
223 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
224 LIPO = @LIPO@
225 LN_S = @LN_S@
226 LTLIBOBJS = @LTLIBOBJS@
227 MAINT = @MAINT@
228 MAKEINFO = @MAKEINFO@
229 MANIFEST_TOOL = @MANIFEST_TOOL@
230 MAN_SUBSTS = @MAN_SUBSTS@
231 MISC_MAN_DIR = @MISC_MAN_DIR@
232 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
233 MKDIR_P = @MKDIR_P@
234 NM = @NM@
235 NMEDIT = @NMEDIT@
236 OBJDUMP = @OBJDUMP@
237 OBJEXT = @OBJEXT@
238 OTOOL = @OTOOL@
239 OTOOL64 = @OTOOL64@
240 PACKAGE = @PACKAGE@
241 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
242 PACKAGE_NAME = @PACKAGE_NAME@
243 PACKAGE_STRING = @PACKAGE_STRING@
244 PACKAGE_TARNAME = @PACKAGE_TARNAME@
245 PACKAGE_URL = @PACKAGE_URL@
246 PACKAGE_VERSION = @PACKAGE_VERSION@
247 PATH_SEPARATOR = @PATH_SEPARATOR@
248 PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
249 PCIACCESS_LIBS = @PCIACCESS_LIBS@
250 PKG_CONFIG = @PKG_CONFIG@
251 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
252 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
253 RANLIB = @RANLIB@
254 SED = @SED@
255 SET_MAKE = @SET_MAKE@
256 SHELL = @SHELL@
257 STRICT_CFLAGS = @STRICT_CFLAGS@
258 STRIP = @STRIP@
259 UDEV_CFLAGS = @UDEV_CFLAGS@
260 UDEV_LIBS = @UDEV_LIBS@
261 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
262 VALGRIND_LIBS = @VALGRIND_LIBS@
263 VERSION = @VERSION@
264 X11_CFLAGS = @X11_CFLAGS@
265 X11_LIBS = @X11_LIBS@
266 XORG_CFLAGS = @XORG_CFLAGS@
267 XORG_LIBS = @XORG_LIBS@
268 XORG_MAN_PAGE = @XORG_MAN_PAGE@
269 XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@
270 XVMCLIB_LIBS = @XVMCLIB_LIBS@
271 abs_builddir = @abs_builddir@
272 abs_srcdir = @abs_srcdir@
273 abs_top_builddir = @abs_top_builddir@
274 abs_top_srcdir = @abs_top_srcdir@
275 ac_ct_AR = @ac_ct_AR@
276 ac_ct_CC = @ac_ct_CC@
277 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
278 am__include = @am__include@
279 am__leading_dot = @am__leading_dot@
280 am__quote = @am__quote@
281 am__tar = @am__tar@
282 am__untar = @am__untar@
283 bindir = @bindir@
284 build = @build@
285 build_alias = @build_alias@
286 build_cpu = @build_cpu@
287 build_os = @build_os@
288 build_vendor = @build_vendor@
289 builddir = @builddir@
290 datadir = @datadir@
291 datarootdir = @datarootdir@
292 docdir = @docdir@
293 dvidir = @dvidir@
294 exec_prefix = @exec_prefix@
295 host = @host@
296 host_alias = @host_alias@
297 host_cpu = @host_cpu@
298 host_os = @host_os@
299 host_vendor = @host_vendor@
300 htmldir = @htmldir@
301 includedir = @includedir@
302 infodir = @infodir@
303 install_sh = @install_sh@
304 libdir = @libdir@
305 libexecdir = @libexecdir@
306 localedir = @localedir@
307 localstatedir = @localstatedir@
308 mandir = @mandir@
309 mkdir_p = @mkdir_p@
310 moduledir = @moduledir@
311 oldincludedir = @oldincludedir@
312 pdfdir = @pdfdir@
313 prefix = @prefix@
314 program_transform_name = @program_transform_name@
315 psdir = @psdir@
316 sbindir = @sbindir@
317 sharedstatedir = @sharedstatedir@
318 srcdir = @srcdir@
319 sysconfdir = @sysconfdir@
320 target_alias = @target_alias@
321 top_build_prefix = @top_build_prefix@
322 top_builddir = @top_builddir@
323 top_srcdir = @top_srcdir@
324 SUBDIRS = man $(am__append_1) src $(am__append_2)
325 MAINTAINERCLEANFILES = ChangeLog INSTALL
326 all: config.h
327         $(MAKE) $(AM_MAKEFLAGS) all-recursive
328
329 .SUFFIXES:
330 am--refresh: Makefile
331         @:
332 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
333         @for dep in $?; do \
334           case '$(am__configure_deps)' in \
335             *$$dep*) \
336               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
337               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
338                 && exit 0; \
339               exit 1;; \
340           esac; \
341         done; \
342         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
343         $(am__cd) $(top_srcdir) && \
344           $(AUTOMAKE) --foreign Makefile
345 .PRECIOUS: Makefile
346 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
347         @case '$?' in \
348           *config.status*) \
349             echo ' $(SHELL) ./config.status'; \
350             $(SHELL) ./config.status;; \
351           *) \
352             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
353             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
354         esac;
355
356 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357         $(SHELL) ./config.status --recheck
358
359 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
360         $(am__cd) $(srcdir) && $(AUTOCONF)
361 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
362         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
363 $(am__aclocal_m4_deps):
364
365 config.h: stamp-h1
366         @if test ! -f $@; then rm -f stamp-h1; else :; fi
367         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
368
369 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
370         @rm -f stamp-h1
371         cd $(top_builddir) && $(SHELL) ./config.status config.h
372 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
373         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
374         rm -f stamp-h1
375         touch $@
376
377 distclean-hdr:
378         -rm -f config.h stamp-h1
379
380 mostlyclean-libtool:
381         -rm -f *.lo
382
383 clean-libtool:
384         -rm -rf .libs _libs
385
386 distclean-libtool:
387         -rm -f libtool config.lt
388
389 # This directory's subdirectories are mostly independent; you can cd
390 # into them and run `make' without going through this Makefile.
391 # To change the values of `make' variables: instead of editing Makefiles,
392 # (1) if the variable is set in `config.status', edit `config.status'
393 #     (which will cause the Makefiles to be regenerated when you run `make');
394 # (2) otherwise, pass the desired values on the `make' command line.
395 $(RECURSIVE_TARGETS):
396         @fail= failcom='exit 1'; \
397         for f in x $$MAKEFLAGS; do \
398           case $$f in \
399             *=* | --[!k]*);; \
400             *k*) failcom='fail=yes';; \
401           esac; \
402         done; \
403         dot_seen=no; \
404         target=`echo $@ | sed s/-recursive//`; \
405         list='$(SUBDIRS)'; for subdir in $$list; do \
406           echo "Making $$target in $$subdir"; \
407           if test "$$subdir" = "."; then \
408             dot_seen=yes; \
409             local_target="$$target-am"; \
410           else \
411             local_target="$$target"; \
412           fi; \
413           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
414           || eval $$failcom; \
415         done; \
416         if test "$$dot_seen" = "no"; then \
417           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
418         fi; test -z "$$fail"
419
420 $(RECURSIVE_CLEAN_TARGETS):
421         @fail= failcom='exit 1'; \
422         for f in x $$MAKEFLAGS; do \
423           case $$f in \
424             *=* | --[!k]*);; \
425             *k*) failcom='fail=yes';; \
426           esac; \
427         done; \
428         dot_seen=no; \
429         case "$@" in \
430           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
431           *) list='$(SUBDIRS)' ;; \
432         esac; \
433         rev=''; for subdir in $$list; do \
434           if test "$$subdir" = "."; then :; else \
435             rev="$$subdir $$rev"; \
436           fi; \
437         done; \
438         rev="$$rev ."; \
439         target=`echo $@ | sed s/-recursive//`; \
440         for subdir in $$rev; do \
441           echo "Making $$target in $$subdir"; \
442           if test "$$subdir" = "."; then \
443             local_target="$$target-am"; \
444           else \
445             local_target="$$target"; \
446           fi; \
447           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
448           || eval $$failcom; \
449         done && test -z "$$fail"
450 tags-recursive:
451         list='$(SUBDIRS)'; for subdir in $$list; do \
452           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
453         done
454 ctags-recursive:
455         list='$(SUBDIRS)'; for subdir in $$list; do \
456           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
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 distclean-tags:
522         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
523
524 distdir: $(DISTFILES)
525         $(am__remove_distdir)
526         test -d "$(distdir)" || mkdir "$(distdir)"
527         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
529         list='$(DISTFILES)'; \
530           dist_files=`for file in $$list; do echo $$file; done | \
531           sed -e "s|^$$srcdirstrip/||;t" \
532               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
533         case $$dist_files in \
534           */*) $(MKDIR_P) `echo "$$dist_files" | \
535                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
536                            sort -u` ;; \
537         esac; \
538         for file in $$dist_files; do \
539           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
540           if test -d $$d/$$file; then \
541             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
542             if test -d "$(distdir)/$$file"; then \
543               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
544             fi; \
545             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
546               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
547               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
548             fi; \
549             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
550           else \
551             test -f "$(distdir)/$$file" \
552             || cp -p $$d/$$file "$(distdir)/$$file" \
553             || exit 1; \
554           fi; \
555         done
556         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
557           if test "$$subdir" = .; then :; else \
558             $(am__make_dryrun) \
559               || test -d "$(distdir)/$$subdir" \
560               || $(MKDIR_P) "$(distdir)/$$subdir" \
561               || exit 1; \
562             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
563             $(am__relativize); \
564             new_distdir=$$reldir; \
565             dir1=$$subdir; dir2="$(top_distdir)"; \
566             $(am__relativize); \
567             new_top_distdir=$$reldir; \
568             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
569             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
570             ($(am__cd) $$subdir && \
571               $(MAKE) $(AM_MAKEFLAGS) \
572                 top_distdir="$$new_top_distdir" \
573                 distdir="$$new_distdir" \
574                 am__remove_distdir=: \
575                 am__skip_length_check=: \
576                 am__skip_mode_fix=: \
577                 distdir) \
578               || exit 1; \
579           fi; \
580         done
581         $(MAKE) $(AM_MAKEFLAGS) \
582           top_distdir="$(top_distdir)" distdir="$(distdir)" \
583           dist-hook
584         -test -n "$(am__skip_mode_fix)" \
585         || find "$(distdir)" -type d ! -perm -755 \
586                 -exec chmod u+rwx,go+rx {} \; -o \
587           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
588           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
589           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
590         || chmod -R a+r "$(distdir)"
591 dist-gzip: distdir
592         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
593         $(am__remove_distdir)
594 dist-bzip2: distdir
595         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
596         $(am__remove_distdir)
597
598 dist-lzip: distdir
599         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
600         $(am__remove_distdir)
601
602 dist-lzma: distdir
603         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
604         $(am__remove_distdir)
605
606 dist-xz: distdir
607         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
608         $(am__remove_distdir)
609
610 dist-tarZ: distdir
611         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
612         $(am__remove_distdir)
613
614 dist-shar: distdir
615         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
616         $(am__remove_distdir)
617
618 dist-zip: distdir
619         -rm -f $(distdir).zip
620         zip -rq $(distdir).zip $(distdir)
621         $(am__remove_distdir)
622
623 dist dist-all: distdir
624         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
625         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
626         $(am__remove_distdir)
627
628 # This target untars the dist file and tries a VPATH configuration.  Then
629 # it guarantees that the distribution is self-contained by making another
630 # tarfile.
631 distcheck: dist
632         case '$(DIST_ARCHIVES)' in \
633         *.tar.gz*) \
634           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
635         *.tar.bz2*) \
636           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
637         *.tar.lzma*) \
638           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
639         *.tar.lz*) \
640           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
641         *.tar.xz*) \
642           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
643         *.tar.Z*) \
644           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
645         *.shar.gz*) \
646           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
647         *.zip*) \
648           unzip $(distdir).zip ;;\
649         esac
650         chmod -R a-w $(distdir); chmod u+w $(distdir)
651         mkdir $(distdir)/_build
652         mkdir $(distdir)/_inst
653         chmod a-w $(distdir)
654         test -d $(distdir)/_build || exit 0; \
655         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
656           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
657           && am__cwd=`pwd` \
658           && $(am__cd) $(distdir)/_build \
659           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
660             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
661             $(DISTCHECK_CONFIGURE_FLAGS) \
662           && $(MAKE) $(AM_MAKEFLAGS) \
663           && $(MAKE) $(AM_MAKEFLAGS) dvi \
664           && $(MAKE) $(AM_MAKEFLAGS) check \
665           && $(MAKE) $(AM_MAKEFLAGS) install \
666           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
667           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
668           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
669                 distuninstallcheck \
670           && chmod -R a-w "$$dc_install_base" \
671           && ({ \
672                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
673                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
674                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
675                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
676                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
677               } || { rm -rf "$$dc_destdir"; exit 1; }) \
678           && rm -rf "$$dc_destdir" \
679           && $(MAKE) $(AM_MAKEFLAGS) dist \
680           && rm -rf $(DIST_ARCHIVES) \
681           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
682           && cd "$$am__cwd" \
683           || exit 1
684         $(am__remove_distdir)
685         @(echo "$(distdir) archives ready for distribution: "; \
686           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
687           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
688 distuninstallcheck:
689         @test -n '$(distuninstallcheck_dir)' || { \
690           echo 'ERROR: trying to run $@ with an empty' \
691                '$$(distuninstallcheck_dir)' >&2; \
692           exit 1; \
693         }; \
694         $(am__cd) '$(distuninstallcheck_dir)' || { \
695           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
696           exit 1; \
697         }; \
698         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
699            || { echo "ERROR: files left after uninstall:" ; \
700                 if test -n "$(DESTDIR)"; then \
701                   echo "  (check DESTDIR support)"; \
702                 fi ; \
703                 $(distuninstallcheck_listfiles) ; \
704                 exit 1; } >&2
705 distcleancheck: distclean
706         @if test '$(srcdir)' = . ; then \
707           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
708           exit 1 ; \
709         fi
710         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
711           || { echo "ERROR: files left in build directory after distclean:" ; \
712                $(distcleancheck_listfiles) ; \
713                exit 1; } >&2
714 check-am: all-am
715 check: check-recursive
716 all-am: Makefile config.h
717 installdirs: installdirs-recursive
718 installdirs-am:
719 install: install-recursive
720 install-exec: install-exec-recursive
721 install-data: install-data-recursive
722 uninstall: uninstall-recursive
723
724 install-am: all-am
725         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
726
727 installcheck: installcheck-recursive
728 install-strip:
729         if test -z '$(STRIP)'; then \
730           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
731             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
732               install; \
733         else \
734           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
735             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
736             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
737         fi
738 mostlyclean-generic:
739
740 clean-generic:
741
742 distclean-generic:
743         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
744         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
745
746 maintainer-clean-generic:
747         @echo "This command is intended for maintainers to use"
748         @echo "it deletes files that may require special tools to rebuild."
749         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
750 clean: clean-recursive
751
752 clean-am: clean-generic clean-libtool mostlyclean-am
753
754 distclean: distclean-recursive
755         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
756         -rm -f Makefile
757 distclean-am: clean-am distclean-generic distclean-hdr \
758         distclean-libtool distclean-tags
759
760 dvi: dvi-recursive
761
762 dvi-am:
763
764 html: html-recursive
765
766 html-am:
767
768 info: info-recursive
769
770 info-am:
771
772 install-data-am:
773
774 install-dvi: install-dvi-recursive
775
776 install-dvi-am:
777
778 install-exec-am:
779
780 install-html: install-html-recursive
781
782 install-html-am:
783
784 install-info: install-info-recursive
785
786 install-info-am:
787
788 install-man:
789
790 install-pdf: install-pdf-recursive
791
792 install-pdf-am:
793
794 install-ps: install-ps-recursive
795
796 install-ps-am:
797
798 installcheck-am:
799
800 maintainer-clean: maintainer-clean-recursive
801         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
802         -rm -rf $(top_srcdir)/autom4te.cache
803         -rm -f Makefile
804 maintainer-clean-am: distclean-am maintainer-clean-generic
805
806 mostlyclean: mostlyclean-recursive
807
808 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
809
810 pdf: pdf-recursive
811
812 pdf-am:
813
814 ps: ps-recursive
815
816 ps-am:
817
818 uninstall-am:
819
820 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
821         ctags-recursive install-am install-strip tags-recursive
822
823 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
824         all all-am am--refresh check check-am clean clean-generic \
825         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
826         dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
827         dist-xz dist-zip distcheck distclean distclean-generic \
828         distclean-hdr distclean-libtool distclean-tags distcleancheck \
829         distdir distuninstallcheck dvi dvi-am html html-am info \
830         info-am install install-am install-data install-data-am \
831         install-dvi install-dvi-am install-exec install-exec-am \
832         install-html install-html-am install-info install-info-am \
833         install-man install-pdf install-pdf-am install-ps \
834         install-ps-am install-strip installcheck installcheck-am \
835         installdirs installdirs-am maintainer-clean \
836         maintainer-clean-generic mostlyclean mostlyclean-generic \
837         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
838         uninstall uninstall-am
839
840
841 .PHONY: ChangeLog INSTALL
842
843 INSTALL:
844         $(INSTALL_CMD)
845
846 ChangeLog:
847         $(CHANGELOG_CMD)
848
849 dist-hook: ChangeLog INSTALL
850
851 # Tell versions [3.59,3.63) of GNU make to not export all variables.
852 # Otherwise a system limit (for SysV at least) may be exceeded.
853 .NOEXPORT: