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