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

« back to all changes in this revision

Viewing changes to etc/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
 
 
34
#  Copyright (C) 2006-2007 SWsoft. All rights reserved.
 
35
#
 
36
#  This program is free software; you can redistribute it and/or modify
 
37
#  it under the terms of the GNU General Public License as published by
 
38
#  the Free Software Foundation; either version 2 of the License, or
 
39
#  (at your option) any later version.
 
40
#
 
41
#  This program is distributed in the hope that it will be useful,
 
42
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
43
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
44
#  GNU General Public License for more details.
 
45
#
 
46
#  You should have received a copy of the GNU General Public License
 
47
#  along with this program; if not, write to the Free Software
 
48
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
49
#
 
50
 
 
51
srcdir = @srcdir@
 
52
top_srcdir = @top_srcdir@
 
53
VPATH = @srcdir@
 
54
pkgdatadir = $(datadir)/@PACKAGE@
 
55
pkglibdir = $(libdir)/@PACKAGE@
 
56
pkgincludedir = $(includedir)/@PACKAGE@
 
57
top_builddir = ..
 
58
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
59
INSTALL = @INSTALL@
 
60
install_sh_DATA = $(install_sh) -c -m 644
 
61
install_sh_PROGRAM = $(install_sh) -c
 
62
install_sh_SCRIPT = $(install_sh) -c
 
63
INSTALL_HEADER = $(INSTALL_DATA)
 
64
transform = $(program_transform_name)
 
65
NORMAL_INSTALL = :
 
66
PRE_INSTALL = :
 
67
POST_INSTALL = :
 
68
NORMAL_UNINSTALL = :
 
69
PRE_UNINSTALL = :
 
70
POST_UNINSTALL = :
 
71
build_triplet = @build@
 
72
host_triplet = @host@
 
73
target_triplet = @target@
 
74
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
75
        $(top_srcdir)/paths.am
 
76
subdir = etc
 
77
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
78
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
79
        $(top_srcdir)/configure.ac
 
80
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
81
        $(ACLOCAL_M4)
 
82
mkinstalldirs = $(install_sh) -d
 
83
CONFIG_CLEAN_FILES =
 
84
SOURCES =
 
85
DIST_SOURCES =
 
86
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
87
        html-recursive info-recursive install-data-recursive \
 
88
        install-exec-recursive install-info-recursive \
 
89
        install-recursive installcheck-recursive installdirs-recursive \
 
90
        pdf-recursive ps-recursive uninstall-info-recursive \
 
91
        uninstall-recursive
 
92
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
93
am__vpath_adj = case $$p in \
 
94
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
95
    *) f=$$p;; \
 
96
  esac;
 
97
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
98
am__installdirs = "$(DESTDIR)$(pkgconfdir)"
 
99
pkgconfDATA_INSTALL = $(INSTALL_DATA)
 
100
DATA = $(pkgconf_DATA)
 
101
ETAGS = etags
 
102
CTAGS = ctags
 
103
DIST_SUBDIRS = $(SUBDIRS)
 
104
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
105
ACLOCAL = @ACLOCAL@
 
106
AMDEP_FALSE = @AMDEP_FALSE@
 
107
AMDEP_TRUE = @AMDEP_TRUE@
 
108
AMTAR = @AMTAR@
 
109
AR = @AR@
 
110
ARCH_IA64_FALSE = @ARCH_IA64_FALSE@
 
111
ARCH_IA64_TRUE = @ARCH_IA64_TRUE@
 
112
ARCH_X86_64_FALSE = @ARCH_X86_64_FALSE@
 
113
ARCH_X86_64_TRUE = @ARCH_X86_64_TRUE@
 
114
AUTOCONF = @AUTOCONF@
 
115
AUTOHEADER = @AUTOHEADER@
 
116
AUTOMAKE = @AUTOMAKE@
 
117
AWK = @AWK@
 
118
CC = @CC@
 
119
CCDEPMODE = @CCDEPMODE@
 
120
CFLAGS = @CFLAGS@
 
121
CPP = @CPP@
 
122
CPPFLAGS = @CPPFLAGS@
 
123
CYGPATH_W = @CYGPATH_W@
 
124
DEFS = @DEFS@
 
125
DEPDIR = @DEPDIR@
 
126
DL_LIBS = @DL_LIBS@
 
127
ECHO = @ECHO@
 
128
ECHO_C = @ECHO_C@
 
129
ECHO_N = @ECHO_N@
 
130
ECHO_T = @ECHO_T@
 
131
EGREP = @EGREP@
 
132
ENABLE_BASHCOMP_FALSE = @ENABLE_BASHCOMP_FALSE@
 
133
ENABLE_BASHCOMP_TRUE = @ENABLE_BASHCOMP_TRUE@
 
134
ENABLE_CRON_FALSE = @ENABLE_CRON_FALSE@
 
135
ENABLE_CRON_TRUE = @ENABLE_CRON_TRUE@
 
136
ENABLE_LOGROTATE_FALSE = @ENABLE_LOGROTATE_FALSE@
 
137
ENABLE_LOGROTATE_TRUE = @ENABLE_LOGROTATE_TRUE@
 
138
ENABLE_UDEV_FALSE = @ENABLE_UDEV_FALSE@
 
139
ENABLE_UDEV_TRUE = @ENABLE_UDEV_TRUE@
 
140
EXEEXT = @EXEEXT@
 
141
INSTALL_DATA = @INSTALL_DATA@
 
142
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
143
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
144
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
145
LDFLAGS = @LDFLAGS@
 
146
LIBOBJS = @LIBOBJS@
 
147
LIBS = @LIBS@
 
148
LIBTOOL = @LIBTOOL@
 
149
LN_S = @LN_S@
 
150
LTLIBOBJS = @LTLIBOBJS@
 
151
MAKEINFO = @MAKEINFO@
 
152
OBJEXT = @OBJEXT@
 
153
PACKAGE = @PACKAGE@
 
154
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
155
PACKAGE_NAME = @PACKAGE_NAME@
 
156
PACKAGE_STRING = @PACKAGE_STRING@
 
157
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
158
PACKAGE_VERSION = @PACKAGE_VERSION@
 
159
PATH_SEPARATOR = @PATH_SEPARATOR@
 
160
RANLIB = @RANLIB@
 
161
SET_MAKE = @SET_MAKE@
 
162
SHELL = @SHELL@
 
163
STRIP = @STRIP@
 
164
UTIL_LIBS = @UTIL_LIBS@
 
165
VERSION = @VERSION@
 
166
ac_ct_AR = @ac_ct_AR@
 
167
ac_ct_CC = @ac_ct_CC@
 
168
ac_ct_RANLIB = @ac_ct_RANLIB@
 
169
ac_ct_STRIP = @ac_ct_STRIP@
 
170
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
171
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
172
am__include = @am__include@
 
173
am__leading_dot = @am__leading_dot@
 
174
am__quote = @am__quote@
 
175
am__tar = @am__tar@
 
176
am__untar = @am__untar@
 
177
bindir = @bindir@
 
178
build = @build@
 
179
build_alias = @build_alias@
 
180
build_cpu = @build_cpu@
 
181
build_os = @build_os@
 
182
build_vendor = @build_vendor@
 
183
datadir = @datadir@
 
184
exec_prefix = @exec_prefix@
 
185
host = @host@
 
186
host_alias = @host_alias@
 
187
host_cpu = @host_cpu@
 
188
host_os = @host_os@
 
189
host_vendor = @host_vendor@
 
190
includedir = @includedir@
 
191
infodir = @infodir@
 
192
install_sh = @install_sh@
 
193
libdir = @libdir@
 
194
libexecdir = @libexecdir@
 
195
localstatedir = @localstatedir@
 
196
mandir = @mandir@
 
197
mkdir_p = @mkdir_p@
 
198
oldincludedir = @oldincludedir@
 
199
prefix = @prefix@
 
200
program_transform_name = @program_transform_name@
 
201
sbindir = @sbindir@
 
202
sharedstatedir = @sharedstatedir@
 
203
sysconfdir = @sysconfdir@
 
204
target = @target@
 
205
target_alias = @target_alias@
 
206
target_cpu = @target_cpu@
 
207
target_os = @target_os@
 
208
target_vendor = @target_vendor@
 
209
@ENABLE_BASHCOMP_TRUE@bashcdir = $(sysconfdir)/bash_completion.d
 
210
@ENABLE_CRON_TRUE@cronddir = $(pkgconfdir)/cron
 
211
@ENABLE_CRON_TRUE@dst_cronddir = $(sysconfdir)/cron.d
 
212
@ENABLE_LOGROTATE_TRUE@logrdir = $(sysconfdir)/logrotate.d
 
213
@ENABLE_UDEV_TRUE@udevdir = $(sysconfdir)/udev/rules.d
 
214
initddir = $(sysconfdir)/init.d
 
215
netsdir = $(sysconfdir)/sysconfig/network-scripts
 
216
pkgconfdir = $(sysconfdir)/vz
 
217
vpsconfdir = $(pkgconfdir)/conf
 
218
distconfdir = $(pkgconfdir)/dists
 
219
namesdir = $(pkgconfdir)/names
 
220
vzlibdir = $(pkglibdir)/scripts
 
221
vzcrondir = $(pkgdatadir)/scripts
 
222
SUBDIRS = \
 
223
        bash_completion.d \
 
224
        conf \
 
225
        cron.d \
 
226
        dists \
 
227
        init.d \
 
228
        logrotate.d \
 
229
        network-scripts \
 
230
        udev
 
231
 
 
232
pkgconf_DATA = vz.conf
 
233
EXTRA_DIST = $(pkgconf_DATA)
 
234
all: all-recursive
 
235
 
 
236
.SUFFIXES:
 
237
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/paths.am $(am__configure_deps)
 
238
        @for dep in $?; do \
 
239
          case '$(am__configure_deps)' in \
 
240
            *$$dep*) \
 
241
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
242
                && exit 0; \
 
243
              exit 1;; \
 
244
          esac; \
 
245
        done; \
 
246
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  etc/Makefile'; \
 
247
        cd $(top_srcdir) && \
 
248
          $(AUTOMAKE) --foreign  etc/Makefile
 
249
.PRECIOUS: Makefile
 
250
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
251
        @case '$?' in \
 
252
          *config.status*) \
 
253
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
254
          *) \
 
255
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
256
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
257
        esac;
 
258
 
 
259
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
260
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
261
 
 
262
$(top_srcdir)/configure:  $(am__configure_deps)
 
263
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
264
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
265
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
266
 
 
267
mostlyclean-libtool:
 
268
        -rm -f *.lo
 
269
 
 
270
clean-libtool:
 
271
        -rm -rf .libs _libs
 
272
 
 
273
distclean-libtool:
 
274
        -rm -f libtool
 
275
uninstall-info-am:
 
276
install-pkgconfDATA: $(pkgconf_DATA)
 
277
        @$(NORMAL_INSTALL)
 
278
        test -z "$(pkgconfdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfdir)"
 
279
        @list='$(pkgconf_DATA)'; for p in $$list; do \
 
280
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
281
          f=$(am__strip_dir) \
 
282
          echo " $(pkgconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfdir)/$$f'"; \
 
283
          $(pkgconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfdir)/$$f"; \
 
284
        done
 
285
 
 
286
uninstall-pkgconfDATA:
 
287
        @$(NORMAL_UNINSTALL)
 
288
        @list='$(pkgconf_DATA)'; for p in $$list; do \
 
289
          f=$(am__strip_dir) \
 
290
          echo " rm -f '$(DESTDIR)$(pkgconfdir)/$$f'"; \
 
291
          rm -f "$(DESTDIR)$(pkgconfdir)/$$f"; \
 
292
        done
 
293
 
 
294
# This directory's subdirectories are mostly independent; you can cd
 
295
# into them and run `make' without going through this Makefile.
 
296
# To change the values of `make' variables: instead of editing Makefiles,
 
297
# (1) if the variable is set in `config.status', edit `config.status'
 
298
#     (which will cause the Makefiles to be regenerated when you run `make');
 
299
# (2) otherwise, pass the desired values on the `make' command line.
 
300
$(RECURSIVE_TARGETS):
 
301
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
302
        dot_seen=no; \
 
303
        target=`echo $@ | sed s/-recursive//`; \
 
304
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
305
          echo "Making $$target in $$subdir"; \
 
306
          if test "$$subdir" = "."; then \
 
307
            dot_seen=yes; \
 
308
            local_target="$$target-am"; \
 
309
          else \
 
310
            local_target="$$target"; \
 
311
          fi; \
 
312
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
313
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
314
        done; \
 
315
        if test "$$dot_seen" = "no"; then \
 
316
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
317
        fi; test -z "$$fail"
 
318
 
 
319
mostlyclean-recursive clean-recursive distclean-recursive \
 
320
maintainer-clean-recursive:
 
321
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
322
        dot_seen=no; \
 
323
        case "$@" in \
 
324
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
325
          *) list='$(SUBDIRS)' ;; \
 
326
        esac; \
 
327
        rev=''; for subdir in $$list; do \
 
328
          if test "$$subdir" = "."; then :; else \
 
329
            rev="$$subdir $$rev"; \
 
330
          fi; \
 
331
        done; \
 
332
        rev="$$rev ."; \
 
333
        target=`echo $@ | sed s/-recursive//`; \
 
334
        for subdir in $$rev; do \
 
335
          echo "Making $$target in $$subdir"; \
 
336
          if test "$$subdir" = "."; then \
 
337
            local_target="$$target-am"; \
 
338
          else \
 
339
            local_target="$$target"; \
 
340
          fi; \
 
341
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
342
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
343
        done && test -z "$$fail"
 
344
tags-recursive:
 
345
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
346
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
347
        done
 
348
ctags-recursive:
 
349
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
350
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
351
        done
 
352
 
 
353
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
354
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
355
        unique=`for i in $$list; do \
 
356
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
357
          done | \
 
358
          $(AWK) '    { files[$$0] = 1; } \
 
359
               END { for (i in files) print i; }'`; \
 
360
        mkid -fID $$unique
 
361
tags: TAGS
 
362
 
 
363
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
364
                $(TAGS_FILES) $(LISP)
 
365
        tags=; \
 
366
        here=`pwd`; \
 
367
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
368
          include_option=--etags-include; \
 
369
          empty_fix=.; \
 
370
        else \
 
371
          include_option=--include; \
 
372
          empty_fix=; \
 
373
        fi; \
 
374
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
375
          if test "$$subdir" = .; then :; else \
 
376
            test ! -f $$subdir/TAGS || \
 
377
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
378
          fi; \
 
379
        done; \
 
380
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
381
        unique=`for i in $$list; do \
 
382
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
383
          done | \
 
384
          $(AWK) '    { files[$$0] = 1; } \
 
385
               END { for (i in files) print i; }'`; \
 
386
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
387
          test -n "$$unique" || unique=$$empty_fix; \
 
388
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
389
            $$tags $$unique; \
 
390
        fi
 
391
ctags: CTAGS
 
392
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
393
                $(TAGS_FILES) $(LISP)
 
394
        tags=; \
 
395
        here=`pwd`; \
 
396
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
397
        unique=`for i in $$list; do \
 
398
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
399
          done | \
 
400
          $(AWK) '    { files[$$0] = 1; } \
 
401
               END { for (i in files) print i; }'`; \
 
402
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
403
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
404
             $$tags $$unique
 
405
 
 
406
GTAGS:
 
407
        here=`$(am__cd) $(top_builddir) && pwd` \
 
408
          && cd $(top_srcdir) \
 
409
          && gtags -i $(GTAGS_ARGS) $$here
 
410
 
 
411
distclean-tags:
 
412
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
413
 
 
414
distdir: $(DISTFILES)
 
415
        $(mkdir_p) $(distdir)/..
 
416
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
417
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
418
        list='$(DISTFILES)'; for file in $$list; do \
 
419
          case $$file in \
 
420
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
421
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
422
          esac; \
 
423
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
424
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
425
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
426
            dir="/$$dir"; \
 
427
            $(mkdir_p) "$(distdir)$$dir"; \
 
428
          else \
 
429
            dir=''; \
 
430
          fi; \
 
431
          if test -d $$d/$$file; then \
 
432
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
433
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
434
            fi; \
 
435
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
436
          else \
 
437
            test -f $(distdir)/$$file \
 
438
            || cp -p $$d/$$file $(distdir)/$$file \
 
439
            || exit 1; \
 
440
          fi; \
 
441
        done
 
442
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
443
          if test "$$subdir" = .; then :; else \
 
444
            test -d "$(distdir)/$$subdir" \
 
445
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
446
            || exit 1; \
 
447
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
448
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
449
            (cd $$subdir && \
 
450
              $(MAKE) $(AM_MAKEFLAGS) \
 
451
                top_distdir="$$top_distdir" \
 
452
                distdir="$$distdir/$$subdir" \
 
453
                distdir) \
 
454
              || exit 1; \
 
455
          fi; \
 
456
        done
 
457
check-am: all-am
 
458
check: check-recursive
 
459
all-am: Makefile $(DATA)
 
460
installdirs: installdirs-recursive
 
461
installdirs-am:
 
462
        for dir in "$(DESTDIR)$(pkgconfdir)"; do \
 
463
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
464
        done
 
465
install: install-recursive
 
466
install-exec: install-exec-recursive
 
467
install-data: install-data-recursive
 
468
uninstall: uninstall-recursive
 
469
 
 
470
install-am: all-am
 
471
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
472
 
 
473
installcheck: installcheck-recursive
 
474
install-strip:
 
475
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
476
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
477
          `test -z '$(STRIP)' || \
 
478
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
479
mostlyclean-generic:
 
480
 
 
481
clean-generic:
 
482
 
 
483
distclean-generic:
 
484
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
485
 
 
486
maintainer-clean-generic:
 
487
        @echo "This command is intended for maintainers to use"
 
488
        @echo "it deletes files that may require special tools to rebuild."
 
489
clean: clean-recursive
 
490
 
 
491
clean-am: clean-generic clean-libtool mostlyclean-am
 
492
 
 
493
distclean: distclean-recursive
 
494
        -rm -f Makefile
 
495
distclean-am: clean-am distclean-generic distclean-libtool \
 
496
        distclean-tags
 
497
 
 
498
dvi: dvi-recursive
 
499
 
 
500
dvi-am:
 
501
 
 
502
html: html-recursive
 
503
 
 
504
info: info-recursive
 
505
 
 
506
info-am:
 
507
 
 
508
install-data-am: install-data-local install-pkgconfDATA
 
509
 
 
510
install-exec-am:
 
511
 
 
512
install-info: install-info-recursive
 
513
 
 
514
install-man:
 
515
 
 
516
installcheck-am:
 
517
 
 
518
maintainer-clean: maintainer-clean-recursive
 
519
        -rm -f Makefile
 
520
maintainer-clean-am: distclean-am maintainer-clean-generic
 
521
 
 
522
mostlyclean: mostlyclean-recursive
 
523
 
 
524
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
525
 
 
526
pdf: pdf-recursive
 
527
 
 
528
pdf-am:
 
529
 
 
530
ps: ps-recursive
 
531
 
 
532
ps-am:
 
533
 
 
534
uninstall-am: uninstall-info-am uninstall-pkgconfDATA
 
535
 
 
536
uninstall-info: uninstall-info-recursive
 
537
 
 
538
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
539
        clean clean-generic clean-libtool clean-recursive ctags \
 
540
        ctags-recursive distclean distclean-generic distclean-libtool \
 
541
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
542
        html-am info info-am install install-am install-data \
 
543
        install-data-am install-data-local install-exec \
 
544
        install-exec-am install-info install-info-am install-man \
 
545
        install-pkgconfDATA install-strip installcheck installcheck-am \
 
546
        installdirs installdirs-am maintainer-clean \
 
547
        maintainer-clean-generic maintainer-clean-recursive \
 
548
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
549
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
550
        uninstall uninstall-am uninstall-info-am uninstall-pkgconfDATA
 
551
 
 
552
 
 
553
install-data-local:
 
554
        $(mkinstalldirs) $(DESTDIR)$(namesdir)
 
555
 
 
556
install-redhat:
 
557
        $(MAKE) $(AM_MAKEFLAGS) -C init.d $@
 
558
        $(MAKE) $(AM_MAKEFLAGS) -C network-scripts $@
 
559
 
 
560
install-gentoo:
 
561
        $(MAKE) $(AM_MAKEFLAGS) -C init.d $@
 
562
        $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/conf.d
 
563
        $(LN_S) $(pkgconfdir)/vz.conf $(DESTDIR)$(sysconfdir)/conf.d/vz
 
564
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
565
# Otherwise a system limit (for SysV at least) may be exceeded.
 
566
.NOEXPORT: