~ubuntu-branches/ubuntu/trusty/clamav/trusty-proposed

« back to all changes in this revision

Viewing changes to etc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2005-09-19 09:05:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050919090559-hikpqduq8yx5qxo2
Tags: 0.87-1
* New upstream version
  - Fixes CAN-2005-2920 and CAN-2005-2919 (closes: #328660)
* New logcheck line for clamav-daemon (closes: #323132)
* relibtoolize and apply kfreebsd patch (closes: #327707)
* Make sure init.d script starts freshclam up again after upgrade when run
  from if-up.d (closes: #328912)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.6.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
#
18
 
#  Copyright (C) 2002 Tomasz Kojm <zolw@konarski.edu.pl>
19
 
#  Fixes by Arkadiusz Miskiewicz <misiek@pld.org.pl>
20
 
#           Masaki Ogawa <proc@mac.com>
 
18
#  Copyright (C) 2002 - 2004 Tomasz Kojm <tkojm@clamav.net>
21
19
#
22
20
#  This program is free software; you can redistribute it and/or modify
23
21
#  it under the terms of the GNU General Public License as published by
32
30
#  You should have received a copy of the GNU General Public License
33
31
#  along with this program; if not, write to the Free Software
34
32
#  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
35
 
SHELL = @SHELL@
36
 
 
37
33
srcdir = @srcdir@
38
34
top_srcdir = @top_srcdir@
39
35
VPATH = @srcdir@
40
 
prefix = @prefix@
41
 
exec_prefix = @exec_prefix@
42
 
 
43
 
bindir = @bindir@
44
 
sbindir = @sbindir@
45
 
libexecdir = @libexecdir@
46
 
datadir = @datadir@
47
 
sysconfdir = @sysconfdir@
48
 
sharedstatedir = @sharedstatedir@
49
 
localstatedir = @localstatedir@
50
 
libdir = @libdir@
51
 
infodir = @infodir@
52
 
mandir = @mandir@
53
 
includedir = @includedir@
54
 
oldincludedir = /usr/include
55
36
pkgdatadir = $(datadir)/@PACKAGE@
56
37
pkglibdir = $(libdir)/@PACKAGE@
57
38
pkgincludedir = $(includedir)/@PACKAGE@
58
39
top_builddir = ..
59
 
 
60
 
ACLOCAL = @ACLOCAL@
61
 
AUTOCONF = @AUTOCONF@
62
 
AUTOMAKE = @AUTOMAKE@
63
 
AUTOHEADER = @AUTOHEADER@
64
 
 
65
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
66
41
INSTALL = @INSTALL@
67
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
68
 
INSTALL_DATA = @INSTALL_DATA@
69
42
install_sh_DATA = $(install_sh) -c -m 644
70
43
install_sh_PROGRAM = $(install_sh) -c
71
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
44
install_sh_SCRIPT = $(install_sh) -c
72
45
INSTALL_HEADER = $(INSTALL_DATA)
73
 
transform = @program_transform_name@
 
46
transform = $(program_transform_name)
74
47
NORMAL_INSTALL = :
75
48
PRE_INSTALL = :
76
49
POST_INSTALL = :
77
50
NORMAL_UNINSTALL = :
78
51
PRE_UNINSTALL = :
79
52
POST_UNINSTALL = :
80
 
build_alias = @build_alias@
81
53
build_triplet = @build@
82
 
host_alias = @host_alias@
83
54
host_triplet = @host@
84
 
target_alias = @target_alias@
85
55
target_triplet = @target@
86
 
 
87
 
EXEEXT = @EXEEXT@
88
 
OBJEXT = @OBJEXT@
89
 
PATH_SEPARATOR = @PATH_SEPARATOR@
 
56
subdir = etc
 
57
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
59
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
60
        $(top_srcdir)/configure.in
 
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
62
        $(ACLOCAL_M4)
 
63
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
64
CONFIG_HEADER = $(top_builddir)/clamav-config.h
 
65
CONFIG_CLEAN_FILES =
 
66
SOURCES =
 
67
DIST_SOURCES =
 
68
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
69
ACLOCAL = @ACLOCAL@
90
70
ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
 
71
AMDEP_FALSE = @AMDEP_FALSE@
 
72
AMDEP_TRUE = @AMDEP_TRUE@
91
73
AMTAR = @AMTAR@
92
 
AS = @AS@
 
74
AR = @AR@
 
75
AUTOCONF = @AUTOCONF@
 
76
AUTOHEADER = @AUTOHEADER@
 
77
AUTOMAKE = @AUTOMAKE@
93
78
AWK = @AWK@
 
79
BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
 
80
BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
94
81
CC = @CC@
 
82
CCDEPMODE = @CCDEPMODE@
95
83
CFGDIR = @CFGDIR@
 
84
CFLAGS = @CFLAGS@
96
85
CLAMAVGROUP = @CLAMAVGROUP@
97
86
CLAMAVUSER = @CLAMAVUSER@
98
87
CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
99
88
CLAMD_LIBS = @CLAMD_LIBS@
 
89
CPP = @CPP@
 
90
CPPFLAGS = @CPPFLAGS@
 
91
CXX = @CXX@
 
92
CXXCPP = @CXXCPP@
 
93
CXXDEPMODE = @CXXDEPMODE@
 
94
CXXFLAGS = @CXXFLAGS@
 
95
CYGPATH_W = @CYGPATH_W@
100
96
DBDIR = @DBDIR@
 
97
DEFS = @DEFS@
101
98
DEPDIR = @DEPDIR@
102
 
DLLTOOL = @DLLTOOL@
103
99
ECHO = @ECHO@
 
100
ECHO_C = @ECHO_C@
 
101
ECHO_N = @ECHO_N@
 
102
ECHO_T = @ECHO_T@
 
103
EGREP = @EGREP@
 
104
EXEEXT = @EXEEXT@
 
105
F77 = @F77@
 
106
FFLAGS = @FFLAGS@
104
107
FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
105
108
GETENT = @GETENT@
 
109
HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
 
110
HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
 
111
INSTALL_DATA = @INSTALL_DATA@
 
112
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
113
INSTALL_SCRIPT = @INSTALL_SCRIPT@
106
114
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
115
LDFLAGS = @LDFLAGS@
107
116
LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
108
117
LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
 
118
LIBOBJS = @LIBOBJS@
 
119
LIBS = @LIBS@
109
120
LIBTOOL = @LIBTOOL@
110
121
LN_S = @LN_S@
111
 
OBJDUMP = @OBJDUMP@
 
122
LTLIBOBJS = @LTLIBOBJS@
 
123
MAINT = @MAINT@
 
124
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
125
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
126
MAKEINFO = @MAKEINFO@
 
127
OBJEXT = @OBJEXT@
112
128
PACKAGE = @PACKAGE@
 
129
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
130
PACKAGE_NAME = @PACKAGE_NAME@
 
131
PACKAGE_STRING = @PACKAGE_STRING@
 
132
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
133
PACKAGE_VERSION = @PACKAGE_VERSION@
 
134
PATH_SEPARATOR = @PATH_SEPARATOR@
113
135
RANLIB = @RANLIB@
114
 
SENDMAIL = @SENDMAIL@
 
136
SET_MAKE = @SET_MAKE@
 
137
SHELL = @SHELL@
115
138
STRIP = @STRIP@
116
139
TH_SAFE = @TH_SAFE@
117
140
VERSION = @VERSION@
 
141
ac_ct_AR = @ac_ct_AR@
 
142
ac_ct_CC = @ac_ct_CC@
 
143
ac_ct_CXX = @ac_ct_CXX@
 
144
ac_ct_F77 = @ac_ct_F77@
 
145
ac_ct_RANLIB = @ac_ct_RANLIB@
 
146
ac_ct_STRIP = @ac_ct_STRIP@
 
147
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
148
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
149
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
150
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
118
151
am__include = @am__include@
 
152
am__leading_dot = @am__leading_dot@
119
153
am__quote = @am__quote@
 
154
am__tar = @am__tar@
 
155
am__untar = @am__untar@
 
156
bindir = @bindir@
 
157
build = @build@
 
158
build_alias = @build_alias@
 
159
build_cpu = @build_cpu@
 
160
build_os = @build_os@
 
161
build_vendor = @build_vendor@
 
162
datadir = @datadir@
 
163
exec_prefix = @exec_prefix@
 
164
host = @host@
 
165
host_alias = @host_alias@
 
166
host_cpu = @host_cpu@
 
167
host_os = @host_os@
 
168
host_vendor = @host_vendor@
 
169
includedir = @includedir@
 
170
infodir = @infodir@
120
171
install_sh = @install_sh@
121
 
 
122
 
EXTRA_DIST = clamav.conf freshclam.conf
 
172
libdir = @libdir@
 
173
libexecdir = @libexecdir@
 
174
localstatedir = @localstatedir@
 
175
mandir = @mandir@
 
176
mkdir_p = @mkdir_p@
 
177
oldincludedir = @oldincludedir@
 
178
prefix = @prefix@
 
179
program_transform_name = @program_transform_name@
 
180
sbindir = @sbindir@
 
181
sendmailprog = @sendmailprog@
 
182
sharedstatedir = @sharedstatedir@
 
183
sysconfdir = @sysconfdir@
 
184
target = @target@
 
185
target_alias = @target_alias@
 
186
target_cpu = @target_cpu@
 
187
target_os = @target_os@
 
188
target_vendor = @target_vendor@
 
189
EXTRA_DIST = clamd.conf freshclam.conf
123
190
CFGINST = @CFGDIR@
124
 
subdir = etc
125
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
126
 
CONFIG_HEADER = $(top_builddir)/clamav-config.h
127
 
CONFIG_CLEAN_FILES =
128
 
DIST_SOURCES =
129
 
DIST_COMMON = Makefile.am Makefile.in
130
191
all: all-am
131
192
 
132
193
.SUFFIXES:
133
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
194
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
195
        @for dep in $?; do \
 
196
          case '$(am__configure_deps)' in \
 
197
            *$$dep*) \
 
198
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
199
                && exit 0; \
 
200
              exit 1;; \
 
201
          esac; \
 
202
        done; \
 
203
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  etc/Makefile'; \
134
204
        cd $(top_srcdir) && \
135
205
          $(AUTOMAKE) --gnu  etc/Makefile
136
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
137
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
206
.PRECIOUS: Makefile
 
207
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
208
        @case '$?' in \
 
209
          *config.status*) \
 
210
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
211
          *) \
 
212
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
213
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
214
        esac;
 
215
 
 
216
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
217
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
218
 
 
219
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
220
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
221
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
222
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
138
223
 
139
224
mostlyclean-libtool:
140
225
        -rm -f *.lo
148
233
tags: TAGS
149
234
TAGS:
150
235
 
151
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
236
ctags: CTAGS
 
237
CTAGS:
152
238
 
153
 
top_distdir = ..
154
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
155
239
 
156
240
distdir: $(DISTFILES)
157
 
        @for file in $(DISTFILES); do \
 
241
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
242
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
243
        list='$(DISTFILES)'; for file in $$list; do \
 
244
          case $$file in \
 
245
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
246
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
247
          esac; \
158
248
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
159
249
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
160
250
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
161
251
            dir="/$$dir"; \
162
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
252
            $(mkdir_p) "$(distdir)$$dir"; \
163
253
          else \
164
254
            dir=''; \
165
255
          fi; \
177
267
check-am: all-am
178
268
check: check-am
179
269
all-am: Makefile
180
 
 
181
270
installdirs:
182
271
install-exec: install-exec-am
183
272
install-data: install-data-am
189
278
installcheck: installcheck-am
190
279
install-strip:
191
280
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
192
 
          INSTALL_STRIP_FLAG=-s \
 
281
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
193
282
          `test -z '$(STRIP)' || \
194
283
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
195
284
mostlyclean-generic:
197
286
clean-generic:
198
287
 
199
288
distclean-generic:
200
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
289
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
201
290
 
202
291
maintainer-clean-generic:
203
292
        @echo "This command is intended for maintainers to use"
207
296
clean-am: clean-generic clean-libtool mostlyclean-am
208
297
 
209
298
distclean: distclean-am
210
 
 
 
299
        -rm -f Makefile
211
300
distclean-am: clean-am distclean-generic distclean-libtool
212
301
 
213
302
dvi: dvi-am
214
303
 
215
304
dvi-am:
216
305
 
 
306
html: html-am
 
307
 
217
308
info: info-am
218
309
 
219
310
info-am:
229
320
installcheck-am:
230
321
 
231
322
maintainer-clean: maintainer-clean-am
232
 
 
 
323
        -rm -f Makefile
233
324
maintainer-clean-am: distclean-am maintainer-clean-generic
234
325
 
235
326
mostlyclean: mostlyclean-am
236
327
 
237
328
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
238
329
 
 
330
pdf: pdf-am
 
331
 
 
332
pdf-am:
 
333
 
 
334
ps: ps-am
 
335
 
 
336
ps-am:
 
337
 
239
338
uninstall-am: uninstall-info-am
240
339
 
241
340
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
242
341
        distclean distclean-generic distclean-libtool distdir dvi \
243
 
        dvi-am info info-am install install-am install-data \
244
 
        install-data-am install-exec install-exec-am install-info \
245
 
        install-info-am install-man install-strip installcheck \
246
 
        installcheck-am installdirs maintainer-clean \
 
342
        dvi-am html html-am info info-am install install-am \
 
343
        install-data install-data-am install-exec install-exec-am \
 
344
        install-info install-info-am install-man install-strip \
 
345
        installcheck installcheck-am installdirs maintainer-clean \
247
346
        maintainer-clean-generic mostlyclean mostlyclean-generic \
248
 
        mostlyclean-libtool uninstall uninstall-am uninstall-info-am
 
347
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
348
        uninstall-info-am
249
349
 
250
350
 
251
351
install:
252
352
        $(mkinstalldirs) $(DESTDIR)$(CFGINST)
253
 
@INSTALL_CLAMAV_CONF_TRUE@      @$(INSTALL_DATA) $(srcdir)/clamav.conf $(DESTDIR)$(CFGINST)
254
 
@INSTALL_FRESHCLAM_CONF_TRUE@   @$(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST)
 
353
        @test -f $(DESTDIR)$(CFGINST)/clamd.conf || \
 
354
        $(INSTALL_DATA) $(srcdir)/clamd.conf $(DESTDIR)$(CFGINST)
 
355
        @test -f $(DESTDIR)$(CFGINST)/freshclam.conf || \
 
356
        $(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST)
255
357
# Tell versions [3.59,3.63) of GNU make to not export all variables.
256
358
# Otherwise a system limit (for SysV at least) may be exceeded.
257
359
.NOEXPORT: