1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
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.
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
17
pkgdatadir = $(datadir)/@PACKAGE@
18
pkglibdir = $(libdir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
install_sh_DATA = $(install_sh) -c -m 644
22
install_sh_PROGRAM = $(install_sh) -c
23
install_sh_SCRIPT = $(install_sh) -c
24
INSTALL_HEADER = $(INSTALL_DATA)
25
transform = $(program_transform_name)
32
build_triplet = @build@
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in compile \
36
config.guess config.sub depcomp install-sh ltmain.sh missing
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
am__aclocal_m4_deps = $(top_srcdir)/config/acinclude.m4 \
39
$(top_srcdir)/configure.ac
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
mkinstalldirs = $(install_sh) -d
43
CONFIG_HEADER = $(top_builddir)/src/config.h
47
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
52
AUTOHEADER = @AUTOHEADER@
57
CCDEPMODE = @CCDEPMODE@
63
CXXDEPMODE = @CXXDEPMODE@
65
CYGPATH_W = @CYGPATH_W@
79
INSTALL_DATA = @INSTALL_DATA@
80
INSTALL_PROGRAM = @INSTALL_PROGRAM@
81
INSTALL_SCRIPT = @INSTALL_SCRIPT@
82
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
84
LIBEXECDIR = @LIBEXECDIR@
89
LOCALSTATEDIR = @LOCALSTATEDIR@
90
LTLIBOBJS = @LTLIBOBJS@
92
LXC_MAJOR_VERSION = @LXC_MAJOR_VERSION@
93
LXC_MICRO_VERSION = @LXC_MICRO_VERSION@
94
LXC_MINOR_VERSION = @LXC_MINOR_VERSION@
99
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
100
PACKAGE_NAME = @PACKAGE_NAME@
101
PACKAGE_STRING = @PACKAGE_STRING@
102
PACKAGE_TARNAME = @PACKAGE_TARNAME@
103
PACKAGE_VERSION = @PACKAGE_VERSION@
104
PATH_SEPARATOR = @PATH_SEPARATOR@
108
SET_MAKE = @SET_MAKE@
111
SYSCONFDIR = @SYSCONFDIR@
113
abs_builddir = @abs_builddir@
114
abs_srcdir = @abs_srcdir@
115
abs_top_builddir = @abs_top_builddir@
116
abs_top_srcdir = @abs_top_srcdir@
117
ac_ct_CC = @ac_ct_CC@
118
ac_ct_CXX = @ac_ct_CXX@
119
ac_ct_F77 = @ac_ct_F77@
120
am__include = @am__include@
121
am__leading_dot = @am__leading_dot@
122
am__quote = @am__quote@
124
am__untar = @am__untar@
127
build_alias = @build_alias@
128
build_cpu = @build_cpu@
129
build_os = @build_os@
130
build_vendor = @build_vendor@
131
builddir = @builddir@
133
datarootdir = @datarootdir@
136
exec_prefix = @exec_prefix@
138
host_alias = @host_alias@
139
host_cpu = @host_cpu@
141
host_vendor = @host_vendor@
143
includedir = @includedir@
145
install_sh = @install_sh@
147
libexecdir = @libexecdir@
148
localedir = @localedir@
149
localstatedir = @localstatedir@
152
oldincludedir = @oldincludedir@
155
program_transform_name = @program_transform_name@
158
sharedstatedir = @sharedstatedir@
160
sysconfdir = @sysconfdir@
161
target_alias = @target_alias@
162
top_builddir = @top_builddir@
163
top_srcdir = @top_srcdir@
167
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
169
case '$(am__configure_deps)' in \
171
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
176
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu config/Makefile'; \
177
cd $(top_srcdir) && \
178
$(AUTOMAKE) --gnu config/Makefile
180
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
183
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
185
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
186
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
189
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
190
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
192
$(top_srcdir)/configure: $(am__configure_deps)
193
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
194
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
195
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
209
distdir: $(DISTFILES)
210
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
211
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
212
list='$(DISTFILES)'; \
213
dist_files=`for file in $$list; do echo $$file; done | \
214
sed -e "s|^$$srcdirstrip/||;t" \
215
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
216
case $$dist_files in \
217
*/*) $(MKDIR_P) `echo "$$dist_files" | \
218
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
221
for file in $$dist_files; do \
222
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
223
if test -d $$d/$$file; then \
224
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
225
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
226
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
228
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
230
test -f $(distdir)/$$file \
231
|| cp -p $$d/$$file $(distdir)/$$file \
240
install-exec: install-exec-am
241
install-data: install-data-am
242
uninstall: uninstall-am
245
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
247
installcheck: installcheck-am
249
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
250
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
251
`test -z '$(STRIP)' || \
252
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
258
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
260
maintainer-clean-generic:
261
@echo "This command is intended for maintainers to use"
262
@echo "it deletes files that may require special tools to rebuild."
265
clean-am: clean-generic clean-libtool mostlyclean-am
267
distclean-am: clean-am distclean-generic
281
install-dvi: install-dvi-am
285
install-html: install-html-am
287
install-info: install-info-am
291
install-pdf: install-pdf-am
293
install-ps: install-ps-am
297
maintainer-clean: maintainer-clean-am
299
maintainer-clean-am: distclean-am maintainer-clean-generic
301
mostlyclean: mostlyclean-am
303
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
315
.MAKE: install-am install-strip
317
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
318
distclean distclean-generic distclean-libtool distdir dvi \
319
dvi-am html html-am info info-am install install-am \
320
install-data install-data-am install-dvi install-dvi-am \
321
install-exec install-exec-am install-html install-html-am \
322
install-info install-info-am install-man install-pdf \
323
install-pdf-am install-ps install-ps-am install-strip \
324
installcheck installcheck-am installdirs maintainer-clean \
325
maintainer-clean-generic mostlyclean mostlyclean-generic \
326
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
329
@$(RM) -f compile config.guess config.sub depcomp install-sh ltmain.sh missing Makefile.in Makefile
330
# Tell versions [3.59,3.63) of GNU make to not export all variables.
331
# Otherwise a system limit (for SysV at least) may be exceeded.