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