Makefile.in revision da4a0041
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@ 16 17# 18# Copyright 2005 Red Hat, Inc. 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, and that the name of Red Hat not be used in 25# advertising or publicity pertaining to distribution of the software without 26# specific, written prior permission. Red Hat makes no 27# representations about the suitability of this software for any purpose. It 28# is provided "as is" without express or implied warranty. 29# 30# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 34# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 35# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 36# PERFORMANCE OF THIS SOFTWARE. 37 38 39VPATH = @srcdir@ 40am__is_gnu_make = { \ 41 if test -z '$(MAKELEVEL)'; then \ 42 false; \ 43 elif test -n '$(MAKE_HOST)'; then \ 44 true; \ 45 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 46 true; \ 47 else \ 48 false; \ 49 fi; \ 50} 51am__make_running_with_option = \ 52 case $${target_option-} in \ 53 ?) ;; \ 54 *) echo "am__make_running_with_option: internal error: invalid" \ 55 "target option '$${target_option-}' specified" >&2; \ 56 exit 1;; \ 57 esac; \ 58 has_opt=no; \ 59 sane_makeflags=$$MAKEFLAGS; \ 60 if $(am__is_gnu_make); then \ 61 sane_makeflags=$$MFLAGS; \ 62 else \ 63 case $$MAKEFLAGS in \ 64 *\\[\ \ ]*) \ 65 bs=\\; \ 66 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 67 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 68 esac; \ 69 fi; \ 70 skip_next=no; \ 71 strip_trailopt () \ 72 { \ 73 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 74 }; \ 75 for flg in $$sane_makeflags; do \ 76 test $$skip_next = yes && { skip_next=no; continue; }; \ 77 case $$flg in \ 78 *=*|--*) continue;; \ 79 -*I) strip_trailopt 'I'; skip_next=yes;; \ 80 -*I?*) strip_trailopt 'I';; \ 81 -*O) strip_trailopt 'O'; skip_next=yes;; \ 82 -*O?*) strip_trailopt 'O';; \ 83 -*l) strip_trailopt 'l'; skip_next=yes;; \ 84 -*l?*) strip_trailopt 'l';; \ 85 -[dEDm]) skip_next=yes;; \ 86 -[JT]) skip_next=yes;; \ 87 esac; \ 88 case $$flg in \ 89 *$$target_option*) has_opt=yes; break;; \ 90 esac; \ 91 done; \ 92 test $$has_opt = yes 93am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 94am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 95pkgdatadir = $(datadir)/@PACKAGE@ 96pkgincludedir = $(includedir)/@PACKAGE@ 97pkglibdir = $(libdir)/@PACKAGE@ 98pkglibexecdir = $(libexecdir)/@PACKAGE@ 99am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 100install_sh_DATA = $(install_sh) -c -m 644 101install_sh_PROGRAM = $(install_sh) -c 102install_sh_SCRIPT = $(install_sh) -c 103INSTALL_HEADER = $(INSTALL_DATA) 104transform = $(program_transform_name) 105NORMAL_INSTALL = : 106PRE_INSTALL = : 107POST_INSTALL = : 108NORMAL_UNINSTALL = : 109PRE_UNINSTALL = : 110POST_UNINSTALL = : 111build_triplet = @build@ 112host_triplet = @host@ 113bin_PROGRAMS = xman$(EXEEXT) 114subdir = . 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/configure.ac 117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 118 $(ACLOCAL_M4) 119DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 120 $(am__configure_deps) $(dist_appdefault_DATA) \ 121 $(dist_help_DATA) $(am__DIST_COMMON) 122am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 123 configure.lineno config.status.lineno 124mkinstalldirs = $(install_sh) -d 125CONFIG_HEADER = config.h 126CONFIG_CLEAN_FILES = 127CONFIG_CLEAN_VPATH_FILES = 128am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)" \ 129 "$(DESTDIR)$(helpdir)" 130PROGRAMS = $(bin_PROGRAMS) 131am_xman_OBJECTS = buttons.$(OBJEXT) globals.$(OBJEXT) \ 132 handler.$(OBJEXT) help.$(OBJEXT) main.$(OBJEXT) man.$(OBJEXT) \ 133 misc.$(OBJEXT) ScrollByL.$(OBJEXT) search.$(OBJEXT) \ 134 tkfuncs.$(OBJEXT) vendor.$(OBJEXT) 135xman_OBJECTS = $(am_xman_OBJECTS) 136am__DEPENDENCIES_1 = 137xman_DEPENDENCIES = $(am__DEPENDENCIES_1) 138AM_V_P = $(am__v_P_@AM_V@) 139am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 140am__v_P_0 = false 141am__v_P_1 = : 142AM_V_GEN = $(am__v_GEN_@AM_V@) 143am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 144am__v_GEN_0 = @echo " GEN " $@; 145am__v_GEN_1 = 146AM_V_at = $(am__v_at_@AM_V@) 147am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 148am__v_at_0 = @ 149am__v_at_1 = 150DEFAULT_INCLUDES = -I.@am__isrc@ 151depcomp = $(SHELL) $(top_srcdir)/depcomp 152am__depfiles_maybe = depfiles 153am__mv = mv -f 154COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 155 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 156AM_V_CC = $(am__v_CC_@AM_V@) 157am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 158am__v_CC_0 = @echo " CC " $@; 159am__v_CC_1 = 160CCLD = $(CC) 161LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 162AM_V_CCLD = $(am__v_CCLD_@AM_V@) 163am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 164am__v_CCLD_0 = @echo " CCLD " $@; 165am__v_CCLD_1 = 166SOURCES = $(xman_SOURCES) 167DIST_SOURCES = $(xman_SOURCES) 168RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 169 ctags-recursive dvi-recursive html-recursive info-recursive \ 170 install-data-recursive install-dvi-recursive \ 171 install-exec-recursive install-html-recursive \ 172 install-info-recursive install-pdf-recursive \ 173 install-ps-recursive install-recursive installcheck-recursive \ 174 installdirs-recursive pdf-recursive ps-recursive \ 175 tags-recursive uninstall-recursive 176am__can_run_installinfo = \ 177 case $$AM_UPDATE_INFO_DIR in \ 178 n|no|NO) false;; \ 179 *) (install-info --version) >/dev/null 2>&1;; \ 180 esac 181am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 182am__vpath_adj = case $$p in \ 183 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 184 *) f=$$p;; \ 185 esac; 186am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 187am__install_max = 40 188am__nobase_strip_setup = \ 189 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 190am__nobase_strip = \ 191 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 192am__nobase_list = $(am__nobase_strip_setup); \ 193 for p in $$list; do echo "$$p $$p"; done | \ 194 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 195 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 196 if (++n[$$2] == $(am__install_max)) \ 197 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 198 END { for (dir in files) print dir, files[dir] }' 199am__base_list = \ 200 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 201 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 202am__uninstall_files_from_dir = { \ 203 test -z "$$files" \ 204 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 205 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 206 $(am__cd) "$$dir" && rm -f $$files; }; \ 207 } 208DATA = $(dist_appdefault_DATA) $(dist_help_DATA) 209RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 210 distclean-recursive maintainer-clean-recursive 211am__recursive_targets = \ 212 $(RECURSIVE_TARGETS) \ 213 $(RECURSIVE_CLEAN_TARGETS) \ 214 $(am__extra_recursive_targets) 215AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 216 cscope distdir dist dist-all distcheck 217am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 218 $(LISP)config.h.in 219# Read a list of newline-separated strings from the standard input, 220# and print each of them once, without duplicates. Input order is 221# *not* preserved. 222am__uniquify_input = $(AWK) '\ 223 BEGIN { nonempty = 0; } \ 224 { items[$$0] = 1; nonempty = 1; } \ 225 END { if (nonempty) { for (i in items) print i; }; } \ 226' 227# Make sure the list of sources is unique. This is necessary because, 228# e.g., the same source file might be shared among _SOURCES variables 229# for different programs/libraries. 230am__define_uniq_tagged_files = \ 231 list='$(am__tagged_files)'; \ 232 unique=`for i in $$list; do \ 233 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 234 done | $(am__uniquify_input)` 235ETAGS = etags 236CTAGS = ctags 237CSCOPE = cscope 238DIST_SUBDIRS = $(SUBDIRS) 239am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \ 240 ChangeLog INSTALL README compile config.guess config.sub \ 241 depcomp install-sh missing 242DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 243distdir = $(PACKAGE)-$(VERSION) 244top_distdir = $(distdir) 245am__remove_distdir = \ 246 if test -d "$(distdir)"; then \ 247 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 248 && rm -rf "$(distdir)" \ 249 || { sleep 5 && rm -rf "$(distdir)"; }; \ 250 else :; fi 251am__post_remove_distdir = $(am__remove_distdir) 252am__relativize = \ 253 dir0=`pwd`; \ 254 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 255 sed_rest='s,^[^/]*/*,,'; \ 256 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 257 sed_butlast='s,/*[^/]*$$,,'; \ 258 while test -n "$$dir1"; do \ 259 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 260 if test "$$first" != "."; then \ 261 if test "$$first" = ".."; then \ 262 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 263 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 264 else \ 265 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 266 if test "$$first2" = "$$first"; then \ 267 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 268 else \ 269 dir2="../$$dir2"; \ 270 fi; \ 271 dir0="$$dir0"/"$$first"; \ 272 fi; \ 273 fi; \ 274 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 275 done; \ 276 reldir="$$dir2" 277DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 278GZIP_ENV = --best 279DIST_TARGETS = dist-bzip2 dist-gzip 280distuninstallcheck_listfiles = find . -type f -print 281am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 282 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 283distcleancheck_listfiles = find . -type f -print 284ACLOCAL = @ACLOCAL@ 285ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 286ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 287AMTAR = @AMTAR@ 288AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 289APPDEFS_CFLAGS = @APPDEFS_CFLAGS@ 290APPDEFS_LIBS = @APPDEFS_LIBS@ 291APP_MAN_DIR = @APP_MAN_DIR@ 292APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 293AUTOCONF = @AUTOCONF@ 294AUTOHEADER = @AUTOHEADER@ 295AUTOMAKE = @AUTOMAKE@ 296AWK = @AWK@ 297BASE_CFLAGS = @BASE_CFLAGS@ 298CC = @CC@ 299CCDEPMODE = @CCDEPMODE@ 300CFLAGS = @CFLAGS@ 301CHANGELOG_CMD = @CHANGELOG_CMD@ 302CPP = @CPP@ 303CPPFLAGS = @CPPFLAGS@ 304CWARNFLAGS = @CWARNFLAGS@ 305CYGPATH_W = @CYGPATH_W@ 306DEFS = @DEFS@ 307DEPDIR = @DEPDIR@ 308DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 309DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 310ECHO_C = @ECHO_C@ 311ECHO_N = @ECHO_N@ 312ECHO_T = @ECHO_T@ 313EGREP = @EGREP@ 314EXEEXT = @EXEEXT@ 315FILE_MAN_DIR = @FILE_MAN_DIR@ 316FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 317GREP = @GREP@ 318GROFF = @GROFF@ 319HELPDIR = @HELPDIR@ 320INSTALL = @INSTALL@ 321INSTALL_CMD = @INSTALL_CMD@ 322INSTALL_DATA = @INSTALL_DATA@ 323INSTALL_PROGRAM = @INSTALL_PROGRAM@ 324INSTALL_SCRIPT = @INSTALL_SCRIPT@ 325INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 326LDFLAGS = @LDFLAGS@ 327LIBOBJS = @LIBOBJS@ 328LIBS = @LIBS@ 329LIB_MAN_DIR = @LIB_MAN_DIR@ 330LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 331LTLIBOBJS = @LTLIBOBJS@ 332MAKEINFO = @MAKEINFO@ 333MAN_SUBSTS = @MAN_SUBSTS@ 334MISC_MAN_DIR = @MISC_MAN_DIR@ 335MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 336MKDIR_P = @MKDIR_P@ 337OBJEXT = @OBJEXT@ 338PACKAGE = @PACKAGE@ 339PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 340PACKAGE_NAME = @PACKAGE_NAME@ 341PACKAGE_STRING = @PACKAGE_STRING@ 342PACKAGE_TARNAME = @PACKAGE_TARNAME@ 343PACKAGE_URL = @PACKAGE_URL@ 344PACKAGE_VERSION = @PACKAGE_VERSION@ 345PATH_SEPARATOR = @PATH_SEPARATOR@ 346PKG_CONFIG = @PKG_CONFIG@ 347SED = @SED@ 348SET_MAKE = @SET_MAKE@ 349SHELL = @SHELL@ 350STRICT_CFLAGS = @STRICT_CFLAGS@ 351STRIP = @STRIP@ 352VERSION = @VERSION@ 353XMAN_CFLAGS = @XMAN_CFLAGS@ 354XMAN_LIBS = @XMAN_LIBS@ 355XORG_MAN_PAGE = @XORG_MAN_PAGE@ 356abs_builddir = @abs_builddir@ 357abs_srcdir = @abs_srcdir@ 358abs_top_builddir = @abs_top_builddir@ 359abs_top_srcdir = @abs_top_srcdir@ 360ac_ct_CC = @ac_ct_CC@ 361am__include = @am__include@ 362am__leading_dot = @am__leading_dot@ 363am__quote = @am__quote@ 364am__tar = @am__tar@ 365am__untar = @am__untar@ 366appdefaultdir = @appdefaultdir@ 367bindir = @bindir@ 368build = @build@ 369build_alias = @build_alias@ 370build_cpu = @build_cpu@ 371build_os = @build_os@ 372build_vendor = @build_vendor@ 373builddir = @builddir@ 374datadir = @datadir@ 375datarootdir = @datarootdir@ 376docdir = @docdir@ 377dvidir = @dvidir@ 378exec_prefix = @exec_prefix@ 379host = @host@ 380host_alias = @host_alias@ 381host_cpu = @host_cpu@ 382host_os = @host_os@ 383host_vendor = @host_vendor@ 384htmldir = @htmldir@ 385includedir = @includedir@ 386infodir = @infodir@ 387install_sh = @install_sh@ 388libdir = @libdir@ 389libexecdir = @libexecdir@ 390localedir = @localedir@ 391localstatedir = @localstatedir@ 392mandir = @mandir@ 393mkdir_p = @mkdir_p@ 394oldincludedir = @oldincludedir@ 395pdfdir = @pdfdir@ 396prefix = @prefix@ 397program_transform_name = @program_transform_name@ 398psdir = @psdir@ 399sbindir = @sbindir@ 400sharedstatedir = @sharedstatedir@ 401srcdir = @srcdir@ 402sysconfdir = @sysconfdir@ 403target_alias = @target_alias@ 404top_build_prefix = @top_build_prefix@ 405top_builddir = @top_builddir@ 406top_srcdir = @top_srcdir@ 407SUBDIRS = man 408helpdir = @HELPDIR@ 409dist_help_DATA = xman.help 410AM_CFLAGS = $(CWARNFLAGS) $(XMAN_CFLAGS) \ 411 -D_BSD_SOURCE -DHELPFILE=\"$(helpdir)/xman.help\" 412 413xman_LDADD = $(XMAN_LIBS) 414xman_SOURCES = \ 415 buttons.c \ 416 defs.h \ 417 globals.c \ 418 globals.h \ 419 handler.c \ 420 help.c \ 421 iconclosed.h \ 422 icon_help.h \ 423 icon_open.h \ 424 main.c \ 425 man.c \ 426 man.h \ 427 misc.c \ 428 ScrollByL.c \ 429 ScrollByL.h \ 430 ScrollByLP.h \ 431 search.c \ 432 tkfuncs.c \ 433 vendor.c \ 434 vendor.h 435 436 437# App default files 438DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults 439dist_appdefault_DATA = app-defaults/Xman 440MAINTAINERCLEANFILES = ChangeLog INSTALL 441all: config.h 442 $(MAKE) $(AM_MAKEFLAGS) all-recursive 443 444.SUFFIXES: 445.SUFFIXES: .c .o .obj 446am--refresh: Makefile 447 @: 448$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 449 @for dep in $?; do \ 450 case '$(am__configure_deps)' in \ 451 *$$dep*) \ 452 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 453 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 454 && exit 0; \ 455 exit 1;; \ 456 esac; \ 457 done; \ 458 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 459 $(am__cd) $(top_srcdir) && \ 460 $(AUTOMAKE) --foreign Makefile 461Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 462 @case '$?' in \ 463 *config.status*) \ 464 echo ' $(SHELL) ./config.status'; \ 465 $(SHELL) ./config.status;; \ 466 *) \ 467 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 468 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 469 esac; 470 471$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 472 $(SHELL) ./config.status --recheck 473 474$(top_srcdir)/configure: $(am__configure_deps) 475 $(am__cd) $(srcdir) && $(AUTOCONF) 476$(ACLOCAL_M4): $(am__aclocal_m4_deps) 477 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 478$(am__aclocal_m4_deps): 479 480config.h: stamp-h1 481 @test -f $@ || rm -f stamp-h1 482 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 483 484stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 485 @rm -f stamp-h1 486 cd $(top_builddir) && $(SHELL) ./config.status config.h 487$(srcdir)/config.h.in: $(am__configure_deps) 488 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 489 rm -f stamp-h1 490 touch $@ 491 492distclean-hdr: 493 -rm -f config.h stamp-h1 494install-binPROGRAMS: $(bin_PROGRAMS) 495 @$(NORMAL_INSTALL) 496 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 497 if test -n "$$list"; then \ 498 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 499 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 500 fi; \ 501 for p in $$list; do echo "$$p $$p"; done | \ 502 sed 's/$(EXEEXT)$$//' | \ 503 while read p p1; do if test -f $$p \ 504 ; then echo "$$p"; echo "$$p"; else :; fi; \ 505 done | \ 506 sed -e 'p;s,.*/,,;n;h' \ 507 -e 's|.*|.|' \ 508 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 509 sed 'N;N;N;s,\n, ,g' | \ 510 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 511 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 512 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 513 else { print "f", $$3 "/" $$4, $$1; } } \ 514 END { for (d in files) print "f", d, files[d] }' | \ 515 while read type dir files; do \ 516 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 517 test -z "$$files" || { \ 518 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 519 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 520 } \ 521 ; done 522 523uninstall-binPROGRAMS: 524 @$(NORMAL_UNINSTALL) 525 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 526 files=`for p in $$list; do echo "$$p"; done | \ 527 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 528 -e 's/$$/$(EXEEXT)/' \ 529 `; \ 530 test -n "$$list" || exit 0; \ 531 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 532 cd "$(DESTDIR)$(bindir)" && rm -f $$files 533 534clean-binPROGRAMS: 535 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 536 537xman$(EXEEXT): $(xman_OBJECTS) $(xman_DEPENDENCIES) $(EXTRA_xman_DEPENDENCIES) 538 @rm -f xman$(EXEEXT) 539 $(AM_V_CCLD)$(LINK) $(xman_OBJECTS) $(xman_LDADD) $(LIBS) 540 541mostlyclean-compile: 542 -rm -f *.$(OBJEXT) 543 544distclean-compile: 545 -rm -f *.tab.c 546 547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ScrollByL.Po@am__quote@ 548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buttons.Po@am__quote@ 549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globals.Po@am__quote@ 550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handler.Po@am__quote@ 551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@ 552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ 553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/man.Po@am__quote@ 554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@ 555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Po@am__quote@ 556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tkfuncs.Po@am__quote@ 557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vendor.Po@am__quote@ 558 559.c.o: 560@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 561@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 562@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 563@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 564@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 565 566.c.obj: 567@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 568@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 569@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 570@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 571@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 572install-dist_appdefaultDATA: $(dist_appdefault_DATA) 573 @$(NORMAL_INSTALL) 574 @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 575 if test -n "$$list"; then \ 576 echo " $(MKDIR_P) '$(DESTDIR)$(appdefaultdir)'"; \ 577 $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)" || exit 1; \ 578 fi; \ 579 for p in $$list; do \ 580 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 581 echo "$$d$$p"; \ 582 done | $(am__base_list) | \ 583 while read files; do \ 584 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdefaultdir)'"; \ 585 $(INSTALL_DATA) $$files "$(DESTDIR)$(appdefaultdir)" || exit $$?; \ 586 done 587 588uninstall-dist_appdefaultDATA: 589 @$(NORMAL_UNINSTALL) 590 @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 591 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 592 dir='$(DESTDIR)$(appdefaultdir)'; $(am__uninstall_files_from_dir) 593install-dist_helpDATA: $(dist_help_DATA) 594 @$(NORMAL_INSTALL) 595 @list='$(dist_help_DATA)'; test -n "$(helpdir)" || list=; \ 596 if test -n "$$list"; then \ 597 echo " $(MKDIR_P) '$(DESTDIR)$(helpdir)'"; \ 598 $(MKDIR_P) "$(DESTDIR)$(helpdir)" || exit 1; \ 599 fi; \ 600 for p in $$list; do \ 601 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 602 echo "$$d$$p"; \ 603 done | $(am__base_list) | \ 604 while read files; do \ 605 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpdir)'"; \ 606 $(INSTALL_DATA) $$files "$(DESTDIR)$(helpdir)" || exit $$?; \ 607 done 608 609uninstall-dist_helpDATA: 610 @$(NORMAL_UNINSTALL) 611 @list='$(dist_help_DATA)'; test -n "$(helpdir)" || list=; \ 612 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 613 dir='$(DESTDIR)$(helpdir)'; $(am__uninstall_files_from_dir) 614 615# This directory's subdirectories are mostly independent; you can cd 616# into them and run 'make' without going through this Makefile. 617# To change the values of 'make' variables: instead of editing Makefiles, 618# (1) if the variable is set in 'config.status', edit 'config.status' 619# (which will cause the Makefiles to be regenerated when you run 'make'); 620# (2) otherwise, pass the desired values on the 'make' command line. 621$(am__recursive_targets): 622 @fail=; \ 623 if $(am__make_keepgoing); then \ 624 failcom='fail=yes'; \ 625 else \ 626 failcom='exit 1'; \ 627 fi; \ 628 dot_seen=no; \ 629 target=`echo $@ | sed s/-recursive//`; \ 630 case "$@" in \ 631 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 632 *) list='$(SUBDIRS)' ;; \ 633 esac; \ 634 for subdir in $$list; do \ 635 echo "Making $$target in $$subdir"; \ 636 if test "$$subdir" = "."; then \ 637 dot_seen=yes; \ 638 local_target="$$target-am"; \ 639 else \ 640 local_target="$$target"; \ 641 fi; \ 642 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 643 || eval $$failcom; \ 644 done; \ 645 if test "$$dot_seen" = "no"; then \ 646 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 647 fi; test -z "$$fail" 648 649ID: $(am__tagged_files) 650 $(am__define_uniq_tagged_files); mkid -fID $$unique 651tags: tags-recursive 652TAGS: tags 653 654tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 655 set x; \ 656 here=`pwd`; \ 657 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 658 include_option=--etags-include; \ 659 empty_fix=.; \ 660 else \ 661 include_option=--include; \ 662 empty_fix=; \ 663 fi; \ 664 list='$(SUBDIRS)'; for subdir in $$list; do \ 665 if test "$$subdir" = .; then :; else \ 666 test ! -f $$subdir/TAGS || \ 667 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 668 fi; \ 669 done; \ 670 $(am__define_uniq_tagged_files); \ 671 shift; \ 672 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 673 test -n "$$unique" || unique=$$empty_fix; \ 674 if test $$# -gt 0; then \ 675 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 676 "$$@" $$unique; \ 677 else \ 678 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 679 $$unique; \ 680 fi; \ 681 fi 682ctags: ctags-recursive 683 684CTAGS: ctags 685ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 686 $(am__define_uniq_tagged_files); \ 687 test -z "$(CTAGS_ARGS)$$unique" \ 688 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 689 $$unique 690 691GTAGS: 692 here=`$(am__cd) $(top_builddir) && pwd` \ 693 && $(am__cd) $(top_srcdir) \ 694 && gtags -i $(GTAGS_ARGS) "$$here" 695cscope: cscope.files 696 test ! -s cscope.files \ 697 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 698clean-cscope: 699 -rm -f cscope.files 700cscope.files: clean-cscope cscopelist 701cscopelist: cscopelist-recursive 702 703cscopelist-am: $(am__tagged_files) 704 list='$(am__tagged_files)'; \ 705 case "$(srcdir)" in \ 706 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 707 *) sdir=$(subdir)/$(srcdir) ;; \ 708 esac; \ 709 for i in $$list; do \ 710 if test -f "$$i"; then \ 711 echo "$(subdir)/$$i"; \ 712 else \ 713 echo "$$sdir/$$i"; \ 714 fi; \ 715 done >> $(top_builddir)/cscope.files 716 717distclean-tags: 718 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 719 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 720 721distdir: $(DISTFILES) 722 $(am__remove_distdir) 723 test -d "$(distdir)" || mkdir "$(distdir)" 724 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 725 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 726 list='$(DISTFILES)'; \ 727 dist_files=`for file in $$list; do echo $$file; done | \ 728 sed -e "s|^$$srcdirstrip/||;t" \ 729 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 730 case $$dist_files in \ 731 */*) $(MKDIR_P) `echo "$$dist_files" | \ 732 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 733 sort -u` ;; \ 734 esac; \ 735 for file in $$dist_files; do \ 736 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 737 if test -d $$d/$$file; then \ 738 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 739 if test -d "$(distdir)/$$file"; then \ 740 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 741 fi; \ 742 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 743 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 744 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 745 fi; \ 746 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 747 else \ 748 test -f "$(distdir)/$$file" \ 749 || cp -p $$d/$$file "$(distdir)/$$file" \ 750 || exit 1; \ 751 fi; \ 752 done 753 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 754 if test "$$subdir" = .; then :; else \ 755 $(am__make_dryrun) \ 756 || test -d "$(distdir)/$$subdir" \ 757 || $(MKDIR_P) "$(distdir)/$$subdir" \ 758 || exit 1; \ 759 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 760 $(am__relativize); \ 761 new_distdir=$$reldir; \ 762 dir1=$$subdir; dir2="$(top_distdir)"; \ 763 $(am__relativize); \ 764 new_top_distdir=$$reldir; \ 765 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 766 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 767 ($(am__cd) $$subdir && \ 768 $(MAKE) $(AM_MAKEFLAGS) \ 769 top_distdir="$$new_top_distdir" \ 770 distdir="$$new_distdir" \ 771 am__remove_distdir=: \ 772 am__skip_length_check=: \ 773 am__skip_mode_fix=: \ 774 distdir) \ 775 || exit 1; \ 776 fi; \ 777 done 778 $(MAKE) $(AM_MAKEFLAGS) \ 779 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 780 dist-hook 781 -test -n "$(am__skip_mode_fix)" \ 782 || find "$(distdir)" -type d ! -perm -755 \ 783 -exec chmod u+rwx,go+rx {} \; -o \ 784 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 785 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 786 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 787 || chmod -R a+r "$(distdir)" 788dist-gzip: distdir 789 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 790 $(am__post_remove_distdir) 791dist-bzip2: distdir 792 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 793 $(am__post_remove_distdir) 794 795dist-lzip: distdir 796 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 797 $(am__post_remove_distdir) 798 799dist-xz: distdir 800 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 801 $(am__post_remove_distdir) 802 803dist-tarZ: distdir 804 @echo WARNING: "Support for distribution archives compressed with" \ 805 "legacy program 'compress' is deprecated." >&2 806 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 807 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 808 $(am__post_remove_distdir) 809 810dist-shar: distdir 811 @echo WARNING: "Support for shar distribution archives is" \ 812 "deprecated." >&2 813 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 814 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 815 $(am__post_remove_distdir) 816 817dist-zip: distdir 818 -rm -f $(distdir).zip 819 zip -rq $(distdir).zip $(distdir) 820 $(am__post_remove_distdir) 821 822dist dist-all: 823 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 824 $(am__post_remove_distdir) 825 826# This target untars the dist file and tries a VPATH configuration. Then 827# it guarantees that the distribution is self-contained by making another 828# tarfile. 829distcheck: dist 830 case '$(DIST_ARCHIVES)' in \ 831 *.tar.gz*) \ 832 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 833 *.tar.bz2*) \ 834 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 835 *.tar.lz*) \ 836 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 837 *.tar.xz*) \ 838 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 839 *.tar.Z*) \ 840 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 841 *.shar.gz*) \ 842 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 843 *.zip*) \ 844 unzip $(distdir).zip ;;\ 845 esac 846 chmod -R a-w $(distdir) 847 chmod u+w $(distdir) 848 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 849 chmod a-w $(distdir) 850 test -d $(distdir)/_build || exit 0; \ 851 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 852 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 853 && am__cwd=`pwd` \ 854 && $(am__cd) $(distdir)/_build/sub \ 855 && ../../configure \ 856 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 857 $(DISTCHECK_CONFIGURE_FLAGS) \ 858 --srcdir=../.. --prefix="$$dc_install_base" \ 859 && $(MAKE) $(AM_MAKEFLAGS) \ 860 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 861 && $(MAKE) $(AM_MAKEFLAGS) check \ 862 && $(MAKE) $(AM_MAKEFLAGS) install \ 863 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 864 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 865 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 866 distuninstallcheck \ 867 && chmod -R a-w "$$dc_install_base" \ 868 && ({ \ 869 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 870 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 871 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 872 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 873 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 874 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 875 && rm -rf "$$dc_destdir" \ 876 && $(MAKE) $(AM_MAKEFLAGS) dist \ 877 && rm -rf $(DIST_ARCHIVES) \ 878 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 879 && cd "$$am__cwd" \ 880 || exit 1 881 $(am__post_remove_distdir) 882 @(echo "$(distdir) archives ready for distribution: "; \ 883 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 884 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 885distuninstallcheck: 886 @test -n '$(distuninstallcheck_dir)' || { \ 887 echo 'ERROR: trying to run $@ with an empty' \ 888 '$$(distuninstallcheck_dir)' >&2; \ 889 exit 1; \ 890 }; \ 891 $(am__cd) '$(distuninstallcheck_dir)' || { \ 892 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 893 exit 1; \ 894 }; \ 895 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 896 || { echo "ERROR: files left after uninstall:" ; \ 897 if test -n "$(DESTDIR)"; then \ 898 echo " (check DESTDIR support)"; \ 899 fi ; \ 900 $(distuninstallcheck_listfiles) ; \ 901 exit 1; } >&2 902distcleancheck: distclean 903 @if test '$(srcdir)' = . ; then \ 904 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 905 exit 1 ; \ 906 fi 907 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 908 || { echo "ERROR: files left in build directory after distclean:" ; \ 909 $(distcleancheck_listfiles) ; \ 910 exit 1; } >&2 911check-am: all-am 912check: check-recursive 913all-am: Makefile $(PROGRAMS) $(DATA) config.h 914installdirs: installdirs-recursive 915installdirs-am: 916 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appdefaultdir)" "$(DESTDIR)$(helpdir)"; do \ 917 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 918 done 919install: install-recursive 920install-exec: install-exec-recursive 921install-data: install-data-recursive 922uninstall: uninstall-recursive 923 924install-am: all-am 925 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 926 927installcheck: installcheck-recursive 928install-strip: 929 if test -z '$(STRIP)'; then \ 930 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 931 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 932 install; \ 933 else \ 934 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 935 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 936 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 937 fi 938mostlyclean-generic: 939 940clean-generic: 941 942distclean-generic: 943 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 944 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 945 946maintainer-clean-generic: 947 @echo "This command is intended for maintainers to use" 948 @echo "it deletes files that may require special tools to rebuild." 949 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 950clean: clean-recursive 951 952clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 953 954distclean: distclean-recursive 955 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 956 -rm -rf ./$(DEPDIR) 957 -rm -f Makefile 958distclean-am: clean-am distclean-compile distclean-generic \ 959 distclean-hdr distclean-tags 960 961dvi: dvi-recursive 962 963dvi-am: 964 965html: html-recursive 966 967html-am: 968 969info: info-recursive 970 971info-am: 972 973install-data-am: install-dist_appdefaultDATA install-dist_helpDATA 974 975install-dvi: install-dvi-recursive 976 977install-dvi-am: 978 979install-exec-am: install-binPROGRAMS 980 981install-html: install-html-recursive 982 983install-html-am: 984 985install-info: install-info-recursive 986 987install-info-am: 988 989install-man: 990 991install-pdf: install-pdf-recursive 992 993install-pdf-am: 994 995install-ps: install-ps-recursive 996 997install-ps-am: 998 999installcheck-am: 1000 1001maintainer-clean: maintainer-clean-recursive 1002 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1003 -rm -rf $(top_srcdir)/autom4te.cache 1004 -rm -rf ./$(DEPDIR) 1005 -rm -f Makefile 1006maintainer-clean-am: distclean-am maintainer-clean-generic 1007 1008mostlyclean: mostlyclean-recursive 1009 1010mostlyclean-am: mostlyclean-compile mostlyclean-generic 1011 1012pdf: pdf-recursive 1013 1014pdf-am: 1015 1016ps: ps-recursive 1017 1018ps-am: 1019 1020uninstall-am: uninstall-binPROGRAMS uninstall-dist_appdefaultDATA \ 1021 uninstall-dist_helpDATA 1022 1023.MAKE: $(am__recursive_targets) all install-am install-strip 1024 1025.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1026 am--refresh check check-am clean clean-binPROGRAMS \ 1027 clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \ 1028 dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \ 1029 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ 1030 distclean-compile distclean-generic distclean-hdr \ 1031 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 1032 dvi-am html html-am info info-am install install-am \ 1033 install-binPROGRAMS install-data install-data-am \ 1034 install-dist_appdefaultDATA install-dist_helpDATA install-dvi \ 1035 install-dvi-am install-exec install-exec-am install-html \ 1036 install-html-am install-info install-info-am install-man \ 1037 install-pdf install-pdf-am install-ps install-ps-am \ 1038 install-strip installcheck installcheck-am installdirs \ 1039 installdirs-am maintainer-clean maintainer-clean-generic \ 1040 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ 1041 ps ps-am tags tags-am uninstall uninstall-am \ 1042 uninstall-binPROGRAMS uninstall-dist_appdefaultDATA \ 1043 uninstall-dist_helpDATA 1044 1045.PRECIOUS: Makefile 1046 1047 1048.PHONY: ChangeLog INSTALL 1049 1050INSTALL: 1051 $(INSTALL_CMD) 1052 1053ChangeLog: 1054 $(CHANGELOG_CMD) 1055 1056dist-hook: ChangeLog INSTALL 1057 1058# Tell versions [3.59,3.63) of GNU make to not export all variables. 1059# Otherwise a system limit (for SysV at least) may be exceeded. 1060.NOEXPORT: 1061