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