Makefile.in revision 382ff0af
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24top_builddir = ..
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38build_triplet = @build@
39host_triplet = @host@
40subdir = src
41DIST_COMMON = $(libxkbuiinclude_HEADERS) $(srcdir)/Makefile.am \
42	$(srcdir)/Makefile.in
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES =
50am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51am__vpath_adj = case $$p in \
52    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53    *) f=$$p;; \
54  esac;
55am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
56am__installdirs = "$(DESTDIR)$(libdir)" \
57	"$(DESTDIR)$(libxkbuiincludedir)"
58libLTLIBRARIES_INSTALL = $(INSTALL)
59LTLIBRARIES = $(lib_LTLIBRARIES)
60libxkbui_la_DEPENDENCIES =
61am_libxkbui_la_OBJECTS = XKBui.lo
62libxkbui_la_OBJECTS = $(am_libxkbui_la_OBJECTS)
63DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
64depcomp = $(SHELL) $(top_srcdir)/depcomp
65am__depfiles_maybe = depfiles
66COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
69	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
70	$(AM_CFLAGS) $(CFLAGS)
71CCLD = $(CC)
72LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
73	$(AM_LDFLAGS) $(LDFLAGS) -o $@
74SOURCES = $(libxkbui_la_SOURCES)
75DIST_SOURCES = $(libxkbui_la_SOURCES)
76libxkbuiincludeHEADERS_INSTALL = $(INSTALL_HEADER)
77HEADERS = $(libxkbuiinclude_HEADERS)
78ETAGS = etags
79CTAGS = ctags
80DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81ACLOCAL = @ACLOCAL@
82AMDEP_FALSE = @AMDEP_FALSE@
83AMDEP_TRUE = @AMDEP_TRUE@
84AMTAR = @AMTAR@
85AR = @AR@
86AUTOCONF = @AUTOCONF@
87AUTOHEADER = @AUTOHEADER@
88AUTOMAKE = @AUTOMAKE@
89AWK = @AWK@
90CC = @CC@
91CCDEPMODE = @CCDEPMODE@
92CFLAGS = @CFLAGS@
93CPP = @CPP@
94CPPFLAGS = @CPPFLAGS@
95CXX = @CXX@
96CXXCPP = @CXXCPP@
97CXXDEPMODE = @CXXDEPMODE@
98CXXFLAGS = @CXXFLAGS@
99CYGPATH_W = @CYGPATH_W@
100DEFS = @DEFS@
101DEPDIR = @DEPDIR@
102ECHO = @ECHO@
103ECHO_C = @ECHO_C@
104ECHO_N = @ECHO_N@
105ECHO_T = @ECHO_T@
106EGREP = @EGREP@
107EXEEXT = @EXEEXT@
108F77 = @F77@
109FFLAGS = @FFLAGS@
110INSTALL_DATA = @INSTALL_DATA@
111INSTALL_PROGRAM = @INSTALL_PROGRAM@
112INSTALL_SCRIPT = @INSTALL_SCRIPT@
113INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114LDFLAGS = @LDFLAGS@
115LIBOBJS = @LIBOBJS@
116LIBS = @LIBS@
117LIBTOOL = @LIBTOOL@
118LN_S = @LN_S@
119LTLIBOBJS = @LTLIBOBJS@
120MAINT = @MAINT@
121MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
122MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
123MAKEINFO = @MAKEINFO@
124OBJEXT = @OBJEXT@
125PACKAGE = @PACKAGE@
126PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
127PACKAGE_NAME = @PACKAGE_NAME@
128PACKAGE_STRING = @PACKAGE_STRING@
129PACKAGE_TARNAME = @PACKAGE_TARNAME@
130PACKAGE_VERSION = @PACKAGE_VERSION@
131PATH_SEPARATOR = @PATH_SEPARATOR@
132PKG_CONFIG = @PKG_CONFIG@
133RANLIB = @RANLIB@
134SET_MAKE = @SET_MAKE@
135SHELL = @SHELL@
136STRIP = @STRIP@
137VERSION = @VERSION@
138XKBUI_CFLAGS = @XKBUI_CFLAGS@
139XKBUI_LIBS = @XKBUI_LIBS@
140ac_ct_AR = @ac_ct_AR@
141ac_ct_CC = @ac_ct_CC@
142ac_ct_CXX = @ac_ct_CXX@
143ac_ct_F77 = @ac_ct_F77@
144ac_ct_RANLIB = @ac_ct_RANLIB@
145ac_ct_STRIP = @ac_ct_STRIP@
146ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
147am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
148am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
149am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
150am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
151am__include = @am__include@
152am__leading_dot = @am__leading_dot@
153am__quote = @am__quote@
154am__tar = @am__tar@
155am__untar = @am__untar@
156bindir = @bindir@
157build = @build@
158build_alias = @build_alias@
159build_cpu = @build_cpu@
160build_os = @build_os@
161build_vendor = @build_vendor@
162datadir = @datadir@
163exec_prefix = @exec_prefix@
164host = @host@
165host_alias = @host_alias@
166host_cpu = @host_cpu@
167host_os = @host_os@
168host_vendor = @host_vendor@
169includedir = @includedir@
170infodir = @infodir@
171install_sh = @install_sh@
172libdir = @libdir@
173libexecdir = @libexecdir@
174localstatedir = @localstatedir@
175mandir = @mandir@
176mkdir_p = @mkdir_p@
177oldincludedir = @oldincludedir@
178prefix = @prefix@
179program_transform_name = @program_transform_name@
180sbindir = @sbindir@
181sharedstatedir = @sharedstatedir@
182sysconfdir = @sysconfdir@
183target_alias = @target_alias@
184lib_LTLIBRARIES = libxkbui.la
185libxkbui_la_SOURCES = \
186         XKBui.c \
187         XKBuiPriv.h
188
189INCLUDES = -I$(top_srcdir)/include/X11/extensions
190AM_CFLAGS = @XKBUI_CFLAGS@
191libxkbui_la_LIBADD = @XKBUI_LIBS@
192libxkbui_la_LDFLAGS = -version-number 1:0:0 -no-undefined
193libxkbuiincludedir = $(includedir)/X11/extensions
194libxkbuiinclude_HEADERS = \
195    $(top_srcdir)/include/X11/extensions/XKBui.h
196
197all: all-am
198
199.SUFFIXES:
200.SUFFIXES: .c .lo .o .obj
201$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
202	@for dep in $?; do \
203	  case '$(am__configure_deps)' in \
204	    *$$dep*) \
205	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
206		&& exit 0; \
207	      exit 1;; \
208	  esac; \
209	done; \
210	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
211	cd $(top_srcdir) && \
212	  $(AUTOMAKE) --gnu  src/Makefile
213.PRECIOUS: Makefile
214Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
215	@case '$?' in \
216	  *config.status*) \
217	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
218	  *) \
219	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
220	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
221	esac;
222
223$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
224	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225
226$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
227	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
229	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230install-libLTLIBRARIES: $(lib_LTLIBRARIES)
231	@$(NORMAL_INSTALL)
232	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
233	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
234	  if test -f $$p; then \
235	    f=$(am__strip_dir) \
236	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
237	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
238	  else :; fi; \
239	done
240
241uninstall-libLTLIBRARIES:
242	@$(NORMAL_UNINSTALL)
243	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
244	  p=$(am__strip_dir) \
245	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
246	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
247	done
248
249clean-libLTLIBRARIES:
250	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
251	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
252	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
253	  test "$$dir" != "$$p" || dir=.; \
254	  echo "rm -f \"$${dir}/so_locations\""; \
255	  rm -f "$${dir}/so_locations"; \
256	done
257libxkbui.la: $(libxkbui_la_OBJECTS) $(libxkbui_la_DEPENDENCIES) 
258	$(LINK) -rpath $(libdir) $(libxkbui_la_LDFLAGS) $(libxkbui_la_OBJECTS) $(libxkbui_la_LIBADD) $(LIBS)
259
260mostlyclean-compile:
261	-rm -f *.$(OBJEXT)
262
263distclean-compile:
264	-rm -f *.tab.c
265
266@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XKBui.Plo@am__quote@
267
268.c.o:
269@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
270@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
271@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
272@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
273@am__fastdepCC_FALSE@	$(COMPILE) -c $<
274
275.c.obj:
276@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
277@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
278@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
279@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
281
282.c.lo:
283@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
284@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
285@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
286@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
288
289mostlyclean-libtool:
290	-rm -f *.lo
291
292clean-libtool:
293	-rm -rf .libs _libs
294
295distclean-libtool:
296	-rm -f libtool
297uninstall-info-am:
298install-libxkbuiincludeHEADERS: $(libxkbuiinclude_HEADERS)
299	@$(NORMAL_INSTALL)
300	test -z "$(libxkbuiincludedir)" || $(mkdir_p) "$(DESTDIR)$(libxkbuiincludedir)"
301	@list='$(libxkbuiinclude_HEADERS)'; for p in $$list; do \
302	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
303	  f=$(am__strip_dir) \
304	  echo " $(libxkbuiincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libxkbuiincludedir)/$$f'"; \
305	  $(libxkbuiincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libxkbuiincludedir)/$$f"; \
306	done
307
308uninstall-libxkbuiincludeHEADERS:
309	@$(NORMAL_UNINSTALL)
310	@list='$(libxkbuiinclude_HEADERS)'; for p in $$list; do \
311	  f=$(am__strip_dir) \
312	  echo " rm -f '$(DESTDIR)$(libxkbuiincludedir)/$$f'"; \
313	  rm -f "$(DESTDIR)$(libxkbuiincludedir)/$$f"; \
314	done
315
316ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
317	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
318	unique=`for i in $$list; do \
319	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320	  done | \
321	  $(AWK) '    { files[$$0] = 1; } \
322	       END { for (i in files) print i; }'`; \
323	mkid -fID $$unique
324tags: TAGS
325
326TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
327		$(TAGS_FILES) $(LISP)
328	tags=; \
329	here=`pwd`; \
330	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
331	unique=`for i in $$list; do \
332	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333	  done | \
334	  $(AWK) '    { files[$$0] = 1; } \
335	       END { for (i in files) print i; }'`; \
336	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
337	  test -n "$$unique" || unique=$$empty_fix; \
338	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339	    $$tags $$unique; \
340	fi
341ctags: CTAGS
342CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
343		$(TAGS_FILES) $(LISP)
344	tags=; \
345	here=`pwd`; \
346	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
347	unique=`for i in $$list; do \
348	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349	  done | \
350	  $(AWK) '    { files[$$0] = 1; } \
351	       END { for (i in files) print i; }'`; \
352	test -z "$(CTAGS_ARGS)$$tags$$unique" \
353	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
354	     $$tags $$unique
355
356GTAGS:
357	here=`$(am__cd) $(top_builddir) && pwd` \
358	  && cd $(top_srcdir) \
359	  && gtags -i $(GTAGS_ARGS) $$here
360
361distclean-tags:
362	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
363
364distdir: $(DISTFILES)
365	$(mkdir_p) $(distdir)/../include/X11/extensions
366	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
367	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
368	list='$(DISTFILES)'; for file in $$list; do \
369	  case $$file in \
370	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
371	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
372	  esac; \
373	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
374	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
375	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
376	    dir="/$$dir"; \
377	    $(mkdir_p) "$(distdir)$$dir"; \
378	  else \
379	    dir=''; \
380	  fi; \
381	  if test -d $$d/$$file; then \
382	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
384	    fi; \
385	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
386	  else \
387	    test -f $(distdir)/$$file \
388	    || cp -p $$d/$$file $(distdir)/$$file \
389	    || exit 1; \
390	  fi; \
391	done
392check-am: all-am
393check: check-am
394all-am: Makefile $(LTLIBRARIES) $(HEADERS)
395installdirs:
396	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libxkbuiincludedir)"; do \
397	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
398	done
399install: install-am
400install-exec: install-exec-am
401install-data: install-data-am
402uninstall: uninstall-am
403
404install-am: all-am
405	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
406
407installcheck: installcheck-am
408install-strip:
409	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
410	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
411	  `test -z '$(STRIP)' || \
412	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
413mostlyclean-generic:
414
415clean-generic:
416
417distclean-generic:
418	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
419
420maintainer-clean-generic:
421	@echo "This command is intended for maintainers to use"
422	@echo "it deletes files that may require special tools to rebuild."
423clean: clean-am
424
425clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
426	mostlyclean-am
427
428distclean: distclean-am
429	-rm -rf ./$(DEPDIR)
430	-rm -f Makefile
431distclean-am: clean-am distclean-compile distclean-generic \
432	distclean-libtool distclean-tags
433
434dvi: dvi-am
435
436dvi-am:
437
438html: html-am
439
440info: info-am
441
442info-am:
443
444install-data-am: install-libxkbuiincludeHEADERS
445
446install-exec-am: install-libLTLIBRARIES
447
448install-info: install-info-am
449
450install-man:
451
452installcheck-am:
453
454maintainer-clean: maintainer-clean-am
455	-rm -rf ./$(DEPDIR)
456	-rm -f Makefile
457maintainer-clean-am: distclean-am maintainer-clean-generic
458
459mostlyclean: mostlyclean-am
460
461mostlyclean-am: mostlyclean-compile mostlyclean-generic \
462	mostlyclean-libtool
463
464pdf: pdf-am
465
466pdf-am:
467
468ps: ps-am
469
470ps-am:
471
472uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
473	uninstall-libxkbuiincludeHEADERS
474
475.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
476	clean-libLTLIBRARIES clean-libtool ctags distclean \
477	distclean-compile distclean-generic distclean-libtool \
478	distclean-tags distdir dvi dvi-am html html-am info info-am \
479	install install-am install-data install-data-am install-exec \
480	install-exec-am install-info install-info-am \
481	install-libLTLIBRARIES install-libxkbuiincludeHEADERS \
482	install-man install-strip installcheck installcheck-am \
483	installdirs maintainer-clean maintainer-clean-generic \
484	mostlyclean mostlyclean-compile mostlyclean-generic \
485	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
486	uninstall-am uninstall-info-am uninstall-libLTLIBRARIES \
487	uninstall-libxkbuiincludeHEADERS
488
489# Tell versions [3.59,3.63) of GNU make to not export all variables.
490# Otherwise a system limit (for SysV at least) may be exceeded.
491.NOEXPORT:
492