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