"Fossies" - the Fresh Open Source Software Archive

Member "timbersee-0.8.3/docs/Makefile.in" (20 Mar 2005, 8285 Bytes) of package /linux/privat/old/timbersee-0.8.3.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 automatically by automake 1.4-p6 from Makefile.am
    2 
    3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
    4 # This Makefile.in is free software; the Free Software Foundation
    5 # gives unlimited permission to copy and/or distribute it,
    6 # with or without modifications, as long as this notice is preserved.
    7 
    8 # This program is distributed in the hope that it will be useful,
    9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   11 # PARTICULAR PURPOSE.
   12 
   13 
   14 SHELL = @SHELL@
   15 
   16 srcdir = @srcdir@
   17 top_srcdir = @top_srcdir@
   18 VPATH = @srcdir@
   19 prefix = @prefix@
   20 exec_prefix = @exec_prefix@
   21 
   22 bindir = @bindir@
   23 sbindir = @sbindir@
   24 libexecdir = @libexecdir@
   25 datadir = @datadir@
   26 sysconfdir = @sysconfdir@
   27 sharedstatedir = @sharedstatedir@
   28 localstatedir = @localstatedir@
   29 libdir = @libdir@
   30 infodir = @infodir@
   31 mandir = @mandir@
   32 includedir = @includedir@
   33 oldincludedir = /usr/include
   34 
   35 DESTDIR =
   36 
   37 pkgdatadir = $(datadir)/@PACKAGE@
   38 pkglibdir = $(libdir)/@PACKAGE@
   39 pkgincludedir = $(includedir)/@PACKAGE@
   40 
   41 top_builddir = ..
   42 
   43 ACLOCAL = @ACLOCAL@
   44 AUTOCONF = @AUTOCONF@
   45 AUTOMAKE = @AUTOMAKE@
   46 AUTOHEADER = @AUTOHEADER@
   47 
   48 INSTALL = @INSTALL@
   49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
   50 INSTALL_DATA = @INSTALL_DATA@
   51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
   52 transform = @program_transform_name@
   53 
   54 NORMAL_INSTALL = :
   55 PRE_INSTALL = :
   56 POST_INSTALL = :
   57 NORMAL_UNINSTALL = :
   58 PRE_UNINSTALL = :
   59 POST_UNINSTALL = :
   60 MAKEINFO = @MAKEINFO@
   61 PACKAGE = @PACKAGE@
   62 PERL = @PERL@
   63 VERSION = @VERSION@
   64 pod2html = @pod2html@
   65 pod2man = @pod2man@
   66 
   67 SUBDIRS = 
   68 
   69 EXTRA_DIST = README timbersee.config.sample timbersee.spec 		timbersee.sysvinit 		Bundle/Timbersee.pm
   70 
   71 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   72 CONFIG_CLEAN_FILES = 
   73 DIST_COMMON =  README Makefile.am Makefile.in
   74 
   75 
   76 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
   77 
   78 TAR = tar
   79 GZIP_ENV = --best
   80 all: all-redirect
   81 .SUFFIXES:
   82 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
   83 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps docs/Makefile
   84 
   85 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
   86 	cd $(top_builddir) \
   87 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
   88 
   89 
   90 # This directory's subdirectories are mostly independent; you can cd
   91 # into them and run `make' without going through this Makefile.
   92 # To change the values of `make' variables: instead of editing Makefiles,
   93 # (1) if the variable is set in `config.status', edit `config.status'
   94 #     (which will cause the Makefiles to be regenerated when you run `make');
   95 # (2) otherwise, pass the desired values on the `make' command line.
   96 
   97 @SET_MAKE@
   98 
   99 all-recursive install-data-recursive install-exec-recursive \
  100 installdirs-recursive install-recursive uninstall-recursive  \
  101 check-recursive installcheck-recursive info-recursive dvi-recursive:
  102 	@set fnord $(MAKEFLAGS); amf=$$2; \
  103 	dot_seen=no; \
  104 	target=`echo $@ | sed s/-recursive//`; \
  105 	list='$(SUBDIRS)'; for subdir in $$list; do \
  106 	  echo "Making $$target in $$subdir"; \
  107 	  if test "$$subdir" = "."; then \
  108 	    dot_seen=yes; \
  109 	    local_target="$$target-am"; \
  110 	  else \
  111 	    local_target="$$target"; \
  112 	  fi; \
  113 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  114 	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  115 	done; \
  116 	if test "$$dot_seen" = "no"; then \
  117 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  118 	fi; test -z "$$fail"
  119 
  120 mostlyclean-recursive clean-recursive distclean-recursive \
  121 maintainer-clean-recursive:
  122 	@set fnord $(MAKEFLAGS); amf=$$2; \
  123 	dot_seen=no; \
  124 	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  125 	  rev="$$subdir $$rev"; \
  126 	  test "$$subdir" != "." || dot_seen=yes; \
  127 	done; \
  128 	test "$$dot_seen" = "no" && rev=". $$rev"; \
  129 	target=`echo $@ | sed s/-recursive//`; \
  130 	for subdir in $$rev; do \
  131 	  echo "Making $$target in $$subdir"; \
  132 	  if test "$$subdir" = "."; then \
  133 	    local_target="$$target-am"; \
  134 	  else \
  135 	    local_target="$$target"; \
  136 	  fi; \
  137 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  138 	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  139 	done && test -z "$$fail"
  140 tags-recursive:
  141 	list='$(SUBDIRS)'; for subdir in $$list; do \
  142 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  143 	done
  144 
  145 tags: TAGS
  146 
  147 ID: $(HEADERS) $(SOURCES) $(LISP)
  148 	list='$(SOURCES) $(HEADERS)'; \
  149 	unique=`for i in $$list; do echo $$i; done | \
  150 	  awk '    { files[$$0] = 1; } \
  151 	       END { for (i in files) print i; }'`; \
  152 	here=`pwd` && cd $(srcdir) \
  153 	  && mkid -f$$here/ID $$unique $(LISP)
  154 
  155 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  156 	tags=; \
  157 	here=`pwd`; \
  158 	list='$(SUBDIRS)'; for subdir in $$list; do \
  159    if test "$$subdir" = .; then :; else \
  160 	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  161    fi; \
  162 	done; \
  163 	list='$(SOURCES) $(HEADERS)'; \
  164 	unique=`for i in $$list; do echo $$i; done | \
  165 	  awk '    { files[$$0] = 1; } \
  166 	       END { for (i in files) print i; }'`; \
  167 	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  168 	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
  169 
  170 mostlyclean-tags:
  171 
  172 clean-tags:
  173 
  174 distclean-tags:
  175 	-rm -f TAGS ID
  176 
  177 maintainer-clean-tags:
  178 
  179 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  180 
  181 subdir = docs
  182 
  183 distdir: $(DISTFILES)
  184 	$(mkinstalldirs) $(distdir)/Bundle
  185 	@for file in $(DISTFILES); do \
  186 	  d=$(srcdir); \
  187 	  if test -d $$d/$$file; then \
  188 	    cp -pr $$d/$$file $(distdir)/$$file; \
  189 	  else \
  190 	    test -f $(distdir)/$$file \
  191 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  192 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  193 	  fi; \
  194 	done
  195 	for subdir in $(SUBDIRS); do \
  196 	  if test "$$subdir" = .; then :; else \
  197 	    test -d $(distdir)/$$subdir \
  198 	    || mkdir $(distdir)/$$subdir \
  199 	    || exit 1; \
  200 	    chmod 777 $(distdir)/$$subdir; \
  201 	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  202 	      || exit 1; \
  203 	  fi; \
  204 	done
  205 info-am:
  206 info: info-recursive
  207 dvi-am:
  208 dvi: dvi-recursive
  209 check-am: all-am
  210 check: check-recursive
  211 installcheck-am:
  212 installcheck: installcheck-recursive
  213 install-exec-am:
  214 install-exec: install-exec-recursive
  215 
  216 install-data-am:
  217 install-data: install-data-recursive
  218 
  219 install-am: all-am
  220 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  221 install: install-recursive
  222 uninstall-am:
  223 uninstall: uninstall-recursive
  224 all-am: Makefile
  225 all-redirect: all-recursive
  226 install-strip:
  227 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  228 installdirs: installdirs-recursive
  229 installdirs-am:
  230 
  231 
  232 mostlyclean-generic:
  233 
  234 clean-generic:
  235 
  236 distclean-generic:
  237 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
  238 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  239 
  240 maintainer-clean-generic:
  241 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  242 
  243 mostlyclean: mostlyclean-recursive
  244 
  245 clean-am:  clean-tags clean-generic mostlyclean-am
  246 
  247 clean: clean-recursive
  248 
  249 distclean-am:  distclean-tags distclean-generic clean-am
  250 
  251 distclean: distclean-recursive
  252 
  253 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  254 		distclean-am
  255 	@echo "This command is intended for maintainers to use;"
  256 	@echo "it deletes files that may require special tools to rebuild."
  257 
  258 maintainer-clean: maintainer-clean-recursive
  259 
  260 .PHONY: install-data-recursive uninstall-data-recursive \
  261 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  262 uninstalldirs-recursive all-recursive check-recursive \
  263 installcheck-recursive info-recursive dvi-recursive \
  264 mostlyclean-recursive distclean-recursive clean-recursive \
  265 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  266 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  267 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  268 install-exec install-data-am install-data install-am install \
  269 uninstall-am uninstall all-redirect all-am all installdirs-am \
  270 installdirs mostlyclean-generic distclean-generic clean-generic \
  271 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  272 
  273 
  274 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  275 # Otherwise a system limit (for SysV at least) may be exceeded.
  276 .NOEXPORT: