Makefile.in revision ab902922
1# Makefile.in generated by automake 1.10.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 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# 18# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 19# 20# Permission to use, copy, modify, distribute, and sell this software and its 21# documentation for any purpose is hereby granted without fee, provided that 22# the above copyright notice appear in all copies and that both that 23# copyright notice and this permission notice appear in supporting 24# documentation. 25# 26# The above copyright notice and this permission notice shall be included 27# in all copies or substantial portions of the Software. 28# 29# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 30# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 32# IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 33# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 34# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 35# OTHER DEALINGS IN THE SOFTWARE. 36# 37# Except as contained in this notice, the name of the copyright holders shall 38# not be used in advertising or otherwise to promote the sale, use or 39# other dealings in this Software without prior written authorization 40# from the copyright holders. 41# 42 43VPATH = @srcdir@ 44pkgdatadir = $(datadir)/@PACKAGE@ 45pkglibdir = $(libdir)/@PACKAGE@ 46pkgincludedir = $(includedir)/@PACKAGE@ 47am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 48install_sh_DATA = $(install_sh) -c -m 644 49install_sh_PROGRAM = $(install_sh) -c 50install_sh_SCRIPT = $(install_sh) -c 51INSTALL_HEADER = $(INSTALL_DATA) 52transform = $(program_transform_name) 53NORMAL_INSTALL = : 54PRE_INSTALL = : 55POST_INSTALL = : 56NORMAL_UNINSTALL = : 57PRE_UNINSTALL = : 58POST_UNINSTALL = : 59build_triplet = @build@ 60host_triplet = @host@ 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 = 70SOURCES = 71DIST_SOURCES = 72am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 73am__vpath_adj = case $$p in \ 74 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 75 *) f=$$p;; \ 76 esac; 77am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 78am__installdirs = "$(DESTDIR)$(libmandir)" 79libmanDATA_INSTALL = $(INSTALL_DATA) 80DATA = $(libman_DATA) 81DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 82ACLOCAL = @ACLOCAL@ 83ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 84ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 85AMTAR = @AMTAR@ 86APP_MAN_DIR = @APP_MAN_DIR@ 87APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 88AR = @AR@ 89AUTOCONF = @AUTOCONF@ 90AUTOHEADER = @AUTOHEADER@ 91AUTOMAKE = @AUTOMAKE@ 92AWK = @AWK@ 93CC = @CC@ 94CCDEPMODE = @CCDEPMODE@ 95CFLAGS = @CFLAGS@ 96CPP = @CPP@ 97CPPFLAGS = @CPPFLAGS@ 98CXX = @CXX@ 99CXXCPP = @CXXCPP@ 100CXXDEPMODE = @CXXDEPMODE@ 101CXXFLAGS = @CXXFLAGS@ 102CYGPATH_W = @CYGPATH_W@ 103DEFS = @DEFS@ 104DEPDIR = @DEPDIR@ 105DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 106DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 107DSYMUTIL = @DSYMUTIL@ 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@ 136NMEDIT = @NMEDIT@ 137OBJEXT = @OBJEXT@ 138PACKAGE = @PACKAGE@ 139PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 140PACKAGE_NAME = @PACKAGE_NAME@ 141PACKAGE_STRING = @PACKAGE_STRING@ 142PACKAGE_TARNAME = @PACKAGE_TARNAME@ 143PACKAGE_VERSION = @PACKAGE_VERSION@ 144PATH_SEPARATOR = @PATH_SEPARATOR@ 145PKG_CONFIG = @PKG_CONFIG@ 146RANLIB = @RANLIB@ 147SED = sed 148SET_MAKE = @SET_MAKE@ 149SHELL = @SHELL@ 150STRIP = @STRIP@ 151VERSION = @VERSION@ 152XAW6_CFLAGS = @XAW6_CFLAGS@ 153XAW6_LIBS = @XAW6_LIBS@ 154XAW7_CFLAGS = @XAW7_CFLAGS@ 155XAW7_LIBS = @XAW7_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_build_prefix = @top_build_prefix@ 206top_builddir = @top_builddir@ 207top_srcdir = @top_srcdir@ 208libmandir = $(LIB_MAN_DIR) 209libman_PRE = Xaw.man 210libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) 211EXTRA_DIST = $(libman_PRE) 212CLEANFILES = $(libman_DATA) 213 214# Strings to replace in man pages 215XORGRELSTRING = @PACKAGE_STRING@ 216XORGMANNAME = X Version 11 217MAN_SUBSTS = -e 's/__vendorversion__/"$(XORGRELSTRING)" "$(XORGMANNAME)"/' 218SUFFIXES = .$(LIB_MAN_SUFFIX) .man 219all: all-am 220 221.SUFFIXES: 222.SUFFIXES: .$(LIB_MAN_SUFFIX) .man 223$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 224 @for dep in $?; do \ 225 case '$(am__configure_deps)' in \ 226 *$$dep*) \ 227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 228 && exit 0; \ 229 exit 1;; \ 230 esac; \ 231 done; \ 232 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \ 233 cd $(top_srcdir) && \ 234 $(AUTOMAKE) --gnu man/Makefile 235.PRECIOUS: Makefile 236Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 237 @case '$?' in \ 238 *config.status*) \ 239 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 240 *) \ 241 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 242 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 243 esac; 244 245$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 246 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 247 248$(top_srcdir)/configure: $(am__configure_deps) 249 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 250$(ACLOCAL_M4): $(am__aclocal_m4_deps) 251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 252 253mostlyclean-libtool: 254 -rm -f *.lo 255 256clean-libtool: 257 -rm -rf .libs _libs 258install-libmanDATA: $(libman_DATA) 259 @$(NORMAL_INSTALL) 260 test -z "$(libmandir)" || $(MKDIR_P) "$(DESTDIR)$(libmandir)" 261 @list='$(libman_DATA)'; for p in $$list; do \ 262 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 263 f=$(am__strip_dir) \ 264 echo " $(libmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(libmandir)/$$f'"; \ 265 $(libmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(libmandir)/$$f"; \ 266 done 267 268uninstall-libmanDATA: 269 @$(NORMAL_UNINSTALL) 270 @list='$(libman_DATA)'; for p in $$list; do \ 271 f=$(am__strip_dir) \ 272 echo " rm -f '$(DESTDIR)$(libmandir)/$$f'"; \ 273 rm -f "$(DESTDIR)$(libmandir)/$$f"; \ 274 done 275tags: TAGS 276TAGS: 277 278ctags: CTAGS 279CTAGS: 280 281 282distdir: $(DISTFILES) 283 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 284 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 285 list='$(DISTFILES)'; \ 286 dist_files=`for file in $$list; do echo $$file; done | \ 287 sed -e "s|^$$srcdirstrip/||;t" \ 288 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 289 case $$dist_files in \ 290 */*) $(MKDIR_P) `echo "$$dist_files" | \ 291 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 292 sort -u` ;; \ 293 esac; \ 294 for file in $$dist_files; do \ 295 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 296 if test -d $$d/$$file; then \ 297 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 298 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 299 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 300 fi; \ 301 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 302 else \ 303 test -f $(distdir)/$$file \ 304 || cp -p $$d/$$file $(distdir)/$$file \ 305 || exit 1; \ 306 fi; \ 307 done 308check-am: all-am 309check: check-am 310all-am: Makefile $(DATA) 311installdirs: 312 for dir in "$(DESTDIR)$(libmandir)"; do \ 313 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 314 done 315install: install-am 316install-exec: install-exec-am 317install-data: install-data-am 318uninstall: uninstall-am 319 320install-am: all-am 321 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 322 323installcheck: installcheck-am 324install-strip: 325 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 326 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 327 `test -z '$(STRIP)' || \ 328 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 329mostlyclean-generic: 330 331clean-generic: 332 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 333 334distclean-generic: 335 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 336 337maintainer-clean-generic: 338 @echo "This command is intended for maintainers to use" 339 @echo "it deletes files that may require special tools to rebuild." 340clean: clean-am 341 342clean-am: clean-generic clean-libtool mostlyclean-am 343 344distclean: distclean-am 345 -rm -f Makefile 346distclean-am: clean-am distclean-generic 347 348dvi: dvi-am 349 350dvi-am: 351 352html: html-am 353 354info: info-am 355 356info-am: 357 358install-data-am: install-libmanDATA 359 360install-dvi: install-dvi-am 361 362install-exec-am: 363 364install-html: install-html-am 365 366install-info: install-info-am 367 368install-man: 369 370install-pdf: install-pdf-am 371 372install-ps: install-ps-am 373 374installcheck-am: 375 376maintainer-clean: maintainer-clean-am 377 -rm -f Makefile 378maintainer-clean-am: distclean-am maintainer-clean-generic 379 380mostlyclean: mostlyclean-am 381 382mostlyclean-am: mostlyclean-generic mostlyclean-libtool 383 384pdf: pdf-am 385 386pdf-am: 387 388ps: ps-am 389 390ps-am: 391 392uninstall-am: uninstall-libmanDATA 393 394.MAKE: install-am install-strip 395 396.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 397 distclean distclean-generic distclean-libtool distdir dvi \ 398 dvi-am html html-am info info-am install install-am \ 399 install-data install-data-am install-dvi install-dvi-am \ 400 install-exec install-exec-am install-html install-html-am \ 401 install-info install-info-am install-libmanDATA install-man \ 402 install-pdf install-pdf-am install-ps install-ps-am \ 403 install-strip installcheck installcheck-am installdirs \ 404 maintainer-clean maintainer-clean-generic mostlyclean \ 405 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 406 uninstall uninstall-am uninstall-libmanDATA 407 408 409.man.$(LIB_MAN_SUFFIX): 410 sed $(MAN_SUBSTS) < $< > $@ 411# Tell versions [3.59,3.63) of GNU make to not export all variables. 412# Otherwise a system limit (for SysV at least) may be exceeded. 413.NOEXPORT: 414