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

Revision 24314, 23.3 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-2009  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#####################################################################
59
60
61VPATH = @srcdir@
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
81        $(top_srcdir)/scripts/global.mk
82bin_PROGRAMS = schroot$(EXEEXT)
83subdir = bin/schroot
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
86        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
87        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
88        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
89        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
90        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
91        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
92        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94        $(ACLOCAL_M4)
95mkinstalldirs = $(install_sh) -d
96CONFIG_HEADER = $(top_builddir)/config.h \
97        $(top_builddir)/sbuild/sbuild-config.h
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100LTLIBRARIES = $(noinst_LTLIBRARIES)
101libschroot_la_DEPENDENCIES =  \
102        $(top_builddir)/bin/schroot-base/libschroot-base.la
103am_libschroot_la_OBJECTS = schroot-options-base.lo \
104        schroot-main-base.lo schroot-main.lo
105libschroot_la_OBJECTS = $(am_libschroot_la_OBJECTS)
106AM_V_lt = $(am__v_lt_$(V))
107am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
108am__v_lt_0 = --silent
109am__installdirs = "$(DESTDIR)$(bindir)"
110PROGRAMS = $(bin_PROGRAMS)
111am_schroot_OBJECTS = schroot-options.$(OBJEXT) schroot.$(OBJEXT)
112schroot_OBJECTS = $(am_schroot_OBJECTS)
113schroot_DEPENDENCIES = libschroot.la
114DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/sbuild
115depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
116am__depfiles_maybe = depfiles
117am__mv = mv -f
118CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
119        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
120LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
121        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
122        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
123        $(AM_CXXFLAGS) $(CXXFLAGS)
124AM_V_CXX = $(am__v_CXX_$(V))
125am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
126am__v_CXX_0 = @echo "  CXX   " $@;
127AM_V_at = $(am__v_at_$(V))
128am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
129am__v_at_0 = @
130CXXLD = $(CXX)
131CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
132        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
133        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
134AM_V_CXXLD = $(am__v_CXXLD_$(V))
135am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
136am__v_CXXLD_0 = @echo "  CXXLD " $@;
137COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
138        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
139LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
141        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
142        $(AM_CFLAGS) $(CFLAGS)
143AM_V_CC = $(am__v_CC_$(V))
144am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
145am__v_CC_0 = @echo "  CC    " $@;
146CCLD = $(CC)
147LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149        $(AM_LDFLAGS) $(LDFLAGS) -o $@
150AM_V_CCLD = $(am__v_CCLD_$(V))
151am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
152am__v_CCLD_0 = @echo "  CCLD  " $@;
153AM_V_GEN = $(am__v_GEN_$(V))
154am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
155am__v_GEN_0 = @echo "  GEN   " $@;
156SOURCES = $(libschroot_la_SOURCES) $(schroot_SOURCES)
157DIST_SOURCES = $(libschroot_la_SOURCES) $(schroot_SOURCES)
158ETAGS = etags
159CTAGS = ctags
160DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161ACLOCAL = @ACLOCAL@
162AMTAR = @AMTAR@
163AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164AR = @AR@
165AUTOCONF = @AUTOCONF@
166AUTOHEADER = @AUTOHEADER@
167AUTOMAKE = @AUTOMAKE@
168AWK = @AWK@
169BOOST_FILESYSTEM_LIBS = @BOOST_FILESYSTEM_LIBS@
170BOOST_LIBS = @BOOST_LIBS@
171CC = @CC@
172CCDEPMODE = @CCDEPMODE@
173CFLAGS = @CFLAGS@
174CPP = @CPP@
175CPPFLAGS = @CPPFLAGS@
176CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
177CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
178CPPUNIT_LIBS = @CPPUNIT_LIBS@
179CSBUILD_CONF = @CSBUILD_CONF@
180CXX = @CXX@
181CXXCPP = @CXXCPP@
182CXXDEPMODE = @CXXDEPMODE@
183CXXFLAGS = @CXXFLAGS@
184CYGPATH_W = @CYGPATH_W@
185DCHROOT_CONF = @DCHROOT_CONF@
186DEFS = -DLOCALEDIR=\"$(localedir)\" -D_GNU_SOURCE
187DEPDIR = @DEPDIR@
188DOXYGEN = @DOXYGEN@
189DSYMUTIL = @DSYMUTIL@
190DUMPBIN = @DUMPBIN@
191ECHO_C = @ECHO_C@
192ECHO_N = @ECHO_N@
193ECHO_T = @ECHO_T@
194EGREP = @EGREP@
195EXEEXT = @EXEEXT@
196FGREP = @FGREP@
197FIND = @FIND@
198GMSGFMT = @GMSGFMT@
199GMSGFMT_015 = @GMSGFMT_015@
200GREP = @GREP@
201INSTALL = @INSTALL@
202INSTALL_DATA = @INSTALL_DATA@
203INSTALL_PROGRAM = @INSTALL_PROGRAM@
204INSTALL_SCRIPT = @INSTALL_SCRIPT@
205INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
206INTLLIBS = @INTLLIBS@
207INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
208LD = @LD@
209LDFLAGS = @LDFLAGS@
210LIBICONV = @LIBICONV@
211LIBINTL = @LIBINTL@
212LIBOBJS = @LIBOBJS@
213LIBS = @LIBS@
214LIBTOOL = @LIBTOOL@
215LIPO = @LIPO@
216LN_S = @LN_S@
217LOCKDEV_LIBS = @LOCKDEV_LIBS@
218LOSETUP = @LOSETUP@
219LTLIBICONV = @LTLIBICONV@
220LTLIBINTL = @LTLIBINTL@
221LTLIBOBJS = @LTLIBOBJS@
222LVCREATE = @LVCREATE@
223LVREMOVE = @LVREMOVE@
224MAINT = @MAINT@
225MAKEINFO = @MAKEINFO@
226MKDIR_P = @MKDIR_P@
227MSGFMT = @MSGFMT@
228MSGFMT_015 = @MSGFMT_015@
229MSGMERGE = @MSGMERGE@
230NM = @NM@
231NMEDIT = @NMEDIT@
232OBJDUMP = @OBJDUMP@
233OBJEXT = @OBJEXT@
234OTOOL = @OTOOL@
235OTOOL64 = @OTOOL64@
236PACKAGE = @PACKAGE@
237PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
238PACKAGE_NAME = @PACKAGE_NAME@
239PACKAGE_STRING = @PACKAGE_STRING@
240PACKAGE_SYSCONF_DIR = @PACKAGE_SYSCONF_DIR@
241PACKAGE_TARNAME = @PACKAGE_TARNAME@
242PACKAGE_URL = @PACKAGE_URL@
243PACKAGE_VERSION = @PACKAGE_VERSION@
244PAM_LIBS = @PAM_LIBS@
245PATH_SEPARATOR = @PATH_SEPARATOR@
246PKG_CONFIG = @PKG_CONFIG@
247POSUB = @POSUB@
248PTHREAD_CC = @PTHREAD_CC@
249PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
250PTHREAD_LIBS = @PTHREAD_LIBS@
251RANLIB = @RANLIB@
252RELEASE_DATE = @RELEASE_DATE@
253RELEASE_DATE_S = @RELEASE_DATE_S@
254SBUILD_BINARY_AGE = @SBUILD_BINARY_AGE@
255SBUILD_CURRENT_INTERFACE = @SBUILD_CURRENT_INTERFACE@
256SBUILD_INTERFACE_AGE = @SBUILD_INTERFACE_AGE@
257SCHROOT_CFLAGS = @SCHROOT_CFLAGS@
258SCHROOT_CONF = @SCHROOT_CONF@
259SCHROOT_CONF_CHROOT_D = @SCHROOT_CONF_CHROOT_D@
260SCHROOT_CONF_SETUP_D = @SCHROOT_CONF_SETUP_D@
261SCHROOT_FILE_UNPACK_DIR = @SCHROOT_FILE_UNPACK_DIR@
262SCHROOT_LIBEXEC_DIR = @SCHROOT_LIBEXEC_DIR@
263SCHROOT_MOUNT_DIR = @SCHROOT_MOUNT_DIR@
264SCHROOT_OVERLAY_DIR = @SCHROOT_OVERLAY_DIR@
265SCHROOT_SESSION_DIR = @SCHROOT_SESSION_DIR@
266SCHROOT_UNDERLAY_DIR = @SCHROOT_UNDERLAY_DIR@
267SED = @SED@
268SET_MAKE = @SET_MAKE@
269SHELL = @SHELL@
270STRIP = @STRIP@
271USE_NLS = @USE_NLS@
272UUID_CFLAGS = @UUID_CFLAGS@
273UUID_LIBS = @UUID_LIBS@
274VERSION = @VERSION@
275XARGS = @XARGS@
276XGETTEXT = @XGETTEXT@
277XGETTEXT_015 = @XGETTEXT_015@
278abs_builddir = @abs_builddir@
279abs_srcdir = @abs_srcdir@
280abs_top_builddir = @abs_top_builddir@
281abs_top_srcdir = @abs_top_srcdir@
282ac_ct_CC = @ac_ct_CC@
283ac_ct_CXX = @ac_ct_CXX@
284ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
285acx_pthread_config = @acx_pthread_config@
286am__include = @am__include@
287am__leading_dot = @am__leading_dot@
288am__quote = @am__quote@
289am__tar = @am__tar@
290am__untar = @am__untar@
291bashcompletiondir = @bashcompletiondir@
292bindir = @bindir@
293build = @build@
294build_alias = @build_alias@
295build_cpu = @build_cpu@
296build_os = @build_os@
297build_vendor = @build_vendor@
298builddir = @builddir@
299datadir = @datadir@
300datarootdir = @datarootdir@
301docdir = @docdir@
302dvidir = @dvidir@
303exec_prefix = @exec_prefix@
304host = @host@
305host_alias = @host_alias@
306host_cpu = @host_cpu@
307host_os = @host_os@
308host_vendor = @host_vendor@
309htmldir = @htmldir@
310includedir = @includedir@
311infodir = @infodir@
312install_sh = @install_sh@
313libdir = @libdir@
314libexecdir = @libexecdir@
315localedir = $(datadir)/locale
316localstatedir = @localstatedir@
317lt_ECHO = @lt_ECHO@
318mandir = @mandir@
319mkdir_p = @mkdir_p@
320oldincludedir = @oldincludedir@
321pdfdir = @pdfdir@
322prefix = @prefix@
323program_transform_name = @program_transform_name@
324psdir = @psdir@
325sbindir = @sbindir@
326sharedstatedir = @sharedstatedir@
327srcdir = @srcdir@
328sysconfdir = @sysconfdir@
329target_alias = @target_alias@
330top_build_prefix = @top_build_prefix@
331top_builddir = @top_builddir@
332top_srcdir = @top_srcdir@
333
334# Global options for use in all Makefiles.
335AM_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
336AM_LDFLAGS = $(LOCAL_LDFLAGS) $(PTHREAD_LIBS)
337LOCAL_CXXFLAGS = $(SCHROOT_CFLAGS) -I$(top_srcdir)/bin
338noinst_LTLIBRARIES = libschroot.la
339libschroot_la_SOURCES = \
340        schroot-options-base.h          \
341        schroot-options-base.cc         \
342        schroot-main-base.h             \
343        schroot-main-base.cc            \
344        schroot-main.h                  \
345        schroot-main.cc
346
347libschroot_la_LIBADD = $(top_builddir)/bin/schroot-base/libschroot-base.la
348schroot_SOURCES = \
349        schroot-options.h               \
350        schroot-options.cc              \
351        schroot.cc
352
353schroot_LDADD = libschroot.la
354all: all-am
355
356.SUFFIXES:
357.SUFFIXES: .cc .lo .o .obj
358$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
359        @for dep in $?; do \
360          case '$(am__configure_deps)' in \
361            *$$dep*) \
362              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
363                && { if test -f $@; then exit 0; else break; fi; }; \
364              exit 1;; \
365          esac; \
366        done; \
367        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bin/schroot/Makefile'; \
368        $(am__cd) $(top_srcdir) && \
369          $(AUTOMAKE) --gnu bin/schroot/Makefile
370.PRECIOUS: Makefile
371Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
372        @case '$?' in \
373          *config.status*) \
374            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
375          *) \
376            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
377            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
378        esac;
379
380$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
381        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382
383$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
384        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
386        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387$(am__aclocal_m4_deps):
388
389clean-noinstLTLIBRARIES:
390        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
391        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
392          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
393          test "$$dir" != "$$p" || dir=.; \
394          echo "rm -f \"$${dir}/so_locations\""; \
395          rm -f "$${dir}/so_locations"; \
396        done
397libschroot.la: $(libschroot_la_OBJECTS) $(libschroot_la_DEPENDENCIES)
398        $(AM_V_CXXLD)$(CXXLINK)  $(libschroot_la_OBJECTS) $(libschroot_la_LIBADD) $(LIBS)
399install-binPROGRAMS: $(bin_PROGRAMS)
400        @$(NORMAL_INSTALL)
401        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
402        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
403        for p in $$list; do echo "$$p $$p"; done | \
404        sed 's/$(EXEEXT)$$//' | \
405        while read p p1; do if test -f $$p || test -f $$p1; \
406          then echo "$$p"; echo "$$p"; else :; fi; \
407        done | \
408        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
409            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
410        sed 'N;N;N;s,\n, ,g' | \
411        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
412          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
413            if ($$2 == $$4) files[d] = files[d] " " $$1; \
414            else { print "f", $$3 "/" $$4, $$1; } } \
415          END { for (d in files) print "f", d, files[d] }' | \
416        while read type dir files; do \
417            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
418            test -z "$$files" || { \
419            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
420            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
421            } \
422        ; done
423
424uninstall-binPROGRAMS:
425        @$(NORMAL_UNINSTALL)
426        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
427        files=`for p in $$list; do echo "$$p"; done | \
428          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
429              -e 's/$$/$(EXEEXT)/' `; \
430        test -n "$$list" || exit 0; \
431        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
432        cd "$(DESTDIR)$(bindir)" && rm -f $$files
433
434clean-binPROGRAMS:
435        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
436        echo " rm -f" $$list; \
437        rm -f $$list || exit $$?; \
438        test -n "$(EXEEXT)" || exit 0; \
439        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
440        echo " rm -f" $$list; \
441        rm -f $$list
442schroot$(EXEEXT): $(schroot_OBJECTS) $(schroot_DEPENDENCIES)
443        @rm -f schroot$(EXEEXT)
444        $(AM_V_CXXLD)$(CXXLINK) $(schroot_OBJECTS) $(schroot_LDADD) $(LIBS)
445
446mostlyclean-compile:
447        -rm -f *.$(OBJEXT)
448
449distclean-compile:
450        -rm -f *.tab.c
451
452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schroot-main-base.Plo@am__quote@
453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schroot-main.Plo@am__quote@
454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schroot-options-base.Plo@am__quote@
455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schroot-options.Po@am__quote@
456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schroot.Po@am__quote@
457
458.cc.o:
459@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
460@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
461@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
462@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
463@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
465
466.cc.obj:
467@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
468@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
469@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
470@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
471@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
472@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
473
474.cc.lo:
475@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
476@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
477@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
478@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
479@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
481
482mostlyclean-libtool:
483        -rm -f *.lo
484
485clean-libtool:
486        -rm -rf .libs _libs
487
488ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
489        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
490        unique=`for i in $$list; do \
491            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492          done | \
493          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
494              END { if (nonempty) { for (i in files) print i; }; }'`; \
495        mkid -fID $$unique
496tags: TAGS
497
498TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
499                $(TAGS_FILES) $(LISP)
500        set x; \
501        here=`pwd`; \
502        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
503        unique=`for i in $$list; do \
504            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505          done | \
506          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
507              END { if (nonempty) { for (i in files) print i; }; }'`; \
508        shift; \
509        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
510          test -n "$$unique" || unique=$$empty_fix; \
511          if test $$# -gt 0; then \
512            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513              "$$@" $$unique; \
514          else \
515            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
516              $$unique; \
517          fi; \
518        fi
519ctags: CTAGS
520CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
521                $(TAGS_FILES) $(LISP)
522        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
523        unique=`for i in $$list; do \
524            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
525          done | \
526          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
527              END { if (nonempty) { for (i in files) print i; }; }'`; \
528        test -z "$(CTAGS_ARGS)$$unique" \
529          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
530             $$unique
531
532GTAGS:
533        here=`$(am__cd) $(top_builddir) && pwd` \
534          && $(am__cd) $(top_srcdir) \
535          && gtags -i $(GTAGS_ARGS) "$$here"
536
537distclean-tags:
538        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
539
540distdir: $(DISTFILES)
541        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
542        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
543        list='$(DISTFILES)'; \
544          dist_files=`for file in $$list; do echo $$file; done | \
545          sed -e "s|^$$srcdirstrip/||;t" \
546              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
547        case $$dist_files in \
548          */*) $(MKDIR_P) `echo "$$dist_files" | \
549                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
550                           sort -u` ;; \
551        esac; \
552        for file in $$dist_files; do \
553          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
554          if test -d $$d/$$file; then \
555            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
556            if test -d "$(distdir)/$$file"; then \
557              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
558            fi; \
559            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
560              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
561              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
562            fi; \
563            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
564          else \
565            test -f "$(distdir)/$$file" \
566            || cp -p $$d/$$file "$(distdir)/$$file" \
567            || exit 1; \
568          fi; \
569        done
570check-am: all-am
571check: check-am
572all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
573installdirs:
574        for dir in "$(DESTDIR)$(bindir)"; do \
575          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
576        done
577install: install-am
578install-exec: install-exec-am
579install-data: install-data-am
580uninstall: uninstall-am
581
582install-am: all-am
583        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
584
585installcheck: installcheck-am
586install-strip:
587        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
588          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
589          `test -z '$(STRIP)' || \
590            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
591mostlyclean-generic:
592
593clean-generic:
594
595distclean-generic:
596        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
597        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
598
599maintainer-clean-generic:
600        @echo "This command is intended for maintainers to use"
601        @echo "it deletes files that may require special tools to rebuild."
602clean: clean-am
603
604clean-am: clean-binPROGRAMS clean-generic clean-libtool \
605        clean-noinstLTLIBRARIES mostlyclean-am
606
607distclean: distclean-am
608        -rm -rf ./$(DEPDIR)
609        -rm -f Makefile
610distclean-am: clean-am distclean-compile distclean-generic \
611        distclean-tags
612
613dvi: dvi-am
614
615dvi-am:
616
617html: html-am
618
619html-am:
620
621info: info-am
622
623info-am:
624
625install-data-am:
626        @$(NORMAL_INSTALL)
627        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
628install-dvi: install-dvi-am
629
630install-dvi-am:
631
632install-exec-am: install-binPROGRAMS
633        @$(NORMAL_INSTALL)
634        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
635install-html: install-html-am
636
637install-html-am:
638
639install-info: install-info-am
640
641install-info-am:
642
643install-man:
644
645install-pdf: install-pdf-am
646
647install-pdf-am:
648
649install-ps: install-ps-am
650
651install-ps-am:
652
653installcheck-am:
654
655maintainer-clean: maintainer-clean-am
656        -rm -rf ./$(DEPDIR)
657        -rm -f Makefile
658maintainer-clean-am: distclean-am maintainer-clean-generic
659
660mostlyclean: mostlyclean-am
661
662mostlyclean-am: mostlyclean-compile mostlyclean-generic \
663        mostlyclean-libtool
664
665pdf: pdf-am
666
667pdf-am:
668
669ps: ps-am
670
671ps-am:
672
673uninstall-am: uninstall-binPROGRAMS
674
675.MAKE: install-am install-data-am install-exec-am install-strip
676
677.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
678        clean-generic clean-libtool clean-noinstLTLIBRARIES ctags \
679        distclean distclean-compile distclean-generic \
680        distclean-libtool distclean-tags distdir dvi dvi-am html \
681        html-am info info-am install install-am install-binPROGRAMS \
682        install-data install-data-am install-data-hook install-dvi \
683        install-dvi-am install-exec install-exec-am install-exec-hook \
684        install-html install-html-am install-info install-info-am \
685        install-man install-pdf install-pdf-am install-ps \
686        install-ps-am install-strip installcheck installcheck-am \
687        installdirs maintainer-clean maintainer-clean-generic \
688        mostlyclean mostlyclean-compile mostlyclean-generic \
689        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
690        uninstall-am uninstall-binPROGRAMS
691
692
693install-exec-hook:
694# Install setuid root.
695        chmod 4755 "$(DESTDIR)$(bindir)/schroot"
696
697install-data-hook:
698        $(MKDIR_P) $(DESTDIR)$(SCHROOT_CONF_CHROOT_D)
699        $(MKDIR_P) $(DESTDIR)$(SCHROOT_MOUNT_DIR)
700        $(MKDIR_P) $(DESTDIR)$(SCHROOT_SESSION_DIR)
701        $(MKDIR_P) $(DESTDIR)$(SCHROOT_FILE_UNPACK_DIR)
702        $(MKDIR_P) $(DESTDIR)$(SCHROOT_OVERLAY_DIR)
703        $(MKDIR_P) $(DESTDIR)$(SCHROOT_UNDERLAY_DIR)
704
705# Tell versions [3.59,3.63) of GNU make to not export all variables.
706# Otherwise a system limit (for SysV at least) may be exceeded.
707.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.