Tizen 2.1 base
[framework/uifw/xorg/util/x11-utils.git] / xev / 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 = xev$(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_xev_OBJECTS = xev.$(OBJEXT)
77 xev_OBJECTS = $(am_xev_OBJECTS)
78 am__DEPENDENCIES_1 =
79 xev_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 = $(xev_SOURCES)
101 DIST_SOURCES = $(xev_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 BASE_CFLAGS = @BASE_CFLAGS@
165 CC = @CC@
166 CCDEPMODE = @CCDEPMODE@
167 CFLAGS = @CFLAGS@
168 CHANGELOG_CMD = @CHANGELOG_CMD@
169 CPP = @CPP@
170 CPPFLAGS = @CPPFLAGS@
171 CWARNFLAGS = @CWARNFLAGS@
172 CYGPATH_W = @CYGPATH_W@
173 DEFS = @DEFS@
174 DEPDIR = @DEPDIR@
175 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
176 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
177 ECHO_C = @ECHO_C@
178 ECHO_N = @ECHO_N@
179 ECHO_T = @ECHO_T@
180 EGREP = @EGREP@
181 EXEEXT = @EXEEXT@
182 FILE_MAN_DIR = @FILE_MAN_DIR@
183 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
184 GREP = @GREP@
185 INSTALL = @INSTALL@
186 INSTALL_CMD = @INSTALL_CMD@
187 INSTALL_DATA = @INSTALL_DATA@
188 INSTALL_PROGRAM = @INSTALL_PROGRAM@
189 INSTALL_SCRIPT = @INSTALL_SCRIPT@
190 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
191 LDFLAGS = @LDFLAGS@
192 LIBOBJS = @LIBOBJS@
193 LIBS = @LIBS@
194 LIB_MAN_DIR = @LIB_MAN_DIR@
195 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
196 LTLIBOBJS = @LTLIBOBJS@
197 MAINT = @MAINT@
198 MAKEINFO = @MAKEINFO@
199 MAN_SUBSTS = @MAN_SUBSTS@
200 MISC_MAN_DIR = @MISC_MAN_DIR@
201 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
202 MKDIR_P = @MKDIR_P@
203 OBJEXT = @OBJEXT@
204 PACKAGE = @PACKAGE@
205 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
206 PACKAGE_NAME = @PACKAGE_NAME@
207 PACKAGE_STRING = @PACKAGE_STRING@
208 PACKAGE_TARNAME = @PACKAGE_TARNAME@
209 PACKAGE_URL = @PACKAGE_URL@
210 PACKAGE_VERSION = @PACKAGE_VERSION@
211 PATH_SEPARATOR = @PATH_SEPARATOR@
212 PKG_CONFIG = @PKG_CONFIG@
213 SED = @SED@
214 SET_MAKE = @SET_MAKE@
215 SHELL = @SHELL@
216 STRICT_CFLAGS = @STRICT_CFLAGS@
217 STRIP = @STRIP@
218 VERSION = @VERSION@
219 XEV_CFLAGS = @XEV_CFLAGS@
220 XEV_LIBS = @XEV_LIBS@
221 XORG_MAN_PAGE = @XORG_MAN_PAGE@
222 abs_builddir = @abs_builddir@
223 abs_srcdir = @abs_srcdir@
224 abs_top_builddir = @abs_top_builddir@
225 abs_top_srcdir = @abs_top_srcdir@
226 ac_ct_CC = @ac_ct_CC@
227 am__include = @am__include@
228 am__leading_dot = @am__leading_dot@
229 am__quote = @am__quote@
230 am__tar = @am__tar@
231 am__untar = @am__untar@
232 bindir = @bindir@
233 build = @build@
234 build_alias = @build_alias@
235 build_cpu = @build_cpu@
236 build_os = @build_os@
237 build_vendor = @build_vendor@
238 builddir = @builddir@
239 datadir = @datadir@
240 datarootdir = @datarootdir@
241 docdir = @docdir@
242 dvidir = @dvidir@
243 exec_prefix = @exec_prefix@
244 host = @host@
245 host_alias = @host_alias@
246 host_cpu = @host_cpu@
247 host_os = @host_os@
248 host_vendor = @host_vendor@
249 htmldir = @htmldir@
250 includedir = @includedir@
251 infodir = @infodir@
252 install_sh = @install_sh@
253 libdir = @libdir@
254 libexecdir = @libexecdir@
255 localedir = @localedir@
256 localstatedir = @localstatedir@
257 mandir = @mandir@
258 mkdir_p = @mkdir_p@
259 oldincludedir = @oldincludedir@
260 pdfdir = @pdfdir@
261 prefix = @prefix@
262 program_transform_name = @program_transform_name@
263 psdir = @psdir@
264 sbindir = @sbindir@
265 sharedstatedir = @sharedstatedir@
266 srcdir = @srcdir@
267 sysconfdir = @sysconfdir@
268 target_alias = @target_alias@
269 top_build_prefix = @top_build_prefix@
270 top_builddir = @top_builddir@
271 top_srcdir = @top_srcdir@
272 SUBDIRS = man
273 AM_CFLAGS = $(CWARNFLAGS) $(XEV_CFLAGS)
274 xev_LDADD = $(XEV_LIBS)
275 xev_SOURCES = \
276         xev.c
277
278 MAINTAINERCLEANFILES = ChangeLog INSTALL
279 all: config.h
280         $(MAKE) $(AM_MAKEFLAGS) all-recursive
281
282 .SUFFIXES:
283 .SUFFIXES: .c .o .obj
284 am--refresh:
285         @:
286 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
287         @for dep in $?; do \
288           case '$(am__configure_deps)' in \
289             *$$dep*) \
290               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
291               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
292                 && exit 0; \
293               exit 1;; \
294           esac; \
295         done; \
296         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
297         $(am__cd) $(top_srcdir) && \
298           $(AUTOMAKE) --foreign Makefile
299 .PRECIOUS: Makefile
300 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
301         @case '$?' in \
302           *config.status*) \
303             echo ' $(SHELL) ./config.status'; \
304             $(SHELL) ./config.status;; \
305           *) \
306             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
307             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
308         esac;
309
310 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
311         $(SHELL) ./config.status --recheck
312
313 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
314         $(am__cd) $(srcdir) && $(AUTOCONF)
315 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
316         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
317 $(am__aclocal_m4_deps):
318
319 config.h: stamp-h1
320         @if test ! -f $@; then \
321           rm -f stamp-h1; \
322           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
323         else :; fi
324
325 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
326         @rm -f stamp-h1
327         cd $(top_builddir) && $(SHELL) ./config.status config.h
328 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
329         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
330         rm -f stamp-h1
331         touch $@
332
333 distclean-hdr:
334         -rm -f config.h stamp-h1
335 install-binPROGRAMS: $(bin_PROGRAMS)
336         @$(NORMAL_INSTALL)
337         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
338         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
339         for p in $$list; do echo "$$p $$p"; done | \
340         sed 's/$(EXEEXT)$$//' | \
341         while read p p1; do if test -f $$p; \
342           then echo "$$p"; echo "$$p"; else :; fi; \
343         done | \
344         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
345             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
346         sed 'N;N;N;s,\n, ,g' | \
347         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
348           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
349             if ($$2 == $$4) files[d] = files[d] " " $$1; \
350             else { print "f", $$3 "/" $$4, $$1; } } \
351           END { for (d in files) print "f", d, files[d] }' | \
352         while read type dir files; do \
353             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
354             test -z "$$files" || { \
355               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
356               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
357             } \
358         ; done
359
360 uninstall-binPROGRAMS:
361         @$(NORMAL_UNINSTALL)
362         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
363         files=`for p in $$list; do echo "$$p"; done | \
364           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
365               -e 's/$$/$(EXEEXT)/' `; \
366         test -n "$$list" || exit 0; \
367         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
368         cd "$(DESTDIR)$(bindir)" && rm -f $$files
369
370 clean-binPROGRAMS:
371         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
372 xev$(EXEEXT): $(xev_OBJECTS) $(xev_DEPENDENCIES) 
373         @rm -f xev$(EXEEXT)
374         $(AM_V_CCLD)$(LINK) $(xev_OBJECTS) $(xev_LDADD) $(LIBS)
375
376 mostlyclean-compile:
377         -rm -f *.$(OBJEXT)
378
379 distclean-compile:
380         -rm -f *.tab.c
381
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xev.Po@am__quote@
383
384 .c.o:
385 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
386 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
387 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
388 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
389 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
390 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
391
392 .c.obj:
393 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
394 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
395 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
396 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
397 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
399
400 # This directory's subdirectories are mostly independent; you can cd
401 # into them and run `make' without going through this Makefile.
402 # To change the values of `make' variables: instead of editing Makefiles,
403 # (1) if the variable is set in `config.status', edit `config.status'
404 #     (which will cause the Makefiles to be regenerated when you run `make');
405 # (2) otherwise, pass the desired values on the `make' command line.
406 $(RECURSIVE_TARGETS):
407         @fail= failcom='exit 1'; \
408         for f in x $$MAKEFLAGS; do \
409           case $$f in \
410             *=* | --[!k]*);; \
411             *k*) failcom='fail=yes';; \
412           esac; \
413         done; \
414         dot_seen=no; \
415         target=`echo $@ | sed s/-recursive//`; \
416         list='$(SUBDIRS)'; for subdir in $$list; do \
417           echo "Making $$target in $$subdir"; \
418           if test "$$subdir" = "."; then \
419             dot_seen=yes; \
420             local_target="$$target-am"; \
421           else \
422             local_target="$$target"; \
423           fi; \
424           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
425           || eval $$failcom; \
426         done; \
427         if test "$$dot_seen" = "no"; then \
428           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
429         fi; test -z "$$fail"
430
431 $(RECURSIVE_CLEAN_TARGETS):
432         @fail= failcom='exit 1'; \
433         for f in x $$MAKEFLAGS; do \
434           case $$f in \
435             *=* | --[!k]*);; \
436             *k*) failcom='fail=yes';; \
437           esac; \
438         done; \
439         dot_seen=no; \
440         case "$@" in \
441           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
442           *) list='$(SUBDIRS)' ;; \
443         esac; \
444         rev=''; for subdir in $$list; do \
445           if test "$$subdir" = "."; then :; else \
446             rev="$$subdir $$rev"; \
447           fi; \
448         done; \
449         rev="$$rev ."; \
450         target=`echo $@ | sed s/-recursive//`; \
451         for subdir in $$rev; do \
452           echo "Making $$target in $$subdir"; \
453           if test "$$subdir" = "."; then \
454             local_target="$$target-am"; \
455           else \
456             local_target="$$target"; \
457           fi; \
458           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
459           || eval $$failcom; \
460         done && test -z "$$fail"
461 tags-recursive:
462         list='$(SUBDIRS)'; for subdir in $$list; do \
463           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
464         done
465 ctags-recursive:
466         list='$(SUBDIRS)'; for subdir in $$list; do \
467           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
468         done
469
470 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
471         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
472         unique=`for i in $$list; do \
473             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474           done | \
475           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476               END { if (nonempty) { for (i in files) print i; }; }'`; \
477         mkid -fID $$unique
478 tags: TAGS
479
480 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
481                 $(TAGS_FILES) $(LISP)
482         set x; \
483         here=`pwd`; \
484         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
485           include_option=--etags-include; \
486           empty_fix=.; \
487         else \
488           include_option=--include; \
489           empty_fix=; \
490         fi; \
491         list='$(SUBDIRS)'; for subdir in $$list; do \
492           if test "$$subdir" = .; then :; else \
493             test ! -f $$subdir/TAGS || \
494               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
495           fi; \
496         done; \
497         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
498         unique=`for i in $$list; do \
499             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
500           done | \
501           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
502               END { if (nonempty) { for (i in files) print i; }; }'`; \
503         shift; \
504         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
505           test -n "$$unique" || unique=$$empty_fix; \
506           if test $$# -gt 0; then \
507             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508               "$$@" $$unique; \
509           else \
510             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
511               $$unique; \
512           fi; \
513         fi
514 ctags: CTAGS
515 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
516                 $(TAGS_FILES) $(LISP)
517         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
518         unique=`for i in $$list; do \
519             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
520           done | \
521           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
522               END { if (nonempty) { for (i in files) print i; }; }'`; \
523         test -z "$(CTAGS_ARGS)$$unique" \
524           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
525              $$unique
526
527 GTAGS:
528         here=`$(am__cd) $(top_builddir) && pwd` \
529           && $(am__cd) $(top_srcdir) \
530           && gtags -i $(GTAGS_ARGS) "$$here"
531
532 distclean-tags:
533         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
534
535 distdir: $(DISTFILES)
536         $(am__remove_distdir)
537         test -d "$(distdir)" || mkdir "$(distdir)"
538         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
539         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
540         list='$(DISTFILES)'; \
541           dist_files=`for file in $$list; do echo $$file; done | \
542           sed -e "s|^$$srcdirstrip/||;t" \
543               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
544         case $$dist_files in \
545           */*) $(MKDIR_P) `echo "$$dist_files" | \
546                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
547                            sort -u` ;; \
548         esac; \
549         for file in $$dist_files; do \
550           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
551           if test -d $$d/$$file; then \
552             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
553             if test -d "$(distdir)/$$file"; then \
554               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555             fi; \
556             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
557               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
558               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
559             fi; \
560             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
561           else \
562             test -f "$(distdir)/$$file" \
563             || cp -p $$d/$$file "$(distdir)/$$file" \
564             || exit 1; \
565           fi; \
566         done
567         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
568           if test "$$subdir" = .; then :; else \
569             test -d "$(distdir)/$$subdir" \
570             || $(MKDIR_P) "$(distdir)/$$subdir" \
571             || exit 1; \
572           fi; \
573         done
574         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
575           if test "$$subdir" = .; then :; else \
576             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
577             $(am__relativize); \
578             new_distdir=$$reldir; \
579             dir1=$$subdir; dir2="$(top_distdir)"; \
580             $(am__relativize); \
581             new_top_distdir=$$reldir; \
582             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
583             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
584             ($(am__cd) $$subdir && \
585               $(MAKE) $(AM_MAKEFLAGS) \
586                 top_distdir="$$new_top_distdir" \
587                 distdir="$$new_distdir" \
588                 am__remove_distdir=: \
589                 am__skip_length_check=: \
590                 am__skip_mode_fix=: \
591                 distdir) \
592               || exit 1; \
593           fi; \
594         done
595         $(MAKE) $(AM_MAKEFLAGS) \
596           top_distdir="$(top_distdir)" distdir="$(distdir)" \
597           dist-hook
598         -test -n "$(am__skip_mode_fix)" \
599         || find "$(distdir)" -type d ! -perm -755 \
600                 -exec chmod u+rwx,go+rx {} \; -o \
601           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
602           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
603           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
604         || chmod -R a+r "$(distdir)"
605 dist-gzip: distdir
606         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
607         $(am__remove_distdir)
608 dist-bzip2: distdir
609         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
610         $(am__remove_distdir)
611
612 dist-lzma: distdir
613         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
614         $(am__remove_distdir)
615
616 dist-xz: distdir
617         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
618         $(am__remove_distdir)
619
620 dist-tarZ: distdir
621         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
622         $(am__remove_distdir)
623
624 dist-shar: distdir
625         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
626         $(am__remove_distdir)
627
628 dist-zip: distdir
629         -rm -f $(distdir).zip
630         zip -rq $(distdir).zip $(distdir)
631         $(am__remove_distdir)
632
633 dist dist-all: distdir
634         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
635         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
636         $(am__remove_distdir)
637
638 # This target untars the dist file and tries a VPATH configuration.  Then
639 # it guarantees that the distribution is self-contained by making another
640 # tarfile.
641 distcheck: dist
642         case '$(DIST_ARCHIVES)' in \
643         *.tar.gz*) \
644           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
645         *.tar.bz2*) \
646           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
647         *.tar.lzma*) \
648           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
649         *.tar.xz*) \
650           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
651         *.tar.Z*) \
652           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
653         *.shar.gz*) \
654           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
655         *.zip*) \
656           unzip $(distdir).zip ;;\
657         esac
658         chmod -R a-w $(distdir); chmod a+w $(distdir)
659         mkdir $(distdir)/_build
660         mkdir $(distdir)/_inst
661         chmod a-w $(distdir)
662         test -d $(distdir)/_build || exit 0; \
663         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
664           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
665           && am__cwd=`pwd` \
666           && $(am__cd) $(distdir)/_build \
667           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
668             $(DISTCHECK_CONFIGURE_FLAGS) \
669           && $(MAKE) $(AM_MAKEFLAGS) \
670           && $(MAKE) $(AM_MAKEFLAGS) dvi \
671           && $(MAKE) $(AM_MAKEFLAGS) check \
672           && $(MAKE) $(AM_MAKEFLAGS) install \
673           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
674           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
675           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
676                 distuninstallcheck \
677           && chmod -R a-w "$$dc_install_base" \
678           && ({ \
679                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
680                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
681                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
682                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
683                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
684               } || { rm -rf "$$dc_destdir"; exit 1; }) \
685           && rm -rf "$$dc_destdir" \
686           && $(MAKE) $(AM_MAKEFLAGS) dist \
687           && rm -rf $(DIST_ARCHIVES) \
688           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
689           && cd "$$am__cwd" \
690           || exit 1
691         $(am__remove_distdir)
692         @(echo "$(distdir) archives ready for distribution: "; \
693           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
694           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
695 distuninstallcheck:
696         @$(am__cd) '$(distuninstallcheck_dir)' \
697         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
698            || { echo "ERROR: files left after uninstall:" ; \
699                 if test -n "$(DESTDIR)"; then \
700                   echo "  (check DESTDIR support)"; \
701                 fi ; \
702                 $(distuninstallcheck_listfiles) ; \
703                 exit 1; } >&2
704 distcleancheck: distclean
705         @if test '$(srcdir)' = . ; then \
706           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
707           exit 1 ; \
708         fi
709         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
710           || { echo "ERROR: files left in build directory after distclean:" ; \
711                $(distcleancheck_listfiles) ; \
712                exit 1; } >&2
713 check-am: all-am
714 check: check-recursive
715 all-am: Makefile $(PROGRAMS) config.h
716 installdirs: installdirs-recursive
717 installdirs-am:
718         for dir in "$(DESTDIR)$(bindir)"; do \
719           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
720         done
721 install: install-recursive
722 install-exec: install-exec-recursive
723 install-data: install-data-recursive
724 uninstall: uninstall-recursive
725
726 install-am: all-am
727         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
728
729 installcheck: installcheck-recursive
730 install-strip:
731         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
732           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
733           `test -z '$(STRIP)' || \
734             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
735 mostlyclean-generic:
736
737 clean-generic:
738
739 distclean-generic:
740         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
741         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
742
743 maintainer-clean-generic:
744         @echo "This command is intended for maintainers to use"
745         @echo "it deletes files that may require special tools to rebuild."
746         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
747 clean: clean-recursive
748
749 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
750
751 distclean: distclean-recursive
752         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
753         -rm -rf ./$(DEPDIR)
754         -rm -f Makefile
755 distclean-am: clean-am distclean-compile distclean-generic \
756         distclean-hdr distclean-tags
757
758 dvi: dvi-recursive
759
760 dvi-am:
761
762 html: html-recursive
763
764 html-am:
765
766 info: info-recursive
767
768 info-am:
769
770 install-data-am:
771
772 install-dvi: install-dvi-recursive
773
774 install-dvi-am:
775
776 install-exec-am: install-binPROGRAMS
777
778 install-html: install-html-recursive
779
780 install-html-am:
781
782 install-info: install-info-recursive
783
784 install-info-am:
785
786 install-man:
787
788 install-pdf: install-pdf-recursive
789
790 install-pdf-am:
791
792 install-ps: install-ps-recursive
793
794 install-ps-am:
795
796 installcheck-am:
797
798 maintainer-clean: maintainer-clean-recursive
799         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
800         -rm -rf $(top_srcdir)/autom4te.cache
801         -rm -rf ./$(DEPDIR)
802         -rm -f Makefile
803 maintainer-clean-am: distclean-am maintainer-clean-generic
804
805 mostlyclean: mostlyclean-recursive
806
807 mostlyclean-am: mostlyclean-compile mostlyclean-generic
808
809 pdf: pdf-recursive
810
811 pdf-am:
812
813 ps: ps-recursive
814
815 ps-am:
816
817 uninstall-am: uninstall-binPROGRAMS
818
819 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
820         ctags-recursive install-am install-strip tags-recursive
821
822 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
823         all all-am am--refresh check check-am clean clean-binPROGRAMS \
824         clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
825         dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
826         dist-zip distcheck distclean distclean-compile \
827         distclean-generic distclean-hdr distclean-tags distcleancheck \
828         distdir distuninstallcheck dvi dvi-am html html-am info \
829         info-am install install-am install-binPROGRAMS install-data \
830         install-data-am install-dvi install-dvi-am install-exec \
831         install-exec-am install-html install-html-am install-info \
832         install-info-am install-man install-pdf install-pdf-am \
833         install-ps install-ps-am install-strip installcheck \
834         installcheck-am installdirs installdirs-am maintainer-clean \
835         maintainer-clean-generic mostlyclean mostlyclean-compile \
836         mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
837         uninstall uninstall-am uninstall-binPROGRAMS
838
839
840 .PHONY: ChangeLog INSTALL
841
842 INSTALL:
843         $(INSTALL_CMD)
844
845 ChangeLog:
846         $(CHANGELOG_CMD)
847
848 dist-hook: ChangeLog INSTALL
849
850 # Tell versions [3.59,3.63) of GNU make to not export all variables.
851 # Otherwise a system limit (for SysV at least) may be exceeded.
852 .NOEXPORT: