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

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