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

Revision 24314, 27.2 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#####################################################################
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 = README $(am__configure_deps) $(srcdir)/Makefile.am \
79        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
80        $(top_srcdir)/configure $(top_srcdir)/scripts/global.mk \
81        $(top_srcdir)/scripts/po-notify.in ABOUT-NLS AUTHORS COPYING \
82        ChangeLog INSTALL NEWS THANKS TODO scripts/config.guess \
83        scripts/config.rpath scripts/config.sub scripts/depcomp \
84        scripts/install-sh scripts/ltmain.sh scripts/missing
85subdir = .
86ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
88        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
89        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
90        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
91        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
92        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
93        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
94        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96        $(ACLOCAL_M4)
97am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
98 configure.lineno config.status.lineno
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = config.h $(top_builddir)/sbuild/sbuild-config.h
101CONFIG_CLEAN_FILES = scripts/po-notify
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_GEN = $(am__v_GEN_$(V))
104am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
105am__v_GEN_0 = @echo "  GEN   " $@;
106AM_V_at = $(am__v_at_$(V))
107am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
108am__v_at_0 = @
109SOURCES =
110DIST_SOURCES =
111RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
112        html-recursive info-recursive install-data-recursive \
113        install-dvi-recursive install-exec-recursive \
114        install-html-recursive install-info-recursive \
115        install-pdf-recursive install-ps-recursive install-recursive \
116        installcheck-recursive installdirs-recursive pdf-recursive \
117        ps-recursive uninstall-recursive
118RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
119  distclean-recursive maintainer-clean-recursive
120AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
121        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
122        distdir dist dist-all distcheck
123ETAGS = etags
124CTAGS = ctags
125DIST_SUBDIRS = $(SUBDIRS)
126DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127distdir = $(PACKAGE)-$(VERSION)
128top_distdir = $(distdir)
129am__remove_distdir = \
130  { test ! -d "$(distdir)" \
131    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
132         && rm -fr "$(distdir)"; }; }
133am__relativize = \
134  dir0=`pwd`; \
135  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
136  sed_rest='s,^[^/]*/*,,'; \
137  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
138  sed_butlast='s,/*[^/]*$$,,'; \
139  while test -n "$$dir1"; do \
140    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
141    if test "$$first" != "."; then \
142      if test "$$first" = ".."; then \
143        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
144        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
145      else \
146        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
147        if test "$$first2" = "$$first"; then \
148          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
149        else \
150          dir2="../$$dir2"; \
151        fi; \
152        dir0="$$dir0"/"$$first"; \
153      fi; \
154    fi; \
155    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
156  done; \
157  reldir="$$dir2"
158GZIP_ENV = --best
159DIST_ARCHIVES = $(distdir).tar.bz2
160distuninstallcheck_listfiles = find . -type f -print
161distcleancheck_listfiles = find . -type f -print
162ACLOCAL = @ACLOCAL@
163AMTAR = @AMTAR@
164AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
165AR = @AR@
166AUTOCONF = @AUTOCONF@
167AUTOHEADER = @AUTOHEADER@
168AUTOMAKE = @AUTOMAKE@
169AWK = @AWK@
170BOOST_FILESYSTEM_LIBS = @BOOST_FILESYSTEM_LIBS@
171BOOST_LIBS = @BOOST_LIBS@
172CC = @CC@
173CCDEPMODE = @CCDEPMODE@
174CFLAGS = @CFLAGS@
175CPP = @CPP@
176CPPFLAGS = @CPPFLAGS@
177CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
178CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
179CPPUNIT_LIBS = @CPPUNIT_LIBS@
180CSBUILD_CONF = @CSBUILD_CONF@
181CXX = @CXX@
182CXXCPP = @CXXCPP@
183CXXDEPMODE = @CXXDEPMODE@
184CXXFLAGS = @CXXFLAGS@
185CYGPATH_W = @CYGPATH_W@
186DCHROOT_CONF = @DCHROOT_CONF@
187DEFS = @DEFS@
188DEPDIR = @DEPDIR@
189DOXYGEN = @DOXYGEN@
190DSYMUTIL = @DSYMUTIL@
191DUMPBIN = @DUMPBIN@
192ECHO_C = @ECHO_C@
193ECHO_N = @ECHO_N@
194ECHO_T = @ECHO_T@
195EGREP = @EGREP@
196EXEEXT = @EXEEXT@
197FGREP = @FGREP@
198FIND = @FIND@
199GMSGFMT = @GMSGFMT@
200GMSGFMT_015 = @GMSGFMT_015@
201GREP = @GREP@
202INSTALL = @INSTALL@
203INSTALL_DATA = @INSTALL_DATA@
204INSTALL_PROGRAM = @INSTALL_PROGRAM@
205INSTALL_SCRIPT = @INSTALL_SCRIPT@
206INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
207INTLLIBS = @INTLLIBS@
208INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
209LD = @LD@
210LDFLAGS = @LDFLAGS@
211LIBICONV = @LIBICONV@
212LIBINTL = @LIBINTL@
213LIBOBJS = @LIBOBJS@
214LIBS = @LIBS@
215LIBTOOL = @LIBTOOL@
216LIPO = @LIPO@
217LN_S = @LN_S@
218LOCKDEV_LIBS = @LOCKDEV_LIBS@
219LOSETUP = @LOSETUP@
220LTLIBICONV = @LTLIBICONV@
221LTLIBINTL = @LTLIBINTL@
222LTLIBOBJS = @LTLIBOBJS@
223LVCREATE = @LVCREATE@
224LVREMOVE = @LVREMOVE@
225MAINT = @MAINT@
226MAKEINFO = @MAKEINFO@
227MKDIR_P = @MKDIR_P@
228MSGFMT = @MSGFMT@
229MSGFMT_015 = @MSGFMT_015@
230MSGMERGE = @MSGMERGE@
231NM = @NM@
232NMEDIT = @NMEDIT@
233OBJDUMP = @OBJDUMP@
234OBJEXT = @OBJEXT@
235OTOOL = @OTOOL@
236OTOOL64 = @OTOOL64@
237PACKAGE = @PACKAGE@
238PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
239PACKAGE_NAME = @PACKAGE_NAME@
240PACKAGE_STRING = @PACKAGE_STRING@
241PACKAGE_SYSCONF_DIR = @PACKAGE_SYSCONF_DIR@
242PACKAGE_TARNAME = @PACKAGE_TARNAME@
243PACKAGE_URL = @PACKAGE_URL@
244PACKAGE_VERSION = @PACKAGE_VERSION@
245PAM_LIBS = @PAM_LIBS@
246PATH_SEPARATOR = @PATH_SEPARATOR@
247PKG_CONFIG = @PKG_CONFIG@
248POSUB = @POSUB@
249PTHREAD_CC = @PTHREAD_CC@
250PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
251PTHREAD_LIBS = @PTHREAD_LIBS@
252RANLIB = @RANLIB@
253RELEASE_DATE = @RELEASE_DATE@
254RELEASE_DATE_S = @RELEASE_DATE_S@
255SBUILD_BINARY_AGE = @SBUILD_BINARY_AGE@
256SBUILD_CURRENT_INTERFACE = @SBUILD_CURRENT_INTERFACE@
257SBUILD_INTERFACE_AGE = @SBUILD_INTERFACE_AGE@
258SCHROOT_CFLAGS = @SCHROOT_CFLAGS@
259SCHROOT_CONF = @SCHROOT_CONF@
260SCHROOT_CONF_CHROOT_D = @SCHROOT_CONF_CHROOT_D@
261SCHROOT_CONF_SETUP_D = @SCHROOT_CONF_SETUP_D@
262SCHROOT_FILE_UNPACK_DIR = @SCHROOT_FILE_UNPACK_DIR@
263SCHROOT_LIBEXEC_DIR = @SCHROOT_LIBEXEC_DIR@
264SCHROOT_MOUNT_DIR = @SCHROOT_MOUNT_DIR@
265SCHROOT_OVERLAY_DIR = @SCHROOT_OVERLAY_DIR@
266SCHROOT_SESSION_DIR = @SCHROOT_SESSION_DIR@
267SCHROOT_UNDERLAY_DIR = @SCHROOT_UNDERLAY_DIR@
268SED = @SED@
269SET_MAKE = @SET_MAKE@
270SHELL = @SHELL@
271STRIP = @STRIP@
272USE_NLS = @USE_NLS@
273UUID_CFLAGS = @UUID_CFLAGS@
274UUID_LIBS = @UUID_LIBS@
275VERSION = @VERSION@
276XARGS = @XARGS@
277XGETTEXT = @XGETTEXT@
278XGETTEXT_015 = @XGETTEXT_015@
279abs_builddir = @abs_builddir@
280abs_srcdir = @abs_srcdir@
281abs_top_builddir = @abs_top_builddir@
282abs_top_srcdir = @abs_top_srcdir@
283ac_ct_CC = @ac_ct_CC@
284ac_ct_CXX = @ac_ct_CXX@
285ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
286acx_pthread_config = @acx_pthread_config@
287am__include = @am__include@
288am__leading_dot = @am__leading_dot@
289am__quote = @am__quote@
290am__tar = @am__tar@
291am__untar = @am__untar@
292bashcompletiondir = @bashcompletiondir@
293bindir = @bindir@
294build = @build@
295build_alias = @build_alias@
296build_cpu = @build_cpu@
297build_os = @build_os@
298build_vendor = @build_vendor@
299builddir = @builddir@
300datadir = @datadir@
301datarootdir = @datarootdir@
302docdir = @docdir@
303dvidir = @dvidir@
304exec_prefix = @exec_prefix@
305host = @host@
306host_alias = @host_alias@
307host_cpu = @host_cpu@
308host_os = @host_os@
309host_vendor = @host_vendor@
310htmldir = @htmldir@
311includedir = @includedir@
312infodir = @infodir@
313install_sh = @install_sh@
314libdir = @libdir@
315libexecdir = @libexecdir@
316localedir = @localedir@
317localstatedir = @localstatedir@
318lt_ECHO = @lt_ECHO@
319mandir = @mandir@
320mkdir_p = @mkdir_p@
321oldincludedir = @oldincludedir@
322pdfdir = @pdfdir@
323prefix = @prefix@
324program_transform_name = @program_transform_name@
325psdir = @psdir@
326sbindir = @sbindir@
327sharedstatedir = @sharedstatedir@
328srcdir = @srcdir@
329sysconfdir = @sysconfdir@
330target_alias = @target_alias@
331top_build_prefix = @top_build_prefix@
332top_builddir = @top_builddir@
333top_srcdir = @top_srcdir@
334ACLOCAL_AMFLAGS = -I m4
335
336# Global options for use in all Makefiles.
337AM_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
338AM_LDFLAGS = $(LOCAL_LDFLAGS) $(PTHREAD_LIBS)
339SUBDIRS = sbuild bin test etc man doc po
340EXTRA_DIST = \
341        bootstrap                       \
342        debian                          \
343        scripts/schroot_release.m4.in   \
344        m4                              \
345        HACKING
346
347all: config.h
348        $(MAKE) $(AM_MAKEFLAGS) all-recursive
349
350.SUFFIXES:
351am--refresh:
352        @:
353$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
354        @for dep in $?; do \
355          case '$(am__configure_deps)' in \
356            *$$dep*) \
357              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
358              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
359                && exit 0; \
360              exit 1;; \
361          esac; \
362        done; \
363        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
364        $(am__cd) $(top_srcdir) && \
365          $(AUTOMAKE) --gnu Makefile
366.PRECIOUS: Makefile
367Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
368        @case '$?' in \
369          *config.status*) \
370            echo ' $(SHELL) ./config.status'; \
371            $(SHELL) ./config.status;; \
372          *) \
373            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
374            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
375        esac;
376
377$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
378        $(SHELL) ./config.status --recheck
379
380$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
381        $(am__cd) $(srcdir) && $(AUTOCONF)
382$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
383        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
384$(am__aclocal_m4_deps):
385
386config.h: stamp-h1
387        @if test ! -f $@; then \
388          rm -f stamp-h1; \
389          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
390        else :; fi
391
392stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
393        @rm -f stamp-h1
394        cd $(top_builddir) && $(SHELL) ./config.status config.h
395$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
396        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
397        rm -f stamp-h1
398        touch $@
399
400distclean-hdr:
401        -rm -f config.h stamp-h1
402scripts/po-notify: $(top_builddir)/config.status $(top_srcdir)/scripts/po-notify.in
403        cd $(top_builddir) && $(SHELL) ./config.status $@
404
405mostlyclean-libtool:
406        -rm -f *.lo
407
408clean-libtool:
409        -rm -rf .libs _libs
410
411distclean-libtool:
412        -rm -f libtool config.lt
413
414# This directory's subdirectories are mostly independent; you can cd
415# into them and run `make' without going through this Makefile.
416# To change the values of `make' variables: instead of editing Makefiles,
417# (1) if the variable is set in `config.status', edit `config.status'
418#     (which will cause the Makefiles to be regenerated when you run `make');
419# (2) otherwise, pass the desired values on the `make' command line.
420$(RECURSIVE_TARGETS):
421        @failcom='exit 1'; \
422        for f in x $$MAKEFLAGS; do \
423          case $$f in \
424            *=* | --[!k]*);; \
425            *k*) failcom='fail=yes';; \
426          esac; \
427        done; \
428        dot_seen=no; \
429        target=`echo $@ | sed s/-recursive//`; \
430        list='$(SUBDIRS)'; for subdir in $$list; do \
431          echo "Making $$target in $$subdir"; \
432          if test "$$subdir" = "."; then \
433            dot_seen=yes; \
434            local_target="$$target-am"; \
435          else \
436            local_target="$$target"; \
437          fi; \
438          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
439          || eval $$failcom; \
440        done; \
441        if test "$$dot_seen" = "no"; then \
442          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
443        fi; test -z "$$fail"
444
445$(RECURSIVE_CLEAN_TARGETS):
446        @failcom='exit 1'; \
447        for f in x $$MAKEFLAGS; do \
448          case $$f in \
449            *=* | --[!k]*);; \
450            *k*) failcom='fail=yes';; \
451          esac; \
452        done; \
453        dot_seen=no; \
454        case "$@" in \
455          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
456          *) list='$(SUBDIRS)' ;; \
457        esac; \
458        rev=''; for subdir in $$list; do \
459          if test "$$subdir" = "."; then :; else \
460            rev="$$subdir $$rev"; \
461          fi; \
462        done; \
463        rev="$$rev ."; \
464        target=`echo $@ | sed s/-recursive//`; \
465        for subdir in $$rev; do \
466          echo "Making $$target in $$subdir"; \
467          if test "$$subdir" = "."; then \
468            local_target="$$target-am"; \
469          else \
470            local_target="$$target"; \
471          fi; \
472          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
473          || eval $$failcom; \
474        done && test -z "$$fail"
475tags-recursive:
476        list='$(SUBDIRS)'; for subdir in $$list; do \
477          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
478        done
479ctags-recursive:
480        list='$(SUBDIRS)'; for subdir in $$list; do \
481          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
482        done
483
484ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
485        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
486        unique=`for i in $$list; do \
487            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488          done | \
489          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
490              END { if (nonempty) { for (i in files) print i; }; }'`; \
491        mkid -fID $$unique
492tags: TAGS
493
494TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
495                $(TAGS_FILES) $(LISP)
496        set x; \
497        here=`pwd`; \
498        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
499          include_option=--etags-include; \
500          empty_fix=.; \
501        else \
502          include_option=--include; \
503          empty_fix=; \
504        fi; \
505        list='$(SUBDIRS)'; for subdir in $$list; do \
506          if test "$$subdir" = .; then :; else \
507            test ! -f $$subdir/TAGS || \
508              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
509          fi; \
510        done; \
511        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
512        unique=`for i in $$list; do \
513            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
514          done | \
515          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
516              END { if (nonempty) { for (i in files) print i; }; }'`; \
517        shift; \
518        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
519          test -n "$$unique" || unique=$$empty_fix; \
520          if test $$# -gt 0; then \
521            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522              "$$@" $$unique; \
523          else \
524            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525              $$unique; \
526          fi; \
527        fi
528ctags: CTAGS
529CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
530                $(TAGS_FILES) $(LISP)
531        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
532        unique=`for i in $$list; do \
533            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
534          done | \
535          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
536              END { if (nonempty) { for (i in files) print i; }; }'`; \
537        test -z "$(CTAGS_ARGS)$$unique" \
538          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
539             $$unique
540
541GTAGS:
542        here=`$(am__cd) $(top_builddir) && pwd` \
543          && $(am__cd) $(top_srcdir) \
544          && gtags -i $(GTAGS_ARGS) "$$here"
545
546distclean-tags:
547        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
548
549distdir: $(DISTFILES)
550        @case `sed 15q $(srcdir)/NEWS` in \
551        *"$(VERSION)"*) : ;; \
552        *) \
553          echo "NEWS not updated; not releasing" 1>&2; \
554          exit 1;; \
555        esac
556        $(am__remove_distdir)
557        test -d "$(distdir)" || mkdir "$(distdir)"
558        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
559        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
560        list='$(DISTFILES)'; \
561          dist_files=`for file in $$list; do echo $$file; done | \
562          sed -e "s|^$$srcdirstrip/||;t" \
563              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
564        case $$dist_files in \
565          */*) $(MKDIR_P) `echo "$$dist_files" | \
566                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
567                           sort -u` ;; \
568        esac; \
569        for file in $$dist_files; do \
570          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
571          if test -d $$d/$$file; then \
572            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
573            if test -d "$(distdir)/$$file"; then \
574              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
575            fi; \
576            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
577              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
578              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
579            fi; \
580            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
581          else \
582            test -f "$(distdir)/$$file" \
583            || cp -p $$d/$$file "$(distdir)/$$file" \
584            || exit 1; \
585          fi; \
586        done
587        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
588          if test "$$subdir" = .; then :; else \
589            test -d "$(distdir)/$$subdir" \
590            || $(MKDIR_P) "$(distdir)/$$subdir" \
591            || exit 1; \
592          fi; \
593        done
594        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
595          if test "$$subdir" = .; then :; else \
596            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
597            $(am__relativize); \
598            new_distdir=$$reldir; \
599            dir1=$$subdir; dir2="$(top_distdir)"; \
600            $(am__relativize); \
601            new_top_distdir=$$reldir; \
602            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
603            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
604            ($(am__cd) $$subdir && \
605              $(MAKE) $(AM_MAKEFLAGS) \
606                top_distdir="$$new_top_distdir" \
607                distdir="$$new_distdir" \
608                am__remove_distdir=: \
609                am__skip_length_check=: \
610                am__skip_mode_fix=: \
611                distdir) \
612              || exit 1; \
613          fi; \
614        done
615        $(MAKE) $(AM_MAKEFLAGS) \
616          top_distdir="$(top_distdir)" distdir="$(distdir)" \
617          dist-hook
618        -test -n "$(am__skip_mode_fix)" \
619        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
620          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
621          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
622          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
623        || chmod -R a+r "$(distdir)"
624dist-gzip: distdir
625        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
626        $(am__remove_distdir)
627dist-bzip2: distdir
628        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
629        $(am__remove_distdir)
630
631dist-lzma: distdir
632        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
633        $(am__remove_distdir)
634
635dist-xz: distdir
636        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
637        $(am__remove_distdir)
638
639dist-tarZ: distdir
640        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
641        $(am__remove_distdir)
642
643dist-shar: distdir
644        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
645        $(am__remove_distdir)
646
647dist-zip: distdir
648        -rm -f $(distdir).zip
649        zip -rq $(distdir).zip $(distdir)
650        $(am__remove_distdir)
651
652dist dist-all: distdir
653        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
654        $(am__remove_distdir)
655
656# This target untars the dist file and tries a VPATH configuration.  Then
657# it guarantees that the distribution is self-contained by making another
658# tarfile.
659distcheck: dist
660        case '$(DIST_ARCHIVES)' in \
661        *.tar.gz*) \
662          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
663        *.tar.bz2*) \
664          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
665        *.tar.lzma*) \
666          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
667        *.tar.xz*) \
668          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
669        *.tar.Z*) \
670          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
671        *.shar.gz*) \
672          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
673        *.zip*) \
674          unzip $(distdir).zip ;;\
675        esac
676        chmod -R a-w $(distdir); chmod a+w $(distdir)
677        mkdir $(distdir)/_build
678        mkdir $(distdir)/_inst
679        chmod a-w $(distdir)
680        test -d $(distdir)/_build || exit 0; \
681        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
682          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
683          && am__cwd=`pwd` \
684          && $(am__cd) $(distdir)/_build \
685          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
686            $(DISTCHECK_CONFIGURE_FLAGS) \
687          && $(MAKE) $(AM_MAKEFLAGS) \
688          && $(MAKE) $(AM_MAKEFLAGS) dvi \
689          && $(MAKE) $(AM_MAKEFLAGS) check \
690          && $(MAKE) $(AM_MAKEFLAGS) install \
691          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
692          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
693          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
694                distuninstallcheck \
695          && chmod -R a-w "$$dc_install_base" \
696          && ({ \
697               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
698               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
699               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
700               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
701                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
702              } || { rm -rf "$$dc_destdir"; exit 1; }) \
703          && rm -rf "$$dc_destdir" \
704          && $(MAKE) $(AM_MAKEFLAGS) dist \
705          && rm -rf $(DIST_ARCHIVES) \
706          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
707          && cd "$$am__cwd" \
708          || exit 1
709        $(am__remove_distdir)
710        @(echo "$(distdir) archives ready for distribution: "; \
711          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
712          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
713distuninstallcheck:
714        @$(am__cd) '$(distuninstallcheck_dir)' \
715        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
716           || { echo "ERROR: files left after uninstall:" ; \
717                if test -n "$(DESTDIR)"; then \
718                  echo "  (check DESTDIR support)"; \
719                fi ; \
720                $(distuninstallcheck_listfiles) ; \
721                exit 1; } >&2
722distcleancheck: distclean
723        @if test '$(srcdir)' = . ; then \
724          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
725          exit 1 ; \
726        fi
727        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
728          || { echo "ERROR: files left in build directory after distclean:" ; \
729               $(distcleancheck_listfiles) ; \
730               exit 1; } >&2
731check-am: all-am
732check: check-recursive
733all-am: Makefile config.h
734installdirs: installdirs-recursive
735installdirs-am:
736install: install-recursive
737install-exec: install-exec-recursive
738install-data: install-data-recursive
739uninstall: uninstall-recursive
740
741install-am: all-am
742        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
743
744installcheck: installcheck-recursive
745install-strip:
746        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
747          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
748          `test -z '$(STRIP)' || \
749            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
750mostlyclean-generic:
751
752clean-generic:
753
754distclean-generic:
755        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
756        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
757
758maintainer-clean-generic:
759        @echo "This command is intended for maintainers to use"
760        @echo "it deletes files that may require special tools to rebuild."
761clean: clean-recursive
762
763clean-am: clean-generic clean-libtool mostlyclean-am
764
765distclean: distclean-recursive
766        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
767        -rm -f Makefile
768distclean-am: clean-am distclean-generic distclean-hdr \
769        distclean-libtool distclean-tags
770
771dvi: dvi-recursive
772
773dvi-am:
774
775html: html-recursive
776
777html-am:
778
779info: info-recursive
780
781info-am:
782
783install-data-am:
784
785install-dvi: install-dvi-recursive
786
787install-dvi-am:
788
789install-exec-am:
790
791install-html: install-html-recursive
792
793install-html-am:
794
795install-info: install-info-recursive
796
797install-info-am:
798
799install-man:
800
801install-pdf: install-pdf-recursive
802
803install-pdf-am:
804
805install-ps: install-ps-recursive
806
807install-ps-am:
808
809installcheck-am:
810
811maintainer-clean: maintainer-clean-recursive
812        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
813        -rm -rf $(top_srcdir)/autom4te.cache
814        -rm -f Makefile
815maintainer-clean-am: distclean-am maintainer-clean-generic
816
817mostlyclean: mostlyclean-recursive
818
819mostlyclean-am: mostlyclean-generic mostlyclean-libtool
820
821pdf-am:
822
823ps-am:
824
825uninstall-am:
826
827.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
828        ctags-recursive install-am install-strip tags-recursive
829
830.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
831        all all-am am--refresh check check-am clean clean-generic \
832        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
833        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
834        dist-zip distcheck distclean distclean-generic distclean-hdr \
835        distclean-libtool distclean-tags distcleancheck distdir \
836        distuninstallcheck dvi dvi-am html html-am info info-am \
837        install install-am install-data install-data-am install-dvi \
838        install-dvi-am install-exec install-exec-am install-html \
839        install-html-am install-info install-info-am install-man \
840        install-pdf install-pdf-am install-ps install-ps-am \
841        install-strip installcheck installcheck-am installdirs \
842        installdirs-am maintainer-clean maintainer-clean-generic \
843        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
844        ps ps-am tags tags-recursive uninstall uninstall-am
845
846
847dist-hook:
848# Remove junk from the generated tarball.
849        $(FIND) $(distdir) -name '.*' -print | $(XARGS) xargs $(RM) -rf
850        $(FIND) $(distdir) -name '#*' -print | $(XARGS) $(RM) -rf
851        $(FIND) $(distdir) -name '*~' -print | $(XARGS) $(RM) -rf
852
853# Generate ChangeLog
854        if [ -d .git ]; then                    \
855          git log > $(distdir)/ChangeLog;       \
856        fi
857
858ps:
859        $(MAKE) -C doc schroot.ps
860
861pdf:
862        $(MAKE) -C doc schroot.pdf
863
864.PHONY: ps pdf
865
866# Tell versions [3.59,3.63) of GNU make to not export all variables.
867# Otherwise a system limit (for SysV at least) may be exceeded.
868.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.