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