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