1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
1 |
# Makefile.in generated by automake 1.11.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, 2009 Free Software Foundation,
|
|
6 |
# Inc.
|
|
7 |
# This Makefile.in is free software; the Free Software Foundation
|
|
8 |
# gives unlimited permission to copy and/or distribute it,
|
|
9 |
# with or without modifications, as long as this notice is preserved.
|
|
10 |
||
11 |
# This program is distributed in the hope that it will be useful,
|
|
12 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
13 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
14 |
# PARTICULAR PURPOSE.
|
|
15 |
||
16 |
@SET_MAKE@
|
|
17 |
||
18 |
VPATH = @srcdir@ |
|
19 |
pkgdatadir = $(datadir)/@PACKAGE@ |
|
20 |
pkgincludedir = $(includedir)/@PACKAGE@ |
|
21 |
pkglibdir = $(libdir)/@PACKAGE@ |
|
22 |
pkglibexecdir = $(libexecdir)/@PACKAGE@ |
|
23 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|
24 |
install_sh_DATA = $(install_sh) -c -m 644 |
|
25 |
install_sh_PROGRAM = $(install_sh) -c |
|
26 |
install_sh_SCRIPT = $(install_sh) -c |
|
27 |
INSTALL_HEADER = $(INSTALL_DATA) |
|
28 |
transform = $(program_transform_name) |
|
29 |
NORMAL_INSTALL = : |
|
30 |
PRE_INSTALL = : |
|
31 |
POST_INSTALL = : |
|
32 |
NORMAL_UNINSTALL = : |
|
33 |
PRE_UNINSTALL = : |
|
34 |
POST_UNINSTALL = : |
|
35 |
build_triplet = @build@ |
|
36 |
host_triplet = @host@ |
|
37 |
subdir = templates |
|
38 |
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
|
1.1.11
by Daniel Baumann
Import upstream version 0.8.0~rc1 |
39 |
$(srcdir)/lxc-altlinux.in $(srcdir)/lxc-archlinux.in \ |
1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
40 |
$(srcdir)/lxc-busybox.in $(srcdir)/lxc-debian.in \ |
1.1.7
by Serge Hallyn
Import upstream version 0.7.3.1 |
41 |
$(srcdir)/lxc-fedora.in $(srcdir)/lxc-lenny.in \ |
1.1.10
by Stéphane Graber
Import upstream version 0.7.5 |
42 |
$(srcdir)/lxc-opensuse.in $(srcdir)/lxc-sshd.in \ |
1.1.11
by Daniel Baumann
Import upstream version 0.8.0~rc1 |
43 |
$(srcdir)/lxc-ubuntu-cloud.in $(srcdir)/lxc-ubuntu.in |
1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
44 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
45 |
am__aclocal_m4_deps = $(top_srcdir)/config/acinclude.m4 \ |
|
1.1.8
by Chuck Short
Import upstream version 0.7.4 |
46 |
$(top_srcdir)/config/linux.m4 $(top_srcdir)/configure.ac |
1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
47 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
48 |
$(ACLOCAL_M4) |
|
49 |
mkinstalldirs = $(install_sh) -d |
|
50 |
CONFIG_HEADER = $(top_builddir)/src/config.h |
|
1.1.11
by Daniel Baumann
Import upstream version 0.8.0~rc1 |
51 |
CONFIG_CLEAN_FILES = lxc-lenny lxc-debian lxc-ubuntu lxc-ubuntu-cloud \ |
52 |
lxc-opensuse lxc-busybox lxc-fedora lxc-altlinux lxc-sshd \
|
|
53 |
lxc-archlinux |
|
1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
54 |
CONFIG_CLEAN_VPATH_FILES = |
55 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
|
56 |
am__vpath_adj = case $$p in \ |
|
57 |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
|
58 |
*) f=$$p;; \ |
|
59 |
esac; |
|
60 |
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
|
61 |
am__install_max = 40 |
|
62 |
am__nobase_strip_setup = \ |
|
63 |
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
|
64 |
am__nobase_strip = \ |
|
65 |
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
|
66 |
am__nobase_list = $(am__nobase_strip_setup); \ |
|
67 |
for p in $$list; do echo "$$p $$p"; done | \ |
|
68 |
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
|
69 |
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
|
70 |
if (++n[$$2] == $(am__install_max)) \
|
|
71 |
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
|
72 |
END { for (dir in files) print dir, files[dir] }'
|
|
73 |
am__base_list = \
|
|
74 |
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
|
75 |
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
76 |
am__installdirs = "$(DESTDIR)$(templatesdir)" |
|
77 |
SCRIPTS = $(templates_SCRIPTS) |
|
78 |
SOURCES = |
|
79 |
DIST_SOURCES = |
|
80 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|
81 |
ACLOCAL = @ACLOCAL@ |
|
82 |
AMTAR = @AMTAR@ |
|
83 |
AUTOCONF = @AUTOCONF@ |
|
84 |
AUTOHEADER = @AUTOHEADER@ |
|
85 |
AUTOMAKE = @AUTOMAKE@ |
|
86 |
AWK = @AWK@ |
|
87 |
BINDIR = @BINDIR@ |
|
88 |
CAP_LIBS = @CAP_LIBS@ |
|
89 |
CC = @CC@ |
|
90 |
CCDEPMODE = @CCDEPMODE@ |
|
91 |
CFLAGS = @CFLAGS@ |
|
92 |
CPP = @CPP@ |
|
93 |
CPPFLAGS = @CPPFLAGS@ |
|
94 |
CYGPATH_W = @CYGPATH_W@ |
|
95 |
DATADIR = @DATADIR@ |
|
96 |
DEFS = @DEFS@ |
|
97 |
DEPDIR = @DEPDIR@ |
|
98 |
DOCDIR = @DOCDIR@ |
|
99 |
ECHO_C = @ECHO_C@ |
|
100 |
ECHO_N = @ECHO_N@ |
|
101 |
ECHO_T = @ECHO_T@ |
|
102 |
EGREP = @EGREP@ |
|
103 |
EXEEXT = @EXEEXT@ |
|
104 |
GREP = @GREP@ |
|
105 |
INCLUDEDIR = @INCLUDEDIR@ |
|
106 |
INSTALL = @INSTALL@ |
|
107 |
INSTALL_DATA = @INSTALL_DATA@ |
|
108 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|
109 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|
110 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|
111 |
LDFLAGS = @LDFLAGS@ |
|
112 |
LIBDIR = @LIBDIR@ |
|
113 |
LIBOBJS = @LIBOBJS@ |
|
114 |
LIBS = @LIBS@ |
|
1.1.8
by Chuck Short
Import upstream version 0.7.4 |
115 |
LINUX_DIR = @LINUX_DIR@ |
116 |
LINUX_SRCARCH = @LINUX_SRCARCH@ |
|
1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
117 |
LOCALSTATEDIR = @LOCALSTATEDIR@ |
118 |
LTLIBOBJS = @LTLIBOBJS@ |
|
119 |
LXCINITDIR = @LXCINITDIR@ |
|
120 |
LXCPATH = @LXCPATH@ |
|
121 |
LXCROOTFSMOUNT = @LXCROOTFSMOUNT@ |
|
122 |
LXCTEMPLATEDIR = @LXCTEMPLATEDIR@ |
|
123 |
LXC_GENERATE_DATE = @LXC_GENERATE_DATE@ |
|
124 |
MAKEINFO = @MAKEINFO@ |
|
125 |
MKDIR_P = @MKDIR_P@ |
|
126 |
OBJEXT = @OBJEXT@ |
|
127 |
PACKAGE = @PACKAGE@ |
|
128 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
|
129 |
PACKAGE_NAME = @PACKAGE_NAME@ |
|
130 |
PACKAGE_STRING = @PACKAGE_STRING@ |
|
131 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
|
132 |
PACKAGE_URL = @PACKAGE_URL@ |
|
133 |
PACKAGE_VERSION = @PACKAGE_VERSION@ |
|
134 |
PATH_SEPARATOR = @PATH_SEPARATOR@ |
|
135 |
PREFIX = @PREFIX@ |
|
136 |
SETCAP = @SETCAP@ |
|
137 |
SET_MAKE = @SET_MAKE@ |
|
138 |
SHELL = @SHELL@ |
|
139 |
STRIP = @STRIP@ |
|
140 |
SYSCONFDIR = @SYSCONFDIR@ |
|
141 |
VERSION = @VERSION@ |
|
142 |
abs_builddir = @abs_builddir@ |
|
143 |
abs_srcdir = @abs_srcdir@ |
|
144 |
abs_top_builddir = @abs_top_builddir@ |
|
145 |
abs_top_srcdir = @abs_top_srcdir@ |
|
146 |
ac_ct_CC = @ac_ct_CC@ |
|
147 |
am__include = @am__include@ |
|
148 |
am__leading_dot = @am__leading_dot@ |
|
149 |
am__quote = @am__quote@ |
|
150 |
am__tar = @am__tar@ |
|
151 |
am__untar = @am__untar@ |
|
152 |
bindir = @bindir@ |
|
153 |
build = @build@ |
|
154 |
build_alias = @build_alias@ |
|
155 |
build_cpu = @build_cpu@ |
|
156 |
build_os = @build_os@ |
|
157 |
build_vendor = @build_vendor@ |
|
158 |
builddir = @builddir@ |
|
159 |
datadir = @datadir@ |
|
160 |
datarootdir = @datarootdir@ |
|
161 |
docdir = @docdir@ |
|
162 |
dvidir = @dvidir@ |
|
163 |
exec_prefix = @exec_prefix@ |
|
164 |
have_docbook = @have_docbook@ |
|
165 |
host = @host@ |
|
166 |
host_alias = @host_alias@ |
|
167 |
host_cpu = @host_cpu@ |
|
168 |
host_os = @host_os@ |
|
169 |
host_vendor = @host_vendor@ |
|
170 |
htmldir = @htmldir@ |
|
171 |
includedir = @includedir@ |
|
172 |
infodir = @infodir@ |
|
173 |
install_sh = @install_sh@ |
|
174 |
libdir = @libdir@ |
|
175 |
libexecdir = @libexecdir@ |
|
176 |
localedir = @localedir@ |
|
177 |
localstatedir = @localstatedir@ |
|
178 |
mandir = @mandir@ |
|
179 |
mkdir_p = @mkdir_p@ |
|
180 |
oldincludedir = @oldincludedir@ |
|
181 |
pdfdir = @pdfdir@ |
|
182 |
prefix = @prefix@ |
|
183 |
program_transform_name = @program_transform_name@ |
|
184 |
psdir = @psdir@ |
|
185 |
sbindir = @sbindir@ |
|
186 |
sharedstatedir = @sharedstatedir@ |
|
187 |
srcdir = @srcdir@ |
|
188 |
sysconfdir = @sysconfdir@ |
|
189 |
target_alias = @target_alias@ |
|
190 |
top_build_prefix = @top_build_prefix@ |
|
191 |
top_builddir = @top_builddir@ |
|
192 |
top_srcdir = @top_srcdir@ |
|
193 |
templatesdir = @LXCTEMPLATEDIR@ |
|
194 |
templates_SCRIPTS = \ |
|
195 |
lxc-debian \
|
|
1.1.7
by Serge Hallyn
Import upstream version 0.7.3.1 |
196 |
lxc-lenny \
|
1.1.10
by Stéphane Graber
Import upstream version 0.7.5 |
197 |
lxc-ubuntu \
|
58
by Serge Hallyn
* 0036-fix-reboot-detection - actually detect when our kernel supports |
198 |
lxc-ubuntu-cloud \
|
1.1.10
by Stéphane Graber
Import upstream version 0.7.5 |
199 |
lxc-opensuse \
|
1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
200 |
lxc-fedora \
|
1.1.11
by Daniel Baumann
Import upstream version 0.8.0~rc1 |
201 |
lxc-altlinux \
|
1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
202 |
lxc-busybox \
|
1.1.11
by Daniel Baumann
Import upstream version 0.8.0~rc1 |
203 |
lxc-sshd \
|
204 |
lxc-archlinux |
|
1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
205 |
|
206 |
all: all-am |
|
207 |
||
208 |
.SUFFIXES: |
|
209 |
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|
210 |
@for dep in $?; do \ |
|
211 |
case '$(am__configure_deps)' in \ |
|
212 |
*$$dep*) \ |
|
213 |
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
|
214 |
&& { if test -f $@; then exit 0; else break; fi; }; \ |
|
215 |
exit 1;; \ |
|
216 |
esac; \ |
|
217 |
done; \ |
|
218 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu templates/Makefile'; \ |
|
219 |
$(am__cd) $(top_srcdir) && \ |
|
220 |
$(AUTOMAKE) --gnu templates/Makefile |
|
221 |
.PRECIOUS: Makefile |
|
222 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
223 |
@case '$?' in \ |
|
224 |
*config.status*) \ |
|
225 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
|
226 |
*) \ |
|
227 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
|
228 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
|
229 |
esac; |
|
230 |
||
231 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|
232 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|
233 |
||
234 |
$(top_srcdir)/configure: $(am__configure_deps) |
|
235 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|
236 |
$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|
237 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|
238 |
$(am__aclocal_m4_deps): |
|
1.1.7
by Serge Hallyn
Import upstream version 0.7.3.1 |
239 |
lxc-lenny: $(top_builddir)/config.status $(srcdir)/lxc-lenny.in |
240 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
|
1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
241 |
lxc-debian: $(top_builddir)/config.status $(srcdir)/lxc-debian.in |
242 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
|
1.1.10
by Stéphane Graber
Import upstream version 0.7.5 |
243 |
lxc-ubuntu: $(top_builddir)/config.status $(srcdir)/lxc-ubuntu.in |
244 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
|
58
by Serge Hallyn
* 0036-fix-reboot-detection - actually detect when our kernel supports |
245 |
lxc-ubuntu-cloud: $(top_builddir)/config.status $(srcdir)/lxc-ubuntu-cloud.in |
246 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
|
1.1.10
by Stéphane Graber
Import upstream version 0.7.5 |
247 |
lxc-opensuse: $(top_builddir)/config.status $(srcdir)/lxc-opensuse.in |
1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
248 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
249 |
lxc-busybox: $(top_builddir)/config.status $(srcdir)/lxc-busybox.in |
|
250 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
|
251 |
lxc-fedora: $(top_builddir)/config.status $(srcdir)/lxc-fedora.in |
|
252 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
|
1.1.11
by Daniel Baumann
Import upstream version 0.8.0~rc1 |
253 |
lxc-altlinux: $(top_builddir)/config.status $(srcdir)/lxc-altlinux.in |
254 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
|
1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
255 |
lxc-sshd: $(top_builddir)/config.status $(srcdir)/lxc-sshd.in |
256 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
|
1.1.11
by Daniel Baumann
Import upstream version 0.8.0~rc1 |
257 |
lxc-archlinux: $(top_builddir)/config.status $(srcdir)/lxc-archlinux.in |
258 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
|
1.2.4
by Guido Trotter
Import upstream version 0.7.1 |
259 |
install-templatesSCRIPTS: $(templates_SCRIPTS) |
260 |
@$(NORMAL_INSTALL) |
|
261 |
test -z "$(templatesdir)" || $(MKDIR_P) "$(DESTDIR)$(templatesdir)" |
|
262 |
@list='$(templates_SCRIPTS)'; test -n "$(templatesdir)" || list=; \ |
|
263 |
for p in $$list; do \ |
|
264 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
265 |
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
|
|
266 |
done | \
|
|
267 |
sed -e 'p;s,.*/,,;n' \
|
|
268 |
-e 'h;s|.*|.|' \
|
|
269 |
-e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
|
|
270 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
|
|
271 |
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
272 |
if ($$2 == $$4) { files[d] = files[d] " " $$1; \
|
|
273 |
if (++n[d] == $(am__install_max)) { \
|
|
274 |
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
|
|
275 |
else { print "f", d "/" $$4, $$1 } } \
|
|
276 |
END { for (d in files) print "f", d, files[d] }' | \
|
|
277 |
while read type dir files; do \
|
|
278 |
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
279 |
test -z "$$files" || { \
|
|
280 |
echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(templatesdir)$$dir'"; \
|
|
281 |
$(INSTALL_SCRIPT) $$files "$(DESTDIR)$(templatesdir)$$dir" || exit $$?; \
|
|
282 |
} \
|
|
283 |
; done
|
|
284 |
||
285 |
uninstall-templatesSCRIPTS: |
|
286 |
@$(NORMAL_UNINSTALL) |
|
287 |
@list='$(templates_SCRIPTS)'; test -n "$(templatesdir)" || exit 0; \ |
|
288 |
files=`for p in $$list; do echo "$$p"; done | \ |
|
289 |
sed -e 's,.*/,,;$(transform)'`; \ |
|
290 |
test -n "$$list" || exit 0; \ |
|
291 |
echo " ( cd '$(DESTDIR)$(templatesdir)' && rm -f" $$files ")"; \ |
|
292 |
cd "$(DESTDIR)$(templatesdir)" && rm -f $$files |
|
293 |
tags: TAGS |
|
294 |
TAGS: |
|
295 |
||
296 |
ctags: CTAGS |
|
297 |
CTAGS: |
|
298 |
||
299 |
||
300 |
distdir: $(DISTFILES) |
|
301 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|
302 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|
303 |
list='$(DISTFILES)'; \ |
|
304 |
dist_files=`for file in $$list; do echo $$file; done | \ |
|
305 |
sed -e "s|^$$srcdirstrip/||;t" \ |
|
306 |
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
|
307 |
case $$dist_files in \ |
|
308 |
*/*) $(MKDIR_P) `echo "$$dist_files" | \ |
|
309 |
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
|
310 |
sort -u` ;; \ |
|
311 |
esac; \ |
|
312 |
for file in $$dist_files; do \ |
|
313 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
314 |
if test -d $$d/$$file; then \
|
|
315 |
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
316 |
if test -d "$(distdir)/$$file"; then \
|
|
317 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
318 |
fi; \
|
|
319 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
320 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
321 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
322 |
fi; \
|
|
323 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
|
324 |
else \
|
|
325 |
test -f "$(distdir)/$$file" \
|
|
326 |
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
|
327 |
|| exit 1; \
|
|
328 |
fi; \
|
|
329 |
done
|
|
330 |
check-am: all-am |
|
331 |
check: check-am |
|
332 |
all-am: Makefile $(SCRIPTS) |
|
333 |
installdirs: |
|
334 |
for dir in "$(DESTDIR)$(templatesdir)"; do \ |
|
335 |
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
|
336 |
done
|
|
337 |
install: install-am |
|
338 |
install-exec: install-exec-am |
|
339 |
install-data: install-data-am |
|
340 |
uninstall: uninstall-am |
|
341 |
||
342 |
install-am: all-am |
|
343 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
344 |
||
345 |
installcheck: installcheck-am |
|
346 |
install-strip: |
|
347 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|
348 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|
349 |
`test -z '$(STRIP)' || \ |
|
350 |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|
351 |
mostlyclean-generic: |
|
352 |
||
353 |
clean-generic: |
|
354 |
||
355 |
distclean-generic: |
|
356 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|
357 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
|
358 |
||
359 |
maintainer-clean-generic: |
|
360 |
@echo "This command is intended for maintainers to use"
|
|
361 |
@echo "it deletes files that may require special tools to rebuild."
|
|
362 |
clean: clean-am |
|
363 |
||
364 |
clean-am: clean-generic mostlyclean-am |
|
365 |
||
366 |
distclean: distclean-am |
|
367 |
-rm -f Makefile |
|
368 |
distclean-am: clean-am distclean-generic |
|
369 |
||
370 |
dvi: dvi-am |
|
371 |
||
372 |
dvi-am: |
|
373 |
||
374 |
html: html-am |
|
375 |
||
376 |
html-am: |
|
377 |
||
378 |
info: info-am |
|
379 |
||
380 |
info-am: |
|
381 |
||
382 |
install-data-am: install-templatesSCRIPTS |
|
383 |
||
384 |
install-dvi: install-dvi-am |
|
385 |
||
386 |
install-dvi-am: |
|
387 |
||
388 |
install-exec-am: |
|
389 |
||
390 |
install-html: install-html-am |
|
391 |
||
392 |
install-html-am: |
|
393 |
||
394 |
install-info: install-info-am |
|
395 |
||
396 |
install-info-am: |
|
397 |
||
398 |
install-man: |
|
399 |
||
400 |
install-pdf: install-pdf-am |
|
401 |
||
402 |
install-pdf-am: |
|
403 |
||
404 |
install-ps: install-ps-am |
|
405 |
||
406 |
install-ps-am: |
|
407 |
||
408 |
installcheck-am: |
|
409 |
||
410 |
maintainer-clean: maintainer-clean-am |
|
411 |
-rm -f Makefile |
|
412 |
maintainer-clean-am: distclean-am maintainer-clean-generic |
|
413 |
||
414 |
mostlyclean: mostlyclean-am |
|
415 |
||
416 |
mostlyclean-am: mostlyclean-generic |
|
417 |
||
418 |
pdf: pdf-am |
|
419 |
||
420 |
pdf-am: |
|
421 |
||
422 |
ps: ps-am |
|
423 |
||
424 |
ps-am: |
|
425 |
||
426 |
uninstall-am: uninstall-templatesSCRIPTS |
|
427 |
||
428 |
.MAKE: install-am install-strip |
|
429 |
||
430 |
.PHONY: all all-am check check-am clean clean-generic distclean \ |
|
431 |
distclean-generic distdir dvi dvi-am html html-am info info-am \ |
|
432 |
install install-am install-data install-data-am install-dvi \ |
|
433 |
install-dvi-am install-exec install-exec-am install-html \ |
|
434 |
install-html-am install-info install-info-am install-man \ |
|
435 |
install-pdf install-pdf-am install-ps install-ps-am \ |
|
436 |
install-strip install-templatesSCRIPTS installcheck \ |
|
437 |
installcheck-am installdirs maintainer-clean \ |
|
438 |
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ |
|
439 |
pdf-am ps ps-am uninstall uninstall-am \ |
|
440 |
uninstall-templatesSCRIPTS |
|
441 |
||
442 |
||
443 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
444 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
445 |
.NOEXPORT: |