1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 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 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgincludedir = $(includedir)/@PACKAGE@ 74pkglibdir = $(libdir)/@PACKAGE@ 75pkglibexecdir = $(libexecdir)/@PACKAGE@ 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 77install_sh_DATA = $(install_sh) -c -m 644 78install_sh_PROGRAM = $(install_sh) -c 79install_sh_SCRIPT = $(install_sh) -c 80INSTALL_HEADER = $(INSTALL_DATA) 81transform = $(program_transform_name) 82NORMAL_INSTALL = : 83PRE_INSTALL = : 84POST_INSTALL = : 85NORMAL_UNINSTALL = : 86PRE_UNINSTALL = : 87POST_UNINSTALL = : 88build_triplet = @build@ 89host_triplet = @host@ 90subdir = . 91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 93 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 94 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 95 $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/acinclude.m4 \ 96 $(top_srcdir)/configure.ac 97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 98 $(ACLOCAL_M4) 99DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 100 $(am__configure_deps) $(am__DIST_COMMON) 101am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 102 configure.lineno config.status.lineno 103mkinstalldirs = $(install_sh) -d 104CONFIG_HEADER = config.h 105CONFIG_CLEAN_FILES = libmagic.pc 106CONFIG_CLEAN_VPATH_FILES = 107AM_V_P = $(am__v_P_@AM_V@) 108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 109am__v_P_0 = false 110am__v_P_1 = : 111AM_V_GEN = $(am__v_GEN_@AM_V@) 112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 113am__v_GEN_0 = @echo " GEN " $@; 114am__v_GEN_1 = 115AM_V_at = $(am__v_at_@AM_V@) 116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 117am__v_at_0 = @ 118am__v_at_1 = 119SOURCES = 120DIST_SOURCES = 121RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 122 ctags-recursive dvi-recursive html-recursive info-recursive \ 123 install-data-recursive install-dvi-recursive \ 124 install-exec-recursive install-html-recursive \ 125 install-info-recursive install-pdf-recursive \ 126 install-ps-recursive install-recursive installcheck-recursive \ 127 installdirs-recursive pdf-recursive ps-recursive \ 128 tags-recursive uninstall-recursive 129am__can_run_installinfo = \ 130 case $$AM_UPDATE_INFO_DIR in \ 131 n|no|NO) false;; \ 132 *) (install-info --version) >/dev/null 2>&1;; \ 133 esac 134am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 135am__vpath_adj = case $$p in \ 136 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 137 *) f=$$p;; \ 138 esac; 139am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 140am__install_max = 40 141am__nobase_strip_setup = \ 142 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 143am__nobase_strip = \ 144 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 145am__nobase_list = $(am__nobase_strip_setup); \ 146 for p in $$list; do echo "$$p $$p"; done | \ 147 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 148 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 149 if (++n[$$2] == $(am__install_max)) \ 150 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 151 END { for (dir in files) print dir, files[dir] }' 152am__base_list = \ 153 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 154 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 155am__uninstall_files_from_dir = { \ 156 test -z "$$files" \ 157 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 158 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 159 $(am__cd) "$$dir" && rm -f $$files; }; \ 160 } 161am__installdirs = "$(DESTDIR)$(pkgconfigexecdir)" 162DATA = $(pkgconfigexec_DATA) 163RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 164 distclean-recursive maintainer-clean-recursive 165am__recursive_targets = \ 166 $(RECURSIVE_TARGETS) \ 167 $(RECURSIVE_CLEAN_TARGETS) \ 168 $(am__extra_recursive_targets) 169AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 170 cscope distdir distdir-am dist dist-all distcheck 171am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 172 $(LISP)config.h.in 173# Read a list of newline-separated strings from the standard input, 174# and print each of them once, without duplicates. Input order is 175# *not* preserved. 176am__uniquify_input = $(AWK) '\ 177 BEGIN { nonempty = 0; } \ 178 { items[$$0] = 1; nonempty = 1; } \ 179 END { if (nonempty) { for (i in items) print i; }; } \ 180' 181# Make sure the list of sources is unique. This is necessary because, 182# e.g., the same source file might be shared among _SOURCES variables 183# for different programs/libraries. 184am__define_uniq_tagged_files = \ 185 list='$(am__tagged_files)'; \ 186 unique=`for i in $$list; do \ 187 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 188 done | $(am__uniquify_input)` 189ETAGS = etags 190CTAGS = ctags 191CSCOPE = cscope 192DIST_SUBDIRS = $(SUBDIRS) 193am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 194 $(srcdir)/libmagic.pc.in AUTHORS COPYING ChangeLog INSTALL \ 195 NEWS TODO compile config.guess config.sub depcomp install-sh \ 196 ltmain.sh missing 197DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 198distdir = $(PACKAGE)-$(VERSION) 199top_distdir = $(distdir) 200am__remove_distdir = \ 201 if test -d "$(distdir)"; then \ 202 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 203 && rm -rf "$(distdir)" \ 204 || { sleep 5 && rm -rf "$(distdir)"; }; \ 205 else :; fi 206am__post_remove_distdir = $(am__remove_distdir) 207am__relativize = \ 208 dir0=`pwd`; \ 209 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 210 sed_rest='s,^[^/]*/*,,'; \ 211 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 212 sed_butlast='s,/*[^/]*$$,,'; \ 213 while test -n "$$dir1"; do \ 214 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 215 if test "$$first" != "."; then \ 216 if test "$$first" = ".."; then \ 217 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 218 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 219 else \ 220 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 221 if test "$$first2" = "$$first"; then \ 222 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 223 else \ 224 dir2="../$$dir2"; \ 225 fi; \ 226 dir0="$$dir0"/"$$first"; \ 227 fi; \ 228 fi; \ 229 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 230 done; \ 231 reldir="$$dir2" 232DIST_ARCHIVES = $(distdir).tar.gz 233GZIP_ENV = --best 234DIST_TARGETS = dist-gzip 235distuninstallcheck_listfiles = find . -type f -print 236am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 237 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 238distcleancheck_listfiles = find . -type f -print 239pkgdatadir = @pkgdatadir@ 240ACLOCAL = @ACLOCAL@ 241AMTAR = @AMTAR@ 242AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 243AR = @AR@ 244AUTOCONF = @AUTOCONF@ 245AUTOHEADER = @AUTOHEADER@ 246AUTOMAKE = @AUTOMAKE@ 247AWK = @AWK@ 248CC = @CC@ 249CCDEPMODE = @CCDEPMODE@ 250CFLAGS = @CFLAGS@ 251CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ 252CPP = @CPP@ 253CPPFLAGS = @CPPFLAGS@ 254CYGPATH_W = @CYGPATH_W@ 255DEFS = @DEFS@ 256DEPDIR = @DEPDIR@ 257DLLTOOL = @DLLTOOL@ 258DSYMUTIL = @DSYMUTIL@ 259DUMPBIN = @DUMPBIN@ 260ECHO_C = @ECHO_C@ 261ECHO_N = @ECHO_N@ 262ECHO_T = @ECHO_T@ 263EGREP = @EGREP@ 264EXEEXT = @EXEEXT@ 265FGREP = @FGREP@ 266GREP = @GREP@ 267HAVE_VISIBILITY = @HAVE_VISIBILITY@ 268INSTALL = @INSTALL@ 269INSTALL_DATA = @INSTALL_DATA@ 270INSTALL_PROGRAM = @INSTALL_PROGRAM@ 271INSTALL_SCRIPT = @INSTALL_SCRIPT@ 272INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 273LD = @LD@ 274LDFLAGS = @LDFLAGS@ 275LIBOBJS = @LIBOBJS@ 276LIBS = @LIBS@ 277LIBTOOL = @LIBTOOL@ 278LIPO = @LIPO@ 279LN_S = @LN_S@ 280LTLIBOBJS = @LTLIBOBJS@ 281LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 282MAKEINFO = @MAKEINFO@ 283MANIFEST_TOOL = @MANIFEST_TOOL@ 284MINGW = @MINGW@ 285MKDIR_P = @MKDIR_P@ 286NM = @NM@ 287NMEDIT = @NMEDIT@ 288OBJDUMP = @OBJDUMP@ 289OBJEXT = @OBJEXT@ 290OTOOL = @OTOOL@ 291OTOOL64 = @OTOOL64@ 292PACKAGE = @PACKAGE@ 293PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 294PACKAGE_NAME = @PACKAGE_NAME@ 295PACKAGE_STRING = @PACKAGE_STRING@ 296PACKAGE_TARNAME = @PACKAGE_TARNAME@ 297PACKAGE_URL = @PACKAGE_URL@ 298PACKAGE_VERSION = @PACKAGE_VERSION@ 299PATH_SEPARATOR = @PATH_SEPARATOR@ 300RANLIB = @RANLIB@ 301SED = @SED@ 302SET_MAKE = @SET_MAKE@ 303SHELL = @SHELL@ 304STRIP = @STRIP@ 305VERSION = @VERSION@ 306WARNINGS = @WARNINGS@ 307abs_builddir = @abs_builddir@ 308abs_srcdir = @abs_srcdir@ 309abs_top_builddir = @abs_top_builddir@ 310abs_top_srcdir = @abs_top_srcdir@ 311ac_ct_AR = @ac_ct_AR@ 312ac_ct_CC = @ac_ct_CC@ 313ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 314am__include = @am__include@ 315am__leading_dot = @am__leading_dot@ 316am__quote = @am__quote@ 317am__tar = @am__tar@ 318am__untar = @am__untar@ 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@ 331fsect = @fsect@ 332host = @host@ 333host_alias = @host_alias@ 334host_cpu = @host_cpu@ 335host_os = @host_os@ 336host_vendor = @host_vendor@ 337htmldir = @htmldir@ 338includedir = @includedir@ 339infodir = @infodir@ 340install_sh = @install_sh@ 341libdir = @libdir@ 342libexecdir = @libexecdir@ 343localedir = @localedir@ 344localstatedir = @localstatedir@ 345mandir = @mandir@ 346mkdir_p = @mkdir_p@ 347oldincludedir = @oldincludedir@ 348pdfdir = @pdfdir@ 349prefix = @prefix@ 350program_transform_name = @program_transform_name@ 351psdir = @psdir@ 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@ 360ACLOCAL_AMFLAGS = -I m4 361EXTRA_DIST = MAINT RELEASE-PROCEDURE README.DEVELOPER m4/visibility.m4 362SUBDIRS = src magic tests doc python 363 364# This variable must have 'exec' in its name, in order to be installed 365# by 'install-exec' target (instead of default 'install-data') 366pkgconfigexecdir = $(libdir)/pkgconfig 367pkgconfigexec_DATA = libmagic.pc 368all: config.h 369 $(MAKE) $(AM_MAKEFLAGS) all-recursive 370 371.SUFFIXES: 372am--refresh: Makefile 373 @: 374$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 375 @for dep in $?; do \ 376 case '$(am__configure_deps)' in \ 377 *$$dep*) \ 378 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 379 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 380 && exit 0; \ 381 exit 1;; \ 382 esac; \ 383 done; \ 384 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 385 $(am__cd) $(top_srcdir) && \ 386 $(AUTOMAKE) --foreign Makefile 387Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 388 @case '$?' in \ 389 *config.status*) \ 390 echo ' $(SHELL) ./config.status'; \ 391 $(SHELL) ./config.status;; \ 392 *) \ 393 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 394 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 395 esac; 396 397$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 398 $(SHELL) ./config.status --recheck 399 400$(top_srcdir)/configure: $(am__configure_deps) 401 $(am__cd) $(srcdir) && $(AUTOCONF) 402$(ACLOCAL_M4): $(am__aclocal_m4_deps) 403 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 404$(am__aclocal_m4_deps): 405 406config.h: stamp-h1 407 @test -f $@ || rm -f stamp-h1 408 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 409 410stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 411 @rm -f stamp-h1 412 cd $(top_builddir) && $(SHELL) ./config.status config.h 413$(srcdir)/config.h.in: $(am__configure_deps) 414 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 415 rm -f stamp-h1 416 touch $@ 417 418distclean-hdr: 419 -rm -f config.h stamp-h1 420libmagic.pc: $(top_builddir)/config.status $(srcdir)/libmagic.pc.in 421 cd $(top_builddir) && $(SHELL) ./config.status $@ 422 423mostlyclean-libtool: 424 -rm -f *.lo 425 426clean-libtool: 427 -rm -rf .libs _libs 428 429distclean-libtool: 430 -rm -f libtool config.lt 431install-pkgconfigexecDATA: $(pkgconfigexec_DATA) 432 @$(NORMAL_INSTALL) 433 @list='$(pkgconfigexec_DATA)'; test -n "$(pkgconfigexecdir)" || list=; \ 434 if test -n "$$list"; then \ 435 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigexecdir)'"; \ 436 $(MKDIR_P) "$(DESTDIR)$(pkgconfigexecdir)" || exit 1; \ 437 fi; \ 438 for p in $$list; do \ 439 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 440 echo "$$d$$p"; \ 441 done | $(am__base_list) | \ 442 while read files; do \ 443 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigexecdir)'"; \ 444 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigexecdir)" || exit $$?; \ 445 done 446 447uninstall-pkgconfigexecDATA: 448 @$(NORMAL_UNINSTALL) 449 @list='$(pkgconfigexec_DATA)'; test -n "$(pkgconfigexecdir)" || list=; \ 450 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 451 dir='$(DESTDIR)$(pkgconfigexecdir)'; $(am__uninstall_files_from_dir) 452 453# This directory's subdirectories are mostly independent; you can cd 454# into them and run 'make' without going through this Makefile. 455# To change the values of 'make' variables: instead of editing Makefiles, 456# (1) if the variable is set in 'config.status', edit 'config.status' 457# (which will cause the Makefiles to be regenerated when you run 'make'); 458# (2) otherwise, pass the desired values on the 'make' command line. 459$(am__recursive_targets): 460 @fail=; \ 461 if $(am__make_keepgoing); then \ 462 failcom='fail=yes'; \ 463 else \ 464 failcom='exit 1'; \ 465 fi; \ 466 dot_seen=no; \ 467 target=`echo $@ | sed s/-recursive//`; \ 468 case "$@" in \ 469 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 470 *) list='$(SUBDIRS)' ;; \ 471 esac; \ 472 for subdir in $$list; do \ 473 echo "Making $$target in $$subdir"; \ 474 if test "$$subdir" = "."; then \ 475 dot_seen=yes; \ 476 local_target="$$target-am"; \ 477 else \ 478 local_target="$$target"; \ 479 fi; \ 480 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 481 || eval $$failcom; \ 482 done; \ 483 if test "$$dot_seen" = "no"; then \ 484 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 485 fi; test -z "$$fail" 486 487ID: $(am__tagged_files) 488 $(am__define_uniq_tagged_files); mkid -fID $$unique 489tags: tags-recursive 490TAGS: tags 491 492tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 493 set x; \ 494 here=`pwd`; \ 495 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 496 include_option=--etags-include; \ 497 empty_fix=.; \ 498 else \ 499 include_option=--include; \ 500 empty_fix=; \ 501 fi; \ 502 list='$(SUBDIRS)'; for subdir in $$list; do \ 503 if test "$$subdir" = .; then :; else \ 504 test ! -f $$subdir/TAGS || \ 505 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 506 fi; \ 507 done; \ 508 $(am__define_uniq_tagged_files); \ 509 shift; \ 510 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 511 test -n "$$unique" || unique=$$empty_fix; \ 512 if test $$# -gt 0; then \ 513 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 514 "$$@" $$unique; \ 515 else \ 516 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 517 $$unique; \ 518 fi; \ 519 fi 520ctags: ctags-recursive 521 522CTAGS: ctags 523ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 524 $(am__define_uniq_tagged_files); \ 525 test -z "$(CTAGS_ARGS)$$unique" \ 526 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 527 $$unique 528 529GTAGS: 530 here=`$(am__cd) $(top_builddir) && pwd` \ 531 && $(am__cd) $(top_srcdir) \ 532 && gtags -i $(GTAGS_ARGS) "$$here" 533cscope: cscope.files 534 test ! -s cscope.files \ 535 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 536clean-cscope: 537 -rm -f cscope.files 538cscope.files: clean-cscope cscopelist 539cscopelist: cscopelist-recursive 540 541cscopelist-am: $(am__tagged_files) 542 list='$(am__tagged_files)'; \ 543 case "$(srcdir)" in \ 544 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 545 *) sdir=$(subdir)/$(srcdir) ;; \ 546 esac; \ 547 for i in $$list; do \ 548 if test -f "$$i"; then \ 549 echo "$(subdir)/$$i"; \ 550 else \ 551 echo "$$sdir/$$i"; \ 552 fi; \ 553 done >> $(top_builddir)/cscope.files 554 555distclean-tags: 556 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 557 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 558 559distdir: $(BUILT_SOURCES) 560 $(MAKE) $(AM_MAKEFLAGS) distdir-am 561 562distdir-am: $(DISTFILES) 563 $(am__remove_distdir) 564 test -d "$(distdir)" || mkdir "$(distdir)" 565 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 566 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 567 list='$(DISTFILES)'; \ 568 dist_files=`for file in $$list; do echo $$file; done | \ 569 sed -e "s|^$$srcdirstrip/||;t" \ 570 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 571 case $$dist_files in \ 572 */*) $(MKDIR_P) `echo "$$dist_files" | \ 573 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 574 sort -u` ;; \ 575 esac; \ 576 for file in $$dist_files; do \ 577 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 578 if test -d $$d/$$file; then \ 579 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 580 if test -d "$(distdir)/$$file"; then \ 581 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 582 fi; \ 583 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 584 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 585 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 586 fi; \ 587 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 588 else \ 589 test -f "$(distdir)/$$file" \ 590 || cp -p $$d/$$file "$(distdir)/$$file" \ 591 || exit 1; \ 592 fi; \ 593 done 594 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 595 if test "$$subdir" = .; then :; else \ 596 $(am__make_dryrun) \ 597 || test -d "$(distdir)/$$subdir" \ 598 || $(MKDIR_P) "$(distdir)/$$subdir" \ 599 || exit 1; \ 600 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 601 $(am__relativize); \ 602 new_distdir=$$reldir; \ 603 dir1=$$subdir; dir2="$(top_distdir)"; \ 604 $(am__relativize); \ 605 new_top_distdir=$$reldir; \ 606 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 607 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 608 ($(am__cd) $$subdir && \ 609 $(MAKE) $(AM_MAKEFLAGS) \ 610 top_distdir="$$new_top_distdir" \ 611 distdir="$$new_distdir" \ 612 am__remove_distdir=: \ 613 am__skip_length_check=: \ 614 am__skip_mode_fix=: \ 615 distdir) \ 616 || exit 1; \ 617 fi; \ 618 done 619 -test -n "$(am__skip_mode_fix)" \ 620 || find "$(distdir)" -type d ! -perm -755 \ 621 -exec chmod u+rwx,go+rx {} \; -o \ 622 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 623 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 624 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 625 || chmod -R a+r "$(distdir)" 626dist-gzip: distdir 627 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 628 $(am__post_remove_distdir) 629 630dist-bzip2: distdir 631 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 632 $(am__post_remove_distdir) 633 634dist-lzip: distdir 635 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 636 $(am__post_remove_distdir) 637 638dist-xz: distdir 639 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 640 $(am__post_remove_distdir) 641 642dist-tarZ: distdir 643 @echo WARNING: "Support for distribution archives compressed with" \ 644 "legacy program 'compress' is deprecated." >&2 645 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 646 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 647 $(am__post_remove_distdir) 648 649dist-shar: distdir 650 @echo WARNING: "Support for shar distribution archives is" \ 651 "deprecated." >&2 652 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 653 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 654 $(am__post_remove_distdir) 655 656dist-zip: distdir 657 -rm -f $(distdir).zip 658 zip -rq $(distdir).zip $(distdir) 659 $(am__post_remove_distdir) 660 661dist dist-all: 662 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 663 $(am__post_remove_distdir) 664 665# This target untars the dist file and tries a VPATH configuration. Then 666# it guarantees that the distribution is self-contained by making another 667# tarfile. 668distcheck: dist 669 case '$(DIST_ARCHIVES)' in \ 670 *.tar.gz*) \ 671 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 672 *.tar.bz2*) \ 673 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 674 *.tar.lz*) \ 675 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 676 *.tar.xz*) \ 677 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 678 *.tar.Z*) \ 679 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 680 *.shar.gz*) \ 681 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 682 *.zip*) \ 683 unzip $(distdir).zip ;;\ 684 esac 685 chmod -R a-w $(distdir) 686 chmod u+w $(distdir) 687 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 688 chmod a-w $(distdir) 689 test -d $(distdir)/_build || exit 0; \ 690 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 691 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 692 && am__cwd=`pwd` \ 693 && $(am__cd) $(distdir)/_build/sub \ 694 && ../../configure \ 695 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 696 $(DISTCHECK_CONFIGURE_FLAGS) \ 697 --srcdir=../.. --prefix="$$dc_install_base" \ 698 && $(MAKE) $(AM_MAKEFLAGS) \ 699 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 700 && $(MAKE) $(AM_MAKEFLAGS) check \ 701 && $(MAKE) $(AM_MAKEFLAGS) install \ 702 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 703 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 704 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 705 distuninstallcheck \ 706 && chmod -R a-w "$$dc_install_base" \ 707 && ({ \ 708 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 709 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 710 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 711 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 712 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 713 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 714 && rm -rf "$$dc_destdir" \ 715 && $(MAKE) $(AM_MAKEFLAGS) dist \ 716 && rm -rf $(DIST_ARCHIVES) \ 717 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 718 && cd "$$am__cwd" \ 719 || exit 1 720 $(am__post_remove_distdir) 721 @(echo "$(distdir) archives ready for distribution: "; \ 722 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 723 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 724distuninstallcheck: 725 @test -n '$(distuninstallcheck_dir)' || { \ 726 echo 'ERROR: trying to run $@ with an empty' \ 727 '$$(distuninstallcheck_dir)' >&2; \ 728 exit 1; \ 729 }; \ 730 $(am__cd) '$(distuninstallcheck_dir)' || { \ 731 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 732 exit 1; \ 733 }; \ 734 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 735 || { echo "ERROR: files left after uninstall:" ; \ 736 if test -n "$(DESTDIR)"; then \ 737 echo " (check DESTDIR support)"; \ 738 fi ; \ 739 $(distuninstallcheck_listfiles) ; \ 740 exit 1; } >&2 741distcleancheck: distclean 742 @if test '$(srcdir)' = . ; then \ 743 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 744 exit 1 ; \ 745 fi 746 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 747 || { echo "ERROR: files left in build directory after distclean:" ; \ 748 $(distcleancheck_listfiles) ; \ 749 exit 1; } >&2 750check-am: all-am 751check: check-recursive 752all-am: Makefile $(DATA) config.h 753installdirs: installdirs-recursive 754installdirs-am: 755 for dir in "$(DESTDIR)$(pkgconfigexecdir)"; do \ 756 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 757 done 758install: install-recursive 759install-exec: install-exec-recursive 760install-data: install-data-recursive 761uninstall: uninstall-recursive 762 763install-am: all-am 764 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 765 766installcheck: installcheck-recursive 767install-strip: 768 if test -z '$(STRIP)'; then \ 769 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 770 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 771 install; \ 772 else \ 773 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 774 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 775 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 776 fi 777mostlyclean-generic: 778 779clean-generic: 780 781distclean-generic: 782 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 783 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 784 785maintainer-clean-generic: 786 @echo "This command is intended for maintainers to use" 787 @echo "it deletes files that may require special tools to rebuild." 788clean: clean-recursive 789 790clean-am: clean-generic clean-libtool mostlyclean-am 791 792distclean: distclean-recursive 793 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 794 -rm -f Makefile 795distclean-am: clean-am distclean-generic distclean-hdr \ 796 distclean-libtool distclean-tags 797 798dvi: dvi-recursive 799 800dvi-am: 801 802html: html-recursive 803 804html-am: 805 806info: info-recursive 807 808info-am: 809 810install-data-am: 811 812install-dvi: install-dvi-recursive 813 814install-dvi-am: 815 816install-exec-am: install-pkgconfigexecDATA 817 818install-html: install-html-recursive 819 820install-html-am: 821 822install-info: install-info-recursive 823 824install-info-am: 825 826install-man: 827 828install-pdf: install-pdf-recursive 829 830install-pdf-am: 831 832install-ps: install-ps-recursive 833 834install-ps-am: 835 836installcheck-am: 837 838maintainer-clean: maintainer-clean-recursive 839 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 840 -rm -rf $(top_srcdir)/autom4te.cache 841 -rm -f Makefile 842maintainer-clean-am: distclean-am maintainer-clean-generic 843 844mostlyclean: mostlyclean-recursive 845 846mostlyclean-am: mostlyclean-generic mostlyclean-libtool 847 848pdf: pdf-recursive 849 850pdf-am: 851 852ps: ps-recursive 853 854ps-am: 855 856uninstall-am: uninstall-pkgconfigexecDATA 857 858.MAKE: $(am__recursive_targets) all install-am install-strip 859 860.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 861 am--refresh check check-am clean clean-cscope clean-generic \ 862 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 863 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 864 dist-xz dist-zip distcheck distclean distclean-generic \ 865 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 866 distdir distuninstallcheck dvi dvi-am html html-am info \ 867 info-am install install-am install-data install-data-am \ 868 install-dvi install-dvi-am install-exec install-exec-am \ 869 install-html install-html-am install-info install-info-am \ 870 install-man install-pdf install-pdf-am \ 871 install-pkgconfigexecDATA install-ps install-ps-am \ 872 install-strip installcheck installcheck-am installdirs \ 873 installdirs-am maintainer-clean maintainer-clean-generic \ 874 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 875 ps ps-am tags tags-am uninstall uninstall-am \ 876 uninstall-pkgconfigexecDATA 877 878.PRECIOUS: Makefile 879 880 881# Tell versions [3.59,3.63) of GNU make to not export all variables. 882# Otherwise a system limit (for SysV at least) may be exceeded. 883.NOEXPORT: 884