~ubuntu-branches/ubuntu/trusty/clamav/trusty-updates

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-05-04 15:47:25 UTC
  • mfrom: (0.47.12)
  • Revision ID: package-import@ubuntu.com-20150504154725-5ka5jkhjln6f22vv
Tags: 0.98.7+dfsg-0ubuntu0.14.04.1
* Updated to 0.98.7 to fix multiple issues
  - CVE-2015-2170
  - CVE-2015-2221
  - CVE-2015-2222
  - CVE-2015-2305
  - CVE-2015-2668
* Refreshed patches for 0.98.7:
  - d/p/0010-hardcode-LLVM-linker-flag-because-llvm-config-return.patch
  - d/p/0018-llvm-don-t-use-system-libs.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
 
 
 
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.
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.
14
15
 
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18
 
am__make_running_with_option = \
19
 
  case $${target_option-} in \
20
 
      ?) ;; \
21
 
      *) echo "am__make_running_with_option: internal error: invalid" \
22
 
              "target option '$${target_option-}' specified" >&2; \
23
 
         exit 1;; \
24
 
  esac; \
25
 
  has_opt=no; \
26
 
  sane_makeflags=$$MAKEFLAGS; \
27
 
  if $(am__is_gnu_make); then \
28
 
    sane_makeflags=$$MFLAGS; \
29
 
  else \
30
 
    case $$MAKEFLAGS in \
31
 
      *\\[\ \   ]*) \
32
 
        bs=\\; \
33
 
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34
 
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35
 
    esac; \
36
 
  fi; \
37
 
  skip_next=no; \
38
 
  strip_trailopt () \
39
 
  { \
40
 
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41
 
  }; \
42
 
  for flg in $$sane_makeflags; do \
43
 
    test $$skip_next = yes && { skip_next=no; continue; }; \
44
 
    case $$flg in \
45
 
      *=*|--*) continue;; \
46
 
        -*I) strip_trailopt 'I'; skip_next=yes;; \
47
 
      -*I?*) strip_trailopt 'I';; \
48
 
        -*O) strip_trailopt 'O'; skip_next=yes;; \
49
 
      -*O?*) strip_trailopt 'O';; \
50
 
        -*l) strip_trailopt 'l'; skip_next=yes;; \
51
 
      -*l?*) strip_trailopt 'l';; \
52
 
      -[dEDm]) skip_next=yes;; \
53
 
      -[JT]) skip_next=yes;; \
54
 
    esac; \
55
 
    case $$flg in \
56
 
      *$$target_option*) has_opt=yes; break;; \
57
 
    esac; \
58
 
  done; \
59
 
  test $$has_opt = yes
60
 
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61
 
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62
18
pkgdatadir = $(datadir)/@PACKAGE@
63
19
pkgincludedir = $(includedir)/@PACKAGE@
64
20
pkglibdir = $(libdir)/@PACKAGE@
81
37
@ENABLE_UNRAR_TRUE@am__append_1 = clam-v2.rar clam-v3.rar
82
38
@HAVE_LIBBZ2_TRUE@am__append_2 = clam.exe.bz2 clam.bz2.zip
83
39
subdir = test
84
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
 
40
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
85
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86
42
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
87
43
        $(top_srcdir)/m4/argz.m4 \
155
111
CONFIG_HEADER = $(top_builddir)/clamav-config.h
156
112
CONFIG_CLEAN_FILES =
157
113
CONFIG_CLEAN_VPATH_FILES =
158
 
AM_V_P = $(am__v_P_@AM_V@)
159
 
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160
 
am__v_P_0 = false
161
 
am__v_P_1 = :
162
114
AM_V_GEN = $(am__v_GEN_@AM_V@)
163
115
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164
 
am__v_GEN_0 = @echo "  GEN     " $@;
165
 
am__v_GEN_1 = 
 
116
am__v_GEN_0 = @echo "  GEN   " $@;
166
117
AM_V_at = $(am__v_at_@AM_V@)
167
118
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168
119
am__v_at_0 = @
169
 
am__v_at_1 = 
170
120
SOURCES =
171
121
DIST_SOURCES =
172
 
am__can_run_installinfo = \
173
 
  case $$AM_UPDATE_INFO_DIR in \
174
 
    n|no|NO) false;; \
175
 
    *) (install-info --version) >/dev/null 2>&1;; \
176
 
  esac
177
 
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178
122
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179
123
ACLOCAL = @ACLOCAL@
180
124
AMTAR = @AMTAR@
423
367
 
424
368
clean-libtool:
425
369
        -rm -rf .libs _libs
426
 
tags TAGS:
427
 
 
428
 
ctags CTAGS:
429
 
 
430
 
cscope cscopelist:
 
370
tags: TAGS
 
371
TAGS:
 
372
 
 
373
ctags: CTAGS
 
374
CTAGS:
431
375
 
432
376
 
433
377
distdir: $(DISTFILES)
563
507
.MAKE: install-am install-strip
564
508
 
565
509
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
566
 
        clean-local cscopelist-am ctags-am distclean distclean-generic \
567
 
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
568
 
        install install-am install-data install-data-am install-dvi \
 
510
        clean-local distclean distclean-generic distclean-libtool \
 
511
        distdir dvi dvi-am html html-am info info-am install \
 
512
        install-am install-data install-data-am install-dvi \
569
513
        install-dvi-am install-exec install-exec-am install-html \
570
514
        install-html-am install-info install-info-am install-man \
571
515
        install-pdf install-pdf-am install-ps install-ps-am \
572
516
        install-strip installcheck installcheck-am installdirs \
573
517
        maintainer-clean maintainer-clean-generic mostlyclean \
574
518
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
575
 
        tags-am uninstall uninstall-am
 
519
        uninstall uninstall-am
576
520
 
577
521
 
578
522
all: $(FILES)