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

« back to all changes in this revision

Viewing changes to etc/network-scripts/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
# RH/FC specific networking files for venet0
 
35
# FIXME: Add a comment why they are needed. I guess in order for
 
36
#        /etc/init.d/network start|stop|restart to work properly.
 
37
 
 
38
#  Copyright (C) 2006-2007 SWsoft. All rights reserved.
 
39
#
 
40
#  This program is free software; you can redistribute it and/or modify
 
41
#  it under the terms of the GNU General Public License as published by
 
42
#  the Free Software Foundation; either version 2 of the License, or
 
43
#  (at your option) any later version.
 
44
#
 
45
#  This program is distributed in the hope that it will be useful,
 
46
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
47
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
48
#  GNU General Public License for more details.
 
49
#
 
50
#  You should have received a copy of the GNU General Public License
 
51
#  along with this program; if not, write to the Free Software
 
52
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
53
#
 
54
 
 
55
#  Copyright (C) 2006-2007 SWsoft. All rights reserved.
 
56
#
 
57
#  This program is free software; you can redistribute it and/or modify
 
58
#  it under the terms of the GNU General Public License as published by
 
59
#  the Free Software Foundation; either version 2 of the License, or
 
60
#  (at your option) any later version.
 
61
#
 
62
#  This program is distributed in the hope that it will be useful,
 
63
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
64
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
65
#  GNU General Public License for more details.
 
66
#
 
67
#  You should have received a copy of the GNU General Public License
 
68
#  along with this program; if not, write to the Free Software
 
69
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
70
#
 
71
srcdir = @srcdir@
 
72
top_srcdir = @top_srcdir@
 
73
VPATH = @srcdir@
 
74
pkgdatadir = $(datadir)/@PACKAGE@
 
75
pkglibdir = $(libdir)/@PACKAGE@
 
76
pkgincludedir = $(includedir)/@PACKAGE@
 
77
top_builddir = ../..
 
78
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
79
INSTALL = @INSTALL@
 
80
install_sh_DATA = $(install_sh) -c -m 644
 
81
install_sh_PROGRAM = $(install_sh) -c
 
82
install_sh_SCRIPT = $(install_sh) -c
 
83
INSTALL_HEADER = $(INSTALL_DATA)
 
84
transform = $(program_transform_name)
 
85
NORMAL_INSTALL = :
 
86
PRE_INSTALL = :
 
87
POST_INSTALL = :
 
88
NORMAL_UNINSTALL = :
 
89
PRE_UNINSTALL = :
 
90
POST_UNINSTALL = :
 
91
build_triplet = @build@
 
92
host_triplet = @host@
 
93
target_triplet = @target@
 
94
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
95
        $(top_srcdir)/paths.am $(top_srcdir)/pathsubst.am
 
96
subdir = etc/network-scripts
 
97
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
98
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
99
        $(top_srcdir)/configure.ac
 
100
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
101
        $(ACLOCAL_M4)
 
102
mkinstalldirs = $(install_sh) -d
 
103
CONFIG_CLEAN_FILES =
 
104
SOURCES =
 
105
DIST_SOURCES =
 
106
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
107
ACLOCAL = @ACLOCAL@
 
108
AMDEP_FALSE = @AMDEP_FALSE@
 
109
AMDEP_TRUE = @AMDEP_TRUE@
 
110
AMTAR = @AMTAR@
 
111
AR = @AR@
 
112
ARCH_IA64_FALSE = @ARCH_IA64_FALSE@
 
113
ARCH_IA64_TRUE = @ARCH_IA64_TRUE@
 
114
ARCH_X86_64_FALSE = @ARCH_X86_64_FALSE@
 
115
ARCH_X86_64_TRUE = @ARCH_X86_64_TRUE@
 
116
AUTOCONF = @AUTOCONF@
 
117
AUTOHEADER = @AUTOHEADER@
 
118
AUTOMAKE = @AUTOMAKE@
 
119
AWK = @AWK@
 
120
CC = @CC@
 
121
CCDEPMODE = @CCDEPMODE@
 
122
CFLAGS = @CFLAGS@
 
123
CPP = @CPP@
 
124
CPPFLAGS = @CPPFLAGS@
 
125
CYGPATH_W = @CYGPATH_W@
 
126
DEFS = @DEFS@
 
127
DEPDIR = @DEPDIR@
 
128
DL_LIBS = @DL_LIBS@
 
129
ECHO = @ECHO@
 
130
ECHO_C = @ECHO_C@
 
131
ECHO_N = @ECHO_N@
 
132
ECHO_T = @ECHO_T@
 
133
EGREP = @EGREP@
 
134
ENABLE_BASHCOMP_FALSE = @ENABLE_BASHCOMP_FALSE@
 
135
ENABLE_BASHCOMP_TRUE = @ENABLE_BASHCOMP_TRUE@
 
136
ENABLE_CRON_FALSE = @ENABLE_CRON_FALSE@
 
137
ENABLE_CRON_TRUE = @ENABLE_CRON_TRUE@
 
138
ENABLE_LOGROTATE_FALSE = @ENABLE_LOGROTATE_FALSE@
 
139
ENABLE_LOGROTATE_TRUE = @ENABLE_LOGROTATE_TRUE@
 
140
ENABLE_UDEV_FALSE = @ENABLE_UDEV_FALSE@
 
141
ENABLE_UDEV_TRUE = @ENABLE_UDEV_TRUE@
 
142
EXEEXT = @EXEEXT@
 
143
INSTALL_DATA = @INSTALL_DATA@
 
144
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
145
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
146
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
147
LDFLAGS = @LDFLAGS@
 
148
LIBOBJS = @LIBOBJS@
 
149
LIBS = @LIBS@
 
150
LIBTOOL = @LIBTOOL@
 
151
LN_S = @LN_S@
 
152
LTLIBOBJS = @LTLIBOBJS@
 
153
MAKEINFO = @MAKEINFO@
 
154
OBJEXT = @OBJEXT@
 
155
PACKAGE = @PACKAGE@
 
156
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
157
PACKAGE_NAME = @PACKAGE_NAME@
 
158
PACKAGE_STRING = @PACKAGE_STRING@
 
159
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
160
PACKAGE_VERSION = @PACKAGE_VERSION@
 
161
PATH_SEPARATOR = @PATH_SEPARATOR@
 
162
RANLIB = @RANLIB@
 
163
SET_MAKE = @SET_MAKE@
 
164
SHELL = @SHELL@
 
165
STRIP = @STRIP@
 
166
UTIL_LIBS = @UTIL_LIBS@
 
167
VERSION = @VERSION@
 
168
ac_ct_AR = @ac_ct_AR@
 
169
ac_ct_CC = @ac_ct_CC@
 
170
ac_ct_RANLIB = @ac_ct_RANLIB@
 
171
ac_ct_STRIP = @ac_ct_STRIP@
 
172
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
173
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
174
am__include = @am__include@
 
175
am__leading_dot = @am__leading_dot@
 
176
am__quote = @am__quote@
 
177
am__tar = @am__tar@
 
178
am__untar = @am__untar@
 
179
bindir = @bindir@
 
180
build = @build@
 
181
build_alias = @build_alias@
 
182
build_cpu = @build_cpu@
 
183
build_os = @build_os@
 
184
build_vendor = @build_vendor@
 
185
datadir = @datadir@
 
186
exec_prefix = @exec_prefix@
 
187
host = @host@
 
188
host_alias = @host_alias@
 
189
host_cpu = @host_cpu@
 
190
host_os = @host_os@
 
191
host_vendor = @host_vendor@
 
192
includedir = @includedir@
 
193
infodir = @infodir@
 
194
install_sh = @install_sh@
 
195
libdir = @libdir@
 
196
libexecdir = @libexecdir@
 
197
localstatedir = @localstatedir@
 
198
mandir = @mandir@
 
199
mkdir_p = @mkdir_p@
 
200
oldincludedir = @oldincludedir@
 
201
prefix = @prefix@
 
202
program_transform_name = @program_transform_name@
 
203
sbindir = @sbindir@
 
204
sharedstatedir = @sharedstatedir@
 
205
sysconfdir = @sysconfdir@
 
206
target = @target@
 
207
target_alias = @target_alias@
 
208
target_cpu = @target_cpu@
 
209
target_os = @target_os@
 
210
target_vendor = @target_vendor@
 
211
NETSSCRIPTS = ifdown-venet ifup-venet
 
212
NETSDATA = ifcfg-venet0
 
213
EXTRA_DIST = \
 
214
        $(NETSSCRIPTS:%=%.in) \
 
215
        $(NETSDATA)
 
216
 
 
217
CLEANFILES = $(NETSSCRIPTS)
 
218
@ENABLE_BASHCOMP_TRUE@bashcdir = $(sysconfdir)/bash_completion.d
 
219
@ENABLE_CRON_TRUE@cronddir = $(pkgconfdir)/cron
 
220
@ENABLE_CRON_TRUE@dst_cronddir = $(sysconfdir)/cron.d
 
221
@ENABLE_LOGROTATE_TRUE@logrdir = $(sysconfdir)/logrotate.d
 
222
@ENABLE_UDEV_TRUE@udevdir = $(sysconfdir)/udev/rules.d
 
223
initddir = $(sysconfdir)/init.d
 
224
netsdir = $(sysconfdir)/sysconfig/network-scripts
 
225
pkgconfdir = $(sysconfdir)/vz
 
226
vpsconfdir = $(pkgconfdir)/conf
 
227
distconfdir = $(pkgconfdir)/dists
 
228
namesdir = $(pkgconfdir)/names
 
229
vzlibdir = $(pkglibdir)/scripts
 
230
vzcrondir = $(pkgdatadir)/scripts
 
231
pathsubst_RULES = \
 
232
        s!@'SBINDIR'@!$(sbindir)!g; \
 
233
        s!@'PKGCONFDIR'@!$(pkgconfdir)!g; \
 
234
        s!@'VPSCONFDIR'@!$(vpsconfdir)!g; \
 
235
        s!@'PKGDATADIR'@!$(pkgdatadir)!g; \
 
236
        s!@'PKGLIBDIR'@!$(pkglibdir)!g; \
 
237
        s!@'CRONDDIR'@!$(cronddir)!g; \
 
238
        s!@'DST_CRONDDIR'@!$(dst_cronddir)!g;
 
239
 
 
240
pathsubst = sed -e '$(pathsubst_RULES)'
 
241
all: all-am
 
242
 
 
243
.SUFFIXES:
 
244
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/pathsubst.am $(top_srcdir)/paths.am $(am__configure_deps)
 
245
        @for dep in $?; do \
 
246
          case '$(am__configure_deps)' in \
 
247
            *$$dep*) \
 
248
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
249
                && exit 0; \
 
250
              exit 1;; \
 
251
          esac; \
 
252
        done; \
 
253
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  etc/network-scripts/Makefile'; \
 
254
        cd $(top_srcdir) && \
 
255
          $(AUTOMAKE) --foreign  etc/network-scripts/Makefile
 
256
.PRECIOUS: Makefile
 
257
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
258
        @case '$?' in \
 
259
          *config.status*) \
 
260
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
261
          *) \
 
262
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
263
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
264
        esac;
 
265
 
 
266
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
268
 
 
269
$(top_srcdir)/configure:  $(am__configure_deps)
 
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
271
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
272
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
273
 
 
274
mostlyclean-libtool:
 
275
        -rm -f *.lo
 
276
 
 
277
clean-libtool:
 
278
        -rm -rf .libs _libs
 
279
 
 
280
distclean-libtool:
 
281
        -rm -f libtool
 
282
uninstall-info-am:
 
283
tags: TAGS
 
284
TAGS:
 
285
 
 
286
ctags: CTAGS
 
287
CTAGS:
 
288
 
 
289
 
 
290
distdir: $(DISTFILES)
 
291
        $(mkdir_p) $(distdir)/../..
 
292
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
293
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
294
        list='$(DISTFILES)'; for file in $$list; do \
 
295
          case $$file in \
 
296
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
297
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
298
          esac; \
 
299
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
300
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
301
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
302
            dir="/$$dir"; \
 
303
            $(mkdir_p) "$(distdir)$$dir"; \
 
304
          else \
 
305
            dir=''; \
 
306
          fi; \
 
307
          if test -d $$d/$$file; then \
 
308
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
309
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
310
            fi; \
 
311
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
312
          else \
 
313
            test -f $(distdir)/$$file \
 
314
            || cp -p $$d/$$file $(distdir)/$$file \
 
315
            || exit 1; \
 
316
          fi; \
 
317
        done
 
318
check-am: all-am
 
319
check: check-am
 
320
all-am: Makefile
 
321
installdirs:
 
322
install: install-am
 
323
install-exec: install-exec-am
 
324
install-data: install-data-am
 
325
uninstall: uninstall-am
 
326
 
 
327
install-am: all-am
 
328
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
329
 
 
330
installcheck: installcheck-am
 
331
install-strip:
 
332
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
333
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
334
          `test -z '$(STRIP)' || \
 
335
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
336
mostlyclean-generic:
 
337
 
 
338
clean-generic:
 
339
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
340
 
 
341
distclean-generic:
 
342
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
343
 
 
344
maintainer-clean-generic:
 
345
        @echo "This command is intended for maintainers to use"
 
346
        @echo "it deletes files that may require special tools to rebuild."
 
347
clean: clean-am
 
348
 
 
349
clean-am: clean-generic clean-libtool mostlyclean-am
 
350
 
 
351
distclean: distclean-am
 
352
        -rm -f Makefile
 
353
distclean-am: clean-am distclean-generic distclean-libtool
 
354
 
 
355
dvi: dvi-am
 
356
 
 
357
dvi-am:
 
358
 
 
359
html: html-am
 
360
 
 
361
info: info-am
 
362
 
 
363
info-am:
 
364
 
 
365
install-data-am:
 
366
 
 
367
install-exec-am:
 
368
 
 
369
install-info: install-info-am
 
370
 
 
371
install-man:
 
372
 
 
373
installcheck-am:
 
374
 
 
375
maintainer-clean: maintainer-clean-am
 
376
        -rm -f Makefile
 
377
maintainer-clean-am: distclean-am maintainer-clean-generic
 
378
 
 
379
mostlyclean: mostlyclean-am
 
380
 
 
381
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
382
 
 
383
pdf: pdf-am
 
384
 
 
385
pdf-am:
 
386
 
 
387
ps: ps-am
 
388
 
 
389
ps-am:
 
390
 
 
391
uninstall-am: uninstall-info-am
 
392
 
 
393
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
394
        distclean distclean-generic distclean-libtool distdir dvi \
 
395
        dvi-am html html-am info info-am install install-am \
 
396
        install-data install-data-am install-exec install-exec-am \
 
397
        install-info install-info-am install-man install-strip \
 
398
        installcheck installcheck-am installdirs maintainer-clean \
 
399
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
400
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
401
        uninstall-info-am
 
402
 
 
403
 
 
404
%: %.in
 
405
        $(pathsubst) $< > $@
 
406
 
 
407
install-redhat: $(NETSSCRIPTS)
 
408
        $(mkinstalldirs) $(DESTDIR)$(netsdir)
 
409
        for file in $(NETSSCRIPTS); do \
 
410
                $(INSTALL_SCRIPT) $$file $(DESTDIR)$(netsdir)/$$file; \
 
411
        done
 
412
        for file in $(NETSDATA); do \
 
413
                $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(netsdir)/$$file; \
 
414
        done
 
415
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
416
# Otherwise a system limit (for SysV at least) may be exceeded.
 
417
.NOEXPORT: