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