~ubuntu-branches/ubuntu/karmic/vzctl/karmic

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2007-04-10 18:08:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070410180816-0uuzj9fnna7gmzxv
Tags: 3.0.16-4
Etch has been released which means that this version can be uploaded
to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
#  Copyright (C) 2000-2007 SWsoft. All rights reserved.
 
18
#
 
19
#  This program is free software; you can redistribute it and/or modify
 
20
#  it under the terms of the GNU General Public License as published by
 
21
#  the Free Software Foundation; either version 2 of the License, or
 
22
#  (at your option) any later version.
 
23
#
 
24
#  This program is distributed in the hope that it will be useful,
 
25
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
26
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
27
#  GNU General Public License for more details.
 
28
#
 
29
#  You should have received a copy of the GNU General Public License
 
30
#  along with this program; if not, write to the Free Software
 
31
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
32
#
 
33
srcdir = @srcdir@
 
34
top_srcdir = @top_srcdir@
 
35
VPATH = @srcdir@
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ..
 
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
41
INSTALL = @INSTALL@
 
42
install_sh_DATA = $(install_sh) -c -m 644
 
43
install_sh_PROGRAM = $(install_sh) -c
 
44
install_sh_SCRIPT = $(install_sh) -c
 
45
INSTALL_HEADER = $(INSTALL_DATA)
 
46
transform = $(program_transform_name)
 
47
NORMAL_INSTALL = :
 
48
PRE_INSTALL = :
 
49
POST_INSTALL = :
 
50
NORMAL_UNINSTALL = :
 
51
PRE_UNINSTALL = :
 
52
POST_UNINSTALL = :
 
53
build_triplet = @build@
 
54
host_triplet = @host@
 
55
target_triplet = @target@
 
56
subdir = man
 
57
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
59
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
60
        $(top_srcdir)/configure.ac
 
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
62
        $(ACLOCAL_M4)
 
63
mkinstalldirs = $(install_sh) -d
 
64
CONFIG_CLEAN_FILES =
 
65
SOURCES =
 
66
DIST_SOURCES =
 
67
man5dir = $(mandir)/man5
 
68
am__installdirs = "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"
 
69
man8dir = $(mandir)/man8
 
70
NROFF = nroff
 
71
MANS = $(man_MANS)
 
72
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
73
ACLOCAL = @ACLOCAL@
 
74
AMDEP_FALSE = @AMDEP_FALSE@
 
75
AMDEP_TRUE = @AMDEP_TRUE@
 
76
AMTAR = @AMTAR@
 
77
AR = @AR@
 
78
ARCH_IA64_FALSE = @ARCH_IA64_FALSE@
 
79
ARCH_IA64_TRUE = @ARCH_IA64_TRUE@
 
80
ARCH_X86_64_FALSE = @ARCH_X86_64_FALSE@
 
81
ARCH_X86_64_TRUE = @ARCH_X86_64_TRUE@
 
82
AUTOCONF = @AUTOCONF@
 
83
AUTOHEADER = @AUTOHEADER@
 
84
AUTOMAKE = @AUTOMAKE@
 
85
AWK = @AWK@
 
86
CC = @CC@
 
87
CCDEPMODE = @CCDEPMODE@
 
88
CFLAGS = @CFLAGS@
 
89
CPP = @CPP@
 
90
CPPFLAGS = @CPPFLAGS@
 
91
CYGPATH_W = @CYGPATH_W@
 
92
DEFS = @DEFS@
 
93
DEPDIR = @DEPDIR@
 
94
DL_LIBS = @DL_LIBS@
 
95
ECHO = @ECHO@
 
96
ECHO_C = @ECHO_C@
 
97
ECHO_N = @ECHO_N@
 
98
ECHO_T = @ECHO_T@
 
99
EGREP = @EGREP@
 
100
ENABLE_BASHCOMP_FALSE = @ENABLE_BASHCOMP_FALSE@
 
101
ENABLE_BASHCOMP_TRUE = @ENABLE_BASHCOMP_TRUE@
 
102
ENABLE_CRON_FALSE = @ENABLE_CRON_FALSE@
 
103
ENABLE_CRON_TRUE = @ENABLE_CRON_TRUE@
 
104
ENABLE_LOGROTATE_FALSE = @ENABLE_LOGROTATE_FALSE@
 
105
ENABLE_LOGROTATE_TRUE = @ENABLE_LOGROTATE_TRUE@
 
106
ENABLE_UDEV_FALSE = @ENABLE_UDEV_FALSE@
 
107
ENABLE_UDEV_TRUE = @ENABLE_UDEV_TRUE@
 
108
EXEEXT = @EXEEXT@
 
109
INSTALL_DATA = @INSTALL_DATA@
 
110
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
111
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
112
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
113
LDFLAGS = @LDFLAGS@
 
114
LIBOBJS = @LIBOBJS@
 
115
LIBS = @LIBS@
 
116
LIBTOOL = @LIBTOOL@
 
117
LN_S = @LN_S@
 
118
LTLIBOBJS = @LTLIBOBJS@
 
119
MAKEINFO = @MAKEINFO@
 
120
OBJEXT = @OBJEXT@
 
121
PACKAGE = @PACKAGE@
 
122
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
123
PACKAGE_NAME = @PACKAGE_NAME@
 
124
PACKAGE_STRING = @PACKAGE_STRING@
 
125
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
126
PACKAGE_VERSION = @PACKAGE_VERSION@
 
127
PATH_SEPARATOR = @PATH_SEPARATOR@
 
128
RANLIB = @RANLIB@
 
129
SET_MAKE = @SET_MAKE@
 
130
SHELL = @SHELL@
 
131
STRIP = @STRIP@
 
132
UTIL_LIBS = @UTIL_LIBS@
 
133
VERSION = @VERSION@
 
134
ac_ct_AR = @ac_ct_AR@
 
135
ac_ct_CC = @ac_ct_CC@
 
136
ac_ct_RANLIB = @ac_ct_RANLIB@
 
137
ac_ct_STRIP = @ac_ct_STRIP@
 
138
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
139
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
140
am__include = @am__include@
 
141
am__leading_dot = @am__leading_dot@
 
142
am__quote = @am__quote@
 
143
am__tar = @am__tar@
 
144
am__untar = @am__untar@
 
145
bindir = @bindir@
 
146
build = @build@
 
147
build_alias = @build_alias@
 
148
build_cpu = @build_cpu@
 
149
build_os = @build_os@
 
150
build_vendor = @build_vendor@
 
151
datadir = @datadir@
 
152
exec_prefix = @exec_prefix@
 
153
host = @host@
 
154
host_alias = @host_alias@
 
155
host_cpu = @host_cpu@
 
156
host_os = @host_os@
 
157
host_vendor = @host_vendor@
 
158
includedir = @includedir@
 
159
infodir = @infodir@
 
160
install_sh = @install_sh@
 
161
libdir = @libdir@
 
162
libexecdir = @libexecdir@
 
163
localstatedir = @localstatedir@
 
164
mandir = @mandir@
 
165
mkdir_p = @mkdir_p@
 
166
oldincludedir = @oldincludedir@
 
167
prefix = @prefix@
 
168
program_transform_name = @program_transform_name@
 
169
sbindir = @sbindir@
 
170
sharedstatedir = @sharedstatedir@
 
171
sysconfdir = @sysconfdir@
 
172
target = @target@
 
173
target_alias = @target_alias@
 
174
target_cpu = @target_cpu@
 
175
target_os = @target_os@
 
176
target_vendor = @target_vendor@
 
177
man_MANS = arpsend.8 \
 
178
           vps.conf.5 \
 
179
           vzcalc.8 \
 
180
           vzcfgvalidate.8 \
 
181
           vz.conf.5 \
 
182
           vzcpucheck.8 \
 
183
           vzctl.8 \
 
184
           vzlist.8 \
 
185
           vzmemcheck.8 \
 
186
           vzmigrate.8 \
 
187
           vzpid.8 \
 
188
           vzsplit.8
 
189
 
 
190
EXTRA_DIST = $(man_MANS)
 
191
all: all-am
 
192
 
 
193
.SUFFIXES:
 
194
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
195
        @for dep in $?; do \
 
196
          case '$(am__configure_deps)' in \
 
197
            *$$dep*) \
 
198
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
199
                && exit 0; \
 
200
              exit 1;; \
 
201
          esac; \
 
202
        done; \
 
203
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  man/Makefile'; \
 
204
        cd $(top_srcdir) && \
 
205
          $(AUTOMAKE) --foreign  man/Makefile
 
206
.PRECIOUS: Makefile
 
207
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
208
        @case '$?' in \
 
209
          *config.status*) \
 
210
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
211
          *) \
 
212
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
213
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
214
        esac;
 
215
 
 
216
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
217
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
218
 
 
219
$(top_srcdir)/configure:  $(am__configure_deps)
 
220
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
221
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
222
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
223
 
 
224
mostlyclean-libtool:
 
225
        -rm -f *.lo
 
226
 
 
227
clean-libtool:
 
228
        -rm -rf .libs _libs
 
229
 
 
230
distclean-libtool:
 
231
        -rm -f libtool
 
232
uninstall-info-am:
 
233
install-man5: $(man5_MANS) $(man_MANS)
 
234
        @$(NORMAL_INSTALL)
 
235
        test -z "$(man5dir)" || $(mkdir_p) "$(DESTDIR)$(man5dir)"
 
236
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
 
237
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
238
        for i in $$l2; do \
 
239
          case "$$i" in \
 
240
            *.5*) list="$$list $$i" ;; \
 
241
          esac; \
 
242
        done; \
 
243
        for i in $$list; do \
 
244
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
245
          else file=$$i; fi; \
 
246
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
247
          case "$$ext" in \
 
248
            5*) ;; \
 
249
            *) ext='5' ;; \
 
250
          esac; \
 
251
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
252
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
253
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
254
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
 
255
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
 
256
        done
 
257
uninstall-man5:
 
258
        @$(NORMAL_UNINSTALL)
 
259
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
 
260
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
261
        for i in $$l2; do \
 
262
          case "$$i" in \
 
263
            *.5*) list="$$list $$i" ;; \
 
264
          esac; \
 
265
        done; \
 
266
        for i in $$list; do \
 
267
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
268
          case "$$ext" in \
 
269
            5*) ;; \
 
270
            *) ext='5' ;; \
 
271
          esac; \
 
272
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
273
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
274
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
275
          echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
 
276
          rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
 
277
        done
 
278
install-man8: $(man8_MANS) $(man_MANS)
 
279
        @$(NORMAL_INSTALL)
 
280
        test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
 
281
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
282
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
283
        for i in $$l2; do \
 
284
          case "$$i" in \
 
285
            *.8*) list="$$list $$i" ;; \
 
286
          esac; \
 
287
        done; \
 
288
        for i in $$list; do \
 
289
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
290
          else file=$$i; fi; \
 
291
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
292
          case "$$ext" in \
 
293
            8*) ;; \
 
294
            *) ext='8' ;; \
 
295
          esac; \
 
296
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
297
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
298
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
299
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
300
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
 
301
        done
 
302
uninstall-man8:
 
303
        @$(NORMAL_UNINSTALL)
 
304
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
305
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
306
        for i in $$l2; do \
 
307
          case "$$i" in \
 
308
            *.8*) list="$$list $$i" ;; \
 
309
          esac; \
 
310
        done; \
 
311
        for i in $$list; do \
 
312
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
313
          case "$$ext" in \
 
314
            8*) ;; \
 
315
            *) ext='8' ;; \
 
316
          esac; \
 
317
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
318
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
319
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
320
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
 
321
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
 
322
        done
 
323
tags: TAGS
 
324
TAGS:
 
325
 
 
326
ctags: CTAGS
 
327
CTAGS:
 
328
 
 
329
 
 
330
distdir: $(DISTFILES)
 
331
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
332
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
333
        list='$(DISTFILES)'; for file in $$list; do \
 
334
          case $$file in \
 
335
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
336
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
337
          esac; \
 
338
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
339
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
340
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
341
            dir="/$$dir"; \
 
342
            $(mkdir_p) "$(distdir)$$dir"; \
 
343
          else \
 
344
            dir=''; \
 
345
          fi; \
 
346
          if test -d $$d/$$file; then \
 
347
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
348
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
349
            fi; \
 
350
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
351
          else \
 
352
            test -f $(distdir)/$$file \
 
353
            || cp -p $$d/$$file $(distdir)/$$file \
 
354
            || exit 1; \
 
355
          fi; \
 
356
        done
 
357
check-am: all-am
 
358
check: check-am
 
359
all-am: Makefile $(MANS)
 
360
installdirs:
 
361
        for dir in "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; do \
 
362
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
363
        done
 
364
install: install-am
 
365
install-exec: install-exec-am
 
366
install-data: install-data-am
 
367
uninstall: uninstall-am
 
368
 
 
369
install-am: all-am
 
370
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
371
 
 
372
installcheck: installcheck-am
 
373
install-strip:
 
374
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
375
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
376
          `test -z '$(STRIP)' || \
 
377
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
378
mostlyclean-generic:
 
379
 
 
380
clean-generic:
 
381
 
 
382
distclean-generic:
 
383
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
384
 
 
385
maintainer-clean-generic:
 
386
        @echo "This command is intended for maintainers to use"
 
387
        @echo "it deletes files that may require special tools to rebuild."
 
388
clean: clean-am
 
389
 
 
390
clean-am: clean-generic clean-libtool mostlyclean-am
 
391
 
 
392
distclean: distclean-am
 
393
        -rm -f Makefile
 
394
distclean-am: clean-am distclean-generic distclean-libtool
 
395
 
 
396
dvi: dvi-am
 
397
 
 
398
dvi-am:
 
399
 
 
400
html: html-am
 
401
 
 
402
info: info-am
 
403
 
 
404
info-am:
 
405
 
 
406
install-data-am: install-man
 
407
 
 
408
install-exec-am:
 
409
 
 
410
install-info: install-info-am
 
411
 
 
412
install-man: install-man5 install-man8
 
413
 
 
414
installcheck-am:
 
415
 
 
416
maintainer-clean: maintainer-clean-am
 
417
        -rm -f Makefile
 
418
maintainer-clean-am: distclean-am maintainer-clean-generic
 
419
 
 
420
mostlyclean: mostlyclean-am
 
421
 
 
422
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
423
 
 
424
pdf: pdf-am
 
425
 
 
426
pdf-am:
 
427
 
 
428
ps: ps-am
 
429
 
 
430
ps-am:
 
431
 
 
432
uninstall-am: uninstall-info-am uninstall-man
 
433
 
 
434
uninstall-man: uninstall-man5 uninstall-man8
 
435
 
 
436
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
437
        distclean distclean-generic distclean-libtool distdir dvi \
 
438
        dvi-am html html-am info info-am install install-am \
 
439
        install-data install-data-am install-exec install-exec-am \
 
440
        install-info install-info-am install-man install-man5 \
 
441
        install-man8 install-strip installcheck installcheck-am \
 
442
        installdirs maintainer-clean maintainer-clean-generic \
 
443
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
444
        ps ps-am uninstall uninstall-am uninstall-info-am \
 
445
        uninstall-man uninstall-man5 uninstall-man8
 
446
 
 
447
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
448
# Otherwise a system limit (for SysV at least) may be exceeded.
 
449
.NOEXPORT: