~ubuntu-branches/ubuntu/lucid/vzctl/lucid

« back to all changes in this revision

Viewing changes to etc/logrotate.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
srcdir = @srcdir@
 
52
top_srcdir = @top_srcdir@
 
53
VPATH = @srcdir@
 
54
pkgdatadir = $(datadir)/@PACKAGE@
 
55
pkglibdir = $(libdir)/@PACKAGE@
 
56
pkgincludedir = $(includedir)/@PACKAGE@
 
57
top_builddir = ../..
 
58
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
59
INSTALL = @INSTALL@
 
60
install_sh_DATA = $(install_sh) -c -m 644
 
61
install_sh_PROGRAM = $(install_sh) -c
 
62
install_sh_SCRIPT = $(install_sh) -c
 
63
INSTALL_HEADER = $(INSTALL_DATA)
 
64
transform = $(program_transform_name)
 
65
NORMAL_INSTALL = :
 
66
PRE_INSTALL = :
 
67
POST_INSTALL = :
 
68
NORMAL_UNINSTALL = :
 
69
PRE_UNINSTALL = :
 
70
POST_UNINSTALL = :
 
71
build_triplet = @build@
 
72
host_triplet = @host@
 
73
target_triplet = @target@
 
74
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
75
        $(top_srcdir)/paths.am
 
76
subdir = etc/logrotate.d
 
77
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
78
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
79
        $(top_srcdir)/configure.ac
 
80
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
81
        $(ACLOCAL_M4)
 
82
mkinstalldirs = $(install_sh) -d
 
83
CONFIG_CLEAN_FILES =
 
84
SOURCES =
 
85
DIST_SOURCES =
 
86
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
87
am__vpath_adj = case $$p in \
 
88
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
89
    *) f=$$p;; \
 
90
  esac;
 
91
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
92
am__installdirs = "$(DESTDIR)$(logrdir)"
 
93
logrDATA_INSTALL = $(INSTALL_DATA)
 
94
DATA = $(logr_DATA)
 
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
96
ACLOCAL = @ACLOCAL@
 
97
AMDEP_FALSE = @AMDEP_FALSE@
 
98
AMDEP_TRUE = @AMDEP_TRUE@
 
99
AMTAR = @AMTAR@
 
100
AR = @AR@
 
101
ARCH_IA64_FALSE = @ARCH_IA64_FALSE@
 
102
ARCH_IA64_TRUE = @ARCH_IA64_TRUE@
 
103
ARCH_X86_64_FALSE = @ARCH_X86_64_FALSE@
 
104
ARCH_X86_64_TRUE = @ARCH_X86_64_TRUE@
 
105
AUTOCONF = @AUTOCONF@
 
106
AUTOHEADER = @AUTOHEADER@
 
107
AUTOMAKE = @AUTOMAKE@
 
108
AWK = @AWK@
 
109
CC = @CC@
 
110
CCDEPMODE = @CCDEPMODE@
 
111
CFLAGS = @CFLAGS@
 
112
CPP = @CPP@
 
113
CPPFLAGS = @CPPFLAGS@
 
114
CYGPATH_W = @CYGPATH_W@
 
115
DEFS = @DEFS@
 
116
DEPDIR = @DEPDIR@
 
117
DL_LIBS = @DL_LIBS@
 
118
ECHO = @ECHO@
 
119
ECHO_C = @ECHO_C@
 
120
ECHO_N = @ECHO_N@
 
121
ECHO_T = @ECHO_T@
 
122
EGREP = @EGREP@
 
123
ENABLE_BASHCOMP_FALSE = @ENABLE_BASHCOMP_FALSE@
 
124
ENABLE_BASHCOMP_TRUE = @ENABLE_BASHCOMP_TRUE@
 
125
ENABLE_CRON_FALSE = @ENABLE_CRON_FALSE@
 
126
ENABLE_CRON_TRUE = @ENABLE_CRON_TRUE@
 
127
ENABLE_LOGROTATE_FALSE = @ENABLE_LOGROTATE_FALSE@
 
128
ENABLE_LOGROTATE_TRUE = @ENABLE_LOGROTATE_TRUE@
 
129
ENABLE_UDEV_FALSE = @ENABLE_UDEV_FALSE@
 
130
ENABLE_UDEV_TRUE = @ENABLE_UDEV_TRUE@
 
131
EXEEXT = @EXEEXT@
 
132
INSTALL_DATA = @INSTALL_DATA@
 
133
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
134
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
135
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
136
LDFLAGS = @LDFLAGS@
 
137
LIBOBJS = @LIBOBJS@
 
138
LIBS = @LIBS@
 
139
LIBTOOL = @LIBTOOL@
 
140
LN_S = @LN_S@
 
141
LTLIBOBJS = @LTLIBOBJS@
 
142
MAKEINFO = @MAKEINFO@
 
143
OBJEXT = @OBJEXT@
 
144
PACKAGE = @PACKAGE@
 
145
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
146
PACKAGE_NAME = @PACKAGE_NAME@
 
147
PACKAGE_STRING = @PACKAGE_STRING@
 
148
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
149
PACKAGE_VERSION = @PACKAGE_VERSION@
 
150
PATH_SEPARATOR = @PATH_SEPARATOR@
 
151
RANLIB = @RANLIB@
 
152
SET_MAKE = @SET_MAKE@
 
153
SHELL = @SHELL@
 
154
STRIP = @STRIP@
 
155
UTIL_LIBS = @UTIL_LIBS@
 
156
VERSION = @VERSION@
 
157
ac_ct_AR = @ac_ct_AR@
 
158
ac_ct_CC = @ac_ct_CC@
 
159
ac_ct_RANLIB = @ac_ct_RANLIB@
 
160
ac_ct_STRIP = @ac_ct_STRIP@
 
161
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
162
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
163
am__include = @am__include@
 
164
am__leading_dot = @am__leading_dot@
 
165
am__quote = @am__quote@
 
166
am__tar = @am__tar@
 
167
am__untar = @am__untar@
 
168
bindir = @bindir@
 
169
build = @build@
 
170
build_alias = @build_alias@
 
171
build_cpu = @build_cpu@
 
172
build_os = @build_os@
 
173
build_vendor = @build_vendor@
 
174
datadir = @datadir@
 
175
exec_prefix = @exec_prefix@
 
176
host = @host@
 
177
host_alias = @host_alias@
 
178
host_cpu = @host_cpu@
 
179
host_os = @host_os@
 
180
host_vendor = @host_vendor@
 
181
includedir = @includedir@
 
182
infodir = @infodir@
 
183
install_sh = @install_sh@
 
184
libdir = @libdir@
 
185
libexecdir = @libexecdir@
 
186
localstatedir = @localstatedir@
 
187
mandir = @mandir@
 
188
mkdir_p = @mkdir_p@
 
189
oldincludedir = @oldincludedir@
 
190
prefix = @prefix@
 
191
program_transform_name = @program_transform_name@
 
192
sbindir = @sbindir@
 
193
sharedstatedir = @sharedstatedir@
 
194
sysconfdir = @sysconfdir@
 
195
target = @target@
 
196
target_alias = @target_alias@
 
197
target_cpu = @target_cpu@
 
198
target_os = @target_os@
 
199
target_vendor = @target_vendor@
 
200
@ENABLE_BASHCOMP_TRUE@bashcdir = $(sysconfdir)/bash_completion.d
 
201
@ENABLE_CRON_TRUE@cronddir = $(pkgconfdir)/cron
 
202
@ENABLE_CRON_TRUE@dst_cronddir = $(sysconfdir)/cron.d
 
203
@ENABLE_LOGROTATE_TRUE@logrdir = $(sysconfdir)/logrotate.d
 
204
@ENABLE_UDEV_TRUE@udevdir = $(sysconfdir)/udev/rules.d
 
205
initddir = $(sysconfdir)/init.d
 
206
netsdir = $(sysconfdir)/sysconfig/network-scripts
 
207
pkgconfdir = $(sysconfdir)/vz
 
208
vpsconfdir = $(pkgconfdir)/conf
 
209
distconfdir = $(pkgconfdir)/dists
 
210
namesdir = $(pkgconfdir)/names
 
211
vzlibdir = $(pkglibdir)/scripts
 
212
vzcrondir = $(pkgdatadir)/scripts
 
213
LOGRSCRIPTS = vzctl
 
214
EXTRA_DIST = $(LOGRSCRIPTS)
 
215
@ENABLE_LOGROTATE_TRUE@logr_DATA = $(LOGRSCRIPTS)
 
216
all: all-am
 
217
 
 
218
.SUFFIXES:
 
219
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/paths.am $(am__configure_deps)
 
220
        @for dep in $?; do \
 
221
          case '$(am__configure_deps)' in \
 
222
            *$$dep*) \
 
223
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
224
                && exit 0; \
 
225
              exit 1;; \
 
226
          esac; \
 
227
        done; \
 
228
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  etc/logrotate.d/Makefile'; \
 
229
        cd $(top_srcdir) && \
 
230
          $(AUTOMAKE) --foreign  etc/logrotate.d/Makefile
 
231
.PRECIOUS: Makefile
 
232
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
233
        @case '$?' in \
 
234
          *config.status*) \
 
235
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
236
          *) \
 
237
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
238
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
239
        esac;
 
240
 
 
241
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
242
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
243
 
 
244
$(top_srcdir)/configure:  $(am__configure_deps)
 
245
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
246
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
247
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
248
 
 
249
mostlyclean-libtool:
 
250
        -rm -f *.lo
 
251
 
 
252
clean-libtool:
 
253
        -rm -rf .libs _libs
 
254
 
 
255
distclean-libtool:
 
256
        -rm -f libtool
 
257
uninstall-info-am:
 
258
install-logrDATA: $(logr_DATA)
 
259
        @$(NORMAL_INSTALL)
 
260
        test -z "$(logrdir)" || $(mkdir_p) "$(DESTDIR)$(logrdir)"
 
261
        @list='$(logr_DATA)'; for p in $$list; do \
 
262
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
263
          f=$(am__strip_dir) \
 
264
          echo " $(logrDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(logrdir)/$$f'"; \
 
265
          $(logrDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(logrdir)/$$f"; \
 
266
        done
 
267
 
 
268
uninstall-logrDATA:
 
269
        @$(NORMAL_UNINSTALL)
 
270
        @list='$(logr_DATA)'; for p in $$list; do \
 
271
          f=$(am__strip_dir) \
 
272
          echo " rm -f '$(DESTDIR)$(logrdir)/$$f'"; \
 
273
          rm -f "$(DESTDIR)$(logrdir)/$$f"; \
 
274
        done
 
275
tags: TAGS
 
276
TAGS:
 
277
 
 
278
ctags: CTAGS
 
279
CTAGS:
 
280
 
 
281
 
 
282
distdir: $(DISTFILES)
 
283
        $(mkdir_p) $(distdir)/../..
 
284
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
285
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
286
        list='$(DISTFILES)'; for file in $$list; do \
 
287
          case $$file in \
 
288
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
289
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
290
          esac; \
 
291
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
292
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
293
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
294
            dir="/$$dir"; \
 
295
            $(mkdir_p) "$(distdir)$$dir"; \
 
296
          else \
 
297
            dir=''; \
 
298
          fi; \
 
299
          if test -d $$d/$$file; then \
 
300
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
301
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
302
            fi; \
 
303
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
304
          else \
 
305
            test -f $(distdir)/$$file \
 
306
            || cp -p $$d/$$file $(distdir)/$$file \
 
307
            || exit 1; \
 
308
          fi; \
 
309
        done
 
310
check-am: all-am
 
311
check: check-am
 
312
all-am: Makefile $(DATA)
 
313
installdirs:
 
314
        for dir in "$(DESTDIR)$(logrdir)"; do \
 
315
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
316
        done
 
317
install: install-am
 
318
install-exec: install-exec-am
 
319
install-data: install-data-am
 
320
uninstall: uninstall-am
 
321
 
 
322
install-am: all-am
 
323
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
324
 
 
325
installcheck: installcheck-am
 
326
install-strip:
 
327
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
328
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
329
          `test -z '$(STRIP)' || \
 
330
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
331
mostlyclean-generic:
 
332
 
 
333
clean-generic:
 
334
 
 
335
distclean-generic:
 
336
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
337
 
 
338
maintainer-clean-generic:
 
339
        @echo "This command is intended for maintainers to use"
 
340
        @echo "it deletes files that may require special tools to rebuild."
 
341
clean: clean-am
 
342
 
 
343
clean-am: clean-generic clean-libtool mostlyclean-am
 
344
 
 
345
distclean: distclean-am
 
346
        -rm -f Makefile
 
347
distclean-am: clean-am distclean-generic distclean-libtool
 
348
 
 
349
dvi: dvi-am
 
350
 
 
351
dvi-am:
 
352
 
 
353
html: html-am
 
354
 
 
355
info: info-am
 
356
 
 
357
info-am:
 
358
 
 
359
install-data-am: install-logrDATA
 
360
 
 
361
install-exec-am:
 
362
 
 
363
install-info: install-info-am
 
364
 
 
365
install-man:
 
366
 
 
367
installcheck-am:
 
368
 
 
369
maintainer-clean: maintainer-clean-am
 
370
        -rm -f Makefile
 
371
maintainer-clean-am: distclean-am maintainer-clean-generic
 
372
 
 
373
mostlyclean: mostlyclean-am
 
374
 
 
375
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
376
 
 
377
pdf: pdf-am
 
378
 
 
379
pdf-am:
 
380
 
 
381
ps: ps-am
 
382
 
 
383
ps-am:
 
384
 
 
385
uninstall-am: uninstall-info-am uninstall-logrDATA
 
386
 
 
387
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
388
        distclean distclean-generic distclean-libtool distdir dvi \
 
389
        dvi-am html html-am info info-am install install-am \
 
390
        install-data install-data-am install-exec install-exec-am \
 
391
        install-info install-info-am install-logrDATA install-man \
 
392
        install-strip installcheck installcheck-am installdirs \
 
393
        maintainer-clean maintainer-clean-generic mostlyclean \
 
394
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
395
        uninstall uninstall-am uninstall-info-am uninstall-logrDATA
 
396
 
 
397
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
398
# Otherwise a system limit (for SysV at least) may be exceeded.
 
399
.NOEXPORT: