1# Makefile.in generated by automake 1.15.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2017 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@ 90target_triplet = @target@ 91subdir = . 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 94 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 95 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 96 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 97 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac 98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 99 $(ACLOCAL_M4) 100DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 101 $(am__configure_deps) $(am__DIST_COMMON) 102am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 103 configure.lineno config.status.lineno 104mkinstalldirs = $(install_sh) -d 105CONFIG_HEADER = config.h 106CONFIG_CLEAN_FILES = adonthell.spec 107CONFIG_CLEAN_VPATH_FILES = 108AM_V_P = $(am__v_P_@AM_V@) 109am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 110am__v_P_0 = false 111am__v_P_1 = : 112AM_V_GEN = $(am__v_GEN_@AM_V@) 113am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 114am__v_GEN_0 = @echo " GEN " $@; 115am__v_GEN_1 = 116AM_V_at = $(am__v_at_@AM_V@) 117am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 118am__v_at_0 = @ 119am__v_at_1 = 120SOURCES = 121DIST_SOURCES = 122RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 123 ctags-recursive dvi-recursive html-recursive info-recursive \ 124 install-data-recursive install-dvi-recursive \ 125 install-exec-recursive install-html-recursive \ 126 install-info-recursive install-pdf-recursive \ 127 install-ps-recursive install-recursive installcheck-recursive \ 128 installdirs-recursive pdf-recursive ps-recursive \ 129 tags-recursive uninstall-recursive 130am__can_run_installinfo = \ 131 case $$AM_UPDATE_INFO_DIR in \ 132 n|no|NO) false;; \ 133 *) (install-info --version) >/dev/null 2>&1;; \ 134 esac 135am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 136am__vpath_adj = case $$p in \ 137 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 138 *) f=$$p;; \ 139 esac; 140am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 141am__install_max = 40 142am__nobase_strip_setup = \ 143 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 144am__nobase_strip = \ 145 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 146am__nobase_list = $(am__nobase_strip_setup); \ 147 for p in $$list; do echo "$$p $$p"; done | \ 148 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 149 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 150 if (++n[$$2] == $(am__install_max)) \ 151 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 152 END { for (dir in files) print dir, files[dir] }' 153am__base_list = \ 154 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 155 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 156am__uninstall_files_from_dir = { \ 157 test -z "$$files" \ 158 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 159 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 160 $(am__cd) "$$dir" && rm -f $$files; }; \ 161 } 162man6dir = $(mandir)/man6 163am__installdirs = "$(DESTDIR)$(man6dir)" 164NROFF = nroff 165MANS = $(dist_man_MANS) 166RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 167 distclean-recursive maintainer-clean-recursive 168am__recursive_targets = \ 169 $(RECURSIVE_TARGETS) \ 170 $(RECURSIVE_CLEAN_TARGETS) \ 171 $(am__extra_recursive_targets) 172AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 173 cscope distdir dist dist-all distcheck 174am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 175 $(LISP)config.h.in 176# Read a list of newline-separated strings from the standard input, 177# and print each of them once, without duplicates. Input order is 178# *not* preserved. 179am__uniquify_input = $(AWK) '\ 180 BEGIN { nonempty = 0; } \ 181 { items[$$0] = 1; nonempty = 1; } \ 182 END { if (nonempty) { for (i in items) print i; }; } \ 183' 184# Make sure the list of sources is unique. This is necessary because, 185# e.g., the same source file might be shared among _SOURCES variables 186# for different programs/libraries. 187am__define_uniq_tagged_files = \ 188 list='$(am__tagged_files)'; \ 189 unique=`for i in $$list; do \ 190 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 191 done | $(am__uniquify_input)` 192ETAGS = etags 193CTAGS = ctags 194CSCOPE = cscope 195DIST_SUBDIRS = $(SUBDIRS) 196am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \ 197 $(srcdir)/adonthell.spec.in $(srcdir)/config.h.in ABOUT-NLS \ 198 AUTHORS COPYING ChangeLog INSTALL NEWS README compile \ 199 config.guess config.rpath config.sub depcomp install-sh \ 200 missing 201DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 202distdir = $(PACKAGE)-$(VERSION) 203top_distdir = $(distdir) 204am__remove_distdir = \ 205 if test -d "$(distdir)"; then \ 206 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 207 && rm -rf "$(distdir)" \ 208 || { sleep 5 && rm -rf "$(distdir)"; }; \ 209 else :; fi 210am__post_remove_distdir = $(am__remove_distdir) 211am__relativize = \ 212 dir0=`pwd`; \ 213 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 214 sed_rest='s,^[^/]*/*,,'; \ 215 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 216 sed_butlast='s,/*[^/]*$$,,'; \ 217 while test -n "$$dir1"; do \ 218 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 219 if test "$$first" != "."; then \ 220 if test "$$first" = ".."; then \ 221 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 222 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 223 else \ 224 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 225 if test "$$first2" = "$$first"; then \ 226 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 227 else \ 228 dir2="../$$dir2"; \ 229 fi; \ 230 dir0="$$dir0"/"$$first"; \ 231 fi; \ 232 fi; \ 233 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 234 done; \ 235 reldir="$$dir2" 236DIST_ARCHIVES = $(distdir).tar.gz 237GZIP_ENV = --best 238DIST_TARGETS = dist-gzip 239distuninstallcheck_listfiles = find . -type f -print 240am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 241 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 242distcleancheck_listfiles = find . -type f -print 243ACLOCAL = @ACLOCAL@ 244AMTAR = @AMTAR@ 245AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 246AUTOCONF = @AUTOCONF@ 247AUTOHEADER = @AUTOHEADER@ 248AUTOMAKE = @AUTOMAKE@ 249AWK = @AWK@ 250CAIRO_CFLAGS = @CAIRO_CFLAGS@ 251CAIRO_LIBS = @CAIRO_LIBS@ 252CC = @CC@ 253CCDEPMODE = @CCDEPMODE@ 254CFLAGS = @CFLAGS@ 255CPP = @CPP@ 256CPPFLAGS = @CPPFLAGS@ 257CXX = @CXX@ 258CXXCPP = @CXXCPP@ 259CXXDEPMODE = @CXXDEPMODE@ 260CXXFLAGS = @CXXFLAGS@ 261CYGPATH_W = @CYGPATH_W@ 262DEFS = @DEFS@ 263DEPDIR = @DEPDIR@ 264ECHO_C = @ECHO_C@ 265ECHO_N = @ECHO_N@ 266ECHO_T = @ECHO_T@ 267EGREP = @EGREP@ 268EXEEXT = @EXEEXT@ 269FT2_CFLAGS = @FT2_CFLAGS@ 270FT2_LIBS = @FT2_LIBS@ 271GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 272GMSGFMT = @GMSGFMT@ 273GMSGFMT_015 = @GMSGFMT_015@ 274GREP = @GREP@ 275GTK_CFLAGS = @GTK_CFLAGS@ 276GTK_LIBS = @GTK_LIBS@ 277IGE_MAC_CFLAGS = @IGE_MAC_CFLAGS@ 278IGE_MAC_LIBS = @IGE_MAC_LIBS@ 279INSTALL = @INSTALL@ 280INSTALL_DATA = @INSTALL_DATA@ 281INSTALL_PROGRAM = @INSTALL_PROGRAM@ 282INSTALL_SCRIPT = @INSTALL_SCRIPT@ 283INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 284INTLLIBS = @INTLLIBS@ 285INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 286LDFLAGS = @LDFLAGS@ 287LIBICONV = @LIBICONV@ 288LIBINTL = @LIBINTL@ 289LIBOBJS = @LIBOBJS@ 290LIBS = @LIBS@ 291LN_S = @LN_S@ 292LTLIBICONV = @LTLIBICONV@ 293LTLIBINTL = @LTLIBINTL@ 294LTLIBOBJS = @LTLIBOBJS@ 295MAKEINFO = @MAKEINFO@ 296MKDIR_P = @MKDIR_P@ 297MSGFMT = @MSGFMT@ 298MSGFMT_015 = @MSGFMT_015@ 299MSGMERGE = @MSGMERGE@ 300OBJEXT = @OBJEXT@ 301OGG_CFLAGS = @OGG_CFLAGS@ 302OGG_DEFS = @OGG_DEFS@ 303OGG_LIBS = @OGG_LIBS@ 304PACKAGE = @PACKAGE@ 305PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 306PACKAGE_NAME = @PACKAGE_NAME@ 307PACKAGE_STRING = @PACKAGE_STRING@ 308PACKAGE_TARNAME = @PACKAGE_TARNAME@ 309PACKAGE_URL = @PACKAGE_URL@ 310PACKAGE_VERSION = @PACKAGE_VERSION@ 311PATH_SEPARATOR = @PATH_SEPARATOR@ 312PKG_CONFIG = @PKG_CONFIG@ 313PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 314PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 315POSUB = @POSUB@ 316PYTHON = @PYTHON@ 317PY_CFLAGS = @PY_CFLAGS@ 318PY_LIBS = @PY_LIBS@ 319PY_PREFIX = @PY_PREFIX@ 320P_DOT = @P_DOT@ 321P_DOXYGEN = @P_DOXYGEN@ 322RANLIB = @RANLIB@ 323SDL2_CONFIG = @SDL2_CONFIG@ 324SDL2_FRAMEWORK = @SDL2_FRAMEWORK@ 325SDL_CFLAGS = @SDL_CFLAGS@ 326SDL_DEFS = @SDL_DEFS@ 327SDL_LIBS = @SDL_LIBS@ 328SED = @SED@ 329SET_MAKE = @SET_MAKE@ 330SHELL = @SHELL@ 331STRIP = @STRIP@ 332SWIG = @SWIG@ 333USE_NLS = @USE_NLS@ 334VERSION = @VERSION@ 335XGETTEXT = @XGETTEXT@ 336XGETTEXT_015 = @XGETTEXT_015@ 337XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 338abs_builddir = @abs_builddir@ 339abs_srcdir = @abs_srcdir@ 340abs_top_builddir = @abs_top_builddir@ 341abs_top_srcdir = @abs_top_srcdir@ 342ac_ct_CC = @ac_ct_CC@ 343ac_ct_CXX = @ac_ct_CXX@ 344am__include = @am__include@ 345am__leading_dot = @am__leading_dot@ 346am__quote = @am__quote@ 347am__tar = @am__tar@ 348am__untar = @am__untar@ 349bindir = @bindir@ 350build = @build@ 351build_alias = @build_alias@ 352build_cpu = @build_cpu@ 353build_os = @build_os@ 354build_vendor = @build_vendor@ 355builddir = @builddir@ 356datadir = @datadir@ 357datarootdir = @datarootdir@ 358docdir = @docdir@ 359dvidir = @dvidir@ 360exec_prefix = @exec_prefix@ 361gamedatadir = @gamedatadir@ 362host = @host@ 363host_alias = @host_alias@ 364host_cpu = @host_cpu@ 365host_os = @host_os@ 366host_vendor = @host_vendor@ 367htmldir = @htmldir@ 368includedir = @includedir@ 369infodir = @infodir@ 370install_sh = @install_sh@ 371libdir = @libdir@ 372libexecdir = @libexecdir@ 373localedir = @localedir@ 374localstatedir = @localstatedir@ 375mandir = @mandir@ 376mkdir_p = @mkdir_p@ 377oldincludedir = @oldincludedir@ 378pdfdir = @pdfdir@ 379prefix = @prefix@ 380program_transform_name = @program_transform_name@ 381psdir = @psdir@ 382runstatedir = @runstatedir@ 383sbindir = @sbindir@ 384sharedstatedir = @sharedstatedir@ 385srcdir = @srcdir@ 386sysconfdir = @sysconfdir@ 387target = @target@ 388target_alias = @target_alias@ 389target_cpu = @target_cpu@ 390target_os = @target_os@ 391target_vendor = @target_vendor@ 392top_build_prefix = @top_build_prefix@ 393top_builddir = @top_builddir@ 394top_srcdir = @top_srcdir@ 395SUBDIRS = m4 po src doc 396EXTRA_DIST = config.rpath ABOUT-NLS NEWBIE autogen.sh \ 397 autogen.sh adonthell.spec.in adonthell.spec \ 398 README.Linux README.MacOSX README.Windows \ 399 make_linux_appimg.sh make_osx_bundle.sh \ 400 make_windows_pkg.sh 401 402dist_man_MANS = adonthell.6 403ACLOCAL_AMFLAGS = -I m4 404all: config.h 405 $(MAKE) $(AM_MAKEFLAGS) all-recursive 406 407.SUFFIXES: 408am--refresh: Makefile 409 @: 410$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 411 @for dep in $?; do \ 412 case '$(am__configure_deps)' in \ 413 *$$dep*) \ 414 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 415 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 416 && exit 0; \ 417 exit 1;; \ 418 esac; \ 419 done; \ 420 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 421 $(am__cd) $(top_srcdir) && \ 422 $(AUTOMAKE) --gnu Makefile 423Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 424 @case '$?' in \ 425 *config.status*) \ 426 echo ' $(SHELL) ./config.status'; \ 427 $(SHELL) ./config.status;; \ 428 *) \ 429 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 430 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 431 esac; 432 433$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 434 $(SHELL) ./config.status --recheck 435 436$(top_srcdir)/configure: $(am__configure_deps) 437 $(am__cd) $(srcdir) && $(AUTOCONF) 438$(ACLOCAL_M4): $(am__aclocal_m4_deps) 439 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 440$(am__aclocal_m4_deps): 441 442config.h: stamp-h1 443 @test -f $@ || rm -f stamp-h1 444 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 445 446stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 447 @rm -f stamp-h1 448 cd $(top_builddir) && $(SHELL) ./config.status config.h 449$(srcdir)/config.h.in: $(am__configure_deps) 450 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 451 rm -f stamp-h1 452 touch $@ 453 454distclean-hdr: 455 -rm -f config.h stamp-h1 456adonthell.spec: $(top_builddir)/config.status $(srcdir)/adonthell.spec.in 457 cd $(top_builddir) && $(SHELL) ./config.status $@ 458install-man6: $(dist_man_MANS) 459 @$(NORMAL_INSTALL) 460 @list1=''; \ 461 list2='$(dist_man_MANS)'; \ 462 test -n "$(man6dir)" \ 463 && test -n "`echo $$list1$$list2`" \ 464 || exit 0; \ 465 echo " $(MKDIR_P) '$(DESTDIR)$(man6dir)'"; \ 466 $(MKDIR_P) "$(DESTDIR)$(man6dir)" || exit 1; \ 467 { for i in $$list1; do echo "$$i"; done; \ 468 if test -n "$$list2"; then \ 469 for i in $$list2; do echo "$$i"; done \ 470 | sed -n '/\.6[a-z]*$$/p'; \ 471 fi; \ 472 } | while read p; do \ 473 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 474 echo "$$d$$p"; echo "$$p"; \ 475 done | \ 476 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^6][0-9a-z]*$$,6,;x' \ 477 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 478 sed 'N;N;s,\n, ,g' | { \ 479 list=; while read file base inst; do \ 480 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 481 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man6dir)/$$inst'"; \ 482 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man6dir)/$$inst" || exit $$?; \ 483 fi; \ 484 done; \ 485 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 486 while read files; do \ 487 test -z "$$files" || { \ 488 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man6dir)'"; \ 489 $(INSTALL_DATA) $$files "$(DESTDIR)$(man6dir)" || exit $$?; }; \ 490 done; } 491 492uninstall-man6: 493 @$(NORMAL_UNINSTALL) 494 @list=''; test -n "$(man6dir)" || exit 0; \ 495 files=`{ for i in $$list; do echo "$$i"; done; \ 496 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 497 sed -n '/\.6[a-z]*$$/p'; \ 498 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^6][0-9a-z]*$$,6,;x' \ 499 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 500 dir='$(DESTDIR)$(man6dir)'; $(am__uninstall_files_from_dir) 501 502# This directory's subdirectories are mostly independent; you can cd 503# into them and run 'make' without going through this Makefile. 504# To change the values of 'make' variables: instead of editing Makefiles, 505# (1) if the variable is set in 'config.status', edit 'config.status' 506# (which will cause the Makefiles to be regenerated when you run 'make'); 507# (2) otherwise, pass the desired values on the 'make' command line. 508$(am__recursive_targets): 509 @fail=; \ 510 if $(am__make_keepgoing); then \ 511 failcom='fail=yes'; \ 512 else \ 513 failcom='exit 1'; \ 514 fi; \ 515 dot_seen=no; \ 516 target=`echo $@ | sed s/-recursive//`; \ 517 case "$@" in \ 518 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 519 *) list='$(SUBDIRS)' ;; \ 520 esac; \ 521 for subdir in $$list; do \ 522 echo "Making $$target in $$subdir"; \ 523 if test "$$subdir" = "."; then \ 524 dot_seen=yes; \ 525 local_target="$$target-am"; \ 526 else \ 527 local_target="$$target"; \ 528 fi; \ 529 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 530 || eval $$failcom; \ 531 done; \ 532 if test "$$dot_seen" = "no"; then \ 533 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 534 fi; test -z "$$fail" 535 536ID: $(am__tagged_files) 537 $(am__define_uniq_tagged_files); mkid -fID $$unique 538tags: tags-recursive 539TAGS: tags 540 541tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 542 set x; \ 543 here=`pwd`; \ 544 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 545 include_option=--etags-include; \ 546 empty_fix=.; \ 547 else \ 548 include_option=--include; \ 549 empty_fix=; \ 550 fi; \ 551 list='$(SUBDIRS)'; for subdir in $$list; do \ 552 if test "$$subdir" = .; then :; else \ 553 test ! -f $$subdir/TAGS || \ 554 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 555 fi; \ 556 done; \ 557 $(am__define_uniq_tagged_files); \ 558 shift; \ 559 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 560 test -n "$$unique" || unique=$$empty_fix; \ 561 if test $$# -gt 0; then \ 562 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 563 "$$@" $$unique; \ 564 else \ 565 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 566 $$unique; \ 567 fi; \ 568 fi 569ctags: ctags-recursive 570 571CTAGS: ctags 572ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 573 $(am__define_uniq_tagged_files); \ 574 test -z "$(CTAGS_ARGS)$$unique" \ 575 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 576 $$unique 577 578GTAGS: 579 here=`$(am__cd) $(top_builddir) && pwd` \ 580 && $(am__cd) $(top_srcdir) \ 581 && gtags -i $(GTAGS_ARGS) "$$here" 582cscope: cscope.files 583 test ! -s cscope.files \ 584 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 585clean-cscope: 586 -rm -f cscope.files 587cscope.files: clean-cscope cscopelist 588cscopelist: cscopelist-recursive 589 590cscopelist-am: $(am__tagged_files) 591 list='$(am__tagged_files)'; \ 592 case "$(srcdir)" in \ 593 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 594 *) sdir=$(subdir)/$(srcdir) ;; \ 595 esac; \ 596 for i in $$list; do \ 597 if test -f "$$i"; then \ 598 echo "$(subdir)/$$i"; \ 599 else \ 600 echo "$$sdir/$$i"; \ 601 fi; \ 602 done >> $(top_builddir)/cscope.files 603 604distclean-tags: 605 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 606 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 607 608distdir: $(DISTFILES) 609 $(am__remove_distdir) 610 test -d "$(distdir)" || mkdir "$(distdir)" 611 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 612 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 613 list='$(DISTFILES)'; \ 614 dist_files=`for file in $$list; do echo $$file; done | \ 615 sed -e "s|^$$srcdirstrip/||;t" \ 616 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 617 case $$dist_files in \ 618 */*) $(MKDIR_P) `echo "$$dist_files" | \ 619 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 620 sort -u` ;; \ 621 esac; \ 622 for file in $$dist_files; do \ 623 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 624 if test -d $$d/$$file; then \ 625 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 626 if test -d "$(distdir)/$$file"; then \ 627 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 628 fi; \ 629 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 630 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 631 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 632 fi; \ 633 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 634 else \ 635 test -f "$(distdir)/$$file" \ 636 || cp -p $$d/$$file "$(distdir)/$$file" \ 637 || exit 1; \ 638 fi; \ 639 done 640 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 641 if test "$$subdir" = .; then :; else \ 642 $(am__make_dryrun) \ 643 || test -d "$(distdir)/$$subdir" \ 644 || $(MKDIR_P) "$(distdir)/$$subdir" \ 645 || exit 1; \ 646 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 647 $(am__relativize); \ 648 new_distdir=$$reldir; \ 649 dir1=$$subdir; dir2="$(top_distdir)"; \ 650 $(am__relativize); \ 651 new_top_distdir=$$reldir; \ 652 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 653 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 654 ($(am__cd) $$subdir && \ 655 $(MAKE) $(AM_MAKEFLAGS) \ 656 top_distdir="$$new_top_distdir" \ 657 distdir="$$new_distdir" \ 658 am__remove_distdir=: \ 659 am__skip_length_check=: \ 660 am__skip_mode_fix=: \ 661 distdir) \ 662 || exit 1; \ 663 fi; \ 664 done 665 -test -n "$(am__skip_mode_fix)" \ 666 || find "$(distdir)" -type d ! -perm -755 \ 667 -exec chmod u+rwx,go+rx {} \; -o \ 668 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 669 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 670 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 671 || chmod -R a+r "$(distdir)" 672dist-gzip: distdir 673 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 674 $(am__post_remove_distdir) 675 676dist-bzip2: distdir 677 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 678 $(am__post_remove_distdir) 679 680dist-lzip: distdir 681 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 682 $(am__post_remove_distdir) 683 684dist-xz: distdir 685 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 686 $(am__post_remove_distdir) 687 688dist-tarZ: distdir 689 @echo WARNING: "Support for distribution archives compressed with" \ 690 "legacy program 'compress' is deprecated." >&2 691 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 692 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 693 $(am__post_remove_distdir) 694 695dist-shar: distdir 696 @echo WARNING: "Support for shar distribution archives is" \ 697 "deprecated." >&2 698 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 699 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 700 $(am__post_remove_distdir) 701 702dist-zip: distdir 703 -rm -f $(distdir).zip 704 zip -rq $(distdir).zip $(distdir) 705 $(am__post_remove_distdir) 706 707dist dist-all: 708 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 709 $(am__post_remove_distdir) 710 711# This target untars the dist file and tries a VPATH configuration. Then 712# it guarantees that the distribution is self-contained by making another 713# tarfile. 714distcheck: dist 715 case '$(DIST_ARCHIVES)' in \ 716 *.tar.gz*) \ 717 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 718 *.tar.bz2*) \ 719 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 720 *.tar.lz*) \ 721 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 722 *.tar.xz*) \ 723 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 724 *.tar.Z*) \ 725 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 726 *.shar.gz*) \ 727 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 728 *.zip*) \ 729 unzip $(distdir).zip ;;\ 730 esac 731 chmod -R a-w $(distdir) 732 chmod u+w $(distdir) 733 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 734 chmod a-w $(distdir) 735 test -d $(distdir)/_build || exit 0; \ 736 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 737 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 738 && am__cwd=`pwd` \ 739 && $(am__cd) $(distdir)/_build/sub \ 740 && ../../configure \ 741 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 742 $(DISTCHECK_CONFIGURE_FLAGS) \ 743 --srcdir=../.. --prefix="$$dc_install_base" \ 744 && $(MAKE) $(AM_MAKEFLAGS) \ 745 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 746 && $(MAKE) $(AM_MAKEFLAGS) check \ 747 && $(MAKE) $(AM_MAKEFLAGS) install \ 748 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 749 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 750 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 751 distuninstallcheck \ 752 && chmod -R a-w "$$dc_install_base" \ 753 && ({ \ 754 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 755 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 756 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 757 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 758 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 759 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 760 && rm -rf "$$dc_destdir" \ 761 && $(MAKE) $(AM_MAKEFLAGS) dist \ 762 && rm -rf $(DIST_ARCHIVES) \ 763 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 764 && cd "$$am__cwd" \ 765 || exit 1 766 $(am__post_remove_distdir) 767 @(echo "$(distdir) archives ready for distribution: "; \ 768 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 769 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 770distuninstallcheck: 771 @test -n '$(distuninstallcheck_dir)' || { \ 772 echo 'ERROR: trying to run $@ with an empty' \ 773 '$$(distuninstallcheck_dir)' >&2; \ 774 exit 1; \ 775 }; \ 776 $(am__cd) '$(distuninstallcheck_dir)' || { \ 777 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 778 exit 1; \ 779 }; \ 780 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 781 || { echo "ERROR: files left after uninstall:" ; \ 782 if test -n "$(DESTDIR)"; then \ 783 echo " (check DESTDIR support)"; \ 784 fi ; \ 785 $(distuninstallcheck_listfiles) ; \ 786 exit 1; } >&2 787distcleancheck: distclean 788 @if test '$(srcdir)' = . ; then \ 789 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 790 exit 1 ; \ 791 fi 792 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 793 || { echo "ERROR: files left in build directory after distclean:" ; \ 794 $(distcleancheck_listfiles) ; \ 795 exit 1; } >&2 796check-am: all-am 797check: check-recursive 798all-am: Makefile $(MANS) config.h 799installdirs: installdirs-recursive 800installdirs-am: 801 for dir in "$(DESTDIR)$(man6dir)"; do \ 802 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 803 done 804install: install-recursive 805install-exec: install-exec-recursive 806install-data: install-data-recursive 807uninstall: uninstall-recursive 808 809install-am: all-am 810 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 811 812installcheck: installcheck-recursive 813install-strip: 814 if test -z '$(STRIP)'; then \ 815 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 816 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 817 install; \ 818 else \ 819 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 820 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 821 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 822 fi 823mostlyclean-generic: 824 825clean-generic: 826 827distclean-generic: 828 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 829 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 830 831maintainer-clean-generic: 832 @echo "This command is intended for maintainers to use" 833 @echo "it deletes files that may require special tools to rebuild." 834clean: clean-recursive 835 836clean-am: clean-generic mostlyclean-am 837 838distclean: distclean-recursive 839 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 840 -rm -f Makefile 841distclean-am: clean-am distclean-generic distclean-hdr distclean-tags 842 843dvi: dvi-recursive 844 845dvi-am: 846 847html: html-recursive 848 849html-am: 850 851info: info-recursive 852 853info-am: 854 855install-data-am: install-data-local install-man 856 857install-dvi: install-dvi-recursive 858 859install-dvi-am: 860 861install-exec-am: 862 863install-html: install-html-recursive 864 865install-html-am: 866 867install-info: install-info-recursive 868 869install-info-am: 870 871install-man: install-man6 872 873install-pdf: install-pdf-recursive 874 875install-pdf-am: 876 877install-ps: install-ps-recursive 878 879install-ps-am: 880 881installcheck-am: 882 883maintainer-clean: maintainer-clean-recursive 884 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 885 -rm -rf $(top_srcdir)/autom4te.cache 886 -rm -f Makefile 887maintainer-clean-am: distclean-am maintainer-clean-generic 888 889mostlyclean: mostlyclean-recursive 890 891mostlyclean-am: mostlyclean-generic 892 893pdf: pdf-recursive 894 895pdf-am: 896 897ps: ps-recursive 898 899ps-am: 900 901uninstall-am: uninstall-man 902 903uninstall-man: uninstall-man6 904 905.MAKE: $(am__recursive_targets) all install-am install-strip 906 907.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 908 am--refresh check check-am clean clean-cscope clean-generic \ 909 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 910 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 911 distcheck distclean distclean-generic distclean-hdr \ 912 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 913 dvi-am html html-am info info-am install install-am \ 914 install-data install-data-am install-data-local install-dvi \ 915 install-dvi-am install-exec install-exec-am install-html \ 916 install-html-am install-info install-info-am install-man \ 917 install-man6 install-pdf install-pdf-am install-ps \ 918 install-ps-am install-strip installcheck installcheck-am \ 919 installdirs installdirs-am maintainer-clean \ 920 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 921 pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 922 uninstall-man uninstall-man6 923 924.PRECIOUS: Makefile 925 926 927install-data-local: 928 if test ! -d $(DESTDIR)$(gamedatadir)/games ; then \ 929 mkdir $(DESTDIR)$(gamedatadir)/games; \ 930 fi 931 932# Tell versions [3.59,3.63) of GNU make to not export all variables. 933# Otherwise a system limit (for SysV at least) may be exceeded. 934.NOEXPORT: 935