~serge-hallyn/ubuntu/quantal/lxc/lxc-aa-custom-profile

« back to all changes in this revision

Viewing changes to etc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2010-01-10 10:40:21 UTC
  • mto: (1.1.2 upstream) (3.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20100110104021-ff3ukvpu7yzc36hm
ImportĀ upstreamĀ versionĀ 0.6.4

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