~ubuntu-branches/ubuntu/trusty/clamav/trusty-security

« back to all changes in this revision

Viewing changes to database/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2014-11-20 14:29:18 UTC
  • mfrom: (0.47.10) (137.1.1 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20141120142918-slpjc6vqq139e49n
Tags: 0.98.5+addedllvm-0ubuntu0.14.04.1
* Updated to 0.98.5 to fix security issues, including CVE-2013-6497.
* Removed patches no longer needed:
  - d/p/0002-Sebastian-Andrzej-Siewior.patch
  - d/p/0003-configure-use-pkg-config-for-check-so-test-is-detect.patch
  - d/p/0004-Stop-using-a-cargo-culted-syscall-table-and-trust-th.patch
  - d/p/0005-configure.ac-patches-to-got-with-autoreconf-and-auto.patch
  - d/p/0006-Fix-STAT64-definition-and-add-missing-includes.patch
* Added patches from vivid to fix FTBFS, .so version and other issues:
  - d/p/0002-Add-an-additional-n-after-the-number-in-the-pidfile.patch
  - d/p/0003-unit_tests-increment-test-timeout-from-40secs-to-5mi.patch
  - d/p/0006-remove-unnecessary-harmful-flags-from-libclamav.pc.patch
  - d/p/0010-hardcode-LLVM-linker-flag-because-llvm-config-return.patch
  - d/p/0017-Bump-.so-version-number.patch
  - d/p/0018-llvm-don-t-use-system-libs.patch
* debian/clamav-docs.docs: use wildcards, as some docs have changed.
* debian/clamav-base.postinst.in: added new options.
* debian/clamav-base.config.in: added new options.
* debian/clamav-base.templates: added new options.
* debian/control: added libssl-dev BuildDepends.
* clamav-testfiles.install: removed rar files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
34
33
#  along with this program; if not, write to the Free Software
35
34
#  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
36
35
VPATH = @srcdir@
37
 
am__make_dryrun = \
38
 
  { \
39
 
    am__dry=no; \
 
36
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
37
am__make_running_with_option = \
 
38
  case $${target_option-} in \
 
39
      ?) ;; \
 
40
      *) echo "am__make_running_with_option: internal error: invalid" \
 
41
              "target option '$${target_option-}' specified" >&2; \
 
42
         exit 1;; \
 
43
  esac; \
 
44
  has_opt=no; \
 
45
  sane_makeflags=$$MAKEFLAGS; \
 
46
  if $(am__is_gnu_make); then \
 
47
    sane_makeflags=$$MFLAGS; \
 
48
  else \
40
49
    case $$MAKEFLAGS in \
41
50
      *\\[\ \   ]*) \
42
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
43
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
44
 
      *) \
45
 
        for am__flg in $$MAKEFLAGS; do \
46
 
          case $$am__flg in \
47
 
            *=*|--*) ;; \
48
 
            *n*) am__dry=yes; break;; \
49
 
          esac; \
50
 
        done;; \
51
 
    esac; \
52
 
    test $$am__dry = yes; \
53
 
  }
 
51
        bs=\\; \
 
52
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
53
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
54
    esac; \
 
55
  fi; \
 
56
  skip_next=no; \
 
57
  strip_trailopt () \
 
58
  { \
 
59
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
60
  }; \
 
61
  for flg in $$sane_makeflags; do \
 
62
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
63
    case $$flg in \
 
64
      *=*|--*) continue;; \
 
65
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
66
      -*I?*) strip_trailopt 'I';; \
 
67
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
68
      -*O?*) strip_trailopt 'O';; \
 
69
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
70
      -*l?*) strip_trailopt 'l';; \
 
71
      -[dEDm]) skip_next=yes;; \
 
72
      -[JT]) skip_next=yes;; \
 
73
    esac; \
 
74
    case $$flg in \
 
75
      *$$target_option*) has_opt=yes; break;; \
 
76
    esac; \
 
77
  done; \
 
78
  test $$has_opt = yes
 
79
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
80
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
54
81
pkgdatadir = $(datadir)/@PACKAGE@
55
82
pkgincludedir = $(includedir)/@PACKAGE@
56
83
pkglibdir = $(libdir)/@PACKAGE@
71
98
host_triplet = @host@
72
99
target_triplet = @target@
73
100
subdir = database
74
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
101
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
75
102
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
76
103
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
77
104
        $(top_srcdir)/m4/argz.m4 \
83
110
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
84
111
        $(top_srcdir)/m4/lt~obsolete.m4 \
85
112
        $(top_srcdir)/m4/mmap_private.m4 $(top_srcdir)/m4/resolv.m4 \
 
113
        $(top_srcdir)/m4/reorganization/version.m4 \
 
114
        $(top_srcdir)/m4/reorganization/build_tools.m4 \
 
115
        $(top_srcdir)/m4/reorganization/headers.m4 \
 
116
        $(top_srcdir)/m4/reorganization/c_options.m4 \
 
117
        $(top_srcdir)/m4/reorganization/compiler_checks.m4 \
 
118
        $(top_srcdir)/m4/reorganization/linker_checks.m4 \
 
119
        $(top_srcdir)/m4/reorganization/code_checks/functions.m4 \
 
120
        $(top_srcdir)/m4/reorganization/code_checks/mpool.m4 \
 
121
        $(top_srcdir)/m4/reorganization/code_checks/unit_tests.m4 \
 
122
        $(top_srcdir)/m4/reorganization/code_checks/coverage.m4 \
 
123
        $(top_srcdir)/m4/reorganization/libs/xml.m4 \
 
124
        $(top_srcdir)/m4/reorganization/libs/openssl.m4 \
 
125
        $(top_srcdir)/m4/reorganization/libs/json.m4 \
 
126
        $(top_srcdir)/m4/reorganization/libs/libz.m4 \
 
127
        $(top_srcdir)/m4/reorganization/libs/bzip.m4 \
 
128
        $(top_srcdir)/m4/reorganization/libs/unrar.m4 \
 
129
        $(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
 
130
        $(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
 
131
        $(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
 
132
        $(top_srcdir)/m4/reorganization/code_checks/setpgrp.m4 \
 
133
        $(top_srcdir)/m4/reorganization/milter/enable.m4 \
 
134
        $(top_srcdir)/m4/reorganization/code_checks/iconv.m4 \
 
135
        $(top_srcdir)/m4/reorganization/code_checks/pthreads.m4 \
 
136
        $(top_srcdir)/m4/reorganization/code_checks/reentrant.m4 \
 
137
        $(top_srcdir)/m4/reorganization/utility_checks/id.m4 \
 
138
        $(top_srcdir)/m4/reorganization/utility_checks/yp.m4 \
 
139
        $(top_srcdir)/m4/reorganization/usergroup.m4 \
 
140
        $(top_srcdir)/m4/reorganization/debug.m4 \
 
141
        $(top_srcdir)/m4/reorganization/customversion.m4 \
 
142
        $(top_srcdir)/m4/reorganization/nocache.m4 \
 
143
        $(top_srcdir)/m4/reorganization/dns.m4 \
 
144
        $(top_srcdir)/m4/reorganization/bigstack.m4 \
 
145
        $(top_srcdir)/m4/reorganization/dbdir.m4 \
 
146
        $(top_srcdir)/m4/reorganization/cfgdir.m4 \
 
147
        $(top_srcdir)/m4/reorganization/code_checks/in_port_t.m4 \
 
148
        $(top_srcdir)/m4/reorganization/code_checks/in_addr_t.m4 \
 
149
        $(top_srcdir)/m4/reorganization/os_checks.m4 \
 
150
        $(top_srcdir)/m4/reorganization/milter/check.m4 \
 
151
        $(top_srcdir)/m4/reorganization/code_checks/pthread_02.m4 \
 
152
        $(top_srcdir)/m4/reorganization/code_checks/readdir.m4 \
 
153
        $(top_srcdir)/m4/reorganization/code_checks/ctime.m4 \
 
154
        $(top_srcdir)/m4/reorganization/code_checks/socklen_t.m4 \
 
155
        $(top_srcdir)/m4/reorganization/clamav_user.m4 \
 
156
        $(top_srcdir)/m4/reorganization/code_checks/compiler_attribs.m4 \
 
157
        $(top_srcdir)/m4/reorganization/code_checks/select.m4 \
 
158
        $(top_srcdir)/m4/reorganization/code_checks/stat64.m4 \
 
159
        $(top_srcdir)/m4/reorganization/code_checks/shift.m4 \
 
160
        $(top_srcdir)/m4/reorganization/code_checks/features.m4 \
 
161
        $(top_srcdir)/m4/reorganization/clamdtop.m4 \
 
162
        $(top_srcdir)/m4/reorganization/distcheck.m4 \
 
163
        $(top_srcdir)/m4/reorganization/llvm.m4 \
 
164
        $(top_srcdir)/m4/reorganization/sha_collect.m4 \
 
165
        $(top_srcdir)/m4/reorganization/bsd.m4 \
 
166
        $(top_srcdir)/m4/reorganization/libs/curl.m4 \
 
167
        $(top_srcdir)/m4/reorganization/substitutions.m4 \
86
168
        $(top_srcdir)/configure.ac
87
169
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88
170
        $(ACLOCAL_M4)
90
172
CONFIG_HEADER = $(top_builddir)/clamav-config.h
91
173
CONFIG_CLEAN_FILES =
92
174
CONFIG_CLEAN_VPATH_FILES =
 
175
AM_V_P = $(am__v_P_@AM_V@)
 
176
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
177
am__v_P_0 = false
 
178
am__v_P_1 = :
93
179
AM_V_GEN = $(am__v_GEN_@AM_V@)
94
180
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
95
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
181
am__v_GEN_0 = @echo "  GEN     " $@;
 
182
am__v_GEN_1 = 
96
183
AM_V_at = $(am__v_at_@AM_V@)
97
184
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
98
185
am__v_at_0 = @
 
186
am__v_at_1 = 
99
187
SOURCES =
100
188
DIST_SOURCES =
101
189
am__can_run_installinfo = \
103
191
    n|no|NO) false;; \
104
192
    *) (install-info --version) >/dev/null 2>&1;; \
105
193
  esac
 
194
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
106
195
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107
196
ACLOCAL = @ACLOCAL@
108
197
AMTAR = @AMTAR@
122
211
CHECK_LIBS = @CHECK_LIBS@
123
212
CLAMAVGROUP = @CLAMAVGROUP@
124
213
CLAMAVUSER = @CLAMAVUSER@
 
214
CLAMAV_MILTER_CPPFLAGS = @CLAMAV_MILTER_CPPFLAGS@
125
215
CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
 
216
CLAMBC_CPPFLAGS = @CLAMBC_CPPFLAGS@
 
217
CLAMBC_LIBS = @CLAMBC_LIBS@
 
218
CLAMCONF_CPPFLAGS = @CLAMCONF_CPPFLAGS@
 
219
CLAMCONF_LIBS = @CLAMCONF_LIBS@
 
220
CLAMDSCAN_CPPFLAGS = @CLAMDSCAN_CPPFLAGS@
126
221
CLAMDSCAN_LIBS = @CLAMDSCAN_LIBS@
 
222
CLAMDTOP_CPPFLAGS = @CLAMDTOP_CPPFLAGS@
 
223
CLAMDTOP_LIBS = @CLAMDTOP_LIBS@
 
224
CLAMD_CPPFLAGS = @CLAMD_CPPFLAGS@
127
225
CLAMD_LIBS = @CLAMD_LIBS@
 
226
CLAMMEM_CPPFLAGS = @CLAMMEM_CPPFLAGS@
 
227
CLAMMEM_LIBS = @CLAMMEM_LIBS@
 
228
CLAMSCAN_CPPFLAGS = @CLAMSCAN_CPPFLAGS@
 
229
CLAMSCAN_LIBS = @CLAMSCAN_LIBS@
 
230
CLAMSUBMIT_CFLAGS = @CLAMSUBMIT_CFLAGS@
 
231
CLAMSUBMIT_LIBS = @CLAMSUBMIT_LIBS@
128
232
CPP = @CPP@
129
233
CPPFLAGS = @CPPFLAGS@
130
234
CURSES_CPPFLAGS = @CURSES_CPPFLAGS@
142
246
EGREP = @EGREP@
143
247
EXEEXT = @EXEEXT@
144
248
FGREP = @FGREP@
 
249
FRESHCLAM_CPPFLAGS = @FRESHCLAM_CPPFLAGS@
145
250
FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
146
251
GCOV = @GCOV@
147
252
GENHTML = @GENHTML@
154
259
INSTALL_PROGRAM = @INSTALL_PROGRAM@
155
260
INSTALL_SCRIPT = @INSTALL_SCRIPT@
156
261
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
262
JSON_CPPFLAGS = @JSON_CPPFLAGS@
 
263
JSON_LDFLAGS = @JSON_LDFLAGS@
 
264
JSON_LIBS = @JSON_LIBS@
157
265
LCOV = @LCOV@
158
266
LD = @LD@
159
267
LDFLAGS = @LDFLAGS@
163
271
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
164
272
LIBBZ2 = @LIBBZ2@
165
273
LIBBZ2_PREFIX = @LIBBZ2_PREFIX@
 
274
LIBCLAMAV_CPPFLAGS = @LIBCLAMAV_CPPFLAGS@
166
275
LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
167
276
LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
 
277
LIBCLAMSHARED_CPPFLAGS = @LIBCLAMSHARED_CPPFLAGS@
168
278
LIBLTDL = @LIBLTDL@
169
279
LIBM = @LIBM@
170
280
LIBOBJS = @LIBOBJS@
202
312
SED = @SED@
203
313
SET_MAKE = @SET_MAKE@
204
314
SHELL = @SHELL@
 
315
SIGTOOL_CPPFLAGS = @SIGTOOL_CPPFLAGS@
 
316
SSL_CPPFLAGS = @SSL_CPPFLAGS@
 
317
SSL_LDFLAGS = @SSL_LDFLAGS@
 
318
SSL_LIBS = @SSL_LIBS@
205
319
STRIP = @STRIP@
206
320
THREAD_LIBS = @THREAD_LIBS@
207
321
TH_SAFE = @TH_SAFE@
312
426
 
313
427
clean-libtool:
314
428
        -rm -rf .libs _libs
315
 
tags: TAGS
316
 
TAGS:
317
 
 
318
 
ctags: CTAGS
319
 
CTAGS:
 
429
tags TAGS:
 
430
 
 
431
ctags CTAGS:
 
432
 
 
433
cscope cscopelist:
320
434
 
321
435
 
322
436
distdir: $(DISTFILES)
452
566
.MAKE: install-am install-strip
453
567
 
454
568
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
455
 
        distclean distclean-generic distclean-libtool distdir dvi \
456
 
        dvi-am html html-am info info-am install install-am \
457
 
        install-data install-data-am install-data-local install-dvi \
458
 
        install-dvi-am install-exec install-exec-am install-html \
459
 
        install-html-am install-info install-info-am install-man \
460
 
        install-pdf install-pdf-am install-ps install-ps-am \
461
 
        install-strip installcheck installcheck-am installdirs \
462
 
        maintainer-clean maintainer-clean-generic mostlyclean \
463
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
464
 
        uninstall uninstall-am
 
569
        cscopelist-am ctags-am distclean distclean-generic \
 
570
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
571
        install install-am install-data install-data-am \
 
572
        install-data-local install-dvi install-dvi-am install-exec \
 
573
        install-exec-am install-html install-html-am install-info \
 
574
        install-info-am install-man install-pdf install-pdf-am \
 
575
        install-ps install-ps-am install-strip installcheck \
 
576
        installcheck-am installdirs maintainer-clean \
 
577
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
578
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
579
        uninstall-am
465
580
 
466
581
 
467
582
install-data-local: