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

Revision 24314, 20.1 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 = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
79        $(srcdir)/csbuild.1.in $(srcdir)/dchroot-dsa.1.in \
80        $(srcdir)/dchroot.1.in $(srcdir)/schroot-script-config.5.in \
81        $(srcdir)/schroot-setup.5.in $(srcdir)/schroot.1.in \
82        $(srcdir)/schroot.conf.5.in $(top_srcdir)/scripts/global.mk
83subdir = man
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 = schroot.1 schroot-setup.5 schroot.conf.5 \
99        schroot-script-config.5 dchroot.1 dchroot-dsa.1 csbuild.1
100CONFIG_CLEAN_VPATH_FILES =
101AM_V_GEN = $(am__v_GEN_$(V))
102am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
103am__v_GEN_0 = @echo "  GEN   " $@;
104AM_V_at = $(am__v_at_$(V))
105am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
106am__v_at_0 = @
107SOURCES =
108DIST_SOURCES =
109am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
110am__vpath_adj = case $$p in \
111    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
112    *) f=$$p;; \
113  esac;
114am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
115am__install_max = 40
116am__nobase_strip_setup = \
117  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
118am__nobase_strip = \
119  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
120am__nobase_list = $(am__nobase_strip_setup); \
121  for p in $$list; do echo "$$p $$p"; done | \
122  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
123  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
124    if (++n[$$2] == $(am__install_max)) \
125      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
126    END { for (dir in files) print dir, files[dir] }'
127am__base_list = \
128  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
129  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
130man1dir = $(mandir)/man1
131am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)"
132man5dir = $(mandir)/man5
133NROFF = nroff
134MANS = $(man_MANS)
135DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
136ACLOCAL = @ACLOCAL@
137AMTAR = @AMTAR@
138AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
139AR = @AR@
140AUTOCONF = @AUTOCONF@
141AUTOHEADER = @AUTOHEADER@
142AUTOMAKE = @AUTOMAKE@
143AWK = @AWK@
144BOOST_FILESYSTEM_LIBS = @BOOST_FILESYSTEM_LIBS@
145BOOST_LIBS = @BOOST_LIBS@
146CC = @CC@
147CCDEPMODE = @CCDEPMODE@
148CFLAGS = @CFLAGS@
149CPP = @CPP@
150CPPFLAGS = @CPPFLAGS@
151CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
152CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
153CPPUNIT_LIBS = @CPPUNIT_LIBS@
154CSBUILD_CONF = @CSBUILD_CONF@
155CXX = @CXX@
156CXXCPP = @CXXCPP@
157CXXDEPMODE = @CXXDEPMODE@
158CXXFLAGS = @CXXFLAGS@
159CYGPATH_W = @CYGPATH_W@
160DCHROOT_CONF = @DCHROOT_CONF@
161DEFS = @DEFS@
162DEPDIR = @DEPDIR@
163DOXYGEN = @DOXYGEN@
164DSYMUTIL = @DSYMUTIL@
165DUMPBIN = @DUMPBIN@
166ECHO_C = @ECHO_C@
167ECHO_N = @ECHO_N@
168ECHO_T = @ECHO_T@
169EGREP = @EGREP@
170EXEEXT = @EXEEXT@
171FGREP = @FGREP@
172FIND = @FIND@
173GMSGFMT = @GMSGFMT@
174GMSGFMT_015 = @GMSGFMT_015@
175GREP = @GREP@
176INSTALL = @INSTALL@
177INSTALL_DATA = @INSTALL_DATA@
178INSTALL_PROGRAM = @INSTALL_PROGRAM@
179INSTALL_SCRIPT = @INSTALL_SCRIPT@
180INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
181INTLLIBS = @INTLLIBS@
182INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
183LD = @LD@
184LDFLAGS = @LDFLAGS@
185LIBICONV = @LIBICONV@
186LIBINTL = @LIBINTL@
187LIBOBJS = @LIBOBJS@
188LIBS = @LIBS@
189LIBTOOL = @LIBTOOL@
190LIPO = @LIPO@
191LN_S = @LN_S@
192LOCKDEV_LIBS = @LOCKDEV_LIBS@
193LOSETUP = @LOSETUP@
194LTLIBICONV = @LTLIBICONV@
195LTLIBINTL = @LTLIBINTL@
196LTLIBOBJS = @LTLIBOBJS@
197LVCREATE = @LVCREATE@
198LVREMOVE = @LVREMOVE@
199MAINT = @MAINT@
200MAKEINFO = @MAKEINFO@
201MKDIR_P = @MKDIR_P@
202MSGFMT = @MSGFMT@
203MSGFMT_015 = @MSGFMT_015@
204MSGMERGE = @MSGMERGE@
205NM = @NM@
206NMEDIT = @NMEDIT@
207OBJDUMP = @OBJDUMP@
208OBJEXT = @OBJEXT@
209OTOOL = @OTOOL@
210OTOOL64 = @OTOOL64@
211PACKAGE = @PACKAGE@
212PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
213PACKAGE_NAME = @PACKAGE_NAME@
214PACKAGE_STRING = @PACKAGE_STRING@
215PACKAGE_SYSCONF_DIR = @PACKAGE_SYSCONF_DIR@
216PACKAGE_TARNAME = @PACKAGE_TARNAME@
217PACKAGE_URL = @PACKAGE_URL@
218PACKAGE_VERSION = @PACKAGE_VERSION@
219PAM_LIBS = @PAM_LIBS@
220PATH_SEPARATOR = @PATH_SEPARATOR@
221PKG_CONFIG = @PKG_CONFIG@
222POSUB = @POSUB@
223PTHREAD_CC = @PTHREAD_CC@
224PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
225PTHREAD_LIBS = @PTHREAD_LIBS@
226RANLIB = @RANLIB@
227RELEASE_DATE = @RELEASE_DATE@
228RELEASE_DATE_S = @RELEASE_DATE_S@
229SBUILD_BINARY_AGE = @SBUILD_BINARY_AGE@
230SBUILD_CURRENT_INTERFACE = @SBUILD_CURRENT_INTERFACE@
231SBUILD_INTERFACE_AGE = @SBUILD_INTERFACE_AGE@
232SCHROOT_CFLAGS = @SCHROOT_CFLAGS@
233SCHROOT_CONF = @SCHROOT_CONF@
234SCHROOT_CONF_CHROOT_D = @SCHROOT_CONF_CHROOT_D@
235SCHROOT_CONF_SETUP_D = @SCHROOT_CONF_SETUP_D@
236SCHROOT_FILE_UNPACK_DIR = @SCHROOT_FILE_UNPACK_DIR@
237SCHROOT_LIBEXEC_DIR = @SCHROOT_LIBEXEC_DIR@
238SCHROOT_MOUNT_DIR = @SCHROOT_MOUNT_DIR@
239SCHROOT_OVERLAY_DIR = @SCHROOT_OVERLAY_DIR@
240SCHROOT_SESSION_DIR = @SCHROOT_SESSION_DIR@
241SCHROOT_UNDERLAY_DIR = @SCHROOT_UNDERLAY_DIR@
242SED = @SED@
243SET_MAKE = @SET_MAKE@
244SHELL = @SHELL@
245STRIP = @STRIP@
246USE_NLS = @USE_NLS@
247UUID_CFLAGS = @UUID_CFLAGS@
248UUID_LIBS = @UUID_LIBS@
249VERSION = @VERSION@
250XARGS = @XARGS@
251XGETTEXT = @XGETTEXT@
252XGETTEXT_015 = @XGETTEXT_015@
253abs_builddir = @abs_builddir@
254abs_srcdir = @abs_srcdir@
255abs_top_builddir = @abs_top_builddir@
256abs_top_srcdir = @abs_top_srcdir@
257ac_ct_CC = @ac_ct_CC@
258ac_ct_CXX = @ac_ct_CXX@
259ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
260acx_pthread_config = @acx_pthread_config@
261am__include = @am__include@
262am__leading_dot = @am__leading_dot@
263am__quote = @am__quote@
264am__tar = @am__tar@
265am__untar = @am__untar@
266bashcompletiondir = @bashcompletiondir@
267bindir = @bindir@
268build = @build@
269build_alias = @build_alias@
270build_cpu = @build_cpu@
271build_os = @build_os@
272build_vendor = @build_vendor@
273builddir = @builddir@
274datadir = @datadir@
275datarootdir = @datarootdir@
276docdir = @docdir@
277dvidir = @dvidir@
278exec_prefix = @exec_prefix@
279host = @host@
280host_alias = @host_alias@
281host_cpu = @host_cpu@
282host_os = @host_os@
283host_vendor = @host_vendor@
284htmldir = @htmldir@
285includedir = @includedir@
286infodir = @infodir@
287install_sh = @install_sh@
288libdir = @libdir@
289libexecdir = @libexecdir@
290localedir = @localedir@
291localstatedir = @localstatedir@
292lt_ECHO = @lt_ECHO@
293mandir = @mandir@
294mkdir_p = @mkdir_p@
295oldincludedir = @oldincludedir@
296pdfdir = @pdfdir@
297prefix = @prefix@
298program_transform_name = @program_transform_name@
299psdir = @psdir@
300sbindir = @sbindir@
301sharedstatedir = @sharedstatedir@
302srcdir = @srcdir@
303sysconfdir = @sysconfdir@
304target_alias = @target_alias@
305top_build_prefix = @top_build_prefix@
306top_builddir = @top_builddir@
307top_srcdir = @top_srcdir@
308
309# Global options for use in all Makefiles.
310AM_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
311AM_LDFLAGS = $(LOCAL_LDFLAGS) $(PTHREAD_LIBS)
312@BUILD_DCHROOT_TRUE@dchroot_mans = dchroot.1
313@BUILD_DCHROOT_DSA_TRUE@dchroot_dsa_mans = dchroot-dsa.1
314@BUILD_CSBUILD_TRUE@csbuild_mans = csbuild.1
315man_MANS = \
316        schroot.1               \
317        schroot-setup.5         \
318        schroot.conf.5          \
319        schroot-script-config.5 \
320        $(dchroot_mans)         \
321        $(dchroot_dsa_mans)     \
322        $(csbuild_mans)
323
324all: all-am
325
326.SUFFIXES:
327$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
328        @for dep in $?; do \
329          case '$(am__configure_deps)' in \
330            *$$dep*) \
331              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
332                && { if test -f $@; then exit 0; else break; fi; }; \
333              exit 1;; \
334          esac; \
335        done; \
336        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
337        $(am__cd) $(top_srcdir) && \
338          $(AUTOMAKE) --gnu man/Makefile
339.PRECIOUS: Makefile
340Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
341        @case '$?' in \
342          *config.status*) \
343            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
344          *) \
345            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
346            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
347        esac;
348
349$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
350        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351
352$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
353        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
355        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356$(am__aclocal_m4_deps):
357schroot.1: $(top_builddir)/config.status $(srcdir)/schroot.1.in
358        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
359schroot-setup.5: $(top_builddir)/config.status $(srcdir)/schroot-setup.5.in
360        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
361schroot.conf.5: $(top_builddir)/config.status $(srcdir)/schroot.conf.5.in
362        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
363schroot-script-config.5: $(top_builddir)/config.status $(srcdir)/schroot-script-config.5.in
364        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
365dchroot.1: $(top_builddir)/config.status $(srcdir)/dchroot.1.in
366        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
367dchroot-dsa.1: $(top_builddir)/config.status $(srcdir)/dchroot-dsa.1.in
368        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
369csbuild.1: $(top_builddir)/config.status $(srcdir)/csbuild.1.in
370        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
371
372mostlyclean-libtool:
373        -rm -f *.lo
374
375clean-libtool:
376        -rm -rf .libs _libs
377install-man1: $(man_MANS)
378        @$(NORMAL_INSTALL)
379        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
380        @list=''; test -n "$(man1dir)" || exit 0; \
381        { for i in $$list; do echo "$$i"; done; \
382        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
383          sed -n '/\.1[a-z]*$$/p'; \
384        } | while read p; do \
385          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
386          echo "$$d$$p"; echo "$$p"; \
387        done | \
388        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
389              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
390        sed 'N;N;s,\n, ,g' | { \
391        list=; while read file base inst; do \
392          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
393            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
394            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
395          fi; \
396        done; \
397        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
398        while read files; do \
399          test -z "$$files" || { \
400            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
401            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
402        done; }
403
404uninstall-man1:
405        @$(NORMAL_UNINSTALL)
406        @list=''; test -n "$(man1dir)" || exit 0; \
407        files=`{ for i in $$list; do echo "$$i"; done; \
408        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
409          sed -n '/\.1[a-z]*$$/p'; \
410        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
411              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
412        test -z "$$files" || { \
413          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
414          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
415install-man5: $(man_MANS)
416        @$(NORMAL_INSTALL)
417        test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
418        @list=''; test -n "$(man5dir)" || exit 0; \
419        { for i in $$list; do echo "$$i"; done; \
420        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
421          sed -n '/\.5[a-z]*$$/p'; \
422        } | while read p; do \
423          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
424          echo "$$d$$p"; echo "$$p"; \
425        done | \
426        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
427              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
428        sed 'N;N;s,\n, ,g' | { \
429        list=; while read file base inst; do \
430          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
431            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
432            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
433          fi; \
434        done; \
435        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
436        while read files; do \
437          test -z "$$files" || { \
438            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
439            $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
440        done; }
441
442uninstall-man5:
443        @$(NORMAL_UNINSTALL)
444        @list=''; test -n "$(man5dir)" || exit 0; \
445        files=`{ for i in $$list; do echo "$$i"; done; \
446        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
447          sed -n '/\.5[a-z]*$$/p'; \
448        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
449              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
450        test -z "$$files" || { \
451          echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
452          cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
453tags: TAGS
454TAGS:
455
456ctags: CTAGS
457CTAGS:
458
459
460distdir: $(DISTFILES)
461        @list='$(MANS)'; if test -n "$$list"; then \
462          list=`for p in $$list; do \
463            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
464            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
465          if test -n "$$list" && \
466            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
467            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
468            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
469            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
470            echo "       typically \`make maintainer-clean' will remove them" >&2; \
471            exit 1; \
472          else :; fi; \
473        else :; fi
474        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476        list='$(DISTFILES)'; \
477          dist_files=`for file in $$list; do echo $$file; done | \
478          sed -e "s|^$$srcdirstrip/||;t" \
479              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
480        case $$dist_files in \
481          */*) $(MKDIR_P) `echo "$$dist_files" | \
482                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
483                           sort -u` ;; \
484        esac; \
485        for file in $$dist_files; do \
486          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
487          if test -d $$d/$$file; then \
488            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
489            if test -d "$(distdir)/$$file"; then \
490              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491            fi; \
492            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
493              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
494              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
495            fi; \
496            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
497          else \
498            test -f "$(distdir)/$$file" \
499            || cp -p $$d/$$file "$(distdir)/$$file" \
500            || exit 1; \
501          fi; \
502        done
503check-am: all-am
504check: check-am
505all-am: Makefile $(MANS)
506installdirs:
507        for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)"; do \
508          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
509        done
510install: install-am
511install-exec: install-exec-am
512install-data: install-data-am
513uninstall: uninstall-am
514
515install-am: all-am
516        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
517
518installcheck: installcheck-am
519install-strip:
520        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
521          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
522          `test -z '$(STRIP)' || \
523            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
524mostlyclean-generic:
525
526clean-generic:
527
528distclean-generic:
529        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
530        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
531
532maintainer-clean-generic:
533        @echo "This command is intended for maintainers to use"
534        @echo "it deletes files that may require special tools to rebuild."
535clean: clean-am
536
537clean-am: clean-generic clean-libtool mostlyclean-am
538
539distclean: distclean-am
540        -rm -f Makefile
541distclean-am: clean-am distclean-generic
542
543dvi: dvi-am
544
545dvi-am:
546
547html: html-am
548
549html-am:
550
551info: info-am
552
553info-am:
554
555install-data-am: install-man
556
557install-dvi: install-dvi-am
558
559install-dvi-am:
560
561install-exec-am:
562
563install-html: install-html-am
564
565install-html-am:
566
567install-info: install-info-am
568
569install-info-am:
570
571install-man: install-man1 install-man5
572
573install-pdf: install-pdf-am
574
575install-pdf-am:
576
577install-ps: install-ps-am
578
579install-ps-am:
580
581installcheck-am:
582
583maintainer-clean: maintainer-clean-am
584        -rm -f Makefile
585maintainer-clean-am: distclean-am maintainer-clean-generic
586
587mostlyclean: mostlyclean-am
588
589mostlyclean-am: mostlyclean-generic mostlyclean-libtool
590
591pdf: pdf-am
592
593pdf-am:
594
595ps: ps-am
596
597ps-am:
598
599uninstall-am: uninstall-man
600
601uninstall-man: uninstall-man1 uninstall-man5
602
603.MAKE: install-am install-strip
604
605.PHONY: all all-am check check-am clean clean-generic clean-libtool \
606        distclean distclean-generic distclean-libtool distdir dvi \
607        dvi-am html html-am info info-am install install-am \
608        install-data install-data-am install-dvi install-dvi-am \
609        install-exec install-exec-am install-html install-html-am \
610        install-info install-info-am install-man install-man1 \
611        install-man5 install-pdf install-pdf-am install-ps \
612        install-ps-am install-strip installcheck installcheck-am \
613        installdirs maintainer-clean maintainer-clean-generic \
614        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
615        ps ps-am uninstall uninstall-am uninstall-man uninstall-man1 \
616        uninstall-man5
617
618
619# Tell versions [3.59,3.63) of GNU make to not export all variables.
620# Otherwise a system limit (for SysV at least) may be exceeded.
621.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.