Makefile.in revision 8dd3e0ee
1# Makefile.in generated by automake 1.10 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006 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# $Id: Makefile.in,v 1.1.1.1 2008/07/30 02:57:52 mrg Exp $ 18# 19# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 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. 26# 27# The above copyright notice and this permission notice shall be included 28# in all copies or substantial portions of the Software. 29# 30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 31# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 32# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 33# IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 34# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 35# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 36# OTHER DEALINGS IN THE SOFTWARE. 37# 38# Except as contained in this notice, the name of the copyright holders shall 39# not be used in advertising or otherwise to promote the sale, use or 40# other dealings in this Software without prior written authorization 41# from the copyright holders. 42# 43 44VPATH = @srcdir@ 45pkgdatadir = $(datadir)/@PACKAGE@ 46pkglibdir = $(libdir)/@PACKAGE@ 47pkgincludedir = $(includedir)/@PACKAGE@ 48am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 49install_sh_DATA = $(install_sh) -c -m 644 50install_sh_PROGRAM = $(install_sh) -c 51install_sh_SCRIPT = $(install_sh) -c 52INSTALL_HEADER = $(INSTALL_DATA) 53transform = $(program_transform_name) 54NORMAL_INSTALL = : 55PRE_INSTALL = : 56POST_INSTALL = : 57NORMAL_UNINSTALL = : 58PRE_UNINSTALL = : 59POST_UNINSTALL = : 60build_triplet = @build@ 61host_triplet = @host@ 62subdir = man 63DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 64ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 65am__aclocal_m4_deps = $(top_srcdir)/configure.ac 66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 67 $(ACLOCAL_M4) 68mkinstalldirs = $(install_sh) -d 69CONFIG_HEADER = $(top_builddir)/src/config.h 70CONFIG_CLEAN_FILES = 71SOURCES = 72DIST_SOURCES = 73am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 74am__vpath_adj = case $$p in \ 75 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 76 *) f=$$p;; \ 77 esac; 78am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 79am__installdirs = "$(DESTDIR)$(libmandir)" 80libmanDATA_INSTALL = $(INSTALL_DATA) 81DATA = $(libman_DATA) 82DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 83ACLOCAL = @ACLOCAL@ 84ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 85ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 86AMTAR = @AMTAR@ 87APP_MAN_DIR = @APP_MAN_DIR@ 88APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 89AR = @AR@ 90AUTOCONF = @AUTOCONF@ 91AUTOHEADER = @AUTOHEADER@ 92AUTOMAKE = @AUTOMAKE@ 93AWK = @AWK@ 94CC = @CC@ 95CCDEPMODE = @CCDEPMODE@ 96CFLAGS = @CFLAGS@ 97CPP = @CPP@ 98CPPFLAGS = @CPPFLAGS@ 99CXX = @CXX@ 100CXXCPP = @CXXCPP@ 101CXXDEPMODE = @CXXDEPMODE@ 102CXXFLAGS = @CXXFLAGS@ 103CYGPATH_W = @CYGPATH_W@ 104DEFS = @DEFS@ 105DEPDIR = @DEPDIR@ 106DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 107DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 108ECHO = @ECHO@ 109ECHO_C = @ECHO_C@ 110ECHO_N = @ECHO_N@ 111ECHO_T = @ECHO_T@ 112EGREP = @EGREP@ 113EXEEXT = @EXEEXT@ 114F77 = @F77@ 115FFLAGS = @FFLAGS@ 116FILE_MAN_DIR = @FILE_MAN_DIR@ 117FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 118GREP = @GREP@ 119INSTALL = @INSTALL@ 120INSTALL_DATA = @INSTALL_DATA@ 121INSTALL_PROGRAM = @INSTALL_PROGRAM@ 122INSTALL_SCRIPT = @INSTALL_SCRIPT@ 123INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 124LDFLAGS = @LDFLAGS@ 125LIBOBJS = @LIBOBJS@ 126LIBS = @LIBS@ 127LIBTOOL = @LIBTOOL@ 128LIB_MAN_DIR = @LIB_MAN_DIR@ 129LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 130LN_S = @LN_S@ 131LTLIBOBJS = @LTLIBOBJS@ 132MAINT = @MAINT@ 133MAKEINFO = @MAKEINFO@ 134MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 135MISC_MAN_DIR = @MISC_MAN_DIR@ 136MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 137MKDIR_P = @MKDIR_P@ 138OBJEXT = @OBJEXT@ 139PACKAGE = @PACKAGE@ 140PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 141PACKAGE_NAME = @PACKAGE_NAME@ 142PACKAGE_STRING = @PACKAGE_STRING@ 143PACKAGE_TARNAME = @PACKAGE_TARNAME@ 144PACKAGE_VERSION = @PACKAGE_VERSION@ 145PATH_SEPARATOR = @PATH_SEPARATOR@ 146PKG_CONFIG = @PKG_CONFIG@ 147RANLIB = @RANLIB@ 148SET_MAKE = @SET_MAKE@ 149SHELL = @SHELL@ 150STRIP = @STRIP@ 151VERSION = @VERSION@ 152XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 153XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 154XXF86DGA_CFLAGS = @XXF86DGA_CFLAGS@ 155XXF86DGA_LIBS = @XXF86DGA_LIBS@ 156abs_builddir = @abs_builddir@ 157abs_srcdir = @abs_srcdir@ 158abs_top_builddir = @abs_top_builddir@ 159abs_top_srcdir = @abs_top_srcdir@ 160ac_ct_CC = @ac_ct_CC@ 161ac_ct_CXX = @ac_ct_CXX@ 162ac_ct_F77 = @ac_ct_F77@ 163am__include = @am__include@ 164am__leading_dot = @am__leading_dot@ 165am__quote = @am__quote@ 166am__tar = @am__tar@ 167am__untar = @am__untar@ 168bindir = @bindir@ 169build = @build@ 170build_alias = @build_alias@ 171build_cpu = @build_cpu@ 172build_os = @build_os@ 173build_vendor = @build_vendor@ 174builddir = @builddir@ 175datadir = @datadir@ 176datarootdir = @datarootdir@ 177docdir = @docdir@ 178dvidir = @dvidir@ 179exec_prefix = @exec_prefix@ 180host = @host@ 181host_alias = @host_alias@ 182host_cpu = @host_cpu@ 183host_os = @host_os@ 184host_vendor = @host_vendor@ 185htmldir = @htmldir@ 186includedir = @includedir@ 187infodir = @infodir@ 188install_sh = @install_sh@ 189libdir = @libdir@ 190libexecdir = @libexecdir@ 191localedir = @localedir@ 192localstatedir = @localstatedir@ 193mandir = @mandir@ 194mkdir_p = @mkdir_p@ 195oldincludedir = @oldincludedir@ 196pdfdir = @pdfdir@ 197prefix = @prefix@ 198program_transform_name = @program_transform_name@ 199psdir = @psdir@ 200sbindir = @sbindir@ 201sharedstatedir = @sharedstatedir@ 202srcdir = @srcdir@ 203sysconfdir = @sysconfdir@ 204target_alias = @target_alias@ 205top_builddir = @top_builddir@ 206top_srcdir = @top_srcdir@ 207libmandir = $(LIB_MAN_DIR) 208LIB_MAN_DIR_SUFFIX = $(LIB_MAN_DIR:@mandir@/man%=%) 209libman_PRE = XDGA.man 210BUILT_SOURCES = shadows.DONE 211EXTRA_DIST = $(libman_PRE) 212CLEANFILES = $(libman_DATA) $(BUILT_SOURCES) 213libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) \ 214 $(XDGA_shadows:=.@LIB_MAN_SUFFIX@) 215 216SED = sed 217 218# Strings to replace in man pages 219XORGRELSTRING = @PACKAGE_STRING@ 220XORGMANNAME = X Version 11 221MAN_SUBSTS = \ 222 -e 's/__vendorversion__/"$(XORGRELSTRING)" "$(XORGMANNAME)"/' \ 223 -e 's/__xconfigfile__/xorg.conf/g' \ 224 -e 's/__xservername__/Xorg/g' \ 225 -e 's/__appmansuffix__/$(APP_MAN_SUFFIX)/g' \ 226 -e 's/__filemansuffix__/$(FILE_MAN_SUFFIX)/g' 227 228SUFFIXES = .$(LIB_MAN_SUFFIX) .man 229 230# Generate man page shadow files (Replaces InstallManPageAliases from Imake) 231DGAFUNCS = XDGAQueryExtension \ 232 XDGAQueryVersion \ 233 XDGAQueryModes \ 234 XDGASetMode \ 235 XDGAOpenFramebuffer \ 236 XDGACloseFramebuffer \ 237 XDGASetViewport \ 238 XDGAInstallColormap \ 239 XDGACreateColormap \ 240 XDGASelectInput \ 241 XDGAFillRectangle \ 242 XDGACopyArea \ 243 XDGACopyTransparentArea \ 244 XDGAGetViewportStatus \ 245 XDGASync \ 246 XDGASetClientVersion \ 247 XDGAChangePixmapMode \ 248 XDGAKeyEventToXKeyEvent 249 250XDGA_shadows = XF86DGA XFree86-DGA $(DGAFUNCS) 251all: $(BUILT_SOURCES) 252 $(MAKE) $(AM_MAKEFLAGS) all-am 253 254.SUFFIXES: 255.SUFFIXES: .$(LIB_MAN_SUFFIX) .man 256$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 257 @for dep in $?; do \ 258 case '$(am__configure_deps)' in \ 259 *$$dep*) \ 260 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 261 && exit 0; \ 262 exit 1;; \ 263 esac; \ 264 done; \ 265 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 266 cd $(top_srcdir) && \ 267 $(AUTOMAKE) --foreign man/Makefile 268.PRECIOUS: Makefile 269Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 270 @case '$?' in \ 271 *config.status*) \ 272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 273 *) \ 274 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 275 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 276 esac; 277 278$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 279 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 280 281$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 282 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 283$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 285 286mostlyclean-libtool: 287 -rm -f *.lo 288 289clean-libtool: 290 -rm -rf .libs _libs 291install-libmanDATA: $(libman_DATA) 292 @$(NORMAL_INSTALL) 293 test -z "$(libmandir)" || $(MKDIR_P) "$(DESTDIR)$(libmandir)" 294 @list='$(libman_DATA)'; for p in $$list; do \ 295 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 296 f=$(am__strip_dir) \ 297 echo " $(libmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(libmandir)/$$f'"; \ 298 $(libmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(libmandir)/$$f"; \ 299 done 300 301uninstall-libmanDATA: 302 @$(NORMAL_UNINSTALL) 303 @list='$(libman_DATA)'; for p in $$list; do \ 304 f=$(am__strip_dir) \ 305 echo " rm -f '$(DESTDIR)$(libmandir)/$$f'"; \ 306 rm -f "$(DESTDIR)$(libmandir)/$$f"; \ 307 done 308tags: TAGS 309TAGS: 310 311ctags: CTAGS 312CTAGS: 313 314 315distdir: $(DISTFILES) 316 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 317 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 318 list='$(DISTFILES)'; \ 319 dist_files=`for file in $$list; do echo $$file; done | \ 320 sed -e "s|^$$srcdirstrip/||;t" \ 321 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 322 case $$dist_files in \ 323 */*) $(MKDIR_P) `echo "$$dist_files" | \ 324 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 325 sort -u` ;; \ 326 esac; \ 327 for file in $$dist_files; do \ 328 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 329 if test -d $$d/$$file; then \ 330 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 331 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 332 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 333 fi; \ 334 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 335 else \ 336 test -f $(distdir)/$$file \ 337 || cp -p $$d/$$file $(distdir)/$$file \ 338 || exit 1; \ 339 fi; \ 340 done 341check-am: all-am 342check: $(BUILT_SOURCES) 343 $(MAKE) $(AM_MAKEFLAGS) check-am 344all-am: Makefile $(DATA) 345installdirs: 346 for dir in "$(DESTDIR)$(libmandir)"; do \ 347 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 348 done 349install: $(BUILT_SOURCES) 350 $(MAKE) $(AM_MAKEFLAGS) install-am 351install-exec: install-exec-am 352install-data: install-data-am 353uninstall: uninstall-am 354 355install-am: all-am 356 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 357 358installcheck: installcheck-am 359install-strip: 360 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 361 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 362 `test -z '$(STRIP)' || \ 363 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 364mostlyclean-generic: 365 366clean-generic: 367 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 368 369distclean-generic: 370 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 371 372maintainer-clean-generic: 373 @echo "This command is intended for maintainers to use" 374 @echo "it deletes files that may require special tools to rebuild." 375 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 376clean: clean-am 377 378clean-am: clean-generic clean-libtool mostlyclean-am 379 380distclean: distclean-am 381 -rm -f Makefile 382distclean-am: clean-am distclean-generic 383 384dvi: dvi-am 385 386dvi-am: 387 388html: html-am 389 390info: info-am 391 392info-am: 393 394install-data-am: install-libmanDATA 395 396install-dvi: install-dvi-am 397 398install-exec-am: 399 400install-html: install-html-am 401 402install-info: install-info-am 403 404install-man: 405 406install-pdf: install-pdf-am 407 408install-ps: install-ps-am 409 410installcheck-am: 411 412maintainer-clean: maintainer-clean-am 413 -rm -f Makefile 414maintainer-clean-am: distclean-am maintainer-clean-generic 415 416mostlyclean: mostlyclean-am 417 418mostlyclean-am: mostlyclean-generic mostlyclean-libtool 419 420pdf: pdf-am 421 422pdf-am: 423 424ps: ps-am 425 426ps-am: 427 428uninstall-am: uninstall-libmanDATA 429 430.MAKE: install-am install-strip 431 432.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 433 distclean distclean-generic distclean-libtool distdir dvi \ 434 dvi-am html html-am info info-am install install-am \ 435 install-data install-data-am install-dvi install-dvi-am \ 436 install-exec install-exec-am install-html install-html-am \ 437 install-info install-info-am install-libmanDATA install-man \ 438 install-pdf install-pdf-am install-ps install-ps-am \ 439 install-strip installcheck installcheck-am installdirs \ 440 maintainer-clean maintainer-clean-generic mostlyclean \ 441 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 442 uninstall uninstall-am uninstall-libmanDATA 443 444 445.man.$(LIB_MAN_SUFFIX): 446 sed $(MAN_SUBSTS) < $< > $@ 447 448shadows.DONE: 449 -rm -f $(XDGA_shadows:=.@LIB_MAN_SUFFIX@) 450 (for i in $(XDGA_shadows:=.@LIB_MAN_SUFFIX@) ; do \ 451 echo .so man$(LIB_MAN_DIR_SUFFIX)/XDGA.$(LIB_MAN_SUFFIX) > $$i; \ 452 done) 453# Tell versions [3.59,3.63) of GNU make to not export all variables. 454# Otherwise a system limit (for SysV at least) may be exceeded. 455.NOEXPORT: 456