Tizen 2.0 Release
[framework/uifw/xorg/util/x11-xserver-utils.git] / xmodmap / man / Makefile.in
1 # Makefile.in generated by automake 1.11.2 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, 2010, 2011 Free Software
6 # Foundation, 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 (c) 2010, Oracle and/or its affiliates. All rights reserved.
20 #
21 # Permission is hereby granted, free of charge, to any person obtaining a
22 # copy of this software and associated documentation files (the "Software"),
23 # to deal in the Software without restriction, including without limitation
24 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
25 # and/or sell copies of the Software, and to permit persons to whom the
26 # Software is furnished to do so, subject to the following conditions:
27 #
28 # The above copyright notice and this permission notice (including the next
29 # paragraph) shall be included in all copies or substantial portions of the
30 # Software.
31 #
32 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
35 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
37 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38 # DEALINGS IN THE SOFTWARE.
39 #
40
41 VPATH = @srcdir@
42 pkgdatadir = $(datadir)/@PACKAGE@
43 pkgincludedir = $(includedir)/@PACKAGE@
44 pkglibdir = $(libdir)/@PACKAGE@
45 pkglibexecdir = $(libexecdir)/@PACKAGE@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 install_sh_DATA = $(install_sh) -c -m 644
48 install_sh_PROGRAM = $(install_sh) -c
49 install_sh_SCRIPT = $(install_sh) -c
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = $(program_transform_name)
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 build_triplet = @build@
59 host_triplet = @host@
60 subdir = man
61 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65         $(ACLOCAL_M4)
66 mkinstalldirs = $(install_sh) -d
67 CONFIG_HEADER = $(top_builddir)/config.h
68 CONFIG_CLEAN_FILES =
69 CONFIG_CLEAN_VPATH_FILES =
70 AM_V_GEN = $(am__v_GEN_$(V))
71 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
72 am__v_GEN_0 = @echo "  GEN   " $@;
73 AM_V_at = $(am__v_at_$(V))
74 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
75 am__v_at_0 = @
76 SOURCES =
77 DIST_SOURCES =
78 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79 am__vpath_adj = case $$p in \
80     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81     *) f=$$p;; \
82   esac;
83 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
84 am__install_max = 40
85 am__nobase_strip_setup = \
86   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
87 am__nobase_strip = \
88   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
89 am__nobase_list = $(am__nobase_strip_setup); \
90   for p in $$list; do echo "$$p $$p"; done | \
91   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
92   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
93     if (++n[$$2] == $(am__install_max)) \
94       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
95     END { for (dir in files) print dir, files[dir] }'
96 am__base_list = \
97   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
98   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
99 am__uninstall_files_from_dir = { \
100   test -z "$$files" \
101     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
102     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
103          $(am__cd) "$$dir" && rm -f $$files; }; \
104   }
105 am__installdirs = "$(DESTDIR)$(appmandir)"
106 DATA = $(appman_DATA)
107 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108 ACLOCAL = @ACLOCAL@
109 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
110 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
111 AMTAR = @AMTAR@
112 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
113 APP_MAN_DIR = @APP_MAN_DIR@
114 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
115 AUTOCONF = @AUTOCONF@
116 AUTOHEADER = @AUTOHEADER@
117 AUTOMAKE = @AUTOMAKE@
118 AWK = @AWK@
119 BASE_CFLAGS = @BASE_CFLAGS@
120 CC = @CC@
121 CCDEPMODE = @CCDEPMODE@
122 CFLAGS = @CFLAGS@
123 CHANGELOG_CMD = @CHANGELOG_CMD@
124 CPP = @CPP@
125 CPPFLAGS = @CPPFLAGS@
126 CWARNFLAGS = @CWARNFLAGS@
127 CYGPATH_W = @CYGPATH_W@
128 DEFS = @DEFS@
129 DEPDIR = @DEPDIR@
130 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
131 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
132 ECHO_C = @ECHO_C@
133 ECHO_N = @ECHO_N@
134 ECHO_T = @ECHO_T@
135 EGREP = @EGREP@
136 EXEEXT = @EXEEXT@
137 FILE_MAN_DIR = @FILE_MAN_DIR@
138 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
139 GREP = @GREP@
140 INSTALL = @INSTALL@
141 INSTALL_CMD = @INSTALL_CMD@
142 INSTALL_DATA = @INSTALL_DATA@
143 INSTALL_PROGRAM = @INSTALL_PROGRAM@
144 INSTALL_SCRIPT = @INSTALL_SCRIPT@
145 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146 LDFLAGS = @LDFLAGS@
147 LIBOBJS = @LIBOBJS@
148 LIBS = @LIBS@
149 LIB_MAN_DIR = @LIB_MAN_DIR@
150 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
151 LINT = @LINT@
152 LINT_FLAGS = @LINT_FLAGS@
153 LTLIBOBJS = @LTLIBOBJS@
154 MAINT = @MAINT@
155 MAKEINFO = @MAKEINFO@
156 MAN_SUBSTS = @MAN_SUBSTS@ -e 's|__X11datadir__|$(X11_DATADIR)|g'
157 MISC_MAN_DIR = @MISC_MAN_DIR@
158 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
159 MKDIR_P = @MKDIR_P@
160 OBJEXT = @OBJEXT@
161 PACKAGE = @PACKAGE@
162 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163 PACKAGE_NAME = @PACKAGE_NAME@
164 PACKAGE_STRING = @PACKAGE_STRING@
165 PACKAGE_TARNAME = @PACKAGE_TARNAME@
166 PACKAGE_URL = @PACKAGE_URL@
167 PACKAGE_VERSION = @PACKAGE_VERSION@
168 PATH_SEPARATOR = @PATH_SEPARATOR@
169 PKG_CONFIG = @PKG_CONFIG@
170 SED = @SED@
171 SET_MAKE = @SET_MAKE@
172 SHELL = @SHELL@
173 STRICT_CFLAGS = @STRICT_CFLAGS@
174 STRIP = @STRIP@
175 VERSION = @VERSION@
176 XMODMAP_CFLAGS = @XMODMAP_CFLAGS@
177 XMODMAP_LIBS = @XMODMAP_LIBS@
178 XORG_MAN_PAGE = @XORG_MAN_PAGE@
179 abs_builddir = @abs_builddir@
180 abs_srcdir = @abs_srcdir@
181 abs_top_builddir = @abs_top_builddir@
182 abs_top_srcdir = @abs_top_srcdir@
183 ac_ct_CC = @ac_ct_CC@
184 am__include = @am__include@
185 am__leading_dot = @am__leading_dot@
186 am__quote = @am__quote@
187 am__tar = @am__tar@
188 am__untar = @am__untar@
189 bindir = @bindir@
190 build = @build@
191 build_alias = @build_alias@
192 build_cpu = @build_cpu@
193 build_os = @build_os@
194 build_vendor = @build_vendor@
195 builddir = @builddir@
196 datadir = @datadir@
197 datarootdir = @datarootdir@
198 docdir = @docdir@
199 dvidir = @dvidir@
200 exec_prefix = @exec_prefix@
201 host = @host@
202 host_alias = @host_alias@
203 host_cpu = @host_cpu@
204 host_os = @host_os@
205 host_vendor = @host_vendor@
206 htmldir = @htmldir@
207 includedir = @includedir@
208 infodir = @infodir@
209 install_sh = @install_sh@
210 libdir = @libdir@
211 libexecdir = @libexecdir@
212 localedir = @localedir@
213 localstatedir = @localstatedir@
214 mandir = @mandir@
215 mkdir_p = @mkdir_p@
216 oldincludedir = @oldincludedir@
217 pdfdir = @pdfdir@
218 prefix = @prefix@
219 program_transform_name = @program_transform_name@
220 psdir = @psdir@
221 sbindir = @sbindir@
222 sharedstatedir = @sharedstatedir@
223 srcdir = @srcdir@
224 sysconfdir = @sysconfdir@
225 target_alias = @target_alias@
226 top_build_prefix = @top_build_prefix@
227 top_builddir = @top_builddir@
228 top_srcdir = @top_srcdir@
229 appmandir = $(APP_MAN_DIR)
230 appman_PRE = xmodmap.man
231 appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX))
232 EXTRA_DIST = $(appman_PRE)
233 CLEANFILES = $(appman_DATA)
234 SUFFIXES = .$(APP_MAN_SUFFIX) .man
235
236 # Where libX11 installs XKeysymDB
237 # Assuming both xmodmap and libX11 are installed under the same $prefix
238 X11_DATADIR = $(datadir)/X11
239 all: all-am
240
241 .SUFFIXES:
242 .SUFFIXES: .$(APP_MAN_SUFFIX) .man
243 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
244         @for dep in $?; do \
245           case '$(am__configure_deps)' in \
246             *$$dep*) \
247               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
248                 && { if test -f $@; then exit 0; else break; fi; }; \
249               exit 1;; \
250           esac; \
251         done; \
252         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
253         $(am__cd) $(top_srcdir) && \
254           $(AUTOMAKE) --foreign man/Makefile
255 .PRECIOUS: Makefile
256 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257         @case '$?' in \
258           *config.status*) \
259             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
260           *) \
261             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
262             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
263         esac;
264
265 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
266         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
268 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
269         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
271         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272 $(am__aclocal_m4_deps):
273 install-appmanDATA: $(appman_DATA)
274         @$(NORMAL_INSTALL)
275         test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)"
276         @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
277         for p in $$list; do \
278           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
279           echo "$$d$$p"; \
280         done | $(am__base_list) | \
281         while read files; do \
282           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
283           $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
284         done
285
286 uninstall-appmanDATA:
287         @$(NORMAL_UNINSTALL)
288         @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
289         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
290         dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir)
291 tags: TAGS
292 TAGS:
293
294 ctags: CTAGS
295 CTAGS:
296
297
298 distdir: $(DISTFILES)
299         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
300         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
301         list='$(DISTFILES)'; \
302           dist_files=`for file in $$list; do echo $$file; done | \
303           sed -e "s|^$$srcdirstrip/||;t" \
304               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
305         case $$dist_files in \
306           */*) $(MKDIR_P) `echo "$$dist_files" | \
307                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
308                            sort -u` ;; \
309         esac; \
310         for file in $$dist_files; do \
311           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
312           if test -d $$d/$$file; then \
313             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
314             if test -d "$(distdir)/$$file"; then \
315               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
316             fi; \
317             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
318               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
319               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
320             fi; \
321             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
322           else \
323             test -f "$(distdir)/$$file" \
324             || cp -p $$d/$$file "$(distdir)/$$file" \
325             || exit 1; \
326           fi; \
327         done
328 check-am: all-am
329 check: check-am
330 all-am: Makefile $(DATA)
331 installdirs:
332         for dir in "$(DESTDIR)$(appmandir)"; do \
333           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
334         done
335 install: install-am
336 install-exec: install-exec-am
337 install-data: install-data-am
338 uninstall: uninstall-am
339
340 install-am: all-am
341         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
342
343 installcheck: installcheck-am
344 install-strip:
345         if test -z '$(STRIP)'; then \
346           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
347             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
348               install; \
349         else \
350           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
351             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
352             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
353         fi
354 mostlyclean-generic:
355
356 clean-generic:
357         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
358
359 distclean-generic:
360         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
361         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
362
363 maintainer-clean-generic:
364         @echo "This command is intended for maintainers to use"
365         @echo "it deletes files that may require special tools to rebuild."
366 clean: clean-am
367
368 clean-am: clean-generic mostlyclean-am
369
370 distclean: distclean-am
371         -rm -f Makefile
372 distclean-am: clean-am distclean-generic
373
374 dvi: dvi-am
375
376 dvi-am:
377
378 html: html-am
379
380 html-am:
381
382 info: info-am
383
384 info-am:
385
386 install-data-am: install-appmanDATA
387
388 install-dvi: install-dvi-am
389
390 install-dvi-am:
391
392 install-exec-am:
393
394 install-html: install-html-am
395
396 install-html-am:
397
398 install-info: install-info-am
399
400 install-info-am:
401
402 install-man:
403
404 install-pdf: install-pdf-am
405
406 install-pdf-am:
407
408 install-ps: install-ps-am
409
410 install-ps-am:
411
412 installcheck-am:
413
414 maintainer-clean: maintainer-clean-am
415         -rm -f Makefile
416 maintainer-clean-am: distclean-am maintainer-clean-generic
417
418 mostlyclean: mostlyclean-am
419
420 mostlyclean-am: mostlyclean-generic
421
422 pdf: pdf-am
423
424 pdf-am:
425
426 ps: ps-am
427
428 ps-am:
429
430 uninstall-am: uninstall-appmanDATA
431
432 .MAKE: install-am install-strip
433
434 .PHONY: all all-am check check-am clean clean-generic distclean \
435         distclean-generic distdir dvi dvi-am html html-am info info-am \
436         install install-am install-appmanDATA install-data \
437         install-data-am install-dvi install-dvi-am install-exec \
438         install-exec-am install-html install-html-am install-info \
439         install-info-am install-man install-pdf install-pdf-am \
440         install-ps install-ps-am install-strip installcheck \
441         installcheck-am installdirs maintainer-clean \
442         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
443         pdf-am ps ps-am uninstall uninstall-am uninstall-appmanDATA
444
445
446 # String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
447 .man.$(APP_MAN_SUFFIX):
448         $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
449
450 # Tell versions [3.59,3.63) of GNU make to not export all variables.
451 # Otherwise a system limit (for SysV at least) may be exceeded.
452 .NOEXPORT: