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 install-sh ltmain.sh \ 196 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 README.md \ 362 m4/visibility.m4 363 364SUBDIRS = src magic tests doc python 365 366# This variable must have 'exec' in its name, in order to be installed 367# by 'install-exec' target (instead of default 'install-data') 368pkgconfigexecdir = $(libdir)/pkgconfig 369pkgconfigexec_DATA = libmagic.pc 370all: config.h 371 $(MAKE) $(AM_MAKEFLAGS) all-recursive 372 373.SUFFIXES: 374am--refresh: Makefile 375 @: 376$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 377 @for dep in $?; do \ 378 case '$(am__configure_deps)' in \ 379 *$$dep*) \ 380 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 381 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 382 && exit 0; \ 383 exit 1;; \ 384 esac; \ 385 done; \ 386 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 387 $(am__cd) $(top_srcdir) && \ 388 $(AUTOMAKE) --foreign Makefile 389Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 390 @case '$?' in \ 391 *config.status*) \ 392 echo ' $(SHELL) ./config.status'; \ 393 $(SHELL) ./config.status;; \ 394 *) \ 395 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 396 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 397 esac; 398 399$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 400 $(SHELL) ./config.status --recheck 401 402$(top_srcdir)/configure: $(am__configure_deps) 403 $(am__cd) $(srcdir) && $(AUTOCONF) 404$(ACLOCAL_M4): $(am__aclocal_m4_deps) 405 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 406$(am__aclocal_m4_deps): 407 408config.h: stamp-h1 409 @test -f $@ || rm -f stamp-h1 410 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 411 412stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 413 @rm -f stamp-h1 414 cd $(top_builddir) && $(SHELL) ./config.status config.h 415$(srcdir)/config.h.in: $(am__configure_deps) 416 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 417 rm -f stamp-h1 418 touch $@ 419 420distclean-hdr: 421 -rm -f config.h stamp-h1 422libmagic.pc: $(top_builddir)/config.status $(srcdir)/libmagic.pc.in 423 cd $(top_builddir) && $(SHELL) ./config.status $@ 424 425mostlyclean-libtool: 426 -rm -f *.lo 427 428clean-libtool: 429 -rm -rf .libs _libs 430 431distclean-libtool: 432 -rm -f libtool config.lt 433install-pkgconfigexecDATA: $(pkgconfigexec_DATA) 434 @$(NORMAL_INSTALL) 435 @list='$(pkgconfigexec_DATA)'; test -n "$(pkgconfigexecdir)" || list=; \ 436 if test -n "$$list"; then \ 437 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigexecdir)'"; \ 438 $(MKDIR_P) "$(DESTDIR)$(pkgconfigexecdir)" || exit 1; \ 439 fi; \ 440 for p in $$list; do \ 441 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 442 echo "$$d$$p"; \ 443 done | $(am__base_list) | \ 444 while read files; do \ 445 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigexecdir)'"; \ 446 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigexecdir)" || exit $$?; \ 447 done 448 449uninstall-pkgconfigexecDATA: 450 @$(NORMAL_UNINSTALL) 451 @list='$(pkgconfigexec_DATA)'; test -n "$(pkgconfigexecdir)" || list=; \ 452 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 453 dir='$(DESTDIR)$(pkgconfigexecdir)'; $(am__uninstall_files_from_dir) 454 455# This directory's subdirectories are mostly independent; you can cd 456# into them and run 'make' without going through this Makefile. 457# To change the values of 'make' variables: instead of editing Makefiles, 458# (1) if the variable is set in 'config.status', edit 'config.status' 459# (which will cause the Makefiles to be regenerated when you run 'make'); 460# (2) otherwise, pass the desired values on the 'make' command line. 461$(am__recursive_targets): 462 @fail=; \ 463 if $(am__make_keepgoing); then \ 464 failcom='fail=yes'; \ 465 else \ 466 failcom='exit 1'; \ 467 fi; \ 468 dot_seen=no; \ 469 target=`echo $@ | sed s/-recursive//`; \ 470 case "$@" in \ 471 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 472 *) list='$(SUBDIRS)' ;; \ 473 esac; \ 474 for subdir in $$list; do \ 475 echo "Making $$target in $$subdir"; \ 476 if test "$$subdir" = "."; then \ 477 dot_seen=yes; \ 478 local_target="$$target-am"; \ 479 else \ 480 local_target="$$target"; \ 481 fi; \ 482 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 483 || eval $$failcom; \ 484 done; \ 485 if test "$$dot_seen" = "no"; then \ 486 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 487 fi; test -z "$$fail" 488 489ID: $(am__tagged_files) 490 $(am__define_uniq_tagged_files); mkid -fID $$unique 491tags: tags-recursive 492TAGS: tags 493 494tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 495 set x; \ 496 here=`pwd`; \ 497 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 498 include_option=--etags-include; \ 499 empty_fix=.; \ 500 else \ 501 include_option=--include; \ 502 empty_fix=; \ 503 fi; \ 504 list='$(SUBDIRS)'; for subdir in $$list; do \ 505 if test "$$subdir" = .; then :; else \ 506 test ! -f $$subdir/TAGS || \ 507 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 508 fi; \ 509 done; \ 510 $(am__define_uniq_tagged_files); \ 511 shift; \ 512 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 513 test -n "$$unique" || unique=$$empty_fix; \ 514 if test $$# -gt 0; then \ 515 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 516 "$$@" $$unique; \ 517 else \ 518 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 519 $$unique; \ 520 fi; \ 521 fi 522ctags: ctags-recursive 523 524CTAGS: ctags 525ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 526 $(am__define_uniq_tagged_files); \ 527 test -z "$(CTAGS_ARGS)$$unique" \ 528 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 529 $$unique 530 531GTAGS: 532 here=`$(am__cd) $(top_builddir) && pwd` \ 533 && $(am__cd) $(top_srcdir) \ 534 && gtags -i $(GTAGS_ARGS) "$$here" 535cscope: cscope.files 536 test ! -s cscope.files \ 537 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 538clean-cscope: 539 -rm -f cscope.files 540cscope.files: clean-cscope cscopelist 541cscopelist: cscopelist-recursive 542 543cscopelist-am: $(am__tagged_files) 544 list='$(am__tagged_files)'; \ 545 case "$(srcdir)" in \ 546 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 547 *) sdir=$(subdir)/$(srcdir) ;; \ 548 esac; \ 549 for i in $$list; do \ 550 if test -f "$$i"; then \ 551 echo "$(subdir)/$$i"; \ 552 else \ 553 echo "$$sdir/$$i"; \ 554 fi; \ 555 done >> $(top_builddir)/cscope.files 556 557distclean-tags: 558 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 559 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 560 561distdir: $(BUILT_SOURCES) 562 $(MAKE) $(AM_MAKEFLAGS) distdir-am 563 564distdir-am: $(DISTFILES) 565 $(am__remove_distdir) 566 test -d "$(distdir)" || mkdir "$(distdir)" 567 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 568 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 569 list='$(DISTFILES)'; \ 570 dist_files=`for file in $$list; do echo $$file; done | \ 571 sed -e "s|^$$srcdirstrip/||;t" \ 572 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 573 case $$dist_files in \ 574 */*) $(MKDIR_P) `echo "$$dist_files" | \ 575 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 576 sort -u` ;; \ 577 esac; \ 578 for file in $$dist_files; do \ 579 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 580 if test -d $$d/$$file; then \ 581 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 582 if test -d "$(distdir)/$$file"; then \ 583 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 584 fi; \ 585 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 586 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 587 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 588 fi; \ 589 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 590 else \ 591 test -f "$(distdir)/$$file" \ 592 || cp -p $$d/$$file "$(distdir)/$$file" \ 593 || exit 1; \ 594 fi; \ 595 done 596 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 597 if test "$$subdir" = .; then :; else \ 598 $(am__make_dryrun) \ 599 || test -d "$(distdir)/$$subdir" \ 600 || $(MKDIR_P) "$(distdir)/$$subdir" \ 601 || exit 1; \ 602 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 603 $(am__relativize); \ 604 new_distdir=$$reldir; \ 605 dir1=$$subdir; dir2="$(top_distdir)"; \ 606 $(am__relativize); \ 607 new_top_distdir=$$reldir; \ 608 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 609 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 610 ($(am__cd) $$subdir && \ 611 $(MAKE) $(AM_MAKEFLAGS) \ 612 top_distdir="$$new_top_distdir" \ 613 distdir="$$new_distdir" \ 614 am__remove_distdir=: \ 615 am__skip_length_check=: \ 616 am__skip_mode_fix=: \ 617 distdir) \ 618 || exit 1; \ 619 fi; \ 620 done 621 -test -n "$(am__skip_mode_fix)" \ 622 || find "$(distdir)" -type d ! -perm -755 \ 623 -exec chmod u+rwx,go+rx {} \; -o \ 624 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 625 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 626 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 627 || chmod -R a+r "$(distdir)" 628dist-gzip: distdir 629 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 630 $(am__post_remove_distdir) 631 632dist-bzip2: distdir 633 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 634 $(am__post_remove_distdir) 635 636dist-lzip: distdir 637 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 638 $(am__post_remove_distdir) 639 640dist-xz: distdir 641 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 642 $(am__post_remove_distdir) 643 644dist-tarZ: distdir 645 @echo WARNING: "Support for distribution archives compressed with" \ 646 "legacy program 'compress' is deprecated." >&2 647 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 648 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 649 $(am__post_remove_distdir) 650 651dist-shar: distdir 652 @echo WARNING: "Support for shar distribution archives is" \ 653 "deprecated." >&2 654 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 655 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 656 $(am__post_remove_distdir) 657 658dist-zip: distdir 659 -rm -f $(distdir).zip 660 zip -rq $(distdir).zip $(distdir) 661 $(am__post_remove_distdir) 662 663dist dist-all: 664 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 665 $(am__post_remove_distdir) 666 667# This target untars the dist file and tries a VPATH configuration. Then 668# it guarantees that the distribution is self-contained by making another 669# tarfile. 670distcheck: dist 671 case '$(DIST_ARCHIVES)' in \ 672 *.tar.gz*) \ 673 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 674 *.tar.bz2*) \ 675 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 676 *.tar.lz*) \ 677 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 678 *.tar.xz*) \ 679 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 680 *.tar.Z*) \ 681 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 682 *.shar.gz*) \ 683 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 684 *.zip*) \ 685 unzip $(distdir).zip ;;\ 686 esac 687 chmod -R a-w $(distdir) 688 chmod u+w $(distdir) 689 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 690 chmod a-w $(distdir) 691 test -d $(distdir)/_build || exit 0; \ 692 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 693 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 694 && am__cwd=`pwd` \ 695 && $(am__cd) $(distdir)/_build/sub \ 696 && ../../configure \ 697 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 698 $(DISTCHECK_CONFIGURE_FLAGS) \ 699 --srcdir=../.. --prefix="$$dc_install_base" \ 700 && $(MAKE) $(AM_MAKEFLAGS) \ 701 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 702 && $(MAKE) $(AM_MAKEFLAGS) check \ 703 && $(MAKE) $(AM_MAKEFLAGS) install \ 704 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 705 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 706 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 707 distuninstallcheck \ 708 && chmod -R a-w "$$dc_install_base" \ 709 && ({ \ 710 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 711 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 712 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 713 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 714 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 715 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 716 && rm -rf "$$dc_destdir" \ 717 && $(MAKE) $(AM_MAKEFLAGS) dist \ 718 && rm -rf $(DIST_ARCHIVES) \ 719 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 720 && cd "$$am__cwd" \ 721 || exit 1 722 $(am__post_remove_distdir) 723 @(echo "$(distdir) archives ready for distribution: "; \ 724 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 725 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 726distuninstallcheck: 727 @test -n '$(distuninstallcheck_dir)' || { \ 728 echo 'ERROR: trying to run $@ with an empty' \ 729 '$$(distuninstallcheck_dir)' >&2; \ 730 exit 1; \ 731 }; \ 732 $(am__cd) '$(distuninstallcheck_dir)' || { \ 733 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 734 exit 1; \ 735 }; \ 736 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 737 || { echo "ERROR: files left after uninstall:" ; \ 738 if test -n "$(DESTDIR)"; then \ 739 echo " (check DESTDIR support)"; \ 740 fi ; \ 741 $(distuninstallcheck_listfiles) ; \ 742 exit 1; } >&2 743distcleancheck: distclean 744 @if test '$(srcdir)' = . ; then \ 745 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 746 exit 1 ; \ 747 fi 748 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 749 || { echo "ERROR: files left in build directory after distclean:" ; \ 750 $(distcleancheck_listfiles) ; \ 751 exit 1; } >&2 752check-am: all-am 753check: check-recursive 754all-am: Makefile $(DATA) config.h 755installdirs: installdirs-recursive 756installdirs-am: 757 for dir in "$(DESTDIR)$(pkgconfigexecdir)"; do \ 758 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 759 done 760install: install-recursive 761install-exec: install-exec-recursive 762install-data: install-data-recursive 763uninstall: uninstall-recursive 764 765install-am: all-am 766 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 767 768installcheck: installcheck-recursive 769install-strip: 770 if test -z '$(STRIP)'; then \ 771 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 772 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 773 install; \ 774 else \ 775 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 776 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 777 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 778 fi 779mostlyclean-generic: 780 781clean-generic: 782 783distclean-generic: 784 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 785 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 786 787maintainer-clean-generic: 788 @echo "This command is intended for maintainers to use" 789 @echo "it deletes files that may require special tools to rebuild." 790clean: clean-recursive 791 792clean-am: clean-generic clean-libtool mostlyclean-am 793 794distclean: distclean-recursive 795 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 796 -rm -f Makefile 797distclean-am: clean-am distclean-generic distclean-hdr \ 798 distclean-libtool distclean-tags 799 800dvi: dvi-recursive 801 802dvi-am: 803 804html: html-recursive 805 806html-am: 807 808info: info-recursive 809 810info-am: 811 812install-data-am: 813 814install-dvi: install-dvi-recursive 815 816install-dvi-am: 817 818install-exec-am: install-pkgconfigexecDATA 819 820install-html: install-html-recursive 821 822install-html-am: 823 824install-info: install-info-recursive 825 826install-info-am: 827 828install-man: 829 830install-pdf: install-pdf-recursive 831 832install-pdf-am: 833 834install-ps: install-ps-recursive 835 836install-ps-am: 837 838installcheck-am: 839 840maintainer-clean: maintainer-clean-recursive 841 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 842 -rm -rf $(top_srcdir)/autom4te.cache 843 -rm -f Makefile 844maintainer-clean-am: distclean-am maintainer-clean-generic 845 846mostlyclean: mostlyclean-recursive 847 848mostlyclean-am: mostlyclean-generic mostlyclean-libtool 849 850pdf: pdf-recursive 851 852pdf-am: 853 854ps: ps-recursive 855 856ps-am: 857 858uninstall-am: uninstall-pkgconfigexecDATA 859 860.MAKE: $(am__recursive_targets) all install-am install-strip 861 862.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 863 am--refresh check check-am clean clean-cscope clean-generic \ 864 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 865 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 866 dist-xz dist-zip distcheck distclean distclean-generic \ 867 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 868 distdir distuninstallcheck dvi dvi-am html html-am info \ 869 info-am install install-am install-data install-data-am \ 870 install-dvi install-dvi-am install-exec install-exec-am \ 871 install-html install-html-am install-info install-info-am \ 872 install-man install-pdf install-pdf-am \ 873 install-pkgconfigexecDATA install-ps install-ps-am \ 874 install-strip installcheck installcheck-am installdirs \ 875 installdirs-am maintainer-clean maintainer-clean-generic \ 876 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 877 ps ps-am tags tags-am uninstall uninstall-am \ 878 uninstall-pkgconfigexecDATA 879 880.PRECIOUS: Makefile 881 882 883# Tell versions [3.59,3.63) of GNU make to not export all variables. 884# Otherwise a system limit (for SysV at least) may be exceeded. 885.NOEXPORT: 886