~ubuntu-branches/ubuntu/quantal/lxc/quantal-201208301614

« back to all changes in this revision

Viewing changes to doc/examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter, Stéphane Graber, Guido Trotter
  • Date: 2010-01-10 10:40:21 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20100110104021-25cm8w09ccmw5w2z
[ Stéphane Graber ]
* Upgrade standards-version to 3.8.3
* Drop the copy of etc/* from rules as "etc" is no longer in the tarball

[ Guido Trotter ]
* New Upstream Version
* Update libcap2-dev dependency to libcap-dev
* Install upstream-built man pages via debian/lxc.manpages
* Drop unneeded docbook-utils build dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.1 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  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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = doc/examples
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
37
        $(srcdir)/lxc-complex-config.in \
 
38
        $(srcdir)/lxc-empty-netns.conf.in \
 
39
        $(srcdir)/lxc-macvlan.conf.in $(srcdir)/lxc-no-netns.conf.in \
 
40
        $(srcdir)/lxc-phys.conf.in $(srcdir)/lxc-veth.conf.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/config/acinclude.m4 \
 
43
        $(top_srcdir)/configure.ac
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(install_sh) -d
 
47
CONFIG_HEADER = $(top_builddir)/src/config.h
 
48
CONFIG_CLEAN_FILES = lxc-macvlan.conf lxc-no-netns.conf \
 
49
        lxc-empty-netns.conf lxc-phys.conf lxc-veth.conf \
 
50
        lxc-complex-config
 
51
SOURCES =
 
52
DIST_SOURCES =
 
53
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
54
am__vpath_adj = case $$p in \
 
55
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
56
    *) f=$$p;; \
 
57
  esac;
 
58
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
59
am__installdirs = "$(DESTDIR)$(pkgexamplesdir)"
 
60
pkgexamplesDATA_INSTALL = $(INSTALL_DATA)
 
61
DATA = $(noinst_DATA) $(pkgexamples_DATA)
 
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
63
ACLOCAL = @ACLOCAL@
 
64
AMTAR = @AMTAR@
 
65
AUTOCONF = @AUTOCONF@
 
66
AUTOHEADER = @AUTOHEADER@
 
67
AUTOMAKE = @AUTOMAKE@
 
68
AWK = @AWK@
 
69
BINDIR = @BINDIR@
 
70
CC = @CC@
 
71
CCDEPMODE = @CCDEPMODE@
 
72
CFLAGS = @CFLAGS@
 
73
CPP = @CPP@
 
74
CPPFLAGS = @CPPFLAGS@
 
75
CYGPATH_W = @CYGPATH_W@
 
76
DATADIR = @DATADIR@
 
77
DEFS = @DEFS@
 
78
DEPDIR = @DEPDIR@
 
79
DOCDIR = @DOCDIR@
 
80
ECHO_C = @ECHO_C@
 
81
ECHO_N = @ECHO_N@
 
82
ECHO_T = @ECHO_T@
 
83
EGREP = @EGREP@
 
84
EXEEXT = @EXEEXT@
 
85
GREP = @GREP@
 
86
INCLUDEDIR = @INCLUDEDIR@
 
87
INSTALL = @INSTALL@
 
88
INSTALL_DATA = @INSTALL_DATA@
 
89
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
90
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
91
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
92
LDFLAGS = @LDFLAGS@
 
93
LIBDIR = @LIBDIR@
 
94
LIBEXECDIR = @LIBEXECDIR@
 
95
LIBOBJS = @LIBOBJS@
 
96
LIBS = @LIBS@
 
97
LOCALSTATEDIR = @LOCALSTATEDIR@
 
98
LTLIBOBJS = @LTLIBOBJS@
 
99
LXCPATH = @LXCPATH@
 
100
LXC_GENERATE_DATE = @LXC_GENERATE_DATE@
 
101
MAKEINFO = @MAKEINFO@
 
102
MKDIR_P = @MKDIR_P@
 
103
OBJEXT = @OBJEXT@
 
104
PACKAGE = @PACKAGE@
 
105
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
106
PACKAGE_NAME = @PACKAGE_NAME@
 
107
PACKAGE_STRING = @PACKAGE_STRING@
 
108
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
109
PACKAGE_VERSION = @PACKAGE_VERSION@
 
110
PATH_SEPARATOR = @PATH_SEPARATOR@
 
111
PREFIX = @PREFIX@
 
112
SETCAP = @SETCAP@
 
113
SET_MAKE = @SET_MAKE@
 
114
SHELL = @SHELL@
 
115
STRIP = @STRIP@
 
116
SYSCONFDIR = @SYSCONFDIR@
 
117
VERSION = @VERSION@
 
118
abs_builddir = @abs_builddir@
 
119
abs_srcdir = @abs_srcdir@
 
120
abs_top_builddir = @abs_top_builddir@
 
121
abs_top_srcdir = @abs_top_srcdir@
 
122
ac_ct_CC = @ac_ct_CC@
 
123
am__include = @am__include@
 
124
am__leading_dot = @am__leading_dot@
 
125
am__quote = @am__quote@
 
126
am__tar = @am__tar@
 
127
am__untar = @am__untar@
 
128
bindir = @bindir@
 
129
build = @build@
 
130
build_alias = @build_alias@
 
131
build_cpu = @build_cpu@
 
132
build_os = @build_os@
 
133
build_vendor = @build_vendor@
 
134
builddir = @builddir@
 
135
datadir = @datadir@
 
136
datarootdir = @datarootdir@
 
137
docdir = @docdir@
 
138
dvidir = @dvidir@
 
139
exec_prefix = @exec_prefix@
 
140
have_docbook = @have_docbook@
 
141
host = @host@
 
142
host_alias = @host_alias@
 
143
host_cpu = @host_cpu@
 
144
host_os = @host_os@
 
145
host_vendor = @host_vendor@
 
146
htmldir = @htmldir@
 
147
includedir = @includedir@
 
148
infodir = @infodir@
 
149
install_sh = @install_sh@
 
150
libdir = @libdir@
 
151
libexecdir = @libexecdir@
 
152
localedir = @localedir@
 
153
localstatedir = @localstatedir@
 
154
mandir = @mandir@
 
155
mkdir_p = @mkdir_p@
 
156
oldincludedir = @oldincludedir@
 
157
pdfdir = @pdfdir@
 
158
prefix = @prefix@
 
159
program_transform_name = @program_transform_name@
 
160
psdir = @psdir@
 
161
sbindir = @sbindir@
 
162
sharedstatedir = @sharedstatedir@
 
163
srcdir = @srcdir@
 
164
sysconfdir = @sysconfdir@
 
165
target_alias = @target_alias@
 
166
top_builddir = @top_builddir@
 
167
top_srcdir = @top_srcdir@
 
168
EXTRA_DIST = $(pkgexamples_DATA)
 
169
@ENABLE_EXAMPLES_TRUE@pkgexamplesdir = $(docdir)/examples
 
170
@ENABLE_EXAMPLES_TRUE@pkgexamples_DATA = \
 
171
@ENABLE_EXAMPLES_TRUE@  lxc-macvlan.conf \
 
172
@ENABLE_EXAMPLES_TRUE@  lxc-no-netns.conf \
 
173
@ENABLE_EXAMPLES_TRUE@  lxc-empty-netns.conf \
 
174
@ENABLE_EXAMPLES_TRUE@  lxc-phys.conf \
 
175
@ENABLE_EXAMPLES_TRUE@  lxc-veth.conf \
 
176
@ENABLE_EXAMPLES_TRUE@  lxc-complex-config
 
177
 
 
178
noinst_DATA = \
 
179
        lxc-macvlan.conf.in \
 
180
        lxc-empty-netns.conf.in \
 
181
        lxc-no-netns.conf.in \
 
182
        lxc-phys.conf.in \
 
183
        lxc-veth.conf.in \
 
184
        lxc-complex-config.in
 
185
 
 
186
all: all-am
 
187
 
 
188
.SUFFIXES:
 
189
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
190
        @for dep in $?; do \
 
191
          case '$(am__configure_deps)' in \
 
192
            *$$dep*) \
 
193
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
194
                && exit 0; \
 
195
              exit 1;; \
 
196
          esac; \
 
197
        done; \
 
198
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/examples/Makefile'; \
 
199
        cd $(top_srcdir) && \
 
200
          $(AUTOMAKE) --gnu  doc/examples/Makefile
 
201
.PRECIOUS: Makefile
 
202
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
203
        @case '$?' in \
 
204
          *config.status*) \
 
205
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
206
          *) \
 
207
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
208
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
209
        esac;
 
210
 
 
211
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
212
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
213
 
 
214
$(top_srcdir)/configure:  $(am__configure_deps)
 
215
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
216
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
217
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
218
lxc-macvlan.conf: $(top_builddir)/config.status $(srcdir)/lxc-macvlan.conf.in
 
219
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
220
lxc-no-netns.conf: $(top_builddir)/config.status $(srcdir)/lxc-no-netns.conf.in
 
221
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
222
lxc-empty-netns.conf: $(top_builddir)/config.status $(srcdir)/lxc-empty-netns.conf.in
 
223
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
224
lxc-phys.conf: $(top_builddir)/config.status $(srcdir)/lxc-phys.conf.in
 
225
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
226
lxc-veth.conf: $(top_builddir)/config.status $(srcdir)/lxc-veth.conf.in
 
227
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
228
lxc-complex-config: $(top_builddir)/config.status $(srcdir)/lxc-complex-config.in
 
229
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
230
install-pkgexamplesDATA: $(pkgexamples_DATA)
 
231
        @$(NORMAL_INSTALL)
 
232
        test -z "$(pkgexamplesdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgexamplesdir)"
 
233
        @list='$(pkgexamples_DATA)'; for p in $$list; do \
 
234
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
235
          f=$(am__strip_dir) \
 
236
          echo " $(pkgexamplesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgexamplesdir)/$$f'"; \
 
237
          $(pkgexamplesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgexamplesdir)/$$f"; \
 
238
        done
 
239
 
 
240
uninstall-pkgexamplesDATA:
 
241
        @$(NORMAL_UNINSTALL)
 
242
        @list='$(pkgexamples_DATA)'; for p in $$list; do \
 
243
          f=$(am__strip_dir) \
 
244
          echo " rm -f '$(DESTDIR)$(pkgexamplesdir)/$$f'"; \
 
245
          rm -f "$(DESTDIR)$(pkgexamplesdir)/$$f"; \
 
246
        done
 
247
tags: TAGS
 
248
TAGS:
 
249
 
 
250
ctags: CTAGS
 
251
CTAGS:
 
252
 
 
253
 
 
254
distdir: $(DISTFILES)
 
255
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
256
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
257
        list='$(DISTFILES)'; \
 
258
          dist_files=`for file in $$list; do echo $$file; done | \
 
259
          sed -e "s|^$$srcdirstrip/||;t" \
 
260
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
261
        case $$dist_files in \
 
262
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
263
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
264
                           sort -u` ;; \
 
265
        esac; \
 
266
        for file in $$dist_files; do \
 
267
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
268
          if test -d $$d/$$file; then \
 
269
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
270
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
271
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
272
            fi; \
 
273
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
274
          else \
 
275
            test -f $(distdir)/$$file \
 
276
            || cp -p $$d/$$file $(distdir)/$$file \
 
277
            || exit 1; \
 
278
          fi; \
 
279
        done
 
280
check-am: all-am
 
281
check: check-am
 
282
all-am: Makefile $(DATA)
 
283
installdirs:
 
284
        for dir in "$(DESTDIR)$(pkgexamplesdir)"; do \
 
285
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
286
        done
 
287
install: install-am
 
288
install-exec: install-exec-am
 
289
install-data: install-data-am
 
290
uninstall: uninstall-am
 
291
 
 
292
install-am: all-am
 
293
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
294
 
 
295
installcheck: installcheck-am
 
296
install-strip:
 
297
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
298
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
299
          `test -z '$(STRIP)' || \
 
300
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
301
mostlyclean-generic:
 
302
 
 
303
clean-generic:
 
304
 
 
305
distclean-generic:
 
306
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
307
 
 
308
maintainer-clean-generic:
 
309
        @echo "This command is intended for maintainers to use"
 
310
        @echo "it deletes files that may require special tools to rebuild."
 
311
clean: clean-am
 
312
 
 
313
clean-am: clean-generic mostlyclean-am
 
314
 
 
315
distclean: distclean-am
 
316
        -rm -f Makefile
 
317
distclean-am: clean-am distclean-generic
 
318
 
 
319
dvi: dvi-am
 
320
 
 
321
dvi-am:
 
322
 
 
323
html: html-am
 
324
 
 
325
info: info-am
 
326
 
 
327
info-am:
 
328
 
 
329
install-data-am: install-pkgexamplesDATA
 
330
 
 
331
install-dvi: install-dvi-am
 
332
 
 
333
install-exec-am:
 
334
 
 
335
install-html: install-html-am
 
336
 
 
337
install-info: install-info-am
 
338
 
 
339
install-man:
 
340
 
 
341
install-pdf: install-pdf-am
 
342
 
 
343
install-ps: install-ps-am
 
344
 
 
345
installcheck-am:
 
346
 
 
347
maintainer-clean: maintainer-clean-am
 
348
        -rm -f Makefile
 
349
maintainer-clean-am: distclean-am maintainer-clean-generic
 
350
 
 
351
mostlyclean: mostlyclean-am
 
352
 
 
353
mostlyclean-am: mostlyclean-generic
 
354
 
 
355
pdf: pdf-am
 
356
 
 
357
pdf-am:
 
358
 
 
359
ps: ps-am
 
360
 
 
361
ps-am:
 
362
 
 
363
uninstall-am: uninstall-pkgexamplesDATA
 
364
 
 
365
.MAKE: install-am install-strip
 
366
 
 
367
.PHONY: all all-am check check-am clean clean-generic distclean \
 
368
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
369
        install install-am install-data install-data-am install-dvi \
 
370
        install-dvi-am install-exec install-exec-am install-html \
 
371
        install-html-am install-info install-info-am install-man \
 
372
        install-pdf install-pdf-am install-pkgexamplesDATA install-ps \
 
373
        install-ps-am install-strip installcheck installcheck-am \
 
374
        installdirs maintainer-clean maintainer-clean-generic \
 
375
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
 
376
        uninstall-am uninstall-pkgexamplesDATA
 
377
 
 
378
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
379
# Otherwise a system limit (for SysV at least) may be exceeded.
 
380
.NOEXPORT: