Makefile.in revision 7a84e134
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:45:07 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)/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@ 132MAKEINFO = @MAKEINFO@ 133MISC_MAN_DIR = @MISC_MAN_DIR@ 134MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 135MKDIR_P = @MKDIR_P@ 136OBJEXT = @OBJEXT@ 137PACKAGE = @PACKAGE@ 138PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 139PACKAGE_NAME = @PACKAGE_NAME@ 140PACKAGE_STRING = @PACKAGE_STRING@ 141PACKAGE_TARNAME = @PACKAGE_TARNAME@ 142PACKAGE_VERSION = @PACKAGE_VERSION@ 143PATH_SEPARATOR = @PATH_SEPARATOR@ 144PKG_CONFIG = @PKG_CONFIG@ 145RANLIB = @RANLIB@ 146SET_MAKE = @SET_MAKE@ 147SHELL = @SHELL@ 148STRIP = @STRIP@ 149VERSION = @VERSION@ 150XAW6_CFLAGS = @XAW6_CFLAGS@ 151XAW6_LIBS = @XAW6_LIBS@ 152XAW7_CFLAGS = @XAW7_CFLAGS@ 153XAW7_LIBS = @XAW7_LIBS@ 154XAW8_CFLAGS = @XAW8_CFLAGS@ 155XAW8_LIBS = @XAW8_LIBS@ 156XPRINT_CFLAGS = @XPRINT_CFLAGS@ 157XPRINT_LIBS = @XPRINT_LIBS@ 158abs_builddir = @abs_builddir@ 159abs_srcdir = @abs_srcdir@ 160abs_top_builddir = @abs_top_builddir@ 161abs_top_srcdir = @abs_top_srcdir@ 162ac_ct_CC = @ac_ct_CC@ 163ac_ct_CXX = @ac_ct_CXX@ 164ac_ct_F77 = @ac_ct_F77@ 165am__include = @am__include@ 166am__leading_dot = @am__leading_dot@ 167am__quote = @am__quote@ 168am__tar = @am__tar@ 169am__untar = @am__untar@ 170bindir = @bindir@ 171build = @build@ 172build_alias = @build_alias@ 173build_cpu = @build_cpu@ 174build_os = @build_os@ 175build_vendor = @build_vendor@ 176builddir = @builddir@ 177datadir = @datadir@ 178datarootdir = @datarootdir@ 179docdir = @docdir@ 180dvidir = @dvidir@ 181exec_prefix = @exec_prefix@ 182host = @host@ 183host_alias = @host_alias@ 184host_cpu = @host_cpu@ 185host_os = @host_os@ 186host_vendor = @host_vendor@ 187htmldir = @htmldir@ 188includedir = @includedir@ 189infodir = @infodir@ 190install_sh = @install_sh@ 191libdir = @libdir@ 192libexecdir = @libexecdir@ 193localedir = @localedir@ 194localstatedir = @localstatedir@ 195mandir = @mandir@ 196mkdir_p = @mkdir_p@ 197oldincludedir = @oldincludedir@ 198pdfdir = @pdfdir@ 199prefix = @prefix@ 200program_transform_name = @program_transform_name@ 201psdir = @psdir@ 202sbindir = @sbindir@ 203sharedstatedir = @sharedstatedir@ 204srcdir = @srcdir@ 205sysconfdir = @sysconfdir@ 206target_alias = @target_alias@ 207top_builddir = @top_builddir@ 208top_srcdir = @top_srcdir@ 209libmandir = $(LIB_MAN_DIR) 210libman_PRE = Xaw.man 211libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) 212EXTRA_DIST = $(libman_PRE) 213CLEANFILES = $(libman_DATA) 214SED = sed 215 216# Strings to replace in man pages 217XORGRELSTRING = @PACKAGE_STRING@ 218XORGMANNAME = X Version 11 219MAN_SUBSTS = -e 's/__vendorversion__/"$(XORGRELSTRING)" "$(XORGMANNAME)"/' 220SUFFIXES = .$(LIB_MAN_SUFFIX) .man 221all: all-am 222 223.SUFFIXES: 224.SUFFIXES: .$(LIB_MAN_SUFFIX) .man 225$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 226 @for dep in $?; do \ 227 case '$(am__configure_deps)' in \ 228 *$$dep*) \ 229 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 230 && exit 0; \ 231 exit 1;; \ 232 esac; \ 233 done; \ 234 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \ 235 cd $(top_srcdir) && \ 236 $(AUTOMAKE) --gnu man/Makefile 237.PRECIOUS: Makefile 238Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 239 @case '$?' in \ 240 *config.status*) \ 241 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 242 *) \ 243 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 244 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 245 esac; 246 247$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 248 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 249 250$(top_srcdir)/configure: $(am__configure_deps) 251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 252$(ACLOCAL_M4): $(am__aclocal_m4_deps) 253 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 254 255mostlyclean-libtool: 256 -rm -f *.lo 257 258clean-libtool: 259 -rm -rf .libs _libs 260install-libmanDATA: $(libman_DATA) 261 @$(NORMAL_INSTALL) 262 test -z "$(libmandir)" || $(MKDIR_P) "$(DESTDIR)$(libmandir)" 263 @list='$(libman_DATA)'; for p in $$list; do \ 264 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 265 f=$(am__strip_dir) \ 266 echo " $(libmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(libmandir)/$$f'"; \ 267 $(libmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(libmandir)/$$f"; \ 268 done 269 270uninstall-libmanDATA: 271 @$(NORMAL_UNINSTALL) 272 @list='$(libman_DATA)'; for p in $$list; do \ 273 f=$(am__strip_dir) \ 274 echo " rm -f '$(DESTDIR)$(libmandir)/$$f'"; \ 275 rm -f "$(DESTDIR)$(libmandir)/$$f"; \ 276 done 277tags: TAGS 278TAGS: 279 280ctags: CTAGS 281CTAGS: 282 283 284distdir: $(DISTFILES) 285 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 286 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 287 list='$(DISTFILES)'; \ 288 dist_files=`for file in $$list; do echo $$file; done | \ 289 sed -e "s|^$$srcdirstrip/||;t" \ 290 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 291 case $$dist_files in \ 292 */*) $(MKDIR_P) `echo "$$dist_files" | \ 293 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 294 sort -u` ;; \ 295 esac; \ 296 for file in $$dist_files; do \ 297 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 298 if test -d $$d/$$file; then \ 299 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 300 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 301 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 302 fi; \ 303 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 304 else \ 305 test -f $(distdir)/$$file \ 306 || cp -p $$d/$$file $(distdir)/$$file \ 307 || exit 1; \ 308 fi; \ 309 done 310check-am: all-am 311check: check-am 312all-am: Makefile $(DATA) 313installdirs: 314 for dir in "$(DESTDIR)$(libmandir)"; do \ 315 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 316 done 317install: install-am 318install-exec: install-exec-am 319install-data: install-data-am 320uninstall: uninstall-am 321 322install-am: all-am 323 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 324 325installcheck: installcheck-am 326install-strip: 327 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 328 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 329 `test -z '$(STRIP)' || \ 330 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 331mostlyclean-generic: 332 333clean-generic: 334 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 335 336distclean-generic: 337 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 338 339maintainer-clean-generic: 340 @echo "This command is intended for maintainers to use" 341 @echo "it deletes files that may require special tools to rebuild." 342clean: clean-am 343 344clean-am: clean-generic clean-libtool mostlyclean-am 345 346distclean: distclean-am 347 -rm -f Makefile 348distclean-am: clean-am distclean-generic 349 350dvi: dvi-am 351 352dvi-am: 353 354html: html-am 355 356info: info-am 357 358info-am: 359 360install-data-am: install-libmanDATA 361 362install-dvi: install-dvi-am 363 364install-exec-am: 365 366install-html: install-html-am 367 368install-info: install-info-am 369 370install-man: 371 372install-pdf: install-pdf-am 373 374install-ps: install-ps-am 375 376installcheck-am: 377 378maintainer-clean: maintainer-clean-am 379 -rm -f Makefile 380maintainer-clean-am: distclean-am maintainer-clean-generic 381 382mostlyclean: mostlyclean-am 383 384mostlyclean-am: mostlyclean-generic mostlyclean-libtool 385 386pdf: pdf-am 387 388pdf-am: 389 390ps: ps-am 391 392ps-am: 393 394uninstall-am: uninstall-libmanDATA 395 396.MAKE: install-am install-strip 397 398.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 399 distclean distclean-generic distclean-libtool distdir dvi \ 400 dvi-am html html-am info info-am install install-am \ 401 install-data install-data-am install-dvi install-dvi-am \ 402 install-exec install-exec-am install-html install-html-am \ 403 install-info install-info-am install-libmanDATA install-man \ 404 install-pdf install-pdf-am install-ps install-ps-am \ 405 install-strip installcheck installcheck-am installdirs \ 406 maintainer-clean maintainer-clean-generic mostlyclean \ 407 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 408 uninstall uninstall-am uninstall-libmanDATA 409 410 411.man.$(LIB_MAN_SUFFIX): 412 sed $(MAN_SUBSTS) < $< > $@ 413# Tell versions [3.59,3.63) of GNU make to not export all variables. 414# Otherwise a system limit (for SysV at least) may be exceeded. 415.NOEXPORT: 416