~ubuntu-branches/ubuntu/dapper/clamav/dapper-updates

« back to all changes in this revision

Viewing changes to etc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Tautschnig, Michael Tautschnig
  • Date: 2009-11-02 10:24:35 UTC
  • mfrom: (0.11.5 squeeze)
  • mto: (12.1.9 dapper-security)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20091102102435-yzkn3jdvo4gank3q
Tags: 0.95.3+dfsg-1
[ Michael Tautschnig ]
* New upstream version
* Should fix clamd segfault on startup (closes: #537629)
* Updated info in clamd.conf man page (closes: #534443)
* Proper socket ownership setup, no chgrp in make_dir (closes: #553333)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
33
34
#  MA 02110-1301, USA.
34
35
VPATH = @srcdir@
35
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
36
38
pkglibdir = $(libdir)/@PACKAGE@
37
 
pkgincludedir = $(includedir)/@PACKAGE@
 
39
pkglibexecdir = $(libexecdir)/@PACKAGE@
38
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39
41
install_sh_DATA = $(install_sh) -c -m 644
40
42
install_sh_PROGRAM = $(install_sh) -c
67
69
mkinstalldirs = $(install_sh) -d
68
70
CONFIG_HEADER = $(top_builddir)/clamav-config.h
69
71
CONFIG_CLEAN_FILES =
 
72
CONFIG_CLEAN_VPATH_FILES =
70
73
SOURCES =
71
74
DIST_SOURCES =
72
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
155
158
PACKAGE_NAME = @PACKAGE_NAME@
156
159
PACKAGE_STRING = @PACKAGE_STRING@
157
160
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
161
PACKAGE_URL = @PACKAGE_URL@
158
162
PACKAGE_VERSION = @PACKAGE_VERSION@
159
163
PATH_SEPARATOR = @PATH_SEPARATOR@
160
164
RANLIB = @RANLIB@
234
238
        @for dep in $?; do \
235
239
          case '$(am__configure_deps)' in \
236
240
            *$$dep*) \
237
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
238
 
                && exit 0; \
 
241
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
242
                && { if test -f $@; then exit 0; else break; fi; }; \
239
243
              exit 1;; \
240
244
          esac; \
241
245
        done; \
242
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  etc/Makefile'; \
243
 
        cd $(top_srcdir) && \
244
 
          $(AUTOMAKE) --foreign  etc/Makefile
 
246
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign etc/Makefile'; \
 
247
        $(am__cd) $(top_srcdir) && \
 
248
          $(AUTOMAKE) --foreign etc/Makefile
245
249
.PRECIOUS: Makefile
246
250
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247
251
        @case '$?' in \
259
263
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
264
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
261
265
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
266
$(am__aclocal_m4_deps):
262
267
 
263
268
mostlyclean-libtool:
264
269
        -rm -f *.lo
288
293
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
289
294
          if test -d $$d/$$file; then \
290
295
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
296
            if test -d "$(distdir)/$$file"; then \
 
297
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
298
            fi; \
291
299
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
292
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
300
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
301
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
293
302
            fi; \
294
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
303
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
295
304
          else \
296
 
            test -f $(distdir)/$$file \
297
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
305
            test -f "$(distdir)/$$file" \
 
306
            || cp -p $$d/$$file "$(distdir)/$$file" \
298
307
            || exit 1; \
299
308
          fi; \
300
309
        done
322
331
 
323
332
distclean-generic:
324
333
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
334
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
325
335
 
326
336
maintainer-clean-generic:
327
337
        @echo "This command is intended for maintainers to use"
340
350
 
341
351
html: html-am
342
352
 
 
353
html-am:
 
354
 
343
355
info: info-am
344
356
 
345
357
info-am:
348
360
 
349
361
install-dvi: install-dvi-am
350
362
 
 
363
install-dvi-am:
 
364
 
351
365
install-exec-am:
352
366
 
353
367
install-html: install-html-am
354
368
 
 
369
install-html-am:
 
370
 
355
371
install-info: install-info-am
356
372
 
 
373
install-info-am:
 
374
 
357
375
install-man:
358
376
 
359
377
install-pdf: install-pdf-am
360
378
 
 
379
install-pdf-am:
 
380
 
361
381
install-ps: install-ps-am
362
382
 
 
383
install-ps-am:
 
384
 
363
385
installcheck-am:
364
386
 
365
387
maintainer-clean: maintainer-clean-am
403
425
        $(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST)
404
426
@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@    @test -f $(DESTDIR)$(CFGINST)/clamav-milter.conf || \
405
427
@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@    $(INSTALL_DATA) $(srcdir)/clamav-milter.conf $(DESTDIR)$(CFGINST)
 
428
 
406
429
# Tell versions [3.59,3.63) of GNU make to not export all variables.
407
430
# Otherwise a system limit (for SysV at least) may be exceeded.
408
431
.NOEXPORT: