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

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