1 # Makefile.in generated by automake 1.9.2 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 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.
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
17 # vi: noexpandtab softtabstop=0
19 top_srcdir = @top_srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
39 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in $(srcdir)/backupninja.spec.in \
41 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48 configure.lineno configure.status.lineno
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_CLEAN_FILES = backupninja.spec
53 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54 html-recursive info-recursive install-data-recursive \
55 install-exec-recursive install-info-recursive \
56 install-recursive installcheck-recursive installdirs-recursive \
57 pdf-recursive ps-recursive uninstall-info-recursive \
61 DIST_SUBDIRS = $(SUBDIRS)
62 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63 distdir = $(PACKAGE)-$(VERSION)
64 top_distdir = $(distdir)
65 am__remove_distdir = \
66 { test ! -d $(distdir) \
67 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
68 && rm -fr $(distdir); }; }
69 DIST_ARCHIVES = $(distdir).tar.gz
71 distuninstallcheck_listfiles = find . -type f -print
72 distcleancheck_listfiles = find . -type f -print
76 AUTOHEADER = @AUTOHEADER@
81 CYGPATH_W = @CYGPATH_W@
86 INSTALL_DATA = @INSTALL_DATA@
87 INSTALL_PROGRAM = @INSTALL_PROGRAM@
88 INSTALL_SCRIPT = @INSTALL_SCRIPT@
89 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
92 LTLIBOBJS = @LTLIBOBJS@
95 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
96 PACKAGE_NAME = @PACKAGE_NAME@
97 PACKAGE_STRING = @PACKAGE_STRING@
98 PACKAGE_TARNAME = @PACKAGE_TARNAME@
99 PACKAGE_VERSION = @PACKAGE_VERSION@
100 PATH_SEPARATOR = @PATH_SEPARATOR@
101 SET_MAKE = @SET_MAKE@
105 ac_ct_STRIP = @ac_ct_STRIP@
106 am__leading_dot = @am__leading_dot@
108 am__untar = @am__untar@
110 build_alias = @build_alias@
112 exec_prefix = @exec_prefix@
113 host_alias = @host_alias@
114 includedir = @includedir@
116 install_sh = @install_sh@
118 libexecdir = @libexecdir@
119 localstatedir = @localstatedir@
122 oldincludedir = @oldincludedir@
124 program_transform_name = @program_transform_name@
126 sharedstatedir = @sharedstatedir@
127 sysconfdir = @sysconfdir@
128 target_alias = @target_alias@
129 EXTRA_DIST = README COPYING AUTHORS INSTALL NEWS ChangeLog \
130 backupninja.spec backupninja.spec.in autogen.sh
132 SUBDIRS = etc examples handlers man src
138 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
140 case '$(am__configure_deps)' in \
142 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
143 cd $(srcdir) && $(AUTOMAKE) --gnu \
148 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
149 cd $(top_srcdir) && \
150 $(AUTOMAKE) --gnu Makefile
152 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
155 echo ' $(SHELL) ./config.status'; \
156 $(SHELL) ./config.status;; \
158 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
159 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
162 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
163 $(SHELL) ./config.status --recheck
165 $(top_srcdir)/configure: $(am__configure_deps)
166 cd $(srcdir) && $(AUTOCONF)
167 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
168 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
169 backupninja.spec: $(top_builddir)/config.status $(srcdir)/backupninja.spec.in
170 cd $(top_builddir) && $(SHELL) ./config.status $@
173 # This directory's subdirectories are mostly independent; you can cd
174 # into them and run `make' without going through this Makefile.
175 # To change the values of `make' variables: instead of editing Makefiles,
176 # (1) if the variable is set in `config.status', edit `config.status'
177 # (which will cause the Makefiles to be regenerated when you run `make');
178 # (2) otherwise, pass the desired values on the `make' command line.
179 $(RECURSIVE_TARGETS):
180 @set fnord $$MAKEFLAGS; amf=$$2; \
182 target=`echo $@ | sed s/-recursive//`; \
183 list='$(SUBDIRS)'; for subdir in $$list; do \
184 echo "Making $$target in $$subdir"; \
185 if test "$$subdir" = "."; then \
187 local_target="$$target-am"; \
189 local_target="$$target"; \
191 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
192 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
194 if test "$$dot_seen" = "no"; then \
195 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
198 mostlyclean-recursive clean-recursive distclean-recursive \
199 maintainer-clean-recursive:
200 @set fnord $$MAKEFLAGS; amf=$$2; \
203 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
204 *) list='$(SUBDIRS)' ;; \
206 rev=''; for subdir in $$list; do \
207 if test "$$subdir" = "."; then :; else \
208 rev="$$subdir $$rev"; \
212 target=`echo $@ | sed s/-recursive//`; \
213 for subdir in $$rev; do \
214 echo "Making $$target in $$subdir"; \
215 if test "$$subdir" = "."; then \
216 local_target="$$target-am"; \
218 local_target="$$target"; \
220 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
221 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
222 done && test -z "$$fail"
224 list='$(SUBDIRS)'; for subdir in $$list; do \
225 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
228 list='$(SUBDIRS)'; for subdir in $$list; do \
229 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
232 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
233 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
234 unique=`for i in $$list; do \
235 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
237 $(AWK) ' { files[$$0] = 1; } \
238 END { for (i in files) print i; }'`; \
242 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
243 $(TAGS_FILES) $(LISP)
246 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
247 include_option=--etags-include; \
250 include_option=--include; \
253 list='$(SUBDIRS)'; for subdir in $$list; do \
254 if test "$$subdir" = .; then :; else \
255 test ! -f $$subdir/TAGS || \
256 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
259 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
260 unique=`for i in $$list; do \
261 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
263 $(AWK) ' { files[$$0] = 1; } \
264 END { for (i in files) print i; }'`; \
265 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
266 test -n "$$unique" || unique=$$empty_fix; \
267 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
271 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
272 $(TAGS_FILES) $(LISP)
275 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
276 unique=`for i in $$list; do \
277 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279 $(AWK) ' { files[$$0] = 1; } \
280 END { for (i in files) print i; }'`; \
281 test -z "$(CTAGS_ARGS)$$tags$$unique" \
282 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
286 here=`$(am__cd) $(top_builddir) && pwd` \
287 && cd $(top_srcdir) \
288 && gtags -i $(GTAGS_ARGS) $$here
291 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
293 distdir: $(DISTFILES)
294 $(am__remove_distdir)
296 $(mkdir_p) $(distdir)/.
297 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
298 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
299 list='$(DISTFILES)'; for file in $$list; do \
301 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
302 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
304 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
305 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
306 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
308 $(mkdir_p) "$(distdir)$$dir"; \
312 if test -d $$d/$$file; then \
313 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
314 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
316 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
318 test -f $(distdir)/$$file \
319 || cp -p $$d/$$file $(distdir)/$$file \
323 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
324 if test "$$subdir" = .; then :; else \
325 test -d "$(distdir)/$$subdir" \
326 || $(mkdir_p) "$(distdir)/$$subdir" \
328 distdir=`$(am__cd) $(distdir) && pwd`; \
329 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
331 $(MAKE) $(AM_MAKEFLAGS) \
332 top_distdir="$$top_distdir" \
333 distdir="$$distdir/$$subdir" \
338 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
339 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
340 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
341 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
342 || chmod -R a+r $(distdir)
344 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
345 $(am__remove_distdir)
348 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
349 $(am__remove_distdir)
352 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
353 $(am__remove_distdir)
356 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
357 $(am__remove_distdir)
360 -rm -f $(distdir).zip
361 zip -rq $(distdir).zip $(distdir)
362 $(am__remove_distdir)
364 dist dist-all: distdir
365 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
366 $(am__remove_distdir)
368 # This target untars the dist file and tries a VPATH configuration. Then
369 # it guarantees that the distribution is self-contained by making another
372 case '$(DIST_ARCHIVES)' in \
374 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
376 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
378 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
380 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
382 unzip $(distdir).zip ;;\
384 chmod -R a-w $(distdir); chmod a+w $(distdir)
385 mkdir $(distdir)/_build
386 mkdir $(distdir)/_inst
388 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
389 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
390 && cd $(distdir)/_build \
391 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
392 $(DISTCHECK_CONFIGURE_FLAGS) \
393 && $(MAKE) $(AM_MAKEFLAGS) \
394 && $(MAKE) $(AM_MAKEFLAGS) dvi \
395 && $(MAKE) $(AM_MAKEFLAGS) check \
396 && $(MAKE) $(AM_MAKEFLAGS) install \
397 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
398 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
399 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
401 && chmod -R a-w "$$dc_install_base" \
403 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
404 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
405 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
406 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
407 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
408 } || { rm -rf "$$dc_destdir"; exit 1; }) \
409 && rm -rf "$$dc_destdir" \
410 && $(MAKE) $(AM_MAKEFLAGS) dist \
411 && rm -rf $(DIST_ARCHIVES) \
412 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
413 $(am__remove_distdir)
414 @(echo "$(distdir) archives ready for distribution: "; \
415 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
416 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
418 @cd $(distuninstallcheck_dir) \
419 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
420 || { echo "ERROR: files left after uninstall:" ; \
421 if test -n "$(DESTDIR)"; then \
422 echo " (check DESTDIR support)"; \
424 $(distuninstallcheck_listfiles) ; \
426 distcleancheck: distclean
427 @if test '$(srcdir)' = . ; then \
428 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
431 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
432 || { echo "ERROR: files left in build directory after distclean:" ; \
433 $(distcleancheck_listfiles) ; \
436 check: check-recursive
438 installdirs: installdirs-recursive
440 install: install-recursive
441 install-exec: install-exec-recursive
442 install-data: install-data-recursive
443 uninstall: uninstall-recursive
446 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
448 installcheck: installcheck-recursive
450 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452 `test -z '$(STRIP)' || \
453 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
459 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
461 maintainer-clean-generic:
462 @echo "This command is intended for maintainers to use"
463 @echo "it deletes files that may require special tools to rebuild."
464 clean: clean-recursive
466 clean-am: clean-generic mostlyclean-am
468 distclean: distclean-recursive
469 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
471 distclean-am: clean-am distclean-generic distclean-tags
487 install-info: install-info-recursive
493 maintainer-clean: maintainer-clean-recursive
494 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
495 -rm -rf $(top_srcdir)/autom4te.cache
497 maintainer-clean-am: distclean-am maintainer-clean-generic
499 mostlyclean: mostlyclean-recursive
501 mostlyclean-am: mostlyclean-generic
511 uninstall-am: uninstall-info-am
513 uninstall-info: uninstall-info-recursive
515 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
516 check-am clean clean-generic clean-recursive ctags \
517 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
518 dist-tarZ dist-zip distcheck distclean distclean-generic \
519 distclean-recursive distclean-tags distcleancheck distdir \
520 distuninstallcheck dvi dvi-am html html-am info info-am \
521 install install-am install-data install-data-am install-exec \
522 install-exec-am install-info install-info-am install-man \
523 install-strip installcheck installcheck-am installdirs \
524 installdirs-am maintainer-clean maintainer-clean-generic \
525 maintainer-clean-recursive mostlyclean mostlyclean-generic \
526 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
527 uninstall uninstall-am uninstall-info-am
529 # Tell versions [3.59,3.63) of GNU make to not export all variables.
530 # Otherwise a system limit (for SysV at least) may be exceeded.