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