Makefile.in revision 1c235774
1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 Free Software Foundation, Inc. 5 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@ 16VPATH = @srcdir@ 17am__is_gnu_make = { \ 18 if test -z '$(MAKELEVEL)'; then \ 19 false; \ 20 elif test -n '$(MAKE_HOST)'; then \ 21 true; \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23 true; \ 24 else \ 25 false; \ 26 fi; \ 27} 28am__make_running_with_option = \ 29 case $${target_option-} in \ 30 ?) ;; \ 31 *) echo "am__make_running_with_option: internal error: invalid" \ 32 "target option '$${target_option-}' specified" >&2; \ 33 exit 1;; \ 34 esac; \ 35 has_opt=no; \ 36 sane_makeflags=$$MAKEFLAGS; \ 37 if $(am__is_gnu_make); then \ 38 sane_makeflags=$$MFLAGS; \ 39 else \ 40 case $$MAKEFLAGS in \ 41 *\\[\ \ ]*) \ 42 bs=\\; \ 43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 45 esac; \ 46 fi; \ 47 skip_next=no; \ 48 strip_trailopt () \ 49 { \ 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 51 }; \ 52 for flg in $$sane_makeflags; do \ 53 test $$skip_next = yes && { skip_next=no; continue; }; \ 54 case $$flg in \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ 59 -*O?*) strip_trailopt 'O';; \ 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \ 62 -[dEDm]) skip_next=yes;; \ 63 -[JT]) skip_next=yes;; \ 64 esac; \ 65 case $$flg in \ 66 *$$target_option*) has_opt=yes; break;; \ 67 esac; \ 68 done; \ 69 test $$has_opt = yes 70am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 71am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72pkgdatadir = $(datadir)/@PACKAGE@ 73pkgincludedir = $(includedir)/@PACKAGE@ 74pkglibdir = $(libdir)/@PACKAGE@ 75pkglibexecdir = $(libexecdir)/@PACKAGE@ 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 77install_sh_DATA = $(install_sh) -c -m 644 78install_sh_PROGRAM = $(install_sh) -c 79install_sh_SCRIPT = $(install_sh) -c 80INSTALL_HEADER = $(INSTALL_DATA) 81transform = $(program_transform_name) 82NORMAL_INSTALL = : 83PRE_INSTALL = : 84POST_INSTALL = : 85NORMAL_UNINSTALL = : 86PRE_UNINSTALL = : 87POST_UNINSTALL = : 88build_triplet = @build@ 89host_triplet = @host@ 90subdir = doc 91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \ 93 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 94 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 95 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 97 $(ACLOCAL_M4) 98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 99mkinstalldirs = $(install_sh) -d 100CONFIG_HEADER = $(top_builddir)/config.h 101CONFIG_CLEAN_FILES = 102CONFIG_CLEAN_VPATH_FILES = 103AM_V_P = $(am__v_P_@AM_V@) 104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 105am__v_P_0 = false 106am__v_P_1 = : 107AM_V_GEN = $(am__v_GEN_@AM_V@) 108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 109am__v_GEN_0 = @echo " GEN " $@; 110am__v_GEN_1 = 111AM_V_at = $(am__v_at_@AM_V@) 112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 113am__v_at_0 = @ 114am__v_at_1 = 115SOURCES = 116DIST_SOURCES = 117am__can_run_installinfo = \ 118 case $$AM_UPDATE_INFO_DIR in \ 119 n|no|NO) false;; \ 120 *) (install-info --version) >/dev/null 2>&1;; \ 121 esac 122am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 123am__DIST_COMMON = $(srcdir)/Makefile.in 124DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 125ACLOCAL = @ACLOCAL@ 126ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 127ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 128AMTAR = @AMTAR@ 129AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 130APP_MAN_DIR = @APP_MAN_DIR@ 131APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 132AR = @AR@ 133AUTOCONF = @AUTOCONF@ 134AUTOHEADER = @AUTOHEADER@ 135AUTOMAKE = @AUTOMAKE@ 136AWK = @AWK@ 137BASE_CFLAGS = @BASE_CFLAGS@ 138CC = @CC@ 139CCDEPMODE = @CCDEPMODE@ 140CFLAGS = @CFLAGS@ 141CHANGELOG_CMD = @CHANGELOG_CMD@ 142CPP = @CPP@ 143CPPFLAGS = @CPPFLAGS@ 144CWARNFLAGS = @CWARNFLAGS@ 145CYGPATH_W = @CYGPATH_W@ 146DEFS = @DEFS@ 147DEPDIR = @DEPDIR@ 148DLLTOOL = @DLLTOOL@ 149DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 150DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 151DSYMUTIL = @DSYMUTIL@ 152DUMPBIN = @DUMPBIN@ 153ECHO_C = @ECHO_C@ 154ECHO_N = @ECHO_N@ 155ECHO_T = @ECHO_T@ 156EGREP = @EGREP@ 157EXEEXT = @EXEEXT@ 158FGREP = @FGREP@ 159FILE_MAN_DIR = @FILE_MAN_DIR@ 160FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 161GLIB_CFLAGS = @GLIB_CFLAGS@ 162GLIB_LIBS = @GLIB_LIBS@ 163GREP = @GREP@ 164INSTALL = @INSTALL@ 165INSTALL_CMD = @INSTALL_CMD@ 166INSTALL_DATA = @INSTALL_DATA@ 167INSTALL_PROGRAM = @INSTALL_PROGRAM@ 168INSTALL_SCRIPT = @INSTALL_SCRIPT@ 169INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 170LD = @LD@ 171LDFLAGS = @LDFLAGS@ 172LIBOBJS = @LIBOBJS@ 173LIBS = @LIBS@ 174LIBTOOL = @LIBTOOL@ 175LIB_MAN_DIR = @LIB_MAN_DIR@ 176LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 177LIPO = @LIPO@ 178LN_S = @LN_S@ 179LOCALEDIR = @LOCALEDIR@ 180LTLIBOBJS = @LTLIBOBJS@ 181LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 182MAKEINFO = @MAKEINFO@ 183MANIFEST_TOOL = @MANIFEST_TOOL@ 184MAN_SUBSTS = @MAN_SUBSTS@ 185MISC_MAN_DIR = @MISC_MAN_DIR@ 186MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 187MKDIR_P = @MKDIR_P@ 188NM = @NM@ 189NMEDIT = @NMEDIT@ 190OBJDUMP = @OBJDUMP@ 191OBJEXT = @OBJEXT@ 192OTOOL = @OTOOL@ 193OTOOL64 = @OTOOL64@ 194PACKAGE = @PACKAGE@ 195PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 196PACKAGE_NAME = @PACKAGE_NAME@ 197PACKAGE_STRING = @PACKAGE_STRING@ 198PACKAGE_TARNAME = @PACKAGE_TARNAME@ 199PACKAGE_URL = @PACKAGE_URL@ 200PACKAGE_VERSION = @PACKAGE_VERSION@ 201PATH_SEPARATOR = @PATH_SEPARATOR@ 202PKG_CONFIG = @PKG_CONFIG@ 203PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 204PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 205RANLIB = @RANLIB@ 206SED = @SED@ 207SET_MAKE = @SET_MAKE@ 208SHELL = @SHELL@ 209STRICT_CFLAGS = @STRICT_CFLAGS@ 210STRIP = @STRIP@ 211SXPM_CFLAGS = @SXPM_CFLAGS@ 212SXPM_LIBS = @SXPM_LIBS@ 213VERSION = @VERSION@ 214XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@ 215XORG_MAN_PAGE = @XORG_MAN_PAGE@ 216XPM_CFLAGS = @XPM_CFLAGS@ 217XPM_LIBS = @XPM_LIBS@ 218XPM_PATH_COMPRESS = @XPM_PATH_COMPRESS@ 219XPM_PATH_GZIP = @XPM_PATH_GZIP@ 220XPM_PATH_UNCOMPRESS = @XPM_PATH_UNCOMPRESS@ 221abs_builddir = @abs_builddir@ 222abs_srcdir = @abs_srcdir@ 223abs_top_builddir = @abs_top_builddir@ 224abs_top_srcdir = @abs_top_srcdir@ 225ac_ct_AR = @ac_ct_AR@ 226ac_ct_CC = @ac_ct_CC@ 227ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 228am__include = @am__include@ 229am__leading_dot = @am__leading_dot@ 230am__quote = @am__quote@ 231am__tar = @am__tar@ 232am__untar = @am__untar@ 233bindir = @bindir@ 234build = @build@ 235build_alias = @build_alias@ 236build_cpu = @build_cpu@ 237build_os = @build_os@ 238build_vendor = @build_vendor@ 239builddir = @builddir@ 240datadir = @datadir@ 241datarootdir = @datarootdir@ 242docdir = @docdir@ 243dvidir = @dvidir@ 244exec_prefix = @exec_prefix@ 245host = @host@ 246host_alias = @host_alias@ 247host_cpu = @host_cpu@ 248host_os = @host_os@ 249host_vendor = @host_vendor@ 250htmldir = @htmldir@ 251includedir = @includedir@ 252infodir = @infodir@ 253install_sh = @install_sh@ 254libdir = @libdir@ 255libexecdir = @libexecdir@ 256localedir = @localedir@ 257localstatedir = @localstatedir@ 258mandir = @mandir@ 259mkdir_p = @mkdir_p@ 260oldincludedir = @oldincludedir@ 261pdfdir = @pdfdir@ 262prefix = @prefix@ 263program_transform_name = @program_transform_name@ 264psdir = @psdir@ 265sbindir = @sbindir@ 266sharedstatedir = @sharedstatedir@ 267srcdir = @srcdir@ 268sysconfdir = @sysconfdir@ 269target_alias = @target_alias@ 270top_build_prefix = @top_build_prefix@ 271top_builddir = @top_builddir@ 272top_srcdir = @top_srcdir@ 273EXTRA_DIST = \ 274 xpm.PS.gz \ 275 FAQ.html \ 276 README.AMIGA \ 277 README.html \ 278 README.MSW 279 280all: all-am 281 282.SUFFIXES: 283$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 284 @for dep in $?; do \ 285 case '$(am__configure_deps)' in \ 286 *$$dep*) \ 287 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 288 && { if test -f $@; then exit 0; else break; fi; }; \ 289 exit 1;; \ 290 esac; \ 291 done; \ 292 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ 293 $(am__cd) $(top_srcdir) && \ 294 $(AUTOMAKE) --foreign doc/Makefile 295Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 296 @case '$?' in \ 297 *config.status*) \ 298 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 299 *) \ 300 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 301 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 302 esac; 303 304$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 305 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 306 307$(top_srcdir)/configure: $(am__configure_deps) 308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 309$(ACLOCAL_M4): $(am__aclocal_m4_deps) 310 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 311$(am__aclocal_m4_deps): 312 313mostlyclean-libtool: 314 -rm -f *.lo 315 316clean-libtool: 317 -rm -rf .libs _libs 318tags TAGS: 319 320ctags CTAGS: 321 322cscope cscopelist: 323 324 325distdir: $(DISTFILES) 326 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 327 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 328 list='$(DISTFILES)'; \ 329 dist_files=`for file in $$list; do echo $$file; done | \ 330 sed -e "s|^$$srcdirstrip/||;t" \ 331 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 332 case $$dist_files in \ 333 */*) $(MKDIR_P) `echo "$$dist_files" | \ 334 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 335 sort -u` ;; \ 336 esac; \ 337 for file in $$dist_files; do \ 338 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 339 if test -d $$d/$$file; then \ 340 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 341 if test -d "$(distdir)/$$file"; then \ 342 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 343 fi; \ 344 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 345 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 346 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 347 fi; \ 348 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 349 else \ 350 test -f "$(distdir)/$$file" \ 351 || cp -p $$d/$$file "$(distdir)/$$file" \ 352 || exit 1; \ 353 fi; \ 354 done 355check-am: all-am 356check: check-am 357all-am: Makefile 358installdirs: 359install: install-am 360install-exec: install-exec-am 361install-data: install-data-am 362uninstall: uninstall-am 363 364install-am: all-am 365 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 366 367installcheck: installcheck-am 368install-strip: 369 if test -z '$(STRIP)'; then \ 370 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 371 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 372 install; \ 373 else \ 374 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 375 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 376 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 377 fi 378mostlyclean-generic: 379 380clean-generic: 381 382distclean-generic: 383 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 384 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 385 386maintainer-clean-generic: 387 @echo "This command is intended for maintainers to use" 388 @echo "it deletes files that may require special tools to rebuild." 389clean: clean-am 390 391clean-am: clean-generic clean-libtool mostlyclean-am 392 393distclean: distclean-am 394 -rm -f Makefile 395distclean-am: clean-am distclean-generic 396 397dvi: dvi-am 398 399dvi-am: 400 401html: html-am 402 403html-am: 404 405info: info-am 406 407info-am: 408 409install-data-am: 410 411install-dvi: install-dvi-am 412 413install-dvi-am: 414 415install-exec-am: 416 417install-html: install-html-am 418 419install-html-am: 420 421install-info: install-info-am 422 423install-info-am: 424 425install-man: 426 427install-pdf: install-pdf-am 428 429install-pdf-am: 430 431install-ps: install-ps-am 432 433install-ps-am: 434 435installcheck-am: 436 437maintainer-clean: maintainer-clean-am 438 -rm -f Makefile 439maintainer-clean-am: distclean-am maintainer-clean-generic 440 441mostlyclean: mostlyclean-am 442 443mostlyclean-am: mostlyclean-generic mostlyclean-libtool 444 445pdf: pdf-am 446 447pdf-am: 448 449ps: ps-am 450 451ps-am: 452 453uninstall-am: 454 455.MAKE: install-am install-strip 456 457.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 458 cscopelist-am ctags-am distclean distclean-generic \ 459 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 460 install install-am install-data install-data-am install-dvi \ 461 install-dvi-am install-exec install-exec-am install-html \ 462 install-html-am install-info install-info-am install-man \ 463 install-pdf install-pdf-am install-ps install-ps-am \ 464 install-strip installcheck installcheck-am installdirs \ 465 maintainer-clean maintainer-clean-generic mostlyclean \ 466 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 467 tags-am uninstall uninstall-am 468 469.PRECIOUS: Makefile 470 471 472# Tell versions [3.59,3.63) of GNU make to not export all variables. 473# Otherwise a system limit (for SysV at least) may be exceeded. 474.NOEXPORT: 475