~ubuntu-branches/ubuntu/raring/clamav/raring

« back to all changes in this revision

Viewing changes to freshclam/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2008-09-05 17:25:34 UTC
  • mfrom: (0.35.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080905172534-yi3f8fkye1o7u1r3
* New upstream version (closes: #497662, #497773)
  - lots of new options for clamd.conf
  - fixes CVEs CVE-2008-3912, CVE-2008-3913, CVE-2008-3914, and
    CVE-2008-1389
* No longer supports --unzip option, so typo is gone (closes: #496276)
* Translations:
  - sv (thanks Martin Bagge <brother@bsnet.se>) (closes: #491760)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
59
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
60
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
60
        $(top_srcdir)/m4/fdpassing.m4 $(top_srcdir)/m4/lib-link.m4 \
 
61
        $(top_srcdir)/m4/lib-prefix.m4 \
 
62
        $(top_srcdir)/m4/mmap_private.m4 $(top_srcdir)/m4/resolv.m4 \
61
63
        $(top_srcdir)/configure.in
62
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
65
        $(ACLOCAL_M4)
103
105
CCDEPMODE = @CCDEPMODE@
104
106
CFGDIR = @CFGDIR@
105
107
CFLAGS = @CFLAGS@
 
108
CHECK_CFLAGS = @CHECK_CFLAGS@
 
109
CHECK_LIBS = @CHECK_LIBS@
106
110
CLAMAVGROUP = @CLAMAVGROUP@
107
111
CLAMAVUSER = @CLAMAVUSER@
108
112
CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
121
125
EGREP = @EGREP@
122
126
EXEEXT = @EXEEXT@
123
127
FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
 
128
GCOV = @GCOV@
 
129
GENHTML = @GENHTML@
124
130
GETENT = @GETENT@
 
131
GPERF = @GPERF@
125
132
GREP = @GREP@
126
133
HAVE_LIBGMP = @HAVE_LIBGMP@
127
134
INSTALL = @INSTALL@
129
136
INSTALL_PROGRAM = @INSTALL_PROGRAM@
130
137
INSTALL_SCRIPT = @INSTALL_SCRIPT@
131
138
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
139
LCOV = @LCOV@
132
140
LDFLAGS = @LDFLAGS@
133
141
LIBBZ2 = @LIBBZ2@
134
142
LIBBZ2_PREFIX = @LIBBZ2_PREFIX@
155
163
PACKAGE_TARNAME = @PACKAGE_TARNAME@
156
164
PACKAGE_VERSION = @PACKAGE_VERSION@
157
165
PATH_SEPARATOR = @PATH_SEPARATOR@
 
166
PKG_CONFIG = @PKG_CONFIG@
158
167
RANLIB = @RANLIB@
159
168
SED = @SED@
160
169
SET_MAKE = @SET_MAKE@
249
258
    mirman.h
250
259
 
251
260
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
 
261
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = freshclam$(EXEEXT)
 
262
CLEANFILES = *.gcda *.gcno
252
263
all: all-am
253
264
 
254
265
.SUFFIXES:
310
321
          echo " rm -f $$p $$f"; \
311
322
          rm -f $$p $$f ; \
312
323
        done
 
324
 
 
325
installcheck-binPROGRAMS: $(bin_PROGRAMS)
 
326
        bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
 
327
          case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
 
328
           *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
 
329
          esac; \
 
330
          f=`echo "$$p" | \
 
331
             sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
332
          for opt in --help --version; do \
 
333
            if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
 
334
                 2>c$${pid}_.err </dev/null \
 
335
                 && test -n "`cat c$${pid}_.out`" \
 
336
                 && test -z "`cat c$${pid}_.err`"; then :; \
 
337
            else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
 
338
          done; \
 
339
        done; rm -f c$${pid}_.???; exit $$bad
313
340
freshclam$(EXEEXT): $(freshclam_OBJECTS) $(freshclam_DEPENDENCIES) 
314
341
        @rm -f freshclam$(EXEEXT)
315
342
        $(LINK) $(freshclam_OBJECTS) $(freshclam_LDADD) $(LIBS)
572
599
mostlyclean-generic:
573
600
 
574
601
clean-generic:
 
602
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
575
603
 
576
604
distclean-generic:
577
605
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
615
643
 
616
644
install-ps: install-ps-am
617
645
 
618
 
installcheck-am:
 
646
installcheck-am: installcheck-binPROGRAMS
619
647
 
620
648
maintainer-clean: maintainer-clean-am
621
649
        -rm -rf ./$(DEPDIR)
647
675
        install-dvi-am install-exec install-exec-am install-html \
648
676
        install-html-am install-info install-info-am install-man \
649
677
        install-pdf install-pdf-am install-ps install-ps-am \
650
 
        install-strip installcheck installcheck-am installdirs \
651
 
        maintainer-clean maintainer-clean-generic mostlyclean \
652
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
653
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
654
 
        uninstall-binPROGRAMS
 
678
        install-strip installcheck installcheck-am \
 
679
        installcheck-binPROGRAMS installdirs maintainer-clean \
 
680
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
681
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
682
        tags uninstall uninstall-am uninstall-binPROGRAMS
655
683
 
656
684
# Tell versions [3.59,3.63) of GNU make to not export all variables.
657
685
# Otherwise a system limit (for SysV at least) may be exceeded.