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

« back to all changes in this revision

Viewing changes to etc/cron.d/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
#  Copyright (C) 2006-2007 SWsoft. All rights reserved.
 
35
#
 
36
#  This program is free software; you can redistribute it and/or modify
 
37
#  it under the terms of the GNU General Public License as published by
 
38
#  the Free Software Foundation; either version 2 of the License, or
 
39
#  (at your option) any later version.
 
40
#
 
41
#  This program is distributed in the hope that it will be useful,
 
42
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
43
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
44
#  GNU General Public License for more details.
 
45
#
 
46
#  You should have received a copy of the GNU General Public License
 
47
#  along with this program; if not, write to the Free Software
 
48
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
49
#
 
50
 
 
51
#  Copyright (C) 2006-2007 SWsoft. All rights reserved.
 
52
#
 
53
#  This program is free software; you can redistribute it and/or modify
 
54
#  it under the terms of the GNU General Public License as published by
 
55
#  the Free Software Foundation; either version 2 of the License, or
 
56
#  (at your option) any later version.
 
57
#
 
58
#  This program is distributed in the hope that it will be useful,
 
59
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
60
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
61
#  GNU General Public License for more details.
 
62
#
 
63
#  You should have received a copy of the GNU General Public License
 
64
#  along with this program; if not, write to the Free Software
 
65
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
66
#
 
67
 
 
68
srcdir = @srcdir@
 
69
top_srcdir = @top_srcdir@
 
70
VPATH = @srcdir@
 
71
pkgdatadir = $(datadir)/@PACKAGE@
 
72
pkglibdir = $(libdir)/@PACKAGE@
 
73
pkgincludedir = $(includedir)/@PACKAGE@
 
74
top_builddir = ../..
 
75
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
76
INSTALL = @INSTALL@
 
77
install_sh_DATA = $(install_sh) -c -m 644
 
78
install_sh_PROGRAM = $(install_sh) -c
 
79
install_sh_SCRIPT = $(install_sh) -c
 
80
INSTALL_HEADER = $(INSTALL_DATA)
 
81
transform = $(program_transform_name)
 
82
NORMAL_INSTALL = :
 
83
PRE_INSTALL = :
 
84
POST_INSTALL = :
 
85
NORMAL_UNINSTALL = :
 
86
PRE_UNINSTALL = :
 
87
POST_UNINSTALL = :
 
88
build_triplet = @build@
 
89
host_triplet = @host@
 
90
target_triplet = @target@
 
91
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
92
        $(top_srcdir)/paths.am $(top_srcdir)/pathsubst.am
 
93
subdir = etc/cron.d
 
94
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
95
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
96
        $(top_srcdir)/configure.ac
 
97
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
98
        $(ACLOCAL_M4)
 
99
mkinstalldirs = $(install_sh) -d
 
100
CONFIG_CLEAN_FILES =
 
101
am__installdirs = "$(DESTDIR)$(cronddir)"
 
102
crondSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
103
SCRIPTS = $(crond_SCRIPTS)
 
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
@ENABLE_BASHCOMP_TRUE@bashcdir = $(sysconfdir)/bash_completion.d
 
212
@ENABLE_CRON_TRUE@cronddir = $(pkgconfdir)/cron
 
213
@ENABLE_CRON_TRUE@dst_cronddir = $(sysconfdir)/cron.d
 
214
@ENABLE_LOGROTATE_TRUE@logrdir = $(sysconfdir)/logrotate.d
 
215
@ENABLE_UDEV_TRUE@udevdir = $(sysconfdir)/udev/rules.d
 
216
initddir = $(sysconfdir)/init.d
 
217
netsdir = $(sysconfdir)/sysconfig/network-scripts
 
218
pkgconfdir = $(sysconfdir)/vz
 
219
vpsconfdir = $(pkgconfdir)/conf
 
220
distconfdir = $(pkgconfdir)/dists
 
221
namesdir = $(pkgconfdir)/names
 
222
vzlibdir = $(pkglibdir)/scripts
 
223
vzcrondir = $(pkgdatadir)/scripts
 
224
pathsubst_RULES = \
 
225
        s!@'SBINDIR'@!$(sbindir)!g; \
 
226
        s!@'PKGCONFDIR'@!$(pkgconfdir)!g; \
 
227
        s!@'VPSCONFDIR'@!$(vpsconfdir)!g; \
 
228
        s!@'PKGDATADIR'@!$(pkgdatadir)!g; \
 
229
        s!@'PKGLIBDIR'@!$(pkglibdir)!g; \
 
230
        s!@'CRONDDIR'@!$(cronddir)!g; \
 
231
        s!@'DST_CRONDDIR'@!$(dst_cronddir)!g;
 
232
 
 
233
pathsubst = sed -e '$(pathsubst_RULES)'
 
234
CRONSCRIPTS = vz
 
235
EXTRA_DIST = $(CRONSCRIPTS:%=%.in)
 
236
@ENABLE_CRON_TRUE@crond_SCRIPTS = $(CRONSCRIPTS)
 
237
@ENABLE_CRON_TRUE@CLEANFILES = $(crond_SCRIPTS)
 
238
all: all-am
 
239
 
 
240
.SUFFIXES:
 
241
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/pathsubst.am $(top_srcdir)/paths.am $(am__configure_deps)
 
242
        @for dep in $?; do \
 
243
          case '$(am__configure_deps)' in \
 
244
            *$$dep*) \
 
245
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
246
                && exit 0; \
 
247
              exit 1;; \
 
248
          esac; \
 
249
        done; \
 
250
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  etc/cron.d/Makefile'; \
 
251
        cd $(top_srcdir) && \
 
252
          $(AUTOMAKE) --foreign  etc/cron.d/Makefile
 
253
.PRECIOUS: Makefile
 
254
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
255
        @case '$?' in \
 
256
          *config.status*) \
 
257
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
258
          *) \
 
259
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
260
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
261
        esac;
 
262
 
 
263
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
265
 
 
266
$(top_srcdir)/configure:  $(am__configure_deps)
 
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
268
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
270
install-crondSCRIPTS: $(crond_SCRIPTS)
 
271
        @$(NORMAL_INSTALL)
 
272
        test -z "$(cronddir)" || $(mkdir_p) "$(DESTDIR)$(cronddir)"
 
273
        @list='$(crond_SCRIPTS)'; for p in $$list; do \
 
274
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
275
          if test -f $$d$$p; then \
 
276
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
277
            echo " $(crondSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(cronddir)/$$f'"; \
 
278
            $(crondSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(cronddir)/$$f"; \
 
279
          else :; fi; \
 
280
        done
 
281
 
 
282
uninstall-crondSCRIPTS:
 
283
        @$(NORMAL_UNINSTALL)
 
284
        @list='$(crond_SCRIPTS)'; for p in $$list; do \
 
285
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
286
          echo " rm -f '$(DESTDIR)$(cronddir)/$$f'"; \
 
287
          rm -f "$(DESTDIR)$(cronddir)/$$f"; \
 
288
        done
 
289
 
 
290
mostlyclean-libtool:
 
291
        -rm -f *.lo
 
292
 
 
293
clean-libtool:
 
294
        -rm -rf .libs _libs
 
295
 
 
296
distclean-libtool:
 
297
        -rm -f libtool
 
298
uninstall-info-am:
 
299
tags: TAGS
 
300
TAGS:
 
301
 
 
302
ctags: CTAGS
 
303
CTAGS:
 
304
 
 
305
 
 
306
distdir: $(DISTFILES)
 
307
        $(mkdir_p) $(distdir)/../..
 
308
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
309
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
310
        list='$(DISTFILES)'; for file in $$list; do \
 
311
          case $$file in \
 
312
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
313
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
314
          esac; \
 
315
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
316
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
317
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
318
            dir="/$$dir"; \
 
319
            $(mkdir_p) "$(distdir)$$dir"; \
 
320
          else \
 
321
            dir=''; \
 
322
          fi; \
 
323
          if test -d $$d/$$file; then \
 
324
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
325
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
326
            fi; \
 
327
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
328
          else \
 
329
            test -f $(distdir)/$$file \
 
330
            || cp -p $$d/$$file $(distdir)/$$file \
 
331
            || exit 1; \
 
332
          fi; \
 
333
        done
 
334
check-am: all-am
 
335
check: check-am
 
336
all-am: Makefile $(SCRIPTS)
 
337
installdirs:
 
338
        for dir in "$(DESTDIR)$(cronddir)"; do \
 
339
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
340
        done
 
341
install: install-am
 
342
install-exec: install-exec-am
 
343
install-data: install-data-am
 
344
uninstall: uninstall-am
 
345
 
 
346
install-am: all-am
 
347
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
348
 
 
349
installcheck: installcheck-am
 
350
install-strip:
 
351
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
352
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
353
          `test -z '$(STRIP)' || \
 
354
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
355
mostlyclean-generic:
 
356
 
 
357
clean-generic:
 
358
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
359
 
 
360
distclean-generic:
 
361
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
362
 
 
363
maintainer-clean-generic:
 
364
        @echo "This command is intended for maintainers to use"
 
365
        @echo "it deletes files that may require special tools to rebuild."
 
366
clean: clean-am
 
367
 
 
368
clean-am: clean-generic clean-libtool mostlyclean-am
 
369
 
 
370
distclean: distclean-am
 
371
        -rm -f Makefile
 
372
distclean-am: clean-am distclean-generic distclean-libtool
 
373
 
 
374
dvi: dvi-am
 
375
 
 
376
dvi-am:
 
377
 
 
378
html: html-am
 
379
 
 
380
info: info-am
 
381
 
 
382
info-am:
 
383
 
 
384
install-data-am: install-crondSCRIPTS
 
385
 
 
386
install-exec-am:
 
387
 
 
388
install-info: install-info-am
 
389
 
 
390
install-man:
 
391
 
 
392
installcheck-am:
 
393
 
 
394
maintainer-clean: maintainer-clean-am
 
395
        -rm -f Makefile
 
396
maintainer-clean-am: distclean-am maintainer-clean-generic
 
397
 
 
398
mostlyclean: mostlyclean-am
 
399
 
 
400
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
401
 
 
402
pdf: pdf-am
 
403
 
 
404
pdf-am:
 
405
 
 
406
ps: ps-am
 
407
 
 
408
ps-am:
 
409
 
 
410
uninstall-am: uninstall-crondSCRIPTS uninstall-info-am
 
411
 
 
412
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
413
        distclean distclean-generic distclean-libtool distdir dvi \
 
414
        dvi-am html html-am info info-am install install-am \
 
415
        install-crondSCRIPTS install-data install-data-am install-exec \
 
416
        install-exec-am install-info install-info-am install-man \
 
417
        install-strip installcheck installcheck-am installdirs \
 
418
        maintainer-clean maintainer-clean-generic mostlyclean \
 
419
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
420
        uninstall uninstall-am uninstall-crondSCRIPTS \
 
421
        uninstall-info-am
 
422
 
 
423
 
 
424
%: %.in
 
425
        $(pathsubst) $< > $@
 
426
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
427
# Otherwise a system limit (for SysV at least) may be exceeded.
 
428
.NOEXPORT: