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