1# Makefile.in generated by automake 1.17 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2024 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 (c) 2010, Oracle and/or its affiliates. 19# 20# Permission is hereby granted, free of charge, to any person obtaining a 21# copy of this software and associated documentation files (the "Software"), 22# to deal in the Software without restriction, including without limitation 23# the rights to use, copy, modify, merge, publish, distribute, sublicense, 24# and/or sell copies of the Software, and to permit persons to whom the 25# Software is furnished to do so, subject to the following conditions: 26# 27# The above copyright notice and this permission notice (including the next 28# paragraph) shall be included in all copies or substantial portions of the 29# Software. 30# 31# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 34# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 35# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 36# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 37# DEALINGS IN THE SOFTWARE. 38# 39 40VPATH = @srcdir@ 41am__is_gnu_make = { \ 42 if test -z '$(MAKELEVEL)'; then \ 43 false; \ 44 elif test -n '$(MAKE_HOST)'; then \ 45 true; \ 46 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 47 true; \ 48 else \ 49 false; \ 50 fi; \ 51} 52am__make_running_with_option = \ 53 case $${target_option-} in \ 54 ?) ;; \ 55 *) echo "am__make_running_with_option: internal error: invalid" \ 56 "target option '$${target_option-}' specified" >&2; \ 57 exit 1;; \ 58 esac; \ 59 has_opt=no; \ 60 sane_makeflags=$$MAKEFLAGS; \ 61 if $(am__is_gnu_make); then \ 62 sane_makeflags=$$MFLAGS; \ 63 else \ 64 case $$MAKEFLAGS in \ 65 *\\[\ \ ]*) \ 66 bs=\\; \ 67 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 68 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 69 esac; \ 70 fi; \ 71 skip_next=no; \ 72 strip_trailopt () \ 73 { \ 74 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 75 }; \ 76 for flg in $$sane_makeflags; do \ 77 test $$skip_next = yes && { skip_next=no; continue; }; \ 78 case $$flg in \ 79 *=*|--*) continue;; \ 80 -*I) strip_trailopt 'I'; skip_next=yes;; \ 81 -*I?*) strip_trailopt 'I';; \ 82 -*O) strip_trailopt 'O'; skip_next=yes;; \ 83 -*O?*) strip_trailopt 'O';; \ 84 -*l) strip_trailopt 'l'; skip_next=yes;; \ 85 -*l?*) strip_trailopt 'l';; \ 86 -[dEDm]) skip_next=yes;; \ 87 -[JT]) skip_next=yes;; \ 88 esac; \ 89 case $$flg in \ 90 *$$target_option*) has_opt=yes; break;; \ 91 esac; \ 92 done; \ 93 test $$has_opt = yes 94am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 95am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 96am__rm_f = rm -f $(am__rm_f_notfound) 97am__rm_rf = rm -rf $(am__rm_f_notfound) 98pkgdatadir = $(datadir)/@PACKAGE@ 99pkgincludedir = $(includedir)/@PACKAGE@ 100pkglibdir = $(libdir)/@PACKAGE@ 101pkglibexecdir = $(libexecdir)/@PACKAGE@ 102am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 103install_sh_DATA = $(install_sh) -c -m 644 104install_sh_PROGRAM = $(install_sh) -c 105install_sh_SCRIPT = $(install_sh) -c 106INSTALL_HEADER = $(INSTALL_DATA) 107transform = $(program_transform_name) 108NORMAL_INSTALL = : 109PRE_INSTALL = : 110POST_INSTALL = : 111NORMAL_UNINSTALL = : 112PRE_UNINSTALL = : 113POST_UNINSTALL = : 114build_triplet = @build@ 115host_triplet = @host@ 116subdir = man 117ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 118am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 119 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 120 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 121 $(top_srcdir)/configure.ac 122am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 123 $(ACLOCAL_M4) 124DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 125mkinstalldirs = $(install_sh) -d 126CONFIG_HEADER = $(top_builddir)/config.h 127CONFIG_CLEAN_FILES = 128CONFIG_CLEAN_VPATH_FILES = 129AM_V_P = $(am__v_P_@AM_V@) 130am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 131am__v_P_0 = false 132am__v_P_1 = : 133AM_V_GEN = $(am__v_GEN_@AM_V@) 134am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 135am__v_GEN_0 = @echo " GEN " $@; 136am__v_GEN_1 = 137AM_V_at = $(am__v_at_@AM_V@) 138am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 139am__v_at_0 = @ 140am__v_at_1 = 141SOURCES = 142DIST_SOURCES = 143am__can_run_installinfo = \ 144 case $$AM_UPDATE_INFO_DIR in \ 145 n|no|NO) false;; \ 146 *) (install-info --version) >/dev/null 2>&1;; \ 147 esac 148am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 149am__vpath_adj = case $$p in \ 150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 151 *) f=$$p;; \ 152 esac; 153am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 154am__install_max = 40 155am__nobase_strip_setup = \ 156 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 157am__nobase_strip = \ 158 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 159am__nobase_list = $(am__nobase_strip_setup); \ 160 for p in $$list; do echo "$$p $$p"; done | \ 161 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 162 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 163 if (++n[$$2] == $(am__install_max)) \ 164 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 165 END { for (dir in files) print dir, files[dir] }' 166am__base_list = \ 167 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 168 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 169am__uninstall_files_from_dir = { \ 170 { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 171 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 172 $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ 173 } 174am__installdirs = "$(DESTDIR)$(libmandir)" 175DATA = $(libman_DATA) 176am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 177am__DIST_COMMON = $(srcdir)/Makefile.in 178DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 179ACLOCAL = @ACLOCAL@ 180ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 181ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 182AMTAR = @AMTAR@ 183AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 184APP_MAN_DIR = @APP_MAN_DIR@ 185APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 186AR = @AR@ 187AS = @AS@ 188AUTOCONF = @AUTOCONF@ 189AUTOHEADER = @AUTOHEADER@ 190AUTOMAKE = @AUTOMAKE@ 191AWK = @AWK@ 192BASE_CFLAGS = @BASE_CFLAGS@ 193CC = @CC@ 194CCDEPMODE = @CCDEPMODE@ 195CFLAGS = @CFLAGS@ 196CHANGELOG_CMD = @CHANGELOG_CMD@ 197CPPFLAGS = @CPPFLAGS@ 198CSCOPE = @CSCOPE@ 199CTAGS = @CTAGS@ 200CWARNFLAGS = @CWARNFLAGS@ 201CYGPATH_W = @CYGPATH_W@ 202DEFS = @DEFS@ 203DEPDIR = @DEPDIR@ 204DLLTOOL = @DLLTOOL@ 205DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 206DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 207DSYMUTIL = @DSYMUTIL@ 208DUMPBIN = @DUMPBIN@ 209ECHO_C = @ECHO_C@ 210ECHO_N = @ECHO_N@ 211ECHO_T = @ECHO_T@ 212EGREP = @EGREP@ 213ETAGS = @ETAGS@ 214EXEEXT = @EXEEXT@ 215FGREP = @FGREP@ 216FILECMD = @FILECMD@ 217FILE_MAN_DIR = @FILE_MAN_DIR@ 218FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 219GREP = @GREP@ 220INSTALL = @INSTALL@ 221INSTALL_CMD = @INSTALL_CMD@ 222INSTALL_DATA = @INSTALL_DATA@ 223INSTALL_PROGRAM = @INSTALL_PROGRAM@ 224INSTALL_SCRIPT = @INSTALL_SCRIPT@ 225INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 226LD = @LD@ 227LDFLAGS = @LDFLAGS@ 228LIBOBJS = @LIBOBJS@ 229LIBS = @LIBS@ 230LIBTOOL = @LIBTOOL@ 231LIB_MAN_DIR = @LIB_MAN_DIR@ 232LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 233LINT = @LINT@ 234LINTLIB = @LINTLIB@ 235LINT_FLAGS = @LINT_FLAGS@ 236LIPO = @LIPO@ 237LN_S = @LN_S@ 238LTLIBOBJS = @LTLIBOBJS@ 239LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 240MAKEINFO = @MAKEINFO@ 241MANIFEST_TOOL = @MANIFEST_TOOL@ 242MAN_SUBSTS = @MAN_SUBSTS@ 243MISC_MAN_DIR = @MISC_MAN_DIR@ 244MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 245MKDIR_P = @MKDIR_P@ 246NM = @NM@ 247NMEDIT = @NMEDIT@ 248OBJDUMP = @OBJDUMP@ 249OBJEXT = @OBJEXT@ 250OTOOL = @OTOOL@ 251OTOOL64 = @OTOOL64@ 252PACKAGE = @PACKAGE@ 253PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 254PACKAGE_NAME = @PACKAGE_NAME@ 255PACKAGE_STRING = @PACKAGE_STRING@ 256PACKAGE_TARNAME = @PACKAGE_TARNAME@ 257PACKAGE_URL = @PACKAGE_URL@ 258PACKAGE_VERSION = @PACKAGE_VERSION@ 259PATH_SEPARATOR = @PATH_SEPARATOR@ 260PKG_CONFIG = @PKG_CONFIG@ 261PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 262PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 263RANLIB = @RANLIB@ 264SED = @SED@ 265SET_MAKE = @SET_MAKE@ 266SHELL = @SHELL@ 267STRICT_CFLAGS = @STRICT_CFLAGS@ 268STRIP = @STRIP@ 269VERSION = @VERSION@ 270XAU_CFLAGS = @XAU_CFLAGS@ 271XAU_LIBS = @XAU_LIBS@ 272XORG_MAN_PAGE = @XORG_MAN_PAGE@ 273abs_builddir = @abs_builddir@ 274abs_srcdir = @abs_srcdir@ 275abs_top_builddir = @abs_top_builddir@ 276abs_top_srcdir = @abs_top_srcdir@ 277ac_ct_AR = @ac_ct_AR@ 278ac_ct_CC = @ac_ct_CC@ 279ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 280am__include = @am__include@ 281am__leading_dot = @am__leading_dot@ 282am__quote = @am__quote@ 283am__rm_f_notfound = @am__rm_f_notfound@ 284am__tar = @am__tar@ 285am__untar = @am__untar@ 286am__xargs_n = @am__xargs_n@ 287bindir = @bindir@ 288build = @build@ 289build_alias = @build_alias@ 290build_cpu = @build_cpu@ 291build_os = @build_os@ 292build_vendor = @build_vendor@ 293builddir = @builddir@ 294datadir = @datadir@ 295datarootdir = @datarootdir@ 296docdir = @docdir@ 297dvidir = @dvidir@ 298exec_prefix = @exec_prefix@ 299host = @host@ 300host_alias = @host_alias@ 301host_cpu = @host_cpu@ 302host_os = @host_os@ 303host_vendor = @host_vendor@ 304htmldir = @htmldir@ 305includedir = @includedir@ 306infodir = @infodir@ 307install_sh = @install_sh@ 308libdir = @libdir@ 309libexecdir = @libexecdir@ 310localedir = @localedir@ 311localstatedir = @localstatedir@ 312mandir = @mandir@ 313mkdir_p = @mkdir_p@ 314oldincludedir = @oldincludedir@ 315pdfdir = @pdfdir@ 316prefix = @prefix@ 317program_transform_name = @program_transform_name@ 318psdir = @psdir@ 319runstatedir = @runstatedir@ 320sbindir = @sbindir@ 321sharedstatedir = @sharedstatedir@ 322srcdir = @srcdir@ 323sysconfdir = @sysconfdir@ 324target_alias = @target_alias@ 325top_build_prefix = @top_build_prefix@ 326top_builddir = @top_builddir@ 327top_srcdir = @top_srcdir@ 328libmandir = $(LIB_MAN_DIR) 329libman_PRE = \ 330 Xau.man \ 331 XauDisposeAuth.man \ 332 XauFileName.man \ 333 XauGetAuthByAddr.man \ 334 XauGetBestAuthByAddr.man \ 335 XauLockAuth.man \ 336 XauReadAuth.man \ 337 XauUnlockAuth.man \ 338 XauWriteAuth.man 339 340libman_DATA = $(libman_PRE:man=$(LIB_MAN_SUFFIX)) 341EXTRA_DIST = $(libman_PRE) meson.build 342CLEANFILES = $(libman_DATA) 343 344# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 345SUFFIXES = .$(LIB_MAN_SUFFIX) .man 346all: all-am 347 348.SUFFIXES: 349.SUFFIXES: .$(LIB_MAN_SUFFIX) .man 350$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 351 @for dep in $?; do \ 352 case '$(am__configure_deps)' in \ 353 *$$dep*) \ 354 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 355 && { if test -f $@; then exit 0; else break; fi; }; \ 356 exit 1;; \ 357 esac; \ 358 done; \ 359 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 360 $(am__cd) $(top_srcdir) && \ 361 $(AUTOMAKE) --foreign man/Makefile 362Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 363 @case '$?' in \ 364 *config.status*) \ 365 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 366 *) \ 367 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 368 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 369 esac; 370 371$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 372 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 373 374$(top_srcdir)/configure: $(am__configure_deps) 375 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 376$(ACLOCAL_M4): $(am__aclocal_m4_deps) 377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 378$(am__aclocal_m4_deps): 379 380mostlyclean-libtool: 381 -rm -f *.lo 382 383clean-libtool: 384 -rm -rf .libs _libs 385install-libmanDATA: $(libman_DATA) 386 @$(NORMAL_INSTALL) 387 @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 388 if test -n "$$list"; then \ 389 echo " $(MKDIR_P) '$(DESTDIR)$(libmandir)'"; \ 390 $(MKDIR_P) "$(DESTDIR)$(libmandir)" || exit 1; \ 391 fi; \ 392 for p in $$list; do \ 393 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 394 echo "$$d$$p"; \ 395 done | $(am__base_list) | \ 396 while read files; do \ 397 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \ 398 $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \ 399 done 400 401uninstall-libmanDATA: 402 @$(NORMAL_UNINSTALL) 403 @list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \ 404 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 405 dir='$(DESTDIR)$(libmandir)'; $(am__uninstall_files_from_dir) 406tags TAGS: 407 408ctags CTAGS: 409 410cscope cscopelist: 411 412distdir: $(BUILT_SOURCES) 413 $(MAKE) $(AM_MAKEFLAGS) distdir-am 414 415distdir-am: $(DISTFILES) 416 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 417 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 418 list='$(DISTFILES)'; \ 419 dist_files=`for file in $$list; do echo $$file; done | \ 420 sed -e "s|^$$srcdirstrip/||;t" \ 421 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 422 case $$dist_files in \ 423 */*) $(MKDIR_P) `echo "$$dist_files" | \ 424 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 425 sort -u` ;; \ 426 esac; \ 427 for file in $$dist_files; do \ 428 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 429 if test -d $$d/$$file; then \ 430 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 431 if test -d "$(distdir)/$$file"; then \ 432 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 433 fi; \ 434 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 435 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 436 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 437 fi; \ 438 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 439 else \ 440 test -f "$(distdir)/$$file" \ 441 || cp -p $$d/$$file "$(distdir)/$$file" \ 442 || exit 1; \ 443 fi; \ 444 done 445check-am: all-am 446check: check-am 447all-am: Makefile $(DATA) 448installdirs: 449 for dir in "$(DESTDIR)$(libmandir)"; do \ 450 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 451 done 452install: install-am 453install-exec: install-exec-am 454install-data: install-data-am 455uninstall: uninstall-am 456 457install-am: all-am 458 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 459 460installcheck: installcheck-am 461install-strip: 462 if test -z '$(STRIP)'; then \ 463 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 464 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 465 install; \ 466 else \ 467 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 468 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 469 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 470 fi 471mostlyclean-generic: 472 473clean-generic: 474 -$(am__rm_f) $(CLEANFILES) 475 476distclean-generic: 477 -$(am__rm_f) $(CONFIG_CLEAN_FILES) 478 -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 479 480maintainer-clean-generic: 481 @echo "This command is intended for maintainers to use" 482 @echo "it deletes files that may require special tools to rebuild." 483clean: clean-am 484 485clean-am: clean-generic clean-libtool mostlyclean-am 486 487distclean: distclean-am 488 -rm -f Makefile 489distclean-am: clean-am distclean-generic 490 491dvi: dvi-am 492 493dvi-am: 494 495html: html-am 496 497html-am: 498 499info: info-am 500 501info-am: 502 503install-data-am: install-libmanDATA 504 505install-dvi: install-dvi-am 506 507install-dvi-am: 508 509install-exec-am: 510 511install-html: install-html-am 512 513install-html-am: 514 515install-info: install-info-am 516 517install-info-am: 518 519install-man: 520 521install-pdf: install-pdf-am 522 523install-pdf-am: 524 525install-ps: install-ps-am 526 527install-ps-am: 528 529installcheck-am: 530 531maintainer-clean: maintainer-clean-am 532 -rm -f Makefile 533maintainer-clean-am: distclean-am maintainer-clean-generic 534 535mostlyclean: mostlyclean-am 536 537mostlyclean-am: mostlyclean-generic mostlyclean-libtool 538 539pdf: pdf-am 540 541pdf-am: 542 543ps: ps-am 544 545ps-am: 546 547uninstall-am: uninstall-libmanDATA 548 549.MAKE: install-am install-strip 550 551.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 552 cscopelist-am ctags-am distclean distclean-generic \ 553 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 554 install install-am install-data install-data-am install-dvi \ 555 install-dvi-am install-exec install-exec-am install-html \ 556 install-html-am install-info install-info-am \ 557 install-libmanDATA install-man install-pdf install-pdf-am \ 558 install-ps install-ps-am install-strip installcheck \ 559 installcheck-am installdirs maintainer-clean \ 560 maintainer-clean-generic mostlyclean mostlyclean-generic \ 561 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 562 uninstall-am uninstall-libmanDATA 563 564.PRECIOUS: Makefile 565 566 567.man.$(LIB_MAN_SUFFIX): 568 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 569 570# Tell versions [3.59,3.63) of GNU make to not export all variables. 571# Otherwise a system limit (for SysV at least) may be exceeded. 572.NOEXPORT: 573 574# Tell GNU make to disable its built-in pattern rules. 575%:: %,v 576%:: RCS/%,v 577%:: RCS/% 578%:: s.% 579%:: SCCS/s.% 580