source: trunk/debathena/third/schroot/doc/Makefile.in @ 24314

Revision 24314, 14.9 KB checked in by geofft, 14 years ago (diff)
In schroot: * Merge with Debian unstable; remaining changes: - Backport to Karmic, and adjust build-deps.
Line 
1# Makefile.in generated by automake 1.11 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, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# schroot Makefile template
19#
20#
21# Copyright © 2004-2008  Roger Leigh <rleigh@debian.org>
22#
23# schroot is free software: you can redistribute it and/or modify it
24# under the terms of the GNU General Public License as published by
25# the Free Software Foundation, either version 3 of the License, or
26# (at your option) any later version.
27#
28# schroot is distributed in the hope that it will be useful, but
29# WITHOUT ANY WARRANTY; without even the implied warranty of
30# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
31# General Public License for more details.
32#
33# You should have received a copy of the GNU General Public License
34# along with this program.  If not, see
35# <http://www.gnu.org/licenses/>.
36#
37#####################################################################
38
39# schroot Makefile template
40#
41#
42# Copyright © 2004-2007  Roger Leigh <rleigh@debian.org>
43#
44# schroot is free software: you can redistribute it and/or modify it
45# under the terms of the GNU General Public License as published by
46# the Free Software Foundation, either version 3 of the License, or
47# (at your option) any later version.
48#
49# schroot is distributed in the hope that it will be useful, but
50# WITHOUT ANY WARRANTY; without even the implied warranty of
51# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
52# General Public License for more details.
53#
54# You should have received a copy of the GNU General Public License
55# along with this program.  If not, see
56# <http://www.gnu.org/licenses/>.
57#
58#####################################################################
59VPATH = @srcdir@
60pkgdatadir = $(datadir)/@PACKAGE@
61pkgincludedir = $(includedir)/@PACKAGE@
62pkglibdir = $(libdir)/@PACKAGE@
63pkglibexecdir = $(libexecdir)/@PACKAGE@
64am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
65install_sh_DATA = $(install_sh) -c -m 644
66install_sh_PROGRAM = $(install_sh) -c
67install_sh_SCRIPT = $(install_sh) -c
68INSTALL_HEADER = $(INSTALL_DATA)
69transform = $(program_transform_name)
70NORMAL_INSTALL = :
71PRE_INSTALL = :
72POST_INSTALL = :
73NORMAL_UNINSTALL = :
74PRE_UNINSTALL = :
75POST_UNINSTALL = :
76build_triplet = @build@
77host_triplet = @host@
78DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
79        $(srcdir)/sbuild.dox.in $(srcdir)/schroot.dox.in \
80        $(top_srcdir)/scripts/global.mk
81subdir = doc
82ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
84        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
85        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
86        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
87        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
88        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
89        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
90        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92        $(ACLOCAL_M4)
93mkinstalldirs = $(install_sh) -d
94CONFIG_HEADER = $(top_builddir)/config.h \
95        $(top_builddir)/sbuild/sbuild-config.h
96CONFIG_CLEAN_FILES = sbuild.dox schroot.dox
97CONFIG_CLEAN_VPATH_FILES =
98AM_V_GEN = $(am__v_GEN_$(V))
99am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
100am__v_GEN_0 = @echo "  GEN   " $@;
101AM_V_at = $(am__v_at_$(V))
102am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
103am__v_at_0 = @
104SOURCES =
105DIST_SOURCES =
106DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107ACLOCAL = @ACLOCAL@
108AMTAR = @AMTAR@
109AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
110AR = @AR@
111AUTOCONF = @AUTOCONF@
112AUTOHEADER = @AUTOHEADER@
113AUTOMAKE = @AUTOMAKE@
114AWK = @AWK@
115BOOST_FILESYSTEM_LIBS = @BOOST_FILESYSTEM_LIBS@
116BOOST_LIBS = @BOOST_LIBS@
117CC = @CC@
118CCDEPMODE = @CCDEPMODE@
119CFLAGS = @CFLAGS@
120CPP = @CPP@
121CPPFLAGS = @CPPFLAGS@
122CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
123CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
124CPPUNIT_LIBS = @CPPUNIT_LIBS@
125CSBUILD_CONF = @CSBUILD_CONF@
126CXX = @CXX@
127CXXCPP = @CXXCPP@
128CXXDEPMODE = @CXXDEPMODE@
129CXXFLAGS = @CXXFLAGS@
130CYGPATH_W = @CYGPATH_W@
131DCHROOT_CONF = @DCHROOT_CONF@
132DEFS = @DEFS@
133DEPDIR = @DEPDIR@
134DOXYGEN = @DOXYGEN@
135DSYMUTIL = @DSYMUTIL@
136DUMPBIN = @DUMPBIN@
137ECHO_C = @ECHO_C@
138ECHO_N = @ECHO_N@
139ECHO_T = @ECHO_T@
140EGREP = @EGREP@
141EXEEXT = @EXEEXT@
142FGREP = @FGREP@
143FIND = @FIND@
144GMSGFMT = @GMSGFMT@
145GMSGFMT_015 = @GMSGFMT_015@
146GREP = @GREP@
147INSTALL = @INSTALL@
148INSTALL_DATA = @INSTALL_DATA@
149INSTALL_PROGRAM = @INSTALL_PROGRAM@
150INSTALL_SCRIPT = @INSTALL_SCRIPT@
151INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152INTLLIBS = @INTLLIBS@
153INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
154LD = @LD@
155LDFLAGS = @LDFLAGS@
156LIBICONV = @LIBICONV@
157LIBINTL = @LIBINTL@
158LIBOBJS = @LIBOBJS@
159LIBS = @LIBS@
160LIBTOOL = @LIBTOOL@
161LIPO = @LIPO@
162LN_S = @LN_S@
163LOCKDEV_LIBS = @LOCKDEV_LIBS@
164LOSETUP = @LOSETUP@
165LTLIBICONV = @LTLIBICONV@
166LTLIBINTL = @LTLIBINTL@
167LTLIBOBJS = @LTLIBOBJS@
168LVCREATE = @LVCREATE@
169LVREMOVE = @LVREMOVE@
170MAINT = @MAINT@
171MAKEINFO = @MAKEINFO@
172MKDIR_P = @MKDIR_P@
173MSGFMT = @MSGFMT@
174MSGFMT_015 = @MSGFMT_015@
175MSGMERGE = @MSGMERGE@
176NM = @NM@
177NMEDIT = @NMEDIT@
178OBJDUMP = @OBJDUMP@
179OBJEXT = @OBJEXT@
180OTOOL = @OTOOL@
181OTOOL64 = @OTOOL64@
182PACKAGE = @PACKAGE@
183PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
184PACKAGE_NAME = @PACKAGE_NAME@
185PACKAGE_STRING = @PACKAGE_STRING@
186PACKAGE_SYSCONF_DIR = @PACKAGE_SYSCONF_DIR@
187PACKAGE_TARNAME = @PACKAGE_TARNAME@
188PACKAGE_URL = @PACKAGE_URL@
189PACKAGE_VERSION = @PACKAGE_VERSION@
190PAM_LIBS = @PAM_LIBS@
191PATH_SEPARATOR = @PATH_SEPARATOR@
192PKG_CONFIG = @PKG_CONFIG@
193POSUB = @POSUB@
194PTHREAD_CC = @PTHREAD_CC@
195PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
196PTHREAD_LIBS = @PTHREAD_LIBS@
197RANLIB = @RANLIB@
198RELEASE_DATE = @RELEASE_DATE@
199RELEASE_DATE_S = @RELEASE_DATE_S@
200SBUILD_BINARY_AGE = @SBUILD_BINARY_AGE@
201SBUILD_CURRENT_INTERFACE = @SBUILD_CURRENT_INTERFACE@
202SBUILD_INTERFACE_AGE = @SBUILD_INTERFACE_AGE@
203SCHROOT_CFLAGS = @SCHROOT_CFLAGS@
204SCHROOT_CONF = @SCHROOT_CONF@
205SCHROOT_CONF_CHROOT_D = @SCHROOT_CONF_CHROOT_D@
206SCHROOT_CONF_SETUP_D = @SCHROOT_CONF_SETUP_D@
207SCHROOT_FILE_UNPACK_DIR = @SCHROOT_FILE_UNPACK_DIR@
208SCHROOT_LIBEXEC_DIR = @SCHROOT_LIBEXEC_DIR@
209SCHROOT_MOUNT_DIR = @SCHROOT_MOUNT_DIR@
210SCHROOT_OVERLAY_DIR = @SCHROOT_OVERLAY_DIR@
211SCHROOT_SESSION_DIR = @SCHROOT_SESSION_DIR@
212SCHROOT_UNDERLAY_DIR = @SCHROOT_UNDERLAY_DIR@
213SED = @SED@
214SET_MAKE = @SET_MAKE@
215SHELL = @SHELL@
216STRIP = @STRIP@
217USE_NLS = @USE_NLS@
218UUID_CFLAGS = @UUID_CFLAGS@
219UUID_LIBS = @UUID_LIBS@
220VERSION = @VERSION@
221XARGS = @XARGS@
222XGETTEXT = @XGETTEXT@
223XGETTEXT_015 = @XGETTEXT_015@
224abs_builddir = @abs_builddir@
225abs_srcdir = @abs_srcdir@
226abs_top_builddir = @abs_top_builddir@
227abs_top_srcdir = @abs_top_srcdir@
228ac_ct_CC = @ac_ct_CC@
229ac_ct_CXX = @ac_ct_CXX@
230ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
231acx_pthread_config = @acx_pthread_config@
232am__include = @am__include@
233am__leading_dot = @am__leading_dot@
234am__quote = @am__quote@
235am__tar = @am__tar@
236am__untar = @am__untar@
237bashcompletiondir = @bashcompletiondir@
238bindir = @bindir@
239build = @build@
240build_alias = @build_alias@
241build_cpu = @build_cpu@
242build_os = @build_os@
243build_vendor = @build_vendor@
244builddir = @builddir@
245datadir = @datadir@
246datarootdir = @datarootdir@
247docdir = @docdir@
248dvidir = @dvidir@
249exec_prefix = @exec_prefix@
250host = @host@
251host_alias = @host_alias@
252host_cpu = @host_cpu@
253host_os = @host_os@
254host_vendor = @host_vendor@
255htmldir = @htmldir@
256includedir = @includedir@
257infodir = @infodir@
258install_sh = @install_sh@
259libdir = @libdir@
260libexecdir = @libexecdir@
261localedir = @localedir@
262localstatedir = @localstatedir@
263lt_ECHO = @lt_ECHO@
264mandir = @mandir@
265mkdir_p = @mkdir_p@
266oldincludedir = @oldincludedir@
267pdfdir = @pdfdir@
268prefix = @prefix@
269program_transform_name = @program_transform_name@
270psdir = @psdir@
271sbindir = @sbindir@
272sharedstatedir = @sharedstatedir@
273srcdir = @srcdir@
274sysconfdir = @sysconfdir@
275target_alias = @target_alias@
276top_build_prefix = @top_build_prefix@
277top_builddir = @top_builddir@
278top_srcdir = @top_srcdir@
279
280# Global options for use in all Makefiles.
281AM_CXXFLAGS = -I$(top_srcdir) $(LOCAL_CXXFLAGS) $(PTHREAD_CFLAGS) -pedantic -Wall -Wcast-align -Wwrite-strings -Wswitch-default -Wcast-qual -Wunused-variable -Wredundant-decls -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wold-style-cast -Woverloaded-virtual -fstrict-aliasing
282AM_LDFLAGS = $(LOCAL_LDFLAGS) $(PTHREAD_LIBS)
283PS_DEPS = \
284        $(top_builddir)/bin/schroot/schroot.1                   \
285        $(top_builddir)/bin/schroot/schroot.conf.5              \
286        $(top_builddir)/bin/schroot/schroot-setup.5             \
287        $(top_builddir)/bin/schroot/schroot-script-config.5     \
288        $(top_builddir)/bin/dchroot/dchroot.1                   \
289        $(top_builddir)/bin/dchroot-dsa/dchroot-dsa.1
290
291CLEANFILES = \
292        schroot.log     \
293        schroot.ps      \
294        schroot.pdf     \
295        sbuild.log      \
296        schroot.log     \
297        sbuild.log      \
298        schroot.log
299
300all: all-am
301
302.SUFFIXES:
303$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
304        @for dep in $?; do \
305          case '$(am__configure_deps)' in \
306            *$$dep*) \
307              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308                && { if test -f $@; then exit 0; else break; fi; }; \
309              exit 1;; \
310          esac; \
311        done; \
312        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
313        $(am__cd) $(top_srcdir) && \
314          $(AUTOMAKE) --gnu doc/Makefile
315.PRECIOUS: Makefile
316Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317        @case '$?' in \
318          *config.status*) \
319            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320          *) \
321            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
322            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
323        esac;
324
325$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
328$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
329        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
331        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332$(am__aclocal_m4_deps):
333sbuild.dox: $(top_builddir)/config.status $(srcdir)/sbuild.dox.in
334        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
335schroot.dox: $(top_builddir)/config.status $(srcdir)/schroot.dox.in
336        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
337
338mostlyclean-libtool:
339        -rm -f *.lo
340
341clean-libtool:
342        -rm -rf .libs _libs
343tags: TAGS
344TAGS:
345
346ctags: CTAGS
347CTAGS:
348
349
350distdir: $(DISTFILES)
351        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
352        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
353        list='$(DISTFILES)'; \
354          dist_files=`for file in $$list; do echo $$file; done | \
355          sed -e "s|^$$srcdirstrip/||;t" \
356              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
357        case $$dist_files in \
358          */*) $(MKDIR_P) `echo "$$dist_files" | \
359                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
360                           sort -u` ;; \
361        esac; \
362        for file in $$dist_files; do \
363          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
364          if test -d $$d/$$file; then \
365            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
366            if test -d "$(distdir)/$$file"; then \
367              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
368            fi; \
369            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
370              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
371              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
372            fi; \
373            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
374          else \
375            test -f "$(distdir)/$$file" \
376            || cp -p $$d/$$file "$(distdir)/$$file" \
377            || exit 1; \
378          fi; \
379        done
380check-am: all-am
381check: check-am
382all-am: Makefile all-local
383installdirs:
384install: install-am
385install-exec: install-exec-am
386install-data: install-data-am
387uninstall: uninstall-am
388
389install-am: all-am
390        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
391
392installcheck: installcheck-am
393install-strip:
394        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
395          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
396          `test -z '$(STRIP)' || \
397            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
398mostlyclean-generic:
399
400clean-generic:
401        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
402
403distclean-generic:
404        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
405        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
406
407maintainer-clean-generic:
408        @echo "This command is intended for maintainers to use"
409        @echo "it deletes files that may require special tools to rebuild."
410clean: clean-am
411
412clean-am: clean-generic clean-libtool clean-local mostlyclean-am
413
414distclean: distclean-am
415        -rm -f Makefile
416distclean-am: clean-am distclean-generic
417
418dvi: dvi-am
419
420dvi-am:
421
422html: html-am
423
424html-am:
425
426info: info-am
427
428info-am:
429
430install-data-am:
431
432install-dvi: install-dvi-am
433
434install-dvi-am:
435
436install-exec-am:
437
438install-html: install-html-am
439
440install-html-am:
441
442install-info: install-info-am
443
444install-info-am:
445
446install-man:
447
448install-pdf: install-pdf-am
449
450install-pdf-am:
451
452install-ps: install-ps-am
453
454install-ps-am:
455
456installcheck-am:
457
458maintainer-clean: maintainer-clean-am
459        -rm -f Makefile
460maintainer-clean-am: distclean-am maintainer-clean-generic
461
462mostlyclean: mostlyclean-am
463
464mostlyclean-am: mostlyclean-generic mostlyclean-libtool
465
466pdf: pdf-am
467
468pdf-am:
469
470ps: ps-am
471
472ps-am:
473
474uninstall-am:
475
476.MAKE: install-am install-strip
477
478.PHONY: all all-am all-local check check-am clean clean-generic \
479        clean-libtool clean-local distclean distclean-generic \
480        distclean-libtool distdir dvi dvi-am html html-am info info-am \
481        install install-am install-data install-data-am install-dvi \
482        install-dvi-am install-exec install-exec-am install-html \
483        install-html-am install-info install-info-am install-man \
484        install-pdf install-pdf-am install-ps install-ps-am \
485        install-strip installcheck installcheck-am installdirs \
486        maintainer-clean maintainer-clean-generic mostlyclean \
487        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
488        uninstall uninstall-am
489
490
491all-local: sbuild schroot
492
493@BUILD_DOXYGEN_TRUE@schroot: schroot.log
494@BUILD_DOXYGEN_TRUE@sbuild: sbuild.log
495@BUILD_DOXYGEN_FALSE@schroot:
496@BUILD_DOXYGEN_FALSE@sbuild:
497
498sbuild.log: sbuild.dox $(top_srcdir)/configure
499        $(RM) -rf sbuild/html
500        $(DOXYGEN) sbuild.dox
501        touch $@
502
503schroot.log: sbuild.log schroot.dox $(top_srcdir)/configure
504        $(RM) -rf schroot/html
505        $(DOXYGEN) schroot.dox
506        touch $@
507
508schroot.ps: $(PS_DEPS)
509        tbl $(PS_DEPS) | groff -T ps -man > $@
510
511schroot.pdf: schroot.ps
512        ps2pdf $< $@
513
514clean-local:
515        $(RM) -r sbuild
516        $(RM) -r schroot
517
518.PHONY: sbuild schroot
519
520# Tell versions [3.59,3.63) of GNU make to not export all variables.
521# Otherwise a system limit (for SysV at least) may be exceeded.
522.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.