"Fossies" - the Fresh Open Source Software Archive

Member "qdiff-0.9.1/Makefile.in" (21 Oct 2008, 19977 Bytes) of package /linux/privat/old/qdiff-0.9.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
   34 	$(srcdir)/Makefile.common $(srcdir)/Makefile.in \
   35 	$(srcdir)/config.h.in $(top_srcdir)/configure COPYING INSTALL \
   36 	depcomp install-sh missing
   37 bin_PROGRAMS = qdiff$(EXEEXT)
   38 subdir = .
   39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   42 	$(ACLOCAL_M4)
   43 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
   44  configure.lineno config.status.lineno
   45 mkinstalldirs = $(install_sh) -d
   46 CONFIG_HEADER = config.h
   47 CONFIG_CLEAN_FILES =
   48 am__installdirs = "$(DESTDIR)$(bindir)"
   49 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
   50 PROGRAMS = $(bin_PROGRAMS)
   51 am__objects_1 = tappconfig.$(OBJEXT) tstring.$(OBJEXT) \
   52 	tfiletools.$(OBJEXT) terror.$(OBJEXT)
   53 am_qdiff_OBJECTS = qdiff.$(OBJEXT) trotfile.$(OBJEXT) \
   54 	tdiffoutput.$(OBJEXT) $(am__objects_1)
   55 qdiff_OBJECTS = $(am_qdiff_OBJECTS)
   56 qdiff_LDADD = $(LDADD)
   57 DEFAULT_INCLUDES = -I.@am__isrc@
   58 depcomp = $(SHELL) $(top_srcdir)/depcomp
   59 am__depfiles_maybe = depfiles
   60 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
   61 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
   62 CXXLD = $(CXX)
   63 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
   64 	-o $@
   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 = $(qdiff_SOURCES)
   70 DIST_SOURCES = $(qdiff_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 CXX = @CXX@
   96 CXXDEPMODE = @CXXDEPMODE@
   97 CXXFLAGS = @CXXFLAGS@
   98 CYGPATH_W = @CYGPATH_W@
   99 DEFS = @DEFS@
  100 DEPDIR = @DEPDIR@
  101 ECHO_C = @ECHO_C@
  102 ECHO_N = @ECHO_N@
  103 ECHO_T = @ECHO_T@
  104 EGREP = @EGREP@
  105 EXEEXT = @EXEEXT@
  106 GREP = @GREP@
  107 INSTALL = @INSTALL@
  108 INSTALL_DATA = @INSTALL_DATA@
  109 INSTALL_PROGRAM = @INSTALL_PROGRAM@
  110 INSTALL_SCRIPT = @INSTALL_SCRIPT@
  111 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  112 LDFLAGS = @LDFLAGS@
  113 LIBOBJS = @LIBOBJS@
  114 LIBS = @LIBS@
  115 LTLIBOBJS = @LTLIBOBJS@
  116 MAKEINFO = @MAKEINFO@
  117 MKDIR_P = @MKDIR_P@
  118 OBJEXT = @OBJEXT@
  119 PACKAGE = @PACKAGE@
  120 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  121 PACKAGE_NAME = @PACKAGE_NAME@
  122 PACKAGE_STRING = @PACKAGE_STRING@
  123 PACKAGE_TARNAME = @PACKAGE_TARNAME@
  124 PACKAGE_VERSION = @PACKAGE_VERSION@
  125 PATH_SEPARATOR = @PATH_SEPARATOR@
  126 POW_LIB = @POW_LIB@
  127 SET_MAKE = @SET_MAKE@
  128 SHELL = @SHELL@
  129 STRIP = @STRIP@
  130 VERSION = @VERSION@
  131 abs_builddir = @abs_builddir@
  132 abs_srcdir = @abs_srcdir@
  133 abs_top_builddir = @abs_top_builddir@
  134 abs_top_srcdir = @abs_top_srcdir@
  135 ac_ct_CC = @ac_ct_CC@
  136 ac_ct_CXX = @ac_ct_CXX@
  137 am__include = @am__include@
  138 am__leading_dot = @am__leading_dot@
  139 am__quote = @am__quote@
  140 am__tar = @am__tar@
  141 am__untar = @am__untar@
  142 bindir = @bindir@
  143 build_alias = @build_alias@
  144 builddir = @builddir@
  145 datadir = @datadir@
  146 datarootdir = @datarootdir@
  147 docdir = @docdir@
  148 dvidir = @dvidir@
  149 exec_prefix = @exec_prefix@
  150 host_alias = @host_alias@
  151 htmldir = @htmldir@
  152 includedir = @includedir@
  153 infodir = @infodir@
  154 install_sh = @install_sh@
  155 libdir = @libdir@
  156 libexecdir = @libexecdir@
  157 localedir = @localedir@
  158 localstatedir = @localstatedir@
  159 mandir = @mandir@
  160 mkdir_p = @mkdir_p@
  161 oldincludedir = @oldincludedir@
  162 pdfdir = @pdfdir@
  163 prefix = @prefix@
  164 program_transform_name = @program_transform_name@
  165 psdir = @psdir@
  166 sbindir = @sbindir@
  167 sharedstatedir = @sharedstatedir@
  168 srcdir = @srcdir@
  169 sysconfdir = @sysconfdir@
  170 target_alias = @target_alias@
  171 top_builddir = @top_builddir@
  172 top_srcdir = @top_srcdir@
  173 AUTOMAKE_OPTIONS = foreign
  174 EXTRA_DIST = $(man_MANS) Makefile.init Makefile.common ChangeLog
  175 CLEANFILES = *~
  176 TAPPFRAME_SRC = tappconfig.cc tappconfig.h tstring.cc tstring.h \
  177 	texception.h tmap.h tvector.h tfiletools.h tfiletools.cc \
  178 	terror.cc terror.h
  179 TARNAME = $(distdir).tar.gz
  180 LSMNAME = $(distdir).lsm
  181 qdiff_SOURCES = qdiff.cc trotfile.h trotfile.cc tdiffoutput.h tdiffoutput.cc tminmax.h $(TAPPFRAME_SRC)
  182 all: config.h
  183 	$(MAKE) $(AM_MAKEFLAGS) all-am
  184 
  185 .SUFFIXES:
  186 .SUFFIXES: .cc .o .obj
  187 am--refresh:
  188 	@:
  189 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Makefile.common $(am__configure_deps)
  190 	@for dep in $?; do \
  191 	  case '$(am__configure_deps)' in \
  192 	    *$$dep*) \
  193 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
  194 	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
  195 		&& exit 0; \
  196 	      exit 1;; \
  197 	  esac; \
  198 	done; \
  199 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
  200 	cd $(top_srcdir) && \
  201 	  $(AUTOMAKE) --foreign  Makefile
  202 .PRECIOUS: Makefile
  203 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  204 	@case '$?' in \
  205 	  *config.status*) \
  206 	    echo ' $(SHELL) ./config.status'; \
  207 	    $(SHELL) ./config.status;; \
  208 	  *) \
  209 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  210 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  211 	esac;
  212 
  213 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  214 	$(SHELL) ./config.status --recheck
  215 
  216 $(top_srcdir)/configure:  $(am__configure_deps)
  217 	cd $(srcdir) && $(AUTOCONF)
  218 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  219 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  220 
  221 config.h: stamp-h1
  222 	@if test ! -f $@; then \
  223 	  rm -f stamp-h1; \
  224 	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  225 	else :; fi
  226 
  227 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  228 	@rm -f stamp-h1
  229 	cd $(top_builddir) && $(SHELL) ./config.status config.h
  230 $(srcdir)/config.h.in:  $(am__configure_deps) 
  231 	cd $(top_srcdir) && $(AUTOHEADER)
  232 	rm -f stamp-h1
  233 	touch $@
  234 
  235 distclean-hdr:
  236 	-rm -f config.h stamp-h1
  237 install-binPROGRAMS: $(bin_PROGRAMS)
  238 	@$(NORMAL_INSTALL)
  239 	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  240 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
  241 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  242 	  if test -f $$p \
  243 	  ; then \
  244 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
  245 	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
  246 	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
  247 	  else :; fi; \
  248 	done
  249 
  250 uninstall-binPROGRAMS:
  251 	@$(NORMAL_UNINSTALL)
  252 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
  253 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
  254 	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
  255 	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
  256 	done
  257 
  258 clean-binPROGRAMS:
  259 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  260 qdiff$(EXEEXT): $(qdiff_OBJECTS) $(qdiff_DEPENDENCIES) 
  261 	@rm -f qdiff$(EXEEXT)
  262 	$(CXXLINK) $(qdiff_OBJECTS) $(qdiff_LDADD) $(LIBS)
  263 
  264 mostlyclean-compile:
  265 	-rm -f *.$(OBJEXT)
  266 
  267 distclean-compile:
  268 	-rm -f *.tab.c
  269 
  270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qdiff.Po@am__quote@
  271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tappconfig.Po@am__quote@
  272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tdiffoutput.Po@am__quote@
  273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/terror.Po@am__quote@
  274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tfiletools.Po@am__quote@
  275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trotfile.Po@am__quote@
  276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tstring.Po@am__quote@
  277 
  278 .cc.o:
  279 @am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  280 @am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  281 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  282 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  283 @am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
  284 
  285 .cc.obj:
  286 @am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  287 @am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  288 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  289 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  290 @am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  291 
  292 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  293 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  294 	unique=`for i in $$list; do \
  295 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  296 	  done | \
  297 	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
  298 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  299 	mkid -fID $$unique
  300 tags: TAGS
  301 
  302 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  303 		$(TAGS_FILES) $(LISP)
  304 	tags=; \
  305 	here=`pwd`; \
  306 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  307 	unique=`for i in $$list; do \
  308 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  309 	  done | \
  310 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  311 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  312 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  313 	  test -n "$$unique" || unique=$$empty_fix; \
  314 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  315 	    $$tags $$unique; \
  316 	fi
  317 ctags: CTAGS
  318 CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  319 		$(TAGS_FILES) $(LISP)
  320 	tags=; \
  321 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  322 	unique=`for i in $$list; do \
  323 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  324 	  done | \
  325 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  326 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  327 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
  328 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  329 	     $$tags $$unique
  330 
  331 GTAGS:
  332 	here=`$(am__cd) $(top_builddir) && pwd` \
  333 	  && cd $(top_srcdir) \
  334 	  && gtags -i $(GTAGS_ARGS) $$here
  335 
  336 distclean-tags:
  337 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  338 
  339 distdir: $(DISTFILES)
  340 	$(am__remove_distdir)
  341 	test -d $(distdir) || mkdir $(distdir)
  342 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  343 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  344 	list='$(DISTFILES)'; \
  345 	  dist_files=`for file in $$list; do echo $$file; done | \
  346 	  sed -e "s|^$$srcdirstrip/||;t" \
  347 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  348 	case $$dist_files in \
  349 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  350 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  351 			   sort -u` ;; \
  352 	esac; \
  353 	for file in $$dist_files; do \
  354 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  355 	  if test -d $$d/$$file; then \
  356 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  357 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  358 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  359 	    fi; \
  360 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  361 	  else \
  362 	    test -f $(distdir)/$$file \
  363 	    || cp -p $$d/$$file $(distdir)/$$file \
  364 	    || exit 1; \
  365 	  fi; \
  366 	done
  367 	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  368 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  369 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  370 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  371 	|| chmod -R a+r $(distdir)
  372 dist-gzip: distdir
  373 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  374 	$(am__remove_distdir)
  375 
  376 dist-bzip2: distdir
  377 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  378 	$(am__remove_distdir)
  379 
  380 dist-lzma: distdir
  381 	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  382 	$(am__remove_distdir)
  383 
  384 dist-tarZ: distdir
  385 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  386 	$(am__remove_distdir)
  387 
  388 dist-shar: distdir
  389 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  390 	$(am__remove_distdir)
  391 
  392 dist-zip: distdir
  393 	-rm -f $(distdir).zip
  394 	zip -rq $(distdir).zip $(distdir)
  395 	$(am__remove_distdir)
  396 
  397 dist dist-all: distdir
  398 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  399 	$(am__remove_distdir)
  400 
  401 # This target untars the dist file and tries a VPATH configuration.  Then
  402 # it guarantees that the distribution is self-contained by making another
  403 # tarfile.
  404 distcheck: dist
  405 	case '$(DIST_ARCHIVES)' in \
  406 	*.tar.gz*) \
  407 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  408 	*.tar.bz2*) \
  409 	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  410 	*.tar.lzma*) \
  411 	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
  412 	*.tar.Z*) \
  413 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  414 	*.shar.gz*) \
  415 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  416 	*.zip*) \
  417 	  unzip $(distdir).zip ;;\
  418 	esac
  419 	chmod -R a-w $(distdir); chmod a+w $(distdir)
  420 	mkdir $(distdir)/_build
  421 	mkdir $(distdir)/_inst
  422 	chmod a-w $(distdir)
  423 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  424 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  425 	  && cd $(distdir)/_build \
  426 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  427 	    $(DISTCHECK_CONFIGURE_FLAGS) \
  428 	  && $(MAKE) $(AM_MAKEFLAGS) \
  429 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
  430 	  && $(MAKE) $(AM_MAKEFLAGS) check \
  431 	  && $(MAKE) $(AM_MAKEFLAGS) install \
  432 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  433 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  434 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  435 	        distuninstallcheck \
  436 	  && chmod -R a-w "$$dc_install_base" \
  437 	  && ({ \
  438 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  439 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  440 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  441 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  442 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  443 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
  444 	  && rm -rf "$$dc_destdir" \
  445 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
  446 	  && rm -rf $(DIST_ARCHIVES) \
  447 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  448 	$(am__remove_distdir)
  449 	@(echo "$(distdir) archives ready for distribution: "; \
  450 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  451 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  452 distuninstallcheck:
  453 	@cd $(distuninstallcheck_dir) \
  454 	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  455 	   || { echo "ERROR: files left after uninstall:" ; \
  456 	        if test -n "$(DESTDIR)"; then \
  457 	          echo "  (check DESTDIR support)"; \
  458 	        fi ; \
  459 	        $(distuninstallcheck_listfiles) ; \
  460 	        exit 1; } >&2
  461 distcleancheck: distclean
  462 	@if test '$(srcdir)' = . ; then \
  463 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  464 	  exit 1 ; \
  465 	fi
  466 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  467 	  || { echo "ERROR: files left in build directory after distclean:" ; \
  468 	       $(distcleancheck_listfiles) ; \
  469 	       exit 1; } >&2
  470 check-am: all-am
  471 check: check-am
  472 all-am: Makefile $(PROGRAMS) config.h
  473 installdirs:
  474 	for dir in "$(DESTDIR)$(bindir)"; do \
  475 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  476 	done
  477 install: install-am
  478 install-exec: install-exec-am
  479 install-data: install-data-am
  480 uninstall: uninstall-am
  481 
  482 install-am: all-am
  483 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  484 
  485 installcheck: installcheck-am
  486 install-strip:
  487 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  488 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  489 	  `test -z '$(STRIP)' || \
  490 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  491 mostlyclean-generic:
  492 
  493 clean-generic:
  494 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  495 
  496 distclean-generic:
  497 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  498 
  499 maintainer-clean-generic:
  500 	@echo "This command is intended for maintainers to use"
  501 	@echo "it deletes files that may require special tools to rebuild."
  502 clean: clean-am
  503 
  504 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  505 
  506 distclean: distclean-am
  507 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
  508 	-rm -rf ./$(DEPDIR)
  509 	-rm -f Makefile
  510 distclean-am: clean-am distclean-compile distclean-generic \
  511 	distclean-hdr distclean-tags
  512 
  513 dvi: dvi-am
  514 
  515 dvi-am:
  516 
  517 html: html-am
  518 
  519 info: info-am
  520 
  521 info-am:
  522 
  523 install-data-am:
  524 
  525 install-dvi: install-dvi-am
  526 
  527 install-exec-am: install-binPROGRAMS
  528 
  529 install-html: install-html-am
  530 
  531 install-info: install-info-am
  532 
  533 install-man:
  534 
  535 install-pdf: install-pdf-am
  536 
  537 install-ps: install-ps-am
  538 
  539 installcheck-am:
  540 
  541 maintainer-clean: maintainer-clean-am
  542 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
  543 	-rm -rf $(top_srcdir)/autom4te.cache
  544 	-rm -rf ./$(DEPDIR)
  545 	-rm -f Makefile
  546 maintainer-clean-am: distclean-am maintainer-clean-generic
  547 
  548 mostlyclean: mostlyclean-am
  549 
  550 mostlyclean-am: mostlyclean-compile mostlyclean-generic
  551 
  552 pdf: pdf-am
  553 
  554 pdf-am:
  555 
  556 ps: ps-am
  557 
  558 ps-am:
  559 
  560 uninstall-am: uninstall-binPROGRAMS
  561 
  562 .MAKE: install-am install-strip
  563 
  564 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
  565 	clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
  566 	dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
  567 	distclean distclean-compile distclean-generic distclean-hdr \
  568 	distclean-tags distcleancheck distdir distuninstallcheck dvi \
  569 	dvi-am html html-am info info-am install install-am \
  570 	install-binPROGRAMS install-data install-data-am install-dvi \
  571 	install-dvi-am install-exec install-exec-am install-html \
  572 	install-html-am install-info install-info-am install-man \
  573 	install-pdf install-pdf-am install-ps install-ps-am \
  574 	install-strip installcheck installcheck-am installdirs \
  575 	maintainer-clean maintainer-clean-generic mostlyclean \
  576 	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
  577 	tags uninstall uninstall-am uninstall-binPROGRAMS
  578 
  579 
  580 svnclean: distclean
  581 	rm -f $(distdir).tar.gz $(distdir).lsm stamp-h.in mkinstalldirs missing libtapp install-sh configure config.h.in autoscan.log aclocal.m4 Makefile.in .dep.*
  582 	rm -f $(TAPPFRAME_SRC) COPYING Makefile.common config.guess config.sub
  583 	rm -rf autom4te.cache
  584 
  585 mdist: dist
  586 	cp LSM_ENTRY $(LSMNAME)
  587 	streplace -q "__VERSION__=$(VERSION)" $(LSMNAME)
  588 	streplace -q "__DATE__=`date -R`" $(LSMNAME)
  589 	streplace -q "__LSM_NAME__=`ls $(LSMNAME) -l -s |awk '{printf "%3sk %s\n",$$1,$$10}'`" $(LSMNAME)
  590 	streplace -q "__TAR_NAME__=`ls $(TARNAME) -l -s |awk '{printf "%3sk %s\n",$$1,$$10}'`" $(LSMNAME)
  591 	streplace -qx '(md5sum not available)=md5sum: '`md5sum $(TARNAME)|awk '{print $$1}'` $(LSMNAME)
  592 
  593 .PHONY: mdist svnclean cl
  594 
  595 # meta object compiler for qt
  596 moc_%.cc: %.h
  597 	moc -o $@ $<
  598 
  599 cl:
  600 	touch ChangeLog
  601 	svn2cl
  602 
  603 dist: cl
  604 #man_MANS = qdiff.1
  605 .PHONY: test
  606 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  607 # Otherwise a system limit (for SysV at least) may be exceeded.
  608 .NOEXPORT: