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