1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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@ 16 17# Pioneers - Implementation of the excellent Settlers of Catan board game. 18# Go buy a copy. 19# 20# Copyright (C) 2018 Roland Clobus <rclobus@rclobus.nl> 21# 22# This program is free software; you can redistribute it and/or modify 23# it under the terms of the GNU General Public License as published by 24# the Free Software Foundation; either version 2 of the License, or 25# (at your option) any later version. 26# 27# This program is distributed in the hope that it will be useful, 28# but WITHOUT ANY WARRANTY; without even the implied warranty of 29# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 30# GNU General Public License for more details. 31# 32# You should have received a copy of the GNU General Public License 33# along with this program; if not, write to the Free Software 34# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 35VPATH = @srcdir@ 36am__is_gnu_make = { \ 37 if test -z '$(MAKELEVEL)'; then \ 38 false; \ 39 elif test -n '$(MAKE_HOST)'; then \ 40 true; \ 41 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 42 true; \ 43 else \ 44 false; \ 45 fi; \ 46} 47am__make_running_with_option = \ 48 case $${target_option-} in \ 49 ?) ;; \ 50 *) echo "am__make_running_with_option: internal error: invalid" \ 51 "target option '$${target_option-}' specified" >&2; \ 52 exit 1;; \ 53 esac; \ 54 has_opt=no; \ 55 sane_makeflags=$$MAKEFLAGS; \ 56 if $(am__is_gnu_make); then \ 57 sane_makeflags=$$MFLAGS; \ 58 else \ 59 case $$MAKEFLAGS in \ 60 *\\[\ \ ]*) \ 61 bs=\\; \ 62 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 63 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 64 esac; \ 65 fi; \ 66 skip_next=no; \ 67 strip_trailopt () \ 68 { \ 69 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 70 }; \ 71 for flg in $$sane_makeflags; do \ 72 test $$skip_next = yes && { skip_next=no; continue; }; \ 73 case $$flg in \ 74 *=*|--*) continue;; \ 75 -*I) strip_trailopt 'I'; skip_next=yes;; \ 76 -*I?*) strip_trailopt 'I';; \ 77 -*O) strip_trailopt 'O'; skip_next=yes;; \ 78 -*O?*) strip_trailopt 'O';; \ 79 -*l) strip_trailopt 'l'; skip_next=yes;; \ 80 -*l?*) strip_trailopt 'l';; \ 81 -[dEDm]) skip_next=yes;; \ 82 -[JT]) skip_next=yes;; \ 83 esac; \ 84 case $$flg in \ 85 *$$target_option*) has_opt=yes; break;; \ 86 esac; \ 87 done; \ 88 test $$has_opt = yes 89am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 90am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 91pkgdatadir = $(datadir)/@PACKAGE@ 92pkgincludedir = $(includedir)/@PACKAGE@ 93pkglibdir = $(libdir)/@PACKAGE@ 94pkglibexecdir = $(libexecdir)/@PACKAGE@ 95am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 96install_sh_DATA = $(install_sh) -c -m 644 97install_sh_PROGRAM = $(install_sh) -c 98install_sh_SCRIPT = $(install_sh) -c 99INSTALL_HEADER = $(INSTALL_DATA) 100transform = $(program_transform_name) 101NORMAL_INSTALL = : 102PRE_INSTALL = : 103POST_INSTALL = : 104NORMAL_UNINSTALL = : 105PRE_UNINSTALL = : 106POST_UNINSTALL = : 107build_triplet = @build@ 108host_triplet = @host@ 109subdir = client/help 110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 111am__aclocal_m4_deps = $(top_srcdir)/m4/gob2.m4 \ 112 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ 113 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 114 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 115 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ 116 $(top_srcdir)/m4/yelp.m4 $(top_srcdir)/configure.ac 117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118 $(ACLOCAL_M4) 119DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 120mkinstalldirs = $(install_sh) -d 121CONFIG_HEADER = $(top_builddir)/config.h 122CONFIG_CLEAN_FILES = 123CONFIG_CLEAN_VPATH_FILES = 124AM_V_P = $(am__v_P_@AM_V@) 125am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 126am__v_P_0 = false 127am__v_P_1 = : 128AM_V_GEN = $(am__v_GEN_@AM_V@) 129am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 130am__v_GEN_0 = @echo " GEN " $@; 131am__v_GEN_1 = 132AM_V_at = $(am__v_at_@AM_V@) 133am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 134am__v_at_0 = @ 135am__v_at_1 = 136SOURCES = 137DIST_SOURCES = 138am__can_run_installinfo = \ 139 case $$AM_UPDATE_INFO_DIR in \ 140 n|no|NO) false;; \ 141 *) (install-info --version) >/dev/null 2>&1;; \ 142 esac 143am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 144am__DIST_COMMON = $(srcdir)/Makefile.in 145DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 146ACLOCAL = @ACLOCAL@ 147ALL_LINGUAS = @ALL_LINGUAS@ 148AMTAR = @AMTAR@ 149AM_CFLAGS = @AM_CFLAGS@ 150AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 151AM_LDFLAGS = @AM_LDFLAGS@ 152AR = @AR@ 153ARFLAGS = @ARFLAGS@ 154AUTOCONF = @AUTOCONF@ 155AUTOHEADER = @AUTOHEADER@ 156AUTOMAKE = @AUTOMAKE@ 157AVAHI_CLIENT_CFLAGS = @AVAHI_CLIENT_CFLAGS@ 158AVAHI_CLIENT_LIBS = @AVAHI_CLIENT_LIBS@ 159AVAHI_GLIB_CFLAGS = @AVAHI_GLIB_CFLAGS@ 160AVAHI_GLIB_LIBS = @AVAHI_GLIB_LIBS@ 161AWK = @AWK@ 162CC = @CC@ 163CCDEPMODE = @CCDEPMODE@ 164CFLAGS = @CFLAGS@ 165CPP = @CPP@ 166CPPFLAGS = @CPPFLAGS@ 167CYGPATH_W = @CYGPATH_W@ 168DEBUGGING = @DEBUGGING@ 169DEFS = @DEFS@ 170DEPDIR = @DEPDIR@ 171DLLTOOL = @DLLTOOL@ 172DSYMUTIL = @DSYMUTIL@ 173DUMPBIN = @DUMPBIN@ 174ECHO = @ECHO@ 175ECHO_C = @ECHO_C@ 176ECHO_N = @ECHO_N@ 177ECHO_T = @ECHO_T@ 178EGREP = @EGREP@ 179EXEEXT = @EXEEXT@ 180FGREP = @FGREP@ 181GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ 182GIO2_CFLAGS = @GIO2_CFLAGS@ 183GIO2_LIBS = @GIO2_LIBS@ 184GLIB2_CFLAGS = @GLIB2_CFLAGS@ 185GLIB2_LIBS = @GLIB2_LIBS@ 186GLIB_DEPRECATION = @GLIB_DEPRECATION@ 187GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ 188GMSGFMT = @GMSGFMT@ 189GOB2 = @GOB2@ 190GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@ 191GOBJECT2_LIBS = @GOBJECT2_LIBS@ 192GREP = @GREP@ 193GTK_CFLAGS = @GTK_CFLAGS@ 194GTK_DEPRECATION = @GTK_DEPRECATION@ 195GTK_LIBS = @GTK_LIBS@ 196GTK_OPTIMAL_VERSION_CFLAGS = @GTK_OPTIMAL_VERSION_CFLAGS@ 197GTK_OPTIMAL_VERSION_LIBS = @GTK_OPTIMAL_VERSION_LIBS@ 198GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ 199HELP_DIR = @HELP_DIR@ 200INSTALL = @INSTALL@ 201INSTALL_DATA = @INSTALL_DATA@ 202INSTALL_PROGRAM = @INSTALL_PROGRAM@ 203INSTALL_SCRIPT = @INSTALL_SCRIPT@ 204INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 205INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ 206INTLTOOL_MERGE = @INTLTOOL_MERGE@ 207INTLTOOL_PERL = @INTLTOOL_PERL@ 208INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ 209INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ 210INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ 211INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ 212INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ 213ITSTOOL = @ITSTOOL@ 214LD = @LD@ 215LDFLAGS = @LDFLAGS@ 216LIBCANBERRA_CFLAGS = @LIBCANBERRA_CFLAGS@ 217LIBCANBERRA_LIBS = @LIBCANBERRA_LIBS@ 218LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@ 219LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@ 220LIBOBJS = @LIBOBJS@ 221LIBS = @LIBS@ 222LIBTOOL = @LIBTOOL@ 223LIPO = @LIPO@ 224LN_S = @LN_S@ 225LTLIBOBJS = @LTLIBOBJS@ 226LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 227MAINT = @MAINT@ 228MAKEINFO = @MAKEINFO@ 229MANIFEST_TOOL = @MANIFEST_TOOL@ 230MKDIR_P = @MKDIR_P@ 231MSGFMT = @MSGFMT@ 232MSGMERGE = @MSGMERGE@ 233NM = @NM@ 234NMEDIT = @NMEDIT@ 235OBJDUMP = @OBJDUMP@ 236OBJEXT = @OBJEXT@ 237OTOOL = @OTOOL@ 238OTOOL64 = @OTOOL64@ 239PACKAGE = @PACKAGE@ 240PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 241PACKAGE_NAME = @PACKAGE_NAME@ 242PACKAGE_STRING = @PACKAGE_STRING@ 243PACKAGE_TARNAME = @PACKAGE_TARNAME@ 244PACKAGE_URL = @PACKAGE_URL@ 245PACKAGE_VERSION = @PACKAGE_VERSION@ 246PATH_SEPARATOR = @PATH_SEPARATOR@ 247PKG_CONFIG = @PKG_CONFIG@ 248PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 249PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 250RANLIB = @RANLIB@ 251SED = @SED@ 252SET_MAKE = @SET_MAKE@ 253SHELL = @SHELL@ 254STRIP = @STRIP@ 255USE_NLS = @USE_NLS@ 256VERSION = @VERSION@ 257WARNINGS = @WARNINGS@ 258XGETTEXT = @XGETTEXT@ 259XMLLINT = @XMLLINT@ 260YELP_LC_DIST = @YELP_LC_DIST@ 261YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ 262abs_builddir = @abs_builddir@ 263abs_srcdir = @abs_srcdir@ 264abs_top_builddir = @abs_top_builddir@ 265abs_top_srcdir = @abs_top_srcdir@ 266ac_ct_AR = @ac_ct_AR@ 267ac_ct_CC = @ac_ct_CC@ 268ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 269am__include = @am__include@ 270am__leading_dot = @am__leading_dot@ 271am__quote = @am__quote@ 272am__tar = @am__tar@ 273am__untar = @am__untar@ 274bindir = @bindir@ 275build = @build@ 276build_alias = @build_alias@ 277build_cpu = @build_cpu@ 278build_os = @build_os@ 279build_vendor = @build_vendor@ 280builddir = @builddir@ 281datadir = @datadir@ 282datarootdir = @datarootdir@ 283docdir = @docdir@ 284dvidir = @dvidir@ 285exec_prefix = @exec_prefix@ 286host = @host@ 287host_alias = @host_alias@ 288host_cpu = @host_cpu@ 289host_os = @host_os@ 290host_vendor = @host_vendor@ 291htmldir = @htmldir@ 292includedir = @includedir@ 293infodir = @infodir@ 294install_sh = @install_sh@ 295intltool__v_merge_options_ = @intltool__v_merge_options_@ 296intltool__v_merge_options_0 = @intltool__v_merge_options_0@ 297libdir = @libdir@ 298libexecdir = @libexecdir@ 299localedir = @localedir@ 300localstatedir = @localstatedir@ 301mandir = @mandir@ 302mkdir_p = @mkdir_p@ 303oldincludedir = @oldincludedir@ 304pdfdir = @pdfdir@ 305pioneers_datadir = @pioneers_datadir@ 306pioneers_iconthemedir = @pioneers_iconthemedir@ 307pioneers_localedir = @pioneers_localedir@ 308pioneers_themedir = @pioneers_themedir@ 309pioneers_themedir_embed = @pioneers_themedir_embed@ 310prefix = @prefix@ 311program_transform_name = @program_transform_name@ 312psdir = @psdir@ 313runstatedir = @runstatedir@ 314sbindir = @sbindir@ 315sharedstatedir = @sharedstatedir@ 316srcdir = @srcdir@ 317svg_renderer_height = @svg_renderer_height@ 318svg_renderer_output = @svg_renderer_output@ 319svg_renderer_path = @svg_renderer_path@ 320svg_renderer_width = @svg_renderer_width@ 321sysconfdir = @sysconfdir@ 322target_alias = @target_alias@ 323top_build_prefix = @top_build_prefix@ 324top_builddir = @top_builddir@ 325top_srcdir = @top_srcdir@ 326whitespace_trick = @whitespace_trick@ 327HELP_ID = pioneers 328HELP_FILES = \ 329 index.docbook \ 330 legal.xml 331 332 333# Keep this list in alphabetical order 334HELP_MEDIA = \ 335 images/actions.png \ 336 images/brick.png \ 337 images/chat.png \ 338 images/client.png \ 339 images/connect-dialog.png \ 340 images/desert.png \ 341 images/develop-cards.png \ 342 images/discard-dialog.png \ 343 images/discards.png \ 344 images/field.png \ 345 images/forest.png \ 346 images/gameover-dialog.png \ 347 images/gold.png \ 348 images/grain.png \ 349 images/hill.png \ 350 images/identity.png \ 351 images/join-private-dialog.png \ 352 images/legend-dialog.png \ 353 images/lumber.png \ 354 images/map.png \ 355 images/messages.png \ 356 images/monopoly-dialog.png \ 357 images/mountain.png \ 358 images/ore.png \ 359 images/pasture.png \ 360 images/place-robber.png \ 361 images/player-summary.png \ 362 images/plenty-dialog.png \ 363 images/quote.png \ 364 images/resources.png \ 365 images/sea.png \ 366 images/server-create.png \ 367 images/servers-dialog.png \ 368 images/status.png \ 369 images/steal-from.png \ 370 images/trade.png \ 371 images/wool.png 372 373HELP_LINGUAS = 374all: all-am 375 376.SUFFIXES: 377$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 378 @for dep in $?; do \ 379 case '$(am__configure_deps)' in \ 380 *$$dep*) \ 381 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 382 && { if test -f $@; then exit 0; else break; fi; }; \ 383 exit 1;; \ 384 esac; \ 385 done; \ 386 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu client/help/Makefile'; \ 387 $(am__cd) $(top_srcdir) && \ 388 $(AUTOMAKE) --gnu client/help/Makefile 389Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 390 @case '$?' in \ 391 *config.status*) \ 392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 393 *) \ 394 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 395 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 396 esac; 397 398$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 399 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 400 401$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 402 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 403$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 404 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 405$(am__aclocal_m4_deps): 406 407mostlyclean-libtool: 408 -rm -f *.lo 409 410clean-libtool: 411 -rm -rf .libs _libs 412tags TAGS: 413 414ctags CTAGS: 415 416cscope cscopelist: 417 418 419distdir: $(BUILT_SOURCES) 420 $(MAKE) $(AM_MAKEFLAGS) distdir-am 421 422distdir-am: $(DISTFILES) 423 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 424 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 425 list='$(DISTFILES)'; \ 426 dist_files=`for file in $$list; do echo $$file; done | \ 427 sed -e "s|^$$srcdirstrip/||;t" \ 428 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 429 case $$dist_files in \ 430 */*) $(MKDIR_P) `echo "$$dist_files" | \ 431 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 432 sort -u` ;; \ 433 esac; \ 434 for file in $$dist_files; do \ 435 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 436 if test -d $$d/$$file; then \ 437 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 438 if test -d "$(distdir)/$$file"; then \ 439 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 440 fi; \ 441 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 442 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 443 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 444 fi; \ 445 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 446 else \ 447 test -f "$(distdir)/$$file" \ 448 || cp -p $$d/$$file "$(distdir)/$$file" \ 449 || exit 1; \ 450 fi; \ 451 done 452check-am: all-am 453check: check-am 454all-am: Makefile 455installdirs: 456install: install-am 457install-exec: install-exec-am 458install-data: install-data-am 459uninstall: uninstall-am 460 461install-am: all-am 462 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 463 464installcheck: installcheck-am 465install-strip: 466 if test -z '$(STRIP)'; then \ 467 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 468 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 469 install; \ 470 else \ 471 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 472 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 473 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 474 fi 475mostlyclean-generic: 476 477clean-generic: 478 479distclean-generic: 480 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 481 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 482 483maintainer-clean-generic: 484 @echo "This command is intended for maintainers to use" 485 @echo "it deletes files that may require special tools to rebuild." 486clean: clean-am 487 488clean-am: clean-generic clean-libtool mostlyclean-am 489 490distclean: distclean-am 491 -rm -f Makefile 492distclean-am: clean-am distclean-generic 493 494dvi: dvi-am 495 496dvi-am: 497 498html: html-am 499 500html-am: 501 502info: info-am 503 504info-am: 505 506install-data-am: 507 508install-dvi: install-dvi-am 509 510install-dvi-am: 511 512install-exec-am: 513 514install-html: install-html-am 515 516install-html-am: 517 518install-info: install-info-am 519 520install-info-am: 521 522install-man: 523 524install-pdf: install-pdf-am 525 526install-pdf-am: 527 528install-ps: install-ps-am 529 530install-ps-am: 531 532installcheck-am: 533 534maintainer-clean: maintainer-clean-am 535 -rm -f Makefile 536maintainer-clean-am: distclean-am maintainer-clean-generic 537 538mostlyclean: mostlyclean-am 539 540mostlyclean-am: mostlyclean-generic mostlyclean-libtool 541 542pdf: pdf-am 543 544pdf-am: 545 546ps: ps-am 547 548ps-am: 549 550uninstall-am: 551 552.MAKE: install-am install-strip 553 554.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 555 cscopelist-am ctags-am distclean distclean-generic \ 556 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 557 install install-am install-data install-data-am install-dvi \ 558 install-dvi-am install-exec install-exec-am install-html \ 559 install-html-am install-info install-info-am install-man \ 560 install-pdf install-pdf-am install-ps install-ps-am \ 561 install-strip installcheck installcheck-am installdirs \ 562 maintainer-clean maintainer-clean-generic mostlyclean \ 563 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 564 tags-am uninstall uninstall-am 565 566.PRECIOUS: Makefile 567 568 569@YELP_HELP_RULES@ 570 571# Various snippets 572# HTMLHelp is the compressed help format for Microsoft Windows 573htmlhelp: pioneers.xml 574 xmlto -m custom.xsl htmlhelp pioneers.xml 575 -/cygdrive/c/Program\ Files/HTML\ Help\ Workshop/hhc.exe htmlhelp.hhp 576 rm htmlhelp.hhp 577 rm toc.hhc 578 rm *.html 579 580simplehtml: C/pioneers.xml 581 cd C 582 xmlto -m custom.xsl html pioneers.xml 583 cd .. 584 585yelphtml: C/pioneers.xml 586 cd C 587 xsltproc /usr/share/yelp-xsl/xslt/docbook/html/db2html.xsl pioneers.xml 588 cp /usr/share/yelp-xsl/icons/hicolor/24x24/status/yelp-note*.png . 589 cd .. 590 591xmllint: C/pioneers.xml 592 xmllint --format C/pioneers.xml -o pioneers.xml.good 593 mv pioneers.xml.good C/pioneers.xml 594 595# Tell versions [3.59,3.63) of GNU make to not export all variables. 596# Otherwise a system limit (for SysV at least) may be exceeded. 597.NOEXPORT: 598