Makefile.in revision edce3322
1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 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@ 161GREP = @GREP@ 162INSTALL = @INSTALL@ 163INSTALL_CMD = @INSTALL_CMD@ 164INSTALL_DATA = @INSTALL_DATA@ 165INSTALL_PROGRAM = @INSTALL_PROGRAM@ 166INSTALL_SCRIPT = @INSTALL_SCRIPT@ 167INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 168LD = @LD@ 169LDFLAGS = @LDFLAGS@ 170LIBOBJS = @LIBOBJS@ 171LIBS = @LIBS@ 172LIBTOOL = @LIBTOOL@ 173LIB_MAN_DIR = @LIB_MAN_DIR@ 174LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 175LIPO = @LIPO@ 176LN_S = @LN_S@ 177LOCALEDIR = @LOCALEDIR@ 178LTLIBOBJS = @LTLIBOBJS@ 179LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 180MAKEINFO = @MAKEINFO@ 181MANIFEST_TOOL = @MANIFEST_TOOL@ 182MAN_SUBSTS = @MAN_SUBSTS@ 183MISC_MAN_DIR = @MISC_MAN_DIR@ 184MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 185MKDIR_P = @MKDIR_P@ 186NM = @NM@ 187NMEDIT = @NMEDIT@ 188OBJDUMP = @OBJDUMP@ 189OBJEXT = @OBJEXT@ 190OTOOL = @OTOOL@ 191OTOOL64 = @OTOOL64@ 192PACKAGE = @PACKAGE@ 193PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 194PACKAGE_NAME = @PACKAGE_NAME@ 195PACKAGE_STRING = @PACKAGE_STRING@ 196PACKAGE_TARNAME = @PACKAGE_TARNAME@ 197PACKAGE_URL = @PACKAGE_URL@ 198PACKAGE_VERSION = @PACKAGE_VERSION@ 199PATH_SEPARATOR = @PATH_SEPARATOR@ 200PKG_CONFIG = @PKG_CONFIG@ 201PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 202PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 203RANLIB = @RANLIB@ 204SED = @SED@ 205SET_MAKE = @SET_MAKE@ 206SHELL = @SHELL@ 207STRICT_CFLAGS = @STRICT_CFLAGS@ 208STRIP = @STRIP@ 209SXPM_CFLAGS = @SXPM_CFLAGS@ 210SXPM_LIBS = @SXPM_LIBS@ 211VERSION = @VERSION@ 212XORG_MAN_PAGE = @XORG_MAN_PAGE@ 213XPM_CFLAGS = @XPM_CFLAGS@ 214XPM_LIBS = @XPM_LIBS@ 215abs_builddir = @abs_builddir@ 216abs_srcdir = @abs_srcdir@ 217abs_top_builddir = @abs_top_builddir@ 218abs_top_srcdir = @abs_top_srcdir@ 219ac_ct_AR = @ac_ct_AR@ 220ac_ct_CC = @ac_ct_CC@ 221ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 222am__include = @am__include@ 223am__leading_dot = @am__leading_dot@ 224am__quote = @am__quote@ 225am__tar = @am__tar@ 226am__untar = @am__untar@ 227bindir = @bindir@ 228build = @build@ 229build_alias = @build_alias@ 230build_cpu = @build_cpu@ 231build_os = @build_os@ 232build_vendor = @build_vendor@ 233builddir = @builddir@ 234datadir = @datadir@ 235datarootdir = @datarootdir@ 236docdir = @docdir@ 237dvidir = @dvidir@ 238exec_prefix = @exec_prefix@ 239host = @host@ 240host_alias = @host_alias@ 241host_cpu = @host_cpu@ 242host_os = @host_os@ 243host_vendor = @host_vendor@ 244htmldir = @htmldir@ 245includedir = @includedir@ 246infodir = @infodir@ 247install_sh = @install_sh@ 248libdir = @libdir@ 249libexecdir = @libexecdir@ 250localedir = @localedir@ 251localstatedir = @localstatedir@ 252mandir = @mandir@ 253mkdir_p = @mkdir_p@ 254oldincludedir = @oldincludedir@ 255pdfdir = @pdfdir@ 256prefix = @prefix@ 257program_transform_name = @program_transform_name@ 258psdir = @psdir@ 259sbindir = @sbindir@ 260sharedstatedir = @sharedstatedir@ 261srcdir = @srcdir@ 262sysconfdir = @sysconfdir@ 263target_alias = @target_alias@ 264top_build_prefix = @top_build_prefix@ 265top_builddir = @top_builddir@ 266top_srcdir = @top_srcdir@ 267EXTRA_DIST = \ 268 xpm.PS.gz \ 269 FAQ.html \ 270 README.AMIGA \ 271 README.html \ 272 README.MSW 273 274all: all-am 275 276.SUFFIXES: 277$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 278 @for dep in $?; do \ 279 case '$(am__configure_deps)' in \ 280 *$$dep*) \ 281 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 282 && { if test -f $@; then exit 0; else break; fi; }; \ 283 exit 1;; \ 284 esac; \ 285 done; \ 286 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ 287 $(am__cd) $(top_srcdir) && \ 288 $(AUTOMAKE) --foreign doc/Makefile 289Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 290 @case '$?' in \ 291 *config.status*) \ 292 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 293 *) \ 294 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 295 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 296 esac; 297 298$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 299 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 300 301$(top_srcdir)/configure: $(am__configure_deps) 302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 303$(ACLOCAL_M4): $(am__aclocal_m4_deps) 304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 305$(am__aclocal_m4_deps): 306 307mostlyclean-libtool: 308 -rm -f *.lo 309 310clean-libtool: 311 -rm -rf .libs _libs 312tags TAGS: 313 314ctags CTAGS: 315 316cscope cscopelist: 317 318 319distdir: $(BUILT_SOURCES) 320 $(MAKE) $(AM_MAKEFLAGS) distdir-am 321 322distdir-am: $(DISTFILES) 323 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 324 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 325 list='$(DISTFILES)'; \ 326 dist_files=`for file in $$list; do echo $$file; done | \ 327 sed -e "s|^$$srcdirstrip/||;t" \ 328 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 329 case $$dist_files in \ 330 */*) $(MKDIR_P) `echo "$$dist_files" | \ 331 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 332 sort -u` ;; \ 333 esac; \ 334 for file in $$dist_files; do \ 335 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 336 if test -d $$d/$$file; then \ 337 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 338 if test -d "$(distdir)/$$file"; then \ 339 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 340 fi; \ 341 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 342 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 343 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 344 fi; \ 345 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 346 else \ 347 test -f "$(distdir)/$$file" \ 348 || cp -p $$d/$$file "$(distdir)/$$file" \ 349 || exit 1; \ 350 fi; \ 351 done 352check-am: all-am 353check: check-am 354all-am: Makefile 355installdirs: 356install: install-am 357install-exec: install-exec-am 358install-data: install-data-am 359uninstall: uninstall-am 360 361install-am: all-am 362 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 363 364installcheck: installcheck-am 365install-strip: 366 if test -z '$(STRIP)'; then \ 367 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 368 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 369 install; \ 370 else \ 371 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 372 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 373 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 374 fi 375mostlyclean-generic: 376 377clean-generic: 378 379distclean-generic: 380 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 381 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 382 383maintainer-clean-generic: 384 @echo "This command is intended for maintainers to use" 385 @echo "it deletes files that may require special tools to rebuild." 386clean: clean-am 387 388clean-am: clean-generic clean-libtool mostlyclean-am 389 390distclean: distclean-am 391 -rm -f Makefile 392distclean-am: clean-am distclean-generic 393 394dvi: dvi-am 395 396dvi-am: 397 398html: html-am 399 400html-am: 401 402info: info-am 403 404info-am: 405 406install-data-am: 407 408install-dvi: install-dvi-am 409 410install-dvi-am: 411 412install-exec-am: 413 414install-html: install-html-am 415 416install-html-am: 417 418install-info: install-info-am 419 420install-info-am: 421 422install-man: 423 424install-pdf: install-pdf-am 425 426install-pdf-am: 427 428install-ps: install-ps-am 429 430install-ps-am: 431 432installcheck-am: 433 434maintainer-clean: maintainer-clean-am 435 -rm -f Makefile 436maintainer-clean-am: distclean-am maintainer-clean-generic 437 438mostlyclean: mostlyclean-am 439 440mostlyclean-am: mostlyclean-generic mostlyclean-libtool 441 442pdf: pdf-am 443 444pdf-am: 445 446ps: ps-am 447 448ps-am: 449 450uninstall-am: 451 452.MAKE: install-am install-strip 453 454.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 455 cscopelist-am ctags-am distclean distclean-generic \ 456 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 457 install install-am install-data install-data-am install-dvi \ 458 install-dvi-am install-exec install-exec-am install-html \ 459 install-html-am install-info install-info-am install-man \ 460 install-pdf install-pdf-am install-ps install-ps-am \ 461 install-strip installcheck installcheck-am installdirs \ 462 maintainer-clean maintainer-clean-generic mostlyclean \ 463 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 464 tags-am uninstall uninstall-am 465 466.PRECIOUS: Makefile 467 468 469# Tell versions [3.59,3.63) of GNU make to not export all variables. 470# Otherwise a system limit (for SysV at least) may be exceeded. 471.NOEXPORT: 472