~yolanda.robla/ubuntu/saucy/clamav/dep-8-tests

« back to all changes in this revision

Viewing changes to sigtool/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:
56
56
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
58
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
59
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
59
        $(top_srcdir)/m4/fdpassing.m4 $(top_srcdir)/m4/lib-link.m4 \
 
60
        $(top_srcdir)/m4/lib-prefix.m4 \
 
61
        $(top_srcdir)/m4/mmap_private.m4 $(top_srcdir)/m4/resolv.m4 \
60
62
        $(top_srcdir)/configure.in
61
63
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
64
        $(ACLOCAL_M4)
100
102
CCDEPMODE = @CCDEPMODE@
101
103
CFGDIR = @CFGDIR@
102
104
CFLAGS = @CFLAGS@
 
105
CHECK_CFLAGS = @CHECK_CFLAGS@
 
106
CHECK_LIBS = @CHECK_LIBS@
103
107
CLAMAVGROUP = @CLAMAVGROUP@
104
108
CLAMAVUSER = @CLAMAVUSER@
105
109
CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
120
124
EGREP = @EGREP@
121
125
EXEEXT = @EXEEXT@
122
126
FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
 
127
GCOV = @GCOV@
 
128
GENHTML = @GENHTML@
123
129
GETENT = @GETENT@
 
130
GPERF = @GPERF@
124
131
GREP = @GREP@
125
132
HAVE_LIBGMP = @HAVE_LIBGMP@
126
133
INSTALL = @INSTALL@
128
135
INSTALL_PROGRAM = @INSTALL_PROGRAM@
129
136
INSTALL_SCRIPT = @INSTALL_SCRIPT@
130
137
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
138
LCOV = @LCOV@
131
139
LDFLAGS = @LDFLAGS@
132
140
LIBBZ2 = @LIBBZ2@
133
141
LIBBZ2_PREFIX = @LIBBZ2_PREFIX@
154
162
PACKAGE_TARNAME = @PACKAGE_TARNAME@
155
163
PACKAGE_VERSION = @PACKAGE_VERSION@
156
164
PATH_SEPARATOR = @PATH_SEPARATOR@
 
165
PKG_CONFIG = @PKG_CONFIG@
157
166
RANLIB = @RANLIB@
158
167
SED = @SED@
159
168
SET_MAKE = @SET_MAKE@
238
247
    sigtool.c
239
248
 
240
249
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
 
250
CLEANFILES = *.gcda *.gcno
241
251
all: all-am
242
252
 
243
253
.SUFFIXES:
299
309
          echo " rm -f $$p $$f"; \
300
310
          rm -f $$p $$f ; \
301
311
        done
 
312
 
 
313
installcheck-binPROGRAMS: $(bin_PROGRAMS)
 
314
        bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
 
315
          case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
 
316
           *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
 
317
          esac; \
 
318
          f=`echo "$$p" | \
 
319
             sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
320
          for opt in --help --version; do \
 
321
            if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
 
322
                 2>c$${pid}_.err </dev/null \
 
323
                 && test -n "`cat c$${pid}_.out`" \
 
324
                 && test -z "`cat c$${pid}_.err`"; then :; \
 
325
            else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
 
326
          done; \
 
327
        done; rm -f c$${pid}_.???; exit $$bad
302
328
sigtool$(EXEEXT): $(sigtool_OBJECTS) $(sigtool_DEPENDENCIES) 
303
329
        @rm -f sigtool$(EXEEXT)
304
330
        $(LINK) $(sigtool_OBJECTS) $(sigtool_LDADD) $(LIBS)
556
582
mostlyclean-generic:
557
583
 
558
584
clean-generic:
 
585
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
559
586
 
560
587
distclean-generic:
561
588
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
599
626
 
600
627
install-ps: install-ps-am
601
628
 
602
 
installcheck-am:
 
629
installcheck-am: installcheck-binPROGRAMS
603
630
 
604
631
maintainer-clean: maintainer-clean-am
605
632
        -rm -rf ./$(DEPDIR)
631
658
        install-dvi-am install-exec install-exec-am install-html \
632
659
        install-html-am install-info install-info-am install-man \
633
660
        install-pdf install-pdf-am install-ps install-ps-am \
634
 
        install-strip installcheck installcheck-am installdirs \
635
 
        maintainer-clean maintainer-clean-generic mostlyclean \
636
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
637
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
638
 
        uninstall-binPROGRAMS
 
661
        install-strip installcheck installcheck-am \
 
662
        installcheck-binPROGRAMS installdirs maintainer-clean \
 
663
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
664
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
665
        tags uninstall uninstall-am uninstall-binPROGRAMS
639
666
 
640
667
# Tell versions [3.59,3.63) of GNU make to not export all variables.
641
668
# Otherwise a system limit (for SysV at least) may be exceeded.