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