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@ 16VPATH = @srcdir@ 17am__is_gnu_make = { \ 18 if test -z '$(MAKELEVEL)'; then \ 19 false; \ 20 elif test -n '$(MAKE_HOST)'; then \ 21 true; \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23 true; \ 24 else \ 25 false; \ 26 fi; \ 27} 28am__make_running_with_option = \ 29 case $${target_option-} in \ 30 ?) ;; \ 31 *) echo "am__make_running_with_option: internal error: invalid" \ 32 "target option '$${target_option-}' specified" >&2; \ 33 exit 1;; \ 34 esac; \ 35 has_opt=no; \ 36 sane_makeflags=$$MAKEFLAGS; \ 37 if $(am__is_gnu_make); then \ 38 sane_makeflags=$$MFLAGS; \ 39 else \ 40 case $$MAKEFLAGS in \ 41 *\\[\ \ ]*) \ 42 bs=\\; \ 43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 45 esac; \ 46 fi; \ 47 skip_next=no; \ 48 strip_trailopt () \ 49 { \ 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 51 }; \ 52 for flg in $$sane_makeflags; do \ 53 test $$skip_next = yes && { skip_next=no; continue; }; \ 54 case $$flg in \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ 59 -*O?*) strip_trailopt 'O';; \ 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \ 62 -[dEDm]) skip_next=yes;; \ 63 -[JT]) skip_next=yes;; \ 64 esac; \ 65 case $$flg in \ 66 *$$target_option*) has_opt=yes; break;; \ 67 esac; \ 68 done; \ 69 test $$has_opt = yes 70am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 71am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72pkgdatadir = $(datadir)/@PACKAGE@ 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@ 90target_triplet = @target@ 91subdir = . 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ 94 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ 95 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 96 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 97 $(top_srcdir)/configure.ac 98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 99 $(ACLOCAL_M4) 100DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 101 $(am__configure_deps) $(am__DIST_COMMON) 102am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 103 configure.lineno config.status.lineno 104mkinstalldirs = $(install_sh) -d 105CONFIG_HEADER = config.h 106CONFIG_CLEAN_FILES = 107CONFIG_CLEAN_VPATH_FILES = 108AM_V_P = $(am__v_P_@AM_V@) 109am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 110am__v_P_0 = false 111am__v_P_1 = : 112AM_V_GEN = $(am__v_GEN_@AM_V@) 113am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 114am__v_GEN_0 = @echo " GEN " $@; 115am__v_GEN_1 = 116AM_V_at = $(am__v_at_@AM_V@) 117am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 118am__v_at_0 = @ 119am__v_at_1 = 120SOURCES = 121DIST_SOURCES = 122RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 123 ctags-recursive dvi-recursive html-recursive info-recursive \ 124 install-data-recursive install-dvi-recursive \ 125 install-exec-recursive install-html-recursive \ 126 install-info-recursive install-pdf-recursive \ 127 install-ps-recursive install-recursive installcheck-recursive \ 128 installdirs-recursive pdf-recursive ps-recursive \ 129 tags-recursive uninstall-recursive 130am__can_run_installinfo = \ 131 case $$AM_UPDATE_INFO_DIR in \ 132 n|no|NO) false;; \ 133 *) (install-info --version) >/dev/null 2>&1;; \ 134 esac 135RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 136 distclean-recursive maintainer-clean-recursive 137am__recursive_targets = \ 138 $(RECURSIVE_TARGETS) \ 139 $(RECURSIVE_CLEAN_TARGETS) \ 140 $(am__extra_recursive_targets) 141AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 142 cscope distdir distdir-am dist dist-all distcheck 143am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 144 $(LISP)config.h.in 145# Read a list of newline-separated strings from the standard input, 146# and print each of them once, without duplicates. Input order is 147# *not* preserved. 148am__uniquify_input = $(AWK) '\ 149 BEGIN { nonempty = 0; } \ 150 { items[$$0] = 1; nonempty = 1; } \ 151 END { if (nonempty) { for (i in items) print i; }; } \ 152' 153# Make sure the list of sources is unique. This is necessary because, 154# e.g., the same source file might be shared among _SOURCES variables 155# for different programs/libraries. 156am__define_uniq_tagged_files = \ 157 list='$(am__tagged_files)'; \ 158 unique=`for i in $$list; do \ 159 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 160 done | $(am__uniquify_input)` 161ETAGS = etags 162CTAGS = ctags 163CSCOPE = cscope 164DIST_SUBDIRS = mfstests mfsdata mfsmanpages mfsmaster mfsmetatools \ 165 mfsmetalogger mfssupervisor mfschunkserver mfsclient \ 166 mfsscripts mfsnetdump systemd 167am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \ 168 INSTALL NEWS README ar-lib compile config.guess config.sub \ 169 install-sh ltmain.sh missing 170DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 171distdir = $(PACKAGE)-$(VERSION) 172top_distdir = $(distdir) 173am__remove_distdir = \ 174 if test -d "$(distdir)"; then \ 175 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 176 && rm -rf "$(distdir)" \ 177 || { sleep 5 && rm -rf "$(distdir)"; }; \ 178 else :; fi 179am__post_remove_distdir = $(am__remove_distdir) 180am__relativize = \ 181 dir0=`pwd`; \ 182 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 183 sed_rest='s,^[^/]*/*,,'; \ 184 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 185 sed_butlast='s,/*[^/]*$$,,'; \ 186 while test -n "$$dir1"; do \ 187 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 188 if test "$$first" != "."; then \ 189 if test "$$first" = ".."; then \ 190 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 191 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 192 else \ 193 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 194 if test "$$first2" = "$$first"; then \ 195 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 196 else \ 197 dir2="../$$dir2"; \ 198 fi; \ 199 dir0="$$dir0"/"$$first"; \ 200 fi; \ 201 fi; \ 202 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 203 done; \ 204 reldir="$$dir2" 205DIST_ARCHIVES = $(distdir).tar.gz 206GZIP_ENV = --best 207DIST_TARGETS = dist-gzip 208distuninstallcheck_listfiles = find . -type f -print 209am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 210 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 211distcleancheck_listfiles = find . -type f -print 212ACLOCAL = @ACLOCAL@ 213AMTAR = @AMTAR@ 214AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 215AR = @AR@ 216AUTOCONF = @AUTOCONF@ 217AUTOHEADER = @AUTOHEADER@ 218AUTOMAKE = @AUTOMAKE@ 219AWK = @AWK@ 220BIN_PATH = @BIN_PATH@ 221CC = @CC@ 222CCDEPMODE = @CCDEPMODE@ 223CFLAGS = @CFLAGS@ 224CGIDIR = @CGIDIR@ 225CGISERVDIR = @CGISERVDIR@ 226CPP = @CPP@ 227CPPFLAGS = @CPPFLAGS@ 228CYGPATH_W = @CYGPATH_W@ 229DATA_PATH = @DATA_PATH@ 230DEFAULT_CGISERV_HTTP_PORT = @DEFAULT_CGISERV_HTTP_PORT@ 231DEFAULT_CS_DATA_PORT = @DEFAULT_CS_DATA_PORT@ 232DEFAULT_GROUP = @DEFAULT_GROUP@ 233DEFAULT_MASTERNAME = @DEFAULT_MASTERNAME@ 234DEFAULT_MASTER_CLIENT_PORT = @DEFAULT_MASTER_CLIENT_PORT@ 235DEFAULT_MASTER_CONTROL_PORT = @DEFAULT_MASTER_CONTROL_PORT@ 236DEFAULT_MASTER_CS_PORT = @DEFAULT_MASTER_CS_PORT@ 237DEFAULT_PORTBASE = @DEFAULT_PORTBASE@ 238DEFAULT_USER = @DEFAULT_USER@ 239DEFS = @DEFS@ 240DEPDIR = @DEPDIR@ 241DLLTOOL = @DLLTOOL@ 242DSYMUTIL = @DSYMUTIL@ 243DUMPBIN = @DUMPBIN@ 244ECHO_C = @ECHO_C@ 245ECHO_N = @ECHO_N@ 246ECHO_T = @ECHO_T@ 247EGREP = @EGREP@ 248ETC_PATH = @ETC_PATH@ 249EXEEXT = @EXEEXT@ 250FGREP = @FGREP@ 251FUSE_CFLAGS = @FUSE_CFLAGS@ 252FUSE_LIBS = @FUSE_LIBS@ 253GREP = @GREP@ 254INSTALL = @INSTALL@ 255INSTALL_DATA = @INSTALL_DATA@ 256INSTALL_PROGRAM = @INSTALL_PROGRAM@ 257INSTALL_SCRIPT = @INSTALL_SCRIPT@ 258INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 259KILL = @KILL@ 260LD = @LD@ 261LDFLAGS = @LDFLAGS@ 262LIBOBJS = @LIBOBJS@ 263LIBS = @LIBS@ 264LIBTOOL = @LIBTOOL@ 265LIGHT_MFS = @LIGHT_MFS@ 266LIPO = @LIPO@ 267LN_S = @LN_S@ 268LTLIBOBJS = @LTLIBOBJS@ 269LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 270MAKEINFO = @MAKEINFO@ 271MANIFEST_TOOL = @MANIFEST_TOOL@ 272MATH_LIBS = @MATH_LIBS@ 273MKDIR_P = @MKDIR_P@ 274NM = @NM@ 275NMEDIT = @NMEDIT@ 276OBJDUMP = @OBJDUMP@ 277OBJEXT = @OBJEXT@ 278OTOOL = @OTOOL@ 279OTOOL64 = @OTOOL64@ 280PACKAGE = @PACKAGE@ 281PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 282PACKAGE_NAME = @PACKAGE_NAME@ 283PACKAGE_STRING = @PACKAGE_STRING@ 284PACKAGE_TARNAME = @PACKAGE_TARNAME@ 285PACKAGE_URL = @PACKAGE_URL@ 286PACKAGE_VERSION = @PACKAGE_VERSION@ 287PATH_SEPARATOR = @PATH_SEPARATOR@ 288PCAP_LIBS = @PCAP_LIBS@ 289PKG_CONFIG = @PKG_CONFIG@ 290PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 291PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 292PROTO_BASE = @PROTO_BASE@ 293PTHREAD_CC = @PTHREAD_CC@ 294PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 295PTHREAD_LIBS = @PTHREAD_LIBS@ 296PYTHON = @PYTHON@ 297RANLIB = @RANLIB@ 298RUN_PATH = @RUN_PATH@ 299SBIN_PATH = @SBIN_PATH@ 300SED = @SED@ 301SET_MAKE = @SET_MAKE@ 302SHELL = @SHELL@ 303STRIP = @STRIP@ 304SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@ 305SYSTEMD_LIBS = @SYSTEMD_LIBS@ 306VERSION = @VERSION@ 307ZLIB_LIBS = @ZLIB_LIBS@ 308abs_builddir = @abs_builddir@ 309abs_srcdir = @abs_srcdir@ 310abs_top_builddir = @abs_top_builddir@ 311abs_top_srcdir = @abs_top_srcdir@ 312ac_ct_AR = @ac_ct_AR@ 313ac_ct_CC = @ac_ct_CC@ 314ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 315am__include = @am__include@ 316am__leading_dot = @am__leading_dot@ 317am__quote = @am__quote@ 318am__tar = @am__tar@ 319am__untar = @am__untar@ 320ax_pthread_config = @ax_pthread_config@ 321bindir = @bindir@ 322build = @build@ 323build_alias = @build_alias@ 324build_cpu = @build_cpu@ 325build_os = @build_os@ 326build_vendor = @build_vendor@ 327builddir = @builddir@ 328buildno = @buildno@ 329datadir = @datadir@ 330datarootdir = @datarootdir@ 331docdir = @docdir@ 332dvidir = @dvidir@ 333exec_prefix = @exec_prefix@ 334host = @host@ 335host_alias = @host_alias@ 336host_cpu = @host_cpu@ 337host_os = @host_os@ 338host_vendor = @host_vendor@ 339htmldir = @htmldir@ 340includedir = @includedir@ 341infodir = @infodir@ 342install_sh = @install_sh@ 343libdir = @libdir@ 344libexecdir = @libexecdir@ 345localedir = @localedir@ 346localstatedir = @localstatedir@ 347mandir = @mandir@ 348mkdir_p = @mkdir_p@ 349oldincludedir = @oldincludedir@ 350pdfdir = @pdfdir@ 351prefix = @prefix@ 352program_transform_name = @program_transform_name@ 353psdir = @psdir@ 354release = @release@ 355root_sbindir = @root_sbindir@ 356sbindir = @sbindir@ 357sharedstatedir = @sharedstatedir@ 358srcdir = @srcdir@ 359sysconfdir = @sysconfdir@ 360systemdunitdir = @systemdunitdir@ 361target = @target@ 362target_alias = @target_alias@ 363target_cpu = @target_cpu@ 364target_os = @target_os@ 365target_vendor = @target_vendor@ 366top_build_prefix = @top_build_prefix@ 367top_builddir = @top_builddir@ 368top_srcdir = @top_srcdir@ 369@BUILD_MASTER_FALSE@MASTERDIR = 370@BUILD_MASTER_TRUE@MASTERDIR = mfsmaster mfsmetatools 371@BUILD_METALOGGER_FALSE@METALOGGERDIR = 372@BUILD_METALOGGER_TRUE@METALOGGERDIR = mfsmetalogger 373@BUILD_SUPERVISOR_FALSE@SUPERVISORDIR = 374@BUILD_SUPERVISOR_TRUE@SUPERVISORDIR = mfssupervisor 375@BUILD_CHUNKSERVER_FALSE@CHUNKSERVERDIR = 376@BUILD_CHUNKSERVER_TRUE@CHUNKSERVERDIR = mfschunkserver 377@BUILD_CLIENT_FALSE@CLIENTDIR = 378@BUILD_CLIENT_TRUE@CLIENTDIR = mfsclient 379@BUILD_SCRIPTS_FALSE@SCRIPTSDIR = 380@BUILD_SCRIPTS_TRUE@SCRIPTSDIR = mfsscripts 381@BUILD_NETDUMP_FALSE@NETDUMPDIR = 382@BUILD_NETDUMP_TRUE@NETDUMPDIR = mfsnetdump 383@WITH_SYSTEMD_FALSE@SYSTEMDDIR = 384@WITH_SYSTEMD_TRUE@SYSTEMDDIR = systemd 385RELEASE = @release@ 386BUILDNO = @buildno@ 387ACLOCAL_AMFLAGS = -I m4 388SUBDIRS = mfstests mfsdata mfsmanpages $(MASTERDIR) $(METALOGGERDIR) $(SUPERVISORDIR) $(CHUNKSERVERDIR) $(CLIENTDIR) $(SCRIPTSDIR) $(NETDUMPDIR) $(SYSTEMDDIR) 389EXTRA_DIST = m4/ax_pthread.m4 m4/ax_check_compile_flag.m4 debian rpm macosx freebsd debian_sysv_to_systemd.sh linux_build.sh macosx_build.sh freebsd_build.sh sanitize_build.sh README.md buildno.txt 390all: config.h 391 $(MAKE) $(AM_MAKEFLAGS) all-recursive 392 393.SUFFIXES: 394am--refresh: Makefile 395 @: 396$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 397 @for dep in $?; do \ 398 case '$(am__configure_deps)' in \ 399 *$$dep*) \ 400 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 401 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 402 && exit 0; \ 403 exit 1;; \ 404 esac; \ 405 done; \ 406 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 407 $(am__cd) $(top_srcdir) && \ 408 $(AUTOMAKE) --foreign Makefile 409Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 410 @case '$?' in \ 411 *config.status*) \ 412 echo ' $(SHELL) ./config.status'; \ 413 $(SHELL) ./config.status;; \ 414 *) \ 415 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 416 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 417 esac; 418 419$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 420 $(SHELL) ./config.status --recheck 421 422$(top_srcdir)/configure: $(am__configure_deps) 423 $(am__cd) $(srcdir) && $(AUTOCONF) 424$(ACLOCAL_M4): $(am__aclocal_m4_deps) 425 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 426$(am__aclocal_m4_deps): 427 428config.h: stamp-h1 429 @test -f $@ || rm -f stamp-h1 430 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 431 432stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 433 @rm -f stamp-h1 434 cd $(top_builddir) && $(SHELL) ./config.status config.h 435$(srcdir)/config.h.in: $(am__configure_deps) 436 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 437 rm -f stamp-h1 438 touch $@ 439 440distclean-hdr: 441 -rm -f config.h stamp-h1 442 443mostlyclean-libtool: 444 -rm -f *.lo 445 446clean-libtool: 447 -rm -rf .libs _libs 448 449distclean-libtool: 450 -rm -f libtool config.lt 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 $(MAKE) $(AM_MAKEFLAGS) \ 619 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 620 dist-hook 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 config.h 755installdirs: installdirs-recursive 756installdirs-am: 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-local 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: 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: 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-hook dist-lzip dist-shar \ 863 dist-tarZ dist-xz dist-zip distcheck distclean \ 864 distclean-generic distclean-hdr distclean-libtool \ 865 distclean-local distclean-tags distcleancheck distdir \ 866 distuninstallcheck dvi dvi-am html html-am info info-am \ 867 install install-am install-data install-data-am install-dvi \ 868 install-dvi-am install-exec install-exec-am install-html \ 869 install-html-am install-info install-info-am install-man \ 870 install-pdf install-pdf-am 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 876.PRECIOUS: Makefile 877 878 879distclean-local: 880 -rm -rf mfscommon/$(DEPDIR) 881 882dist-hook: 883 TODAY=`date "+%B %Y"` ; \ 884 for f in $(distdir)/mfsmanpages/*.[1-8] ; do \ 885 mv $$f tmp ; sed -e "1s#MooseFS [1-9]\{1,5\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}-[0-9]\{1,2\}#MooseFS $(VERSION)-$(RELEASE)#" -e "1s#[A-Z][a-z]* [0-9][0-9][0-9][0-9]#$$TODAY#" < tmp | grep -v MFS_PRO_MARKER > $$f ; \ 886 done ; \ 887 for f in $(distdir)/mfsdata/*.cfg* ; do \ 888 mv $$f tmp ; grep -v MFS_PRO_MARKER < tmp > $$f ; \ 889 done ; \ 890 mv $(distdir)/debian/control tmp ; grep -v '^#' < tmp > $(distdir)/debian/control ; \ 891 mv $(distdir)/rpm/mfs.spec tmp ; grep -v '^##' < tmp > $(distdir)/rpm/mfs.spec ; \ 892 rm -f tmp 893 894mfsdist: dist 895 mv $(distdir).tar.gz ../moosefs-dist/$(distdir)-b$(BUILDNO).tar.gz ; \ 896 if grep -q '(WIP)' NEWS; then \ 897 ln -sf $(distdir)-b$(BUILDNO).tar.gz ../moosefs-dist/$(distdir)-WIP.tar.gz ; \ 898 ln -sf $(distdir)-b$(BUILDNO).tar.gz ../moosefs-dist/moosefs-3.x-LATEST.tar.gz ; \ 899 else \ 900 ln -sf $(distdir)-b$(BUILDNO).tar.gz ../moosefs-dist/$(distdir).tar.gz ; \ 901 ln -sf $(distdir)-b$(BUILDNO).tar.gz ../moosefs-dist/$(distdir)-$(RELEASE).tar.gz ; \ 902 ln -sf $(distdir)-b$(BUILDNO).tar.gz ../moosefs-dist/moosefs-3.x-LATEST.tar.gz ; \ 903 fi 904 905# Tell versions [3.59,3.63) of GNU make to not export all variables. 906# Otherwise a system limit (for SysV at least) may be exceeded. 907.NOEXPORT: 908