~ubuntu-branches/ubuntu/jaunty/clamav/jaunty-backports

« back to all changes in this revision

Viewing changes to clamscan/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-10-02 15:36:00 UTC
  • mfrom: (10.1.6 sid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20101002153600-2tx3vki1u55cdrjy
Tags: 0.96.3+dfsg-2ubuntu0.10.04.1
Microversion update to 0.96.3 for Lucid (LP: #653738)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
61
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
62
 
        $(top_srcdir)/m4/argz.m4 $(top_srcdir)/m4/fdpassing.m4 \
63
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
64
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
65
 
        $(top_srcdir)/m4/llvm.m4 $(top_srcdir)/m4/ltdl.m4 \
66
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
67
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
62
        $(top_srcdir)/m4/argz.m4 \
 
63
        $(top_srcdir)/m4/ax_check_uname_syscall.m4 \
 
64
        $(top_srcdir)/m4/fdpassing.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
65
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
66
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/llvm.m4 \
 
67
        $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
68
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
69
        $(top_srcdir)/m4/lt~obsolete.m4 \
68
70
        $(top_srcdir)/m4/mmap_private.m4 $(top_srcdir)/m4/resolv.m4 \
69
71
        $(top_srcdir)/configure.in
70
72
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123
125
AUTOHEADER = @AUTOHEADER@
124
126
AUTOMAKE = @AUTOMAKE@
125
127
AWK = @AWK@
 
128
BUILD_CONFIGURE_FLAGS = @BUILD_CONFIGURE_FLAGS@
126
129
CC = @CC@
127
130
CCDEPMODE = @CCDEPMODE@
128
131
CFGDIR = @CFGDIR@