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@ 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)) 72am__rm_f = rm -f $(am__rm_f_notfound) 73am__rm_rf = rm -rf $(am__rm_f_notfound) 74pkgdatadir = $(datadir)/@PACKAGE@ 75pkgincludedir = $(includedir)/@PACKAGE@ 76pkglibdir = $(libdir)/@PACKAGE@ 77pkglibexecdir = $(libexecdir)/@PACKAGE@ 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79install_sh_DATA = $(install_sh) -c -m 644 80install_sh_PROGRAM = $(install_sh) -c 81install_sh_SCRIPT = $(install_sh) -c 82INSTALL_HEADER = $(INSTALL_DATA) 83transform = $(program_transform_name) 84NORMAL_INSTALL = : 85PRE_INSTALL = : 86POST_INSTALL = : 87NORMAL_UNINSTALL = : 88PRE_UNINSTALL = : 89POST_UNINSTALL = : 90build_triplet = @build@ 91host_triplet = @host@ 92subdir = include 93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 95 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 96 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 97 $(top_srcdir)/configure.ac 98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 99 $(ACLOCAL_M4) 100DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 101mkinstalldirs = $(install_sh) -d 102CONFIG_HEADER = $(top_builddir)/config.h 103CONFIG_CLEAN_FILES = 104CONFIG_CLEAN_VPATH_FILES = 105AM_V_P = $(am__v_P_@AM_V@) 106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 107am__v_P_0 = false 108am__v_P_1 = : 109AM_V_GEN = $(am__v_GEN_@AM_V@) 110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 111am__v_GEN_0 = @echo " GEN " $@; 112am__v_GEN_1 = 113AM_V_at = $(am__v_at_@AM_V@) 114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 115am__v_at_0 = @ 116am__v_at_1 = 117SOURCES = 118DIST_SOURCES = 119RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 120 ctags-recursive dvi-recursive html-recursive info-recursive \ 121 install-data-recursive install-dvi-recursive \ 122 install-exec-recursive install-html-recursive \ 123 install-info-recursive install-pdf-recursive \ 124 install-ps-recursive install-recursive installcheck-recursive \ 125 installdirs-recursive pdf-recursive ps-recursive \ 126 tags-recursive uninstall-recursive 127am__can_run_installinfo = \ 128 case $$AM_UPDATE_INFO_DIR in \ 129 n|no|NO) false;; \ 130 *) (install-info --version) >/dev/null 2>&1;; \ 131 esac 132RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 133 distclean-recursive maintainer-clean-recursive 134am__recursive_targets = \ 135 $(RECURSIVE_TARGETS) \ 136 $(RECURSIVE_CLEAN_TARGETS) \ 137 $(am__extra_recursive_targets) 138AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 139 distdir distdir-am 140am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 141# Read a list of newline-separated strings from the standard input, 142# and print each of them once, without duplicates. Input order is 143# *not* preserved. 144am__uniquify_input = $(AWK) '\ 145 BEGIN { nonempty = 0; } \ 146 { items[$$0] = 1; nonempty = 1; } \ 147 END { if (nonempty) { for (i in items) print i; }; } \ 148' 149# Make sure the list of sources is unique. This is necessary because, 150# e.g., the same source file might be shared among _SOURCES variables 151# for different programs/libraries. 152am__define_uniq_tagged_files = \ 153 list='$(am__tagged_files)'; \ 154 unique=`for i in $$list; do \ 155 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 156 done | $(am__uniquify_input)` 157DIST_SUBDIRS = $(SUBDIRS) 158am__DIST_COMMON = $(srcdir)/Makefile.in 159DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 160am__relativize = \ 161 dir0=`pwd`; \ 162 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 163 sed_rest='s,^[^/]*/*,,'; \ 164 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 165 sed_butlast='s,/*[^/]*$$,,'; \ 166 while test -n "$$dir1"; do \ 167 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 168 if test "$$first" != "."; then \ 169 if test "$$first" = ".."; then \ 170 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 171 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 172 else \ 173 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 174 if test "$$first2" = "$$first"; then \ 175 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 176 else \ 177 dir2="../$$dir2"; \ 178 fi; \ 179 dir0="$$dir0"/"$$first"; \ 180 fi; \ 181 fi; \ 182 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 183 done; \ 184 reldir="$$dir2" 185ACLOCAL = @ACLOCAL@ 186ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 187ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 188AMTAR = @AMTAR@ 189AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 190APP_MAN_DIR = @APP_MAN_DIR@ 191APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 192AR = @AR@ 193AUTOCONF = @AUTOCONF@ 194AUTOHEADER = @AUTOHEADER@ 195AUTOMAKE = @AUTOMAKE@ 196AWK = @AWK@ 197BASE_CFLAGS = @BASE_CFLAGS@ 198CC = @CC@ 199CCDEPMODE = @CCDEPMODE@ 200CFLAGS = @CFLAGS@ 201CHANGELOG_CMD = @CHANGELOG_CMD@ 202CPPFLAGS = @CPPFLAGS@ 203CSCOPE = @CSCOPE@ 204CTAGS = @CTAGS@ 205CWARNFLAGS = @CWARNFLAGS@ 206CYGPATH_W = @CYGPATH_W@ 207DEFS = @DEFS@ 208DEPDIR = @DEPDIR@ 209DLLTOOL = @DLLTOOL@ 210DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 211DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 212DSYMUTIL = @DSYMUTIL@ 213DUMPBIN = @DUMPBIN@ 214ECHO_C = @ECHO_C@ 215ECHO_N = @ECHO_N@ 216ECHO_T = @ECHO_T@ 217EGREP = @EGREP@ 218ETAGS = @ETAGS@ 219EXEEXT = @EXEEXT@ 220FGREP = @FGREP@ 221FILECMD = @FILECMD@ 222FILE_MAN_DIR = @FILE_MAN_DIR@ 223FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 224GREP = @GREP@ 225INSTALL = @INSTALL@ 226INSTALL_CMD = @INSTALL_CMD@ 227INSTALL_DATA = @INSTALL_DATA@ 228INSTALL_PROGRAM = @INSTALL_PROGRAM@ 229INSTALL_SCRIPT = @INSTALL_SCRIPT@ 230INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 231LD = @LD@ 232LDFLAGS = @LDFLAGS@ 233LIBOBJS = @LIBOBJS@ 234LIBS = @LIBS@ 235LIBTOOL = @LIBTOOL@ 236LIB_MAN_DIR = @LIB_MAN_DIR@ 237LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 238LINT = @LINT@ 239LINTLIB = @LINTLIB@ 240LINT_FLAGS = @LINT_FLAGS@ 241LIPO = @LIPO@ 242LN_S = @LN_S@ 243LTLIBOBJS = @LTLIBOBJS@ 244LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 245MAKEINFO = @MAKEINFO@ 246MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 247MANIFEST_TOOL = @MANIFEST_TOOL@ 248MAN_SUBSTS = @MAN_SUBSTS@ 249MISC_MAN_DIR = @MISC_MAN_DIR@ 250MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 251MKDIR_P = @MKDIR_P@ 252NM = @NM@ 253NMEDIT = @NMEDIT@ 254OBJDUMP = @OBJDUMP@ 255OBJEXT = @OBJEXT@ 256OTOOL = @OTOOL@ 257OTOOL64 = @OTOOL64@ 258PACKAGE = @PACKAGE@ 259PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 260PACKAGE_NAME = @PACKAGE_NAME@ 261PACKAGE_STRING = @PACKAGE_STRING@ 262PACKAGE_TARNAME = @PACKAGE_TARNAME@ 263PACKAGE_URL = @PACKAGE_URL@ 264PACKAGE_VERSION = @PACKAGE_VERSION@ 265PATH_SEPARATOR = @PATH_SEPARATOR@ 266PKG_CONFIG = @PKG_CONFIG@ 267PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 268PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 269RANLIB = @RANLIB@ 270SED = @SED@ 271SET_MAKE = @SET_MAKE@ 272SHELL = @SHELL@ 273STRICT_CFLAGS = @STRICT_CFLAGS@ 274STRIP = @STRIP@ 275VERSION = @VERSION@ 276XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 277XORG_MAN_PAGE = @XORG_MAN_PAGE@ 278XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 279XV_CFLAGS = @XV_CFLAGS@ 280XV_LIBS = @XV_LIBS@ 281abs_builddir = @abs_builddir@ 282abs_srcdir = @abs_srcdir@ 283abs_top_builddir = @abs_top_builddir@ 284abs_top_srcdir = @abs_top_srcdir@ 285ac_ct_AR = @ac_ct_AR@ 286ac_ct_CC = @ac_ct_CC@ 287ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 288am__include = @am__include@ 289am__leading_dot = @am__leading_dot@ 290am__quote = @am__quote@ 291am__rm_f_notfound = @am__rm_f_notfound@ 292am__tar = @am__tar@ 293am__untar = @am__untar@ 294am__xargs_n = @am__xargs_n@ 295bindir = @bindir@ 296build = @build@ 297build_alias = @build_alias@ 298build_cpu = @build_cpu@ 299build_os = @build_os@ 300build_vendor = @build_vendor@ 301builddir = @builddir@ 302datadir = @datadir@ 303datarootdir = @datarootdir@ 304docdir = @docdir@ 305dvidir = @dvidir@ 306exec_prefix = @exec_prefix@ 307host = @host@ 308host_alias = @host_alias@ 309host_cpu = @host_cpu@ 310host_os = @host_os@ 311host_vendor = @host_vendor@ 312htmldir = @htmldir@ 313includedir = @includedir@ 314infodir = @infodir@ 315install_sh = @install_sh@ 316libdir = @libdir@ 317libexecdir = @libexecdir@ 318localedir = @localedir@ 319localstatedir = @localstatedir@ 320mandir = @mandir@ 321mkdir_p = @mkdir_p@ 322oldincludedir = @oldincludedir@ 323pdfdir = @pdfdir@ 324prefix = @prefix@ 325program_transform_name = @program_transform_name@ 326psdir = @psdir@ 327runstatedir = @runstatedir@ 328sbindir = @sbindir@ 329sharedstatedir = @sharedstatedir@ 330srcdir = @srcdir@ 331sysconfdir = @sysconfdir@ 332target_alias = @target_alias@ 333top_build_prefix = @top_build_prefix@ 334top_builddir = @top_builddir@ 335top_srcdir = @top_srcdir@ 336SUBDIRS = X11 337all: all-recursive 338 339.SUFFIXES: 340$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 341 @for dep in $?; do \ 342 case '$(am__configure_deps)' in \ 343 *$$dep*) \ 344 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 345 && { if test -f $@; then exit 0; else break; fi; }; \ 346 exit 1;; \ 347 esac; \ 348 done; \ 349 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 350 $(am__cd) $(top_srcdir) && \ 351 $(AUTOMAKE) --foreign include/Makefile 352Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 353 @case '$?' in \ 354 *config.status*) \ 355 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 356 *) \ 357 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 358 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 359 esac; 360 361$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 362 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 363 364$(top_srcdir)/configure: $(am__configure_deps) 365 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 366$(ACLOCAL_M4): $(am__aclocal_m4_deps) 367 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 368$(am__aclocal_m4_deps): 369 370mostlyclean-libtool: 371 -rm -f *.lo 372 373clean-libtool: 374 -rm -rf .libs _libs 375 376# This directory's subdirectories are mostly independent; you can cd 377# into them and run 'make' without going through this Makefile. 378# To change the values of 'make' variables: instead of editing Makefiles, 379# (1) if the variable is set in 'config.status', edit 'config.status' 380# (which will cause the Makefiles to be regenerated when you run 'make'); 381# (2) otherwise, pass the desired values on the 'make' command line. 382$(am__recursive_targets): 383 @fail=; \ 384 if $(am__make_keepgoing); then \ 385 failcom='fail=yes'; \ 386 else \ 387 failcom='exit 1'; \ 388 fi; \ 389 dot_seen=no; \ 390 target=`echo $@ | sed s/-recursive//`; \ 391 case "$@" in \ 392 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 393 *) list='$(SUBDIRS)' ;; \ 394 esac; \ 395 for subdir in $$list; do \ 396 echo "Making $$target in $$subdir"; \ 397 if test "$$subdir" = "."; then \ 398 dot_seen=yes; \ 399 local_target="$$target-am"; \ 400 else \ 401 local_target="$$target"; \ 402 fi; \ 403 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 404 || eval $$failcom; \ 405 done; \ 406 if test "$$dot_seen" = "no"; then \ 407 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 408 fi; test -z "$$fail" 409 410ID: $(am__tagged_files) 411 $(am__define_uniq_tagged_files); mkid -fID $$unique 412tags: tags-recursive 413TAGS: tags 414 415tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 416 set x; \ 417 here=`pwd`; \ 418 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 419 include_option=--etags-include; \ 420 empty_fix=.; \ 421 else \ 422 include_option=--include; \ 423 empty_fix=; \ 424 fi; \ 425 list='$(SUBDIRS)'; for subdir in $$list; do \ 426 if test "$$subdir" = .; then :; else \ 427 test ! -f $$subdir/TAGS || \ 428 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 429 fi; \ 430 done; \ 431 $(am__define_uniq_tagged_files); \ 432 shift; \ 433 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 434 test -n "$$unique" || unique=$$empty_fix; \ 435 if test $$# -gt 0; then \ 436 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 437 "$$@" $$unique; \ 438 else \ 439 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 440 $$unique; \ 441 fi; \ 442 fi 443ctags: ctags-recursive 444 445CTAGS: ctags 446ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 447 $(am__define_uniq_tagged_files); \ 448 test -z "$(CTAGS_ARGS)$$unique" \ 449 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 450 $$unique 451 452GTAGS: 453 here=`$(am__cd) $(top_builddir) && pwd` \ 454 && $(am__cd) $(top_srcdir) \ 455 && gtags -i $(GTAGS_ARGS) "$$here" 456cscopelist: cscopelist-recursive 457 458cscopelist-am: $(am__tagged_files) 459 list='$(am__tagged_files)'; \ 460 case "$(srcdir)" in \ 461 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 462 *) sdir=$(subdir)/$(srcdir) ;; \ 463 esac; \ 464 for i in $$list; do \ 465 if test -f "$$i"; then \ 466 echo "$(subdir)/$$i"; \ 467 else \ 468 echo "$$sdir/$$i"; \ 469 fi; \ 470 done >> $(top_builddir)/cscope.files 471 472distclean-tags: 473 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 474distdir: $(BUILT_SOURCES) 475 $(MAKE) $(AM_MAKEFLAGS) distdir-am 476 477distdir-am: $(DISTFILES) 478 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 479 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 480 list='$(DISTFILES)'; \ 481 dist_files=`for file in $$list; do echo $$file; done | \ 482 sed -e "s|^$$srcdirstrip/||;t" \ 483 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 484 case $$dist_files in \ 485 */*) $(MKDIR_P) `echo "$$dist_files" | \ 486 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 487 sort -u` ;; \ 488 esac; \ 489 for file in $$dist_files; do \ 490 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 491 if test -d $$d/$$file; then \ 492 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 493 if test -d "$(distdir)/$$file"; then \ 494 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 495 fi; \ 496 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 497 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 498 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 499 fi; \ 500 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 501 else \ 502 test -f "$(distdir)/$$file" \ 503 || cp -p $$d/$$file "$(distdir)/$$file" \ 504 || exit 1; \ 505 fi; \ 506 done 507 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 508 if test "$$subdir" = .; then :; else \ 509 $(am__make_dryrun) \ 510 || test -d "$(distdir)/$$subdir" \ 511 || $(MKDIR_P) "$(distdir)/$$subdir" \ 512 || exit 1; \ 513 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 514 $(am__relativize); \ 515 new_distdir=$$reldir; \ 516 dir1=$$subdir; dir2="$(top_distdir)"; \ 517 $(am__relativize); \ 518 new_top_distdir=$$reldir; \ 519 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 520 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 521 ($(am__cd) $$subdir && \ 522 $(MAKE) $(AM_MAKEFLAGS) \ 523 top_distdir="$$new_top_distdir" \ 524 distdir="$$new_distdir" \ 525 am__remove_distdir=: \ 526 am__skip_length_check=: \ 527 am__skip_mode_fix=: \ 528 distdir) \ 529 || exit 1; \ 530 fi; \ 531 done 532check-am: all-am 533check: check-recursive 534all-am: Makefile 535installdirs: installdirs-recursive 536installdirs-am: 537install: install-recursive 538install-exec: install-exec-recursive 539install-data: install-data-recursive 540uninstall: uninstall-recursive 541 542install-am: all-am 543 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 544 545installcheck: installcheck-recursive 546install-strip: 547 if test -z '$(STRIP)'; then \ 548 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 549 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 550 install; \ 551 else \ 552 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 553 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 554 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 555 fi 556mostlyclean-generic: 557 558clean-generic: 559 560distclean-generic: 561 -$(am__rm_f) $(CONFIG_CLEAN_FILES) 562 -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 563 564maintainer-clean-generic: 565 @echo "This command is intended for maintainers to use" 566 @echo "it deletes files that may require special tools to rebuild." 567clean: clean-recursive 568 569clean-am: clean-generic clean-libtool mostlyclean-am 570 571distclean: distclean-recursive 572 -rm -f Makefile 573distclean-am: clean-am distclean-generic distclean-tags 574 575dvi: dvi-recursive 576 577dvi-am: 578 579html: html-recursive 580 581html-am: 582 583info: info-recursive 584 585info-am: 586 587install-data-am: 588 589install-dvi: install-dvi-recursive 590 591install-dvi-am: 592 593install-exec-am: 594 595install-html: install-html-recursive 596 597install-html-am: 598 599install-info: install-info-recursive 600 601install-info-am: 602 603install-man: 604 605install-pdf: install-pdf-recursive 606 607install-pdf-am: 608 609install-ps: install-ps-recursive 610 611install-ps-am: 612 613installcheck-am: 614 615maintainer-clean: maintainer-clean-recursive 616 -rm -f Makefile 617maintainer-clean-am: distclean-am maintainer-clean-generic 618 619mostlyclean: mostlyclean-recursive 620 621mostlyclean-am: mostlyclean-generic mostlyclean-libtool 622 623pdf: pdf-recursive 624 625pdf-am: 626 627ps: ps-recursive 628 629ps-am: 630 631uninstall-am: 632 633.MAKE: $(am__recursive_targets) install-am install-strip 634 635.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 636 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 637 ctags-am distclean distclean-generic distclean-libtool \ 638 distclean-tags distdir dvi dvi-am html html-am info info-am \ 639 install install-am install-data install-data-am install-dvi \ 640 install-dvi-am install-exec install-exec-am install-html \ 641 install-html-am install-info install-info-am install-man \ 642 install-pdf install-pdf-am install-ps install-ps-am \ 643 install-strip installcheck installcheck-am installdirs \ 644 installdirs-am maintainer-clean maintainer-clean-generic \ 645 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 646 ps ps-am tags tags-am uninstall uninstall-am 647 648.PRECIOUS: Makefile 649 650 651# Tell versions [3.59,3.63) of GNU make to not export all variables. 652# Otherwise a system limit (for SysV at least) may be exceeded. 653.NOEXPORT: 654 655# Tell GNU make to disable its built-in pattern rules. 656%:: %,v 657%:: RCS/%,v 658%:: RCS/% 659%:: s.% 660%:: SCCS/s.% 661