~ubuntu-branches/ubuntu/wily/clamav/wily-proposed

« back to all changes in this revision

Viewing changes to freshclam/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-05-05 14:14:58 UTC
  • mfrom: (0.47.16)
  • Revision ID: package-import@ubuntu.com-20150505141458-mbkr5jjfu3j9gdvd
Tags: 0.98.7+dfsg-0ubuntu1
* 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/0005-libclamav-use-libmspack.patch
  - d/p/0007-fix-ssize_t-size_t-off_t-printf-modifier.patch
  - d/p/0008-hardcode-LLVM-linker-flag-because-llvm-config-return.patch
  - d/p/0015-llvm-don-t-use-system-libs.patch
* Removed upstreamed patches:
  - d/p/0012-remove-AC_CONFIG_SRCDIR-llvm-configure-from-libclama.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.
34
35
#  MA 02110-1301, USA.
35
36
 
36
37
VPATH = @srcdir@
37
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
38
 
am__make_running_with_option = \
39
 
  case $${target_option-} in \
40
 
      ?) ;; \
41
 
      *) echo "am__make_running_with_option: internal error: invalid" \
42
 
              "target option '$${target_option-}' specified" >&2; \
43
 
         exit 1;; \
44
 
  esac; \
45
 
  has_opt=no; \
46
 
  sane_makeflags=$$MAKEFLAGS; \
47
 
  if $(am__is_gnu_make); then \
48
 
    sane_makeflags=$$MFLAGS; \
49
 
  else \
50
 
    case $$MAKEFLAGS in \
51
 
      *\\[\ \   ]*) \
52
 
        bs=\\; \
53
 
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54
 
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
55
 
    esac; \
56
 
  fi; \
57
 
  skip_next=no; \
58
 
  strip_trailopt () \
59
 
  { \
60
 
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
61
 
  }; \
62
 
  for flg in $$sane_makeflags; do \
63
 
    test $$skip_next = yes && { skip_next=no; continue; }; \
64
 
    case $$flg in \
65
 
      *=*|--*) continue;; \
66
 
        -*I) strip_trailopt 'I'; skip_next=yes;; \
67
 
      -*I?*) strip_trailopt 'I';; \
68
 
        -*O) strip_trailopt 'O'; skip_next=yes;; \
69
 
      -*O?*) strip_trailopt 'O';; \
70
 
        -*l) strip_trailopt 'l'; skip_next=yes;; \
71
 
      -*l?*) strip_trailopt 'l';; \
72
 
      -[dEDm]) skip_next=yes;; \
73
 
      -[JT]) skip_next=yes;; \
74
 
    esac; \
75
 
    case $$flg in \
76
 
      *$$target_option*) has_opt=yes; break;; \
77
 
    esac; \
78
 
  done; \
79
 
  test $$has_opt = yes
80
 
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81
 
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
82
38
pkgdatadir = $(datadir)/@PACKAGE@
83
39
pkgincludedir = $(includedir)/@PACKAGE@
84
40
pkglibdir = $(libdir)/@PACKAGE@
100
56
target_triplet = @target@
101
57
bin_PROGRAMS = freshclam$(EXEEXT)
102
58
subdir = freshclam
103
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
104
 
        $(top_srcdir)/config/depcomp
 
59
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
105
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106
61
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
107
62
        $(top_srcdir)/m4/argz.m4 \
187
142
AM_V_lt = $(am__v_lt_@AM_V@)
188
143
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
189
144
am__v_lt_0 = --silent
190
 
am__v_lt_1 = 
191
 
AM_V_P = $(am__v_P_@AM_V@)
192
 
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
193
 
am__v_P_0 = false
194
 
am__v_P_1 = :
195
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
196
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
197
 
am__v_GEN_0 = @echo "  GEN     " $@;
198
 
am__v_GEN_1 = 
199
 
AM_V_at = $(am__v_at_@AM_V@)
200
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
201
 
am__v_at_0 = @
202
 
am__v_at_1 = 
203
145
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
204
146
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
205
147
am__depfiles_maybe = depfiles
212
154
        $(AM_CFLAGS) $(CFLAGS)
213
155
AM_V_CC = $(am__v_CC_@AM_V@)
214
156
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
215
 
am__v_CC_0 = @echo "  CC      " $@;
216
 
am__v_CC_1 = 
 
157
am__v_CC_0 = @echo "  CC    " $@;
 
158
AM_V_at = $(am__v_at_@AM_V@)
 
159
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
160
am__v_at_0 = @
217
161
CCLD = $(CC)
218
162
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
219
163
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
220
164
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
221
165
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
222
166
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
223
 
am__v_CCLD_0 = @echo "  CCLD    " $@;
224
 
am__v_CCLD_1 = 
 
167
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
168
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
169
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
170
am__v_GEN_0 = @echo "  GEN   " $@;
225
171
SOURCES = $(freshclam_SOURCES)
226
172
DIST_SOURCES = $(freshclam_SOURCES)
227
 
am__can_run_installinfo = \
228
 
  case $$AM_UPDATE_INFO_DIR in \
229
 
    n|no|NO) false;; \
230
 
    *) (install-info --version) >/dev/null 2>&1;; \
231
 
  esac
232
 
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
233
 
# Read a list of newline-separated strings from the standard input,
234
 
# and print each of them once, without duplicates.  Input order is
235
 
# *not* preserved.
236
 
am__uniquify_input = $(AWK) '\
237
 
  BEGIN { nonempty = 0; } \
238
 
  { items[$$0] = 1; nonempty = 1; } \
239
 
  END { if (nonempty) { for (i in items) print i; }; } \
240
 
'
241
 
# Make sure the list of sources is unique.  This is necessary because,
242
 
# e.g., the same source file might be shared among _SOURCES variables
243
 
# for different programs/libraries.
244
 
am__define_uniq_tagged_files = \
245
 
  list='$(am__tagged_files)'; \
246
 
  unique=`for i in $$list; do \
247
 
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
248
 
  done | $(am__uniquify_input)`
249
173
ETAGS = etags
250
174
CTAGS = ctags
251
175
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
511
435
$(am__aclocal_m4_deps):
512
436
install-binPROGRAMS: $(bin_PROGRAMS)
513
437
        @$(NORMAL_INSTALL)
 
438
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
514
439
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
515
 
        if test -n "$$list"; then \
516
 
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
517
 
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
518
 
        fi; \
519
440
        for p in $$list; do echo "$$p $$p"; done | \
520
441
        sed 's/$(EXEEXT)$$//' | \
521
 
        while read p p1; do if test -f $$p \
522
 
         || test -f $$p1 \
523
 
          ; then echo "$$p"; echo "$$p"; else :; fi; \
 
442
        while read p p1; do if test -f $$p || test -f $$p1; \
 
443
          then echo "$$p"; echo "$$p"; else :; fi; \
524
444
        done | \
525
 
        sed -e 'p;s,.*/,,;n;h' \
526
 
            -e 's|.*|.|' \
 
445
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
527
446
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
528
447
        sed 'N;N;N;s,\n, ,g' | \
529
448
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
544
463
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
545
464
        files=`for p in $$list; do echo "$$p"; done | \
546
465
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
547
 
              -e 's/$$/$(EXEEXT)/' \
548
 
        `; \
 
466
              -e 's/$$/$(EXEEXT)/' `; \
549
467
        test -n "$$list" || exit 0; \
550
468
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
551
469
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
574
492
            else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
575
493
          done; \
576
494
        done; rm -f c$${pid}_.???; exit $$bad
577
 
 
578
495
freshclam$(EXEEXT): $(freshclam_OBJECTS) $(freshclam_DEPENDENCIES) $(EXTRA_freshclam_DEPENDENCIES) 
579
496
        @rm -f freshclam$(EXEEXT)
580
497
        $(AM_V_CCLD)$(LINK) $(freshclam_OBJECTS) $(freshclam_LDADD) $(LIBS)
605
522
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
606
523
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
607
524
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
525
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
609
526
 
610
527
.c.obj:
611
528
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
612
529
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
613
530
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
614
531
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
532
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
616
533
 
617
534
.c.lo:
618
535
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
725
642
clean-libtool:
726
643
        -rm -rf .libs _libs
727
644
 
728
 
ID: $(am__tagged_files)
729
 
        $(am__define_uniq_tagged_files); mkid -fID $$unique
730
 
tags: tags-am
731
 
TAGS: tags
 
645
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
646
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
647
        unique=`for i in $$list; do \
 
648
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
649
          done | \
 
650
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
651
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
652
        mkid -fID $$unique
 
653
tags: TAGS
732
654
 
733
 
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
655
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
656
                $(TAGS_FILES) $(LISP)
734
657
        set x; \
735
658
        here=`pwd`; \
736
 
        $(am__define_uniq_tagged_files); \
 
659
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
660
        unique=`for i in $$list; do \
 
661
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
662
          done | \
 
663
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
664
              END { if (nonempty) { for (i in files) print i; }; }'`; \
737
665
        shift; \
738
666
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
739
667
          test -n "$$unique" || unique=$$empty_fix; \
745
673
              $$unique; \
746
674
          fi; \
747
675
        fi
748
 
ctags: ctags-am
749
 
 
750
 
CTAGS: ctags
751
 
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
752
 
        $(am__define_uniq_tagged_files); \
 
676
ctags: CTAGS
 
677
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
678
                $(TAGS_FILES) $(LISP)
 
679
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
680
        unique=`for i in $$list; do \
 
681
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
682
          done | \
 
683
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
684
              END { if (nonempty) { for (i in files) print i; }; }'`; \
753
685
        test -z "$(CTAGS_ARGS)$$unique" \
754
686
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
755
687
             $$unique
758
690
        here=`$(am__cd) $(top_builddir) && pwd` \
759
691
          && $(am__cd) $(top_srcdir) \
760
692
          && gtags -i $(GTAGS_ARGS) "$$here"
761
 
cscopelist: cscopelist-am
762
 
 
763
 
cscopelist-am: $(am__tagged_files)
764
 
        list='$(am__tagged_files)'; \
765
 
        case "$(srcdir)" in \
766
 
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
767
 
          *) sdir=$(subdir)/$(srcdir) ;; \
768
 
        esac; \
769
 
        for i in $$list; do \
770
 
          if test -f "$$i"; then \
771
 
            echo "$(subdir)/$$i"; \
772
 
          else \
773
 
            echo "$$sdir/$$i"; \
774
 
          fi; \
775
 
        done >> $(top_builddir)/cscope.files
776
693
 
777
694
distclean-tags:
778
695
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
917
834
 
918
835
.MAKE: install-am install-strip
919
836
 
920
 
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
921
 
        clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
922
 
        ctags ctags-am distclean distclean-compile distclean-generic \
923
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
924
 
        html-am info info-am install install-am install-binPROGRAMS \
925
 
        install-data install-data-am install-dvi install-dvi-am \
926
 
        install-exec install-exec-am install-html install-html-am \
927
 
        install-info install-info-am install-man install-pdf \
928
 
        install-pdf-am install-ps install-ps-am install-strip \
929
 
        installcheck installcheck-am installcheck-binPROGRAMS \
930
 
        installdirs maintainer-clean maintainer-clean-generic \
931
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
932
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
933
 
        uninstall-am uninstall-binPROGRAMS
 
837
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
838
        clean-generic clean-libtool ctags distclean distclean-compile \
 
839
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
840
        dvi-am html html-am info info-am install install-am \
 
841
        install-binPROGRAMS install-data install-data-am install-dvi \
 
842
        install-dvi-am install-exec install-exec-am install-html \
 
843
        install-html-am install-info install-info-am install-man \
 
844
        install-pdf install-pdf-am install-ps install-ps-am \
 
845
        install-strip installcheck installcheck-am \
 
846
        installcheck-binPROGRAMS installdirs maintainer-clean \
 
847
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
848
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
849
        tags uninstall uninstall-am uninstall-binPROGRAMS
934
850
 
935
851
 
936
852
# Tell versions [3.59,3.63) of GNU make to not export all variables.