Home | History | Annotate | Download | only in ffsb-6.0-rc2
      1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
      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 
     17 VPATH = @srcdir@
     18 pkgdatadir = $(datadir)/@PACKAGE@
     19 pkglibdir = $(libdir)/@PACKAGE@
     20 pkgincludedir = $(includedir)/@PACKAGE@
     21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     22 install_sh_DATA = $(install_sh) -c -m 644
     23 install_sh_PROGRAM = $(install_sh) -c
     24 install_sh_SCRIPT = $(install_sh) -c
     25 INSTALL_HEADER = $(INSTALL_DATA)
     26 transform = $(program_transform_name)
     27 NORMAL_INSTALL = :
     28 PRE_INSTALL = :
     29 POST_INSTALL = :
     30 NORMAL_UNINSTALL = :
     31 PRE_UNINSTALL = :
     32 POST_UNINSTALL = :
     33 build_triplet = @build@
     34 host_triplet = @host@
     35 bin_PROGRAMS = ffsb$(EXEEXT)
     36 subdir = .
     37 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
     38 	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
     39 	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
     40 	config.guess config.sub depcomp install-sh missing \
     41 	mkinstalldirs
     42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     43 am__aclocal_m4_deps = $(top_srcdir)/configure.in
     44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     45 	$(ACLOCAL_M4)
     46 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
     47  configure.lineno config.status.lineno
     48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     49 CONFIG_HEADER = config.h
     50 CONFIG_CLEAN_FILES =
     51 am__installdirs = "$(DESTDIR)$(bindir)"
     52 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
     53 PROGRAMS = $(bin_PROGRAMS)
     54 am_ffsb_OBJECTS = fileops.$(OBJEXT) rand.$(OBJEXT) main.$(OBJEXT) \
     55 	fh.$(OBJEXT) filelist.$(OBJEXT) metaops.$(OBJEXT) \
     56 	rwlock.$(OBJEXT) cirlist.$(OBJEXT) rbt.$(OBJEXT) \
     57 	ffsb_tg.$(OBJEXT) ffsb_fs.$(OBJEXT) ffsb_thread.$(OBJEXT) \
     58 	ffsb_op.$(OBJEXT) util.$(OBJEXT) parser.$(OBJEXT) \
     59 	ffsb_fc.$(OBJEXT) ffsb_stats.$(OBJEXT) list.$(OBJEXT)
     60 ffsb_OBJECTS = $(am_ffsb_OBJECTS)
     61 ffsb_LDADD = $(LDADD)
     62 DEFAULT_INCLUDES = -I.@am__isrc@
     63 depcomp = $(SHELL) $(top_srcdir)/depcomp
     64 am__depfiles_maybe = depfiles
     65 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     66 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     67 CCLD = $(CC)
     68 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
     69 SOURCES = $(ffsb_SOURCES)
     70 DIST_SOURCES = $(ffsb_SOURCES)
     71 ETAGS = etags
     72 CTAGS = ctags
     73 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     74 distdir = $(PACKAGE)-$(VERSION)
     75 top_distdir = $(distdir)
     76 am__remove_distdir = \
     77   { test ! -d $(distdir) \
     78     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
     79          && rm -fr $(distdir); }; }
     80 DIST_ARCHIVES = $(distdir).tar.gz
     81 GZIP_ENV = --best
     82 distuninstallcheck_listfiles = find . -type f -print
     83 distcleancheck_listfiles = find . -type f -print
     84 ACLOCAL = @ACLOCAL@
     85 AMTAR = @AMTAR@
     86 AUTOCONF = @AUTOCONF@
     87 AUTOHEADER = @AUTOHEADER@
     88 AUTOMAKE = @AUTOMAKE@
     89 AWK = @AWK@
     90 CC = @CC@
     91 CCDEPMODE = @CCDEPMODE@
     92 CFLAGS = @CFLAGS@
     93 CPP = @CPP@
     94 CPPFLAGS = @CPPFLAGS@
     95 CYGPATH_W = @CYGPATH_W@
     96 DEFS = @DEFS@
     97 DEPDIR = @DEPDIR@
     98 ECHO_C = @ECHO_C@
     99 ECHO_N = @ECHO_N@
    100 ECHO_T = @ECHO_T@
    101 EGREP = @EGREP@
    102 EXEEXT = @EXEEXT@
    103 GREP = @GREP@
    104 INSTALL = @INSTALL@
    105 INSTALL_DATA = @INSTALL_DATA@
    106 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    107 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    108 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    109 LDFLAGS = @LDFLAGS@
    110 LIBOBJS = @LIBOBJS@
    111 LIBS = @LIBS@
    112 LTLIBOBJS = @LTLIBOBJS@
    113 MAKEINFO = @MAKEINFO@
    114 MKDIR_P = @MKDIR_P@
    115 OBJEXT = @OBJEXT@
    116 PACKAGE = @PACKAGE@
    117 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    118 PACKAGE_NAME = @PACKAGE_NAME@
    119 PACKAGE_STRING = @PACKAGE_STRING@
    120 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    121 PACKAGE_VERSION = @PACKAGE_VERSION@
    122 PATH_SEPARATOR = @PATH_SEPARATOR@
    123 SET_MAKE = @SET_MAKE@
    124 SHELL = @SHELL@
    125 STRIP = @STRIP@
    126 VERSION = @VERSION@
    127 abs_builddir = @abs_builddir@
    128 abs_srcdir = @abs_srcdir@
    129 abs_top_builddir = @abs_top_builddir@
    130 abs_top_srcdir = @abs_top_srcdir@
    131 ac_ct_CC = @ac_ct_CC@
    132 am__include = @am__include@
    133 am__leading_dot = @am__leading_dot@
    134 am__quote = @am__quote@
    135 am__tar = @am__tar@
    136 am__untar = @am__untar@
    137 bindir = @bindir@
    138 build = @build@
    139 build_alias = @build_alias@
    140 build_cpu = @build_cpu@
    141 build_os = @build_os@
    142 build_vendor = @build_vendor@
    143 builddir = @builddir@
    144 datadir = @datadir@
    145 datarootdir = @datarootdir@
    146 docdir = @docdir@
    147 dvidir = @dvidir@
    148 exec_prefix = @exec_prefix@
    149 host = @host@
    150 host_alias = @host_alias@
    151 host_cpu = @host_cpu@
    152 host_os = @host_os@
    153 host_vendor = @host_vendor@
    154 htmldir = @htmldir@
    155 includedir = @includedir@
    156 infodir = @infodir@
    157 install_sh = @install_sh@
    158 libdir = @libdir@
    159 libexecdir = @libexecdir@
    160 localedir = @localedir@
    161 localstatedir = @localstatedir@
    162 mandir = @mandir@
    163 mkdir_p = @mkdir_p@
    164 oldincludedir = @oldincludedir@
    165 pdfdir = @pdfdir@
    166 prefix = @prefix@
    167 program_transform_name = @program_transform_name@
    168 psdir = @psdir@
    169 sbindir = @sbindir@
    170 sharedstatedir = @sharedstatedir@
    171 srcdir = @srcdir@
    172 sysconfdir = @sysconfdir@
    173 target_alias = @target_alias@
    174 top_builddir = @top_builddir@
    175 top_srcdir = @top_srcdir@
    176 ffsb_SOURCES = \
    177 	fileops.c \
    178 	rand.c \
    179 	config.h \
    180 	fileops.h \
    181 	ffsb.h \
    182 	rand.h \
    183 	main.c \
    184 	fh.h \
    185 	fh.c \
    186 	filelist.c \
    187 	filelist.h \
    188 	metaops.c \
    189 	metaops.h \
    190 	rwlock.h \
    191 	rwlock.c \
    192 	cirlist.c \
    193 	cirlist.h \
    194 	rbt.c \
    195 	rbt.h \
    196 	ffsb_tg.h \
    197 	ffsb_tg.c \
    198 	ffsb_fs.h \
    199 	ffsb_fs.c \
    200 	ffsb_thread.c \
    201 	ffsb_thread.h \
    202 	ffsb_op.h \
    203 	ffsb_op.c \
    204 	util.h \
    205 	util.c \
    206 	parser.c \
    207 	parser.h \
    208 	ffsb_fc.c \
    209 	ffsb_stats.c \
    210 	list.c
    211 
    212 
    213 #ffsb_test_SOURCES = config.h fileops.h ffsb.h rand.h fh.h filelist.h metaops.h rwlock.h cirlist.h rbt.h ffsb_tg.h ffsb_fs.h ffsb_thread.h ffsb_op.h util.h parser.c parser.h ffsb_test.c
    214 EXTRA_DIST = *.txt *.tex
    215 AM_CFLAGS = -D_GNU_SOURCE
    216 all: config.h
    217 	$(MAKE) $(AM_MAKEFLAGS) all-am
    218 
    219 .SUFFIXES:
    220 .SUFFIXES: .c .o .obj
    221 am--refresh:
    222 	@:
    223 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    224 	@for dep in $?; do \
    225 	  case '$(am__configure_deps)' in \
    226 	    *$$dep*) \
    227 	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
    228 	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
    229 		&& exit 0; \
    230 	      exit 1;; \
    231 	  esac; \
    232 	done; \
    233 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
    234 	cd $(top_srcdir) && \
    235 	  $(AUTOMAKE) --gnu  Makefile
    236 .PRECIOUS: Makefile
    237 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    238 	@case '$?' in \
    239 	  *config.status*) \
    240 	    echo ' $(SHELL) ./config.status'; \
    241 	    $(SHELL) ./config.status;; \
    242 	  *) \
    243 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    244 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    245 	esac;
    246 
    247 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    248 	$(SHELL) ./config.status --recheck
    249 
    250 $(top_srcdir)/configure:  $(am__configure_deps)
    251 	cd $(srcdir) && $(AUTOCONF)
    252 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    253 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    254 
    255 config.h: stamp-h1
    256 	@if test ! -f $@; then \
    257 	  rm -f stamp-h1; \
    258 	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
    259 	else :; fi
    260 
    261 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
    262 	@rm -f stamp-h1
    263 	cd $(top_builddir) && $(SHELL) ./config.status config.h
    264 $(srcdir)/config.h.in:  $(am__configure_deps)
    265 	cd $(top_srcdir) && $(AUTOHEADER)
    266 	rm -f stamp-h1
    267 	touch $@
    268 
    269 distclean-hdr:
    270 	-rm -f config.h stamp-h1
    271 install-binPROGRAMS: $(bin_PROGRAMS)
    272 	@$(NORMAL_INSTALL)
    273 	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
    274 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
    275 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
    276 	  if test -f $$p \
    277 	  ; then \
    278 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
    279 	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
    280 	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
    281 	  else :; fi; \
    282 	done
    283 
    284 uninstall-binPROGRAMS:
    285 	@$(NORMAL_UNINSTALL)
    286 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
    287 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
    288 	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
    289 	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
    290 	done
    291 
    292 clean-binPROGRAMS:
    293 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
    294 ffsb$(EXEEXT): $(ffsb_OBJECTS) $(ffsb_DEPENDENCIES)
    295 	@rm -f ffsb$(EXEEXT)
    296 	$(LINK) $(ffsb_OBJECTS) $(ffsb_LDADD) $(LIBS)
    297 
    298 mostlyclean-compile:
    299 	-rm -f *.$(OBJEXT)
    300 
    301 distclean-compile:
    302 	-rm -f *.tab.c
    303 
    304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cirlist.Po@am__quote@
    305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffsb_fc.Po@am__quote@
    306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffsb_fs.Po@am__quote@
    307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffsb_op.Po@am__quote@
    308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffsb_stats.Po@am__quote@
    309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffsb_tg.Po@am__quote@
    310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ffsb_thread.Po@am__quote@
    311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fh.Po@am__quote@
    312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filelist.Po@am__quote@
    313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileops.Po@am__quote@
    314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
    315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
    316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metaops.Po@am__quote@
    317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Po@am__quote@
    318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rand.Po@am__quote@
    319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rbt.Po@am__quote@
    320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rwlock.Po@am__quote@
    321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
    322 
    323 .c.o:
    324 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    325 @am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    326 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    327 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    328 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
    329 
    330 .c.obj:
    331 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    332 @am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    333 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    334 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    335 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    336 
    337 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    338 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    339 	unique=`for i in $$list; do \
    340 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    341 	  done | \
    342 	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
    343 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    344 	mkid -fID $$unique
    345 tags: TAGS
    346 
    347 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
    348 		$(TAGS_FILES) $(LISP)
    349 	tags=; \
    350 	here=`pwd`; \
    351 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
    352 	unique=`for i in $$list; do \
    353 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    354 	  done | \
    355 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    356 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    357 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    358 	  test -n "$$unique" || unique=$$empty_fix; \
    359 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    360 	    $$tags $$unique; \
    361 	fi
    362 ctags: CTAGS
    363 CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
    364 		$(TAGS_FILES) $(LISP)
    365 	tags=; \
    366 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
    367 	unique=`for i in $$list; do \
    368 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    369 	  done | \
    370 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    371 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    372 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
    373 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    374 	     $$tags $$unique
    375 
    376 GTAGS:
    377 	here=`$(am__cd) $(top_builddir) && pwd` \
    378 	  && cd $(top_srcdir) \
    379 	  && gtags -i $(GTAGS_ARGS) $$here
    380 
    381 distclean-tags:
    382 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    383 
    384 distdir: $(DISTFILES)
    385 	$(am__remove_distdir)
    386 	test -d $(distdir) || mkdir $(distdir)
    387 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    388 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    389 	list='$(DISTFILES)'; \
    390 	  dist_files=`for file in $$list; do echo $$file; done | \
    391 	  sed -e "s|^$$srcdirstrip/||;t" \
    392 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    393 	case $$dist_files in \
    394 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    395 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    396 			   sort -u` ;; \
    397 	esac; \
    398 	for file in $$dist_files; do \
    399 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    400 	  if test -d $$d/$$file; then \
    401 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    402 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    403 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
    404 	    fi; \
    405 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    406 	  else \
    407 	    test -f $(distdir)/$$file \
    408 	    || cp -p $$d/$$file $(distdir)/$$file \
    409 	    || exit 1; \
    410 	  fi; \
    411 	done
    412 	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
    413 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    414 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    415 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    416 	|| chmod -R a+r $(distdir)
    417 dist-gzip: distdir
    418 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    419 	$(am__remove_distdir)
    420 
    421 dist-bzip2: distdir
    422 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
    423 	$(am__remove_distdir)
    424 
    425 dist-lzma: distdir
    426 	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
    427 	$(am__remove_distdir)
    428 
    429 dist-tarZ: distdir
    430 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    431 	$(am__remove_distdir)
    432 
    433 dist-shar: distdir
    434 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    435 	$(am__remove_distdir)
    436 
    437 dist-zip: distdir
    438 	-rm -f $(distdir).zip
    439 	zip -rq $(distdir).zip $(distdir)
    440 	$(am__remove_distdir)
    441 
    442 dist dist-all: distdir
    443 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    444 	$(am__remove_distdir)
    445 
    446 # This target untars the dist file and tries a VPATH configuration.  Then
    447 # it guarantees that the distribution is self-contained by making another
    448 # tarfile.
    449 distcheck: dist
    450 	case '$(DIST_ARCHIVES)' in \
    451 	*.tar.gz*) \
    452 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
    453 	*.tar.bz2*) \
    454 	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
    455 	*.tar.lzma*) \
    456 	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
    457 	*.tar.Z*) \
    458 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    459 	*.shar.gz*) \
    460 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
    461 	*.zip*) \
    462 	  unzip $(distdir).zip ;;\
    463 	esac
    464 	chmod -R a-w $(distdir); chmod a+w $(distdir)
    465 	mkdir $(distdir)/_build
    466 	mkdir $(distdir)/_inst
    467 	chmod a-w $(distdir)
    468 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    469 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    470 	  && cd $(distdir)/_build \
    471 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
    472 	    $(DISTCHECK_CONFIGURE_FLAGS) \
    473 	  && $(MAKE) $(AM_MAKEFLAGS) \
    474 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
    475 	  && $(MAKE) $(AM_MAKEFLAGS) check \
    476 	  && $(MAKE) $(AM_MAKEFLAGS) install \
    477 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    478 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    479 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    480 	        distuninstallcheck \
    481 	  && chmod -R a-w "$$dc_install_base" \
    482 	  && ({ \
    483 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    484 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    485 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    486 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    487 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    488 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
    489 	  && rm -rf "$$dc_destdir" \
    490 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
    491 	  && rm -rf $(DIST_ARCHIVES) \
    492 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
    493 	$(am__remove_distdir)
    494 	@(echo "$(distdir) archives ready for distribution: "; \
    495 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    496 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
    497 distuninstallcheck:
    498 	@cd $(distuninstallcheck_dir) \
    499 	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
    500 	   || { echo "ERROR: files left after uninstall:" ; \
    501 	        if test -n "$(DESTDIR)"; then \
    502 	          echo "  (check DESTDIR support)"; \
    503 	        fi ; \
    504 	        $(distuninstallcheck_listfiles) ; \
    505 	        exit 1; } >&2
    506 distcleancheck: distclean
    507 	@if test '$(srcdir)' = . ; then \
    508 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    509 	  exit 1 ; \
    510 	fi
    511 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    512 	  || { echo "ERROR: files left in build directory after distclean:" ; \
    513 	       $(distcleancheck_listfiles) ; \
    514 	       exit 1; } >&2
    515 check-am: all-am
    516 check: check-am
    517 all-am: Makefile $(PROGRAMS) config.h
    518 installdirs:
    519 	for dir in "$(DESTDIR)$(bindir)"; do \
    520 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    521 	done
    522 install: install-am
    523 install-exec: install-exec-am
    524 install-data: install-data-am
    525 uninstall: uninstall-am
    526 
    527 install-am: all-am
    528 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    529 
    530 installcheck: installcheck-am
    531 install-strip:
    532 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    533 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    534 	  `test -z '$(STRIP)' || \
    535 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    536 mostlyclean-generic:
    537 
    538 clean-generic:
    539 
    540 distclean-generic:
    541 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    542 
    543 maintainer-clean-generic:
    544 	@echo "This command is intended for maintainers to use"
    545 	@echo "it deletes files that may require special tools to rebuild."
    546 clean: clean-am
    547 
    548 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
    549 
    550 distclean: distclean-am
    551 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    552 	-rm -rf ./$(DEPDIR)
    553 	-rm -f Makefile
    554 distclean-am: clean-am distclean-compile distclean-generic \
    555 	distclean-hdr distclean-tags
    556 
    557 dvi: dvi-am
    558 
    559 dvi-am:
    560 
    561 html: html-am
    562 
    563 info: info-am
    564 
    565 info-am:
    566 
    567 install-data-am:
    568 
    569 install-dvi: install-dvi-am
    570 
    571 install-exec-am: install-binPROGRAMS
    572 
    573 install-html: install-html-am
    574 
    575 install-info: install-info-am
    576 
    577 install-man:
    578 
    579 install-pdf: install-pdf-am
    580 
    581 install-ps: install-ps-am
    582 
    583 installcheck-am:
    584 
    585 maintainer-clean: maintainer-clean-am
    586 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    587 	-rm -rf $(top_srcdir)/autom4te.cache
    588 	-rm -rf ./$(DEPDIR)
    589 	-rm -f Makefile
    590 maintainer-clean-am: distclean-am maintainer-clean-generic
    591 
    592 mostlyclean: mostlyclean-am
    593 
    594 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    595 
    596 pdf: pdf-am
    597 
    598 pdf-am:
    599 
    600 ps: ps-am
    601 
    602 ps-am:
    603 
    604 uninstall-am: uninstall-binPROGRAMS
    605 
    606 .MAKE: install-am install-strip
    607 
    608 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
    609 	clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
    610 	dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
    611 	distclean distclean-compile distclean-generic distclean-hdr \
    612 	distclean-tags distcleancheck distdir distuninstallcheck dvi \
    613 	dvi-am html html-am info info-am install install-am \
    614 	install-binPROGRAMS install-data install-data-am install-dvi \
    615 	install-dvi-am install-exec install-exec-am install-html \
    616 	install-html-am install-info install-info-am install-man \
    617 	install-pdf install-pdf-am install-ps install-ps-am \
    618 	install-strip installcheck installcheck-am installdirs \
    619 	maintainer-clean maintainer-clean-generic mostlyclean \
    620 	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
    621 	tags uninstall uninstall-am uninstall-binPROGRAMS
    622 
    623 
    624 #CFLAGS += -Wall -Werror -g -Wconversion -ansi
    625 #LDFLAGS += -lefence
    626 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    627 # Otherwise a system limit (for SysV at least) may be exceeded.
    628 .NOEXPORT:
    629