~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

Viewing changes to freshclam/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-02-20 10:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20070220103344-zgcu2psnx9d98fpa
Tags: upstream-0.90
ImportĀ upstreamĀ versionĀ 0.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
34
33
#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
35
34
#  MA 02110-1301, USA.
36
35
 
 
36
srcdir = @srcdir@
 
37
top_srcdir = @top_srcdir@
37
38
VPATH = @srcdir@
38
39
pkgdatadir = $(datadir)/@PACKAGE@
 
40
pkglibdir = $(libdir)/@PACKAGE@
39
41
pkgincludedir = $(includedir)/@PACKAGE@
40
 
pkglibdir = $(libdir)/@PACKAGE@
41
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
42
top_builddir = ..
42
43
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
44
INSTALL = @INSTALL@
43
45
install_sh_DATA = $(install_sh) -c -m 644
44
46
install_sh_PROGRAM = $(install_sh) -c
45
47
install_sh_SCRIPT = $(install_sh) -c
58
60
subdir = freshclam
59
61
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60
62
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
 
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.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 \
70
 
        $(top_srcdir)/m4/mmap_private.m4 $(top_srcdir)/m4/resolv.m4 \
 
63
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
71
64
        $(top_srcdir)/configure.in
72
65
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73
66
        $(ACLOCAL_M4)
74
 
mkinstalldirs = $(install_sh) -d
 
67
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
75
68
CONFIG_HEADER = $(top_builddir)/clamav-config.h
76
69
CONFIG_CLEAN_FILES =
77
 
CONFIG_CLEAN_VPATH_FILES =
78
70
am__installdirs = "$(DESTDIR)$(bindir)"
 
71
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
79
72
PROGRAMS = $(bin_PROGRAMS)
80
 
am_freshclam_OBJECTS = output.$(OBJEXT) optparser.$(OBJEXT) \
81
 
        getopt.$(OBJEXT) misc.$(OBJEXT) cdiff.$(OBJEXT) tar.$(OBJEXT) \
82
 
        clamdcom.$(OBJEXT) freshclam.$(OBJEXT) manager.$(OBJEXT) \
83
 
        notify.$(OBJEXT) dns.$(OBJEXT) execute.$(OBJEXT) \
84
 
        nonblock.$(OBJEXT) mirman.$(OBJEXT)
 
73
am_freshclam_OBJECTS = output.$(OBJEXT) cfgparser.$(OBJEXT) \
 
74
        getopt.$(OBJEXT) memory.$(OBJEXT) misc.$(OBJEXT) \
 
75
        options.$(OBJEXT) cdiff.$(OBJEXT) freshclam.$(OBJEXT) \
 
76
        manager.$(OBJEXT) notify.$(OBJEXT) dns.$(OBJEXT) \
 
77
        execute.$(OBJEXT) nonblock.$(OBJEXT) mirman.$(OBJEXT)
85
78
freshclam_OBJECTS = $(am_freshclam_OBJECTS)
86
79
freshclam_LDADD = $(LDADD)
87
 
AM_V_lt = $(am__v_lt_$(V))
88
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
89
 
am__v_lt_0 = --silent
90
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
91
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
80
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
81
depcomp = $(SHELL) $(top_srcdir)/depcomp
92
82
am__depfiles_maybe = depfiles
93
 
am__mv = mv -f
94
83
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
95
84
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
97
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
85
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
98
86
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
99
87
        $(AM_CFLAGS) $(CFLAGS)
100
 
AM_V_CC = $(am__v_CC_$(V))
101
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
102
 
am__v_CC_0 = @echo "  CC    " $@;
103
 
AM_V_at = $(am__v_at_$(V))
104
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
105
 
am__v_at_0 = @
106
88
CCLD = $(CC)
107
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
108
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
89
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
109
90
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
110
 
AM_V_CCLD = $(am__v_CCLD_$(V))
111
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
112
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
113
 
AM_V_GEN = $(am__v_GEN_$(V))
114
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
115
 
am__v_GEN_0 = @echo "  GEN   " $@;
116
91
SOURCES = $(freshclam_SOURCES)
117
92
DIST_SOURCES = $(freshclam_SOURCES)
118
93
ETAGS = etags
119
94
CTAGS = ctags
120
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121
96
ACLOCAL = @ACLOCAL@
 
97
AMDEP_FALSE = @AMDEP_FALSE@
 
98
AMDEP_TRUE = @AMDEP_TRUE@
122
99
AMTAR = @AMTAR@
123
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
124
100
AR = @AR@
125
 
ARGZ_H = @ARGZ_H@
126
101
AUTOCONF = @AUTOCONF@
127
102
AUTOHEADER = @AUTOHEADER@
128
103
AUTOMAKE = @AUTOMAKE@
129
104
AWK = @AWK@
130
 
BUILD_CONFIGURE_FLAGS = @BUILD_CONFIGURE_FLAGS@
 
105
BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
 
106
BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
131
107
CC = @CC@
132
108
CCDEPMODE = @CCDEPMODE@
133
109
CFGDIR = @CFGDIR@
134
110
CFLAGS = @CFLAGS@
135
 
CHECK_CPPFLAGS = @CHECK_CPPFLAGS@
136
 
CHECK_LIBS = @CHECK_LIBS@
137
111
CLAMAVGROUP = @CLAMAVGROUP@
138
112
CLAMAVUSER = @CLAMAVUSER@
139
113
CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
140
 
CLAMDSCAN_LIBS = @CLAMDSCAN_LIBS@
141
114
CLAMD_LIBS = @CLAMD_LIBS@
142
115
CPP = @CPP@
143
116
CPPFLAGS = @CPPFLAGS@
144
 
CURSES_CPPFLAGS = @CURSES_CPPFLAGS@
145
 
CURSES_LIBS = @CURSES_LIBS@
 
117
CXX = @CXX@
 
118
CXXCPP = @CXXCPP@
 
119
CXXDEPMODE = @CXXDEPMODE@
 
120
CXXFLAGS = @CXXFLAGS@
146
121
CYGPATH_W = @CYGPATH_W@
147
122
DBDIR = @DBDIR@
148
123
DEFS = @DEFS@ -DCL_NOTHREADS
149
124
DEPDIR = @DEPDIR@
150
 
DSYMUTIL = @DSYMUTIL@
151
 
DUMPBIN = @DUMPBIN@
 
125
ECHO = @ECHO@
152
126
ECHO_C = @ECHO_C@
153
127
ECHO_N = @ECHO_N@
154
128
ECHO_T = @ECHO_T@
155
129
EGREP = @EGREP@
156
130
EXEEXT = @EXEEXT@
157
 
FGREP = @FGREP@
 
131
F77 = @F77@
 
132
FFLAGS = @FFLAGS@
158
133
FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
159
 
GCOV = @GCOV@
160
 
GENHTML = @GENHTML@
161
134
GETENT = @GETENT@
162
 
GPERF = @GPERF@
163
135
GREP = @GREP@
164
 
INCLTDL = @INCLTDL@
165
 
INSTALL = @INSTALL@
 
136
HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
 
137
HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
166
138
INSTALL_DATA = @INSTALL_DATA@
167
139
INSTALL_PROGRAM = @INSTALL_PROGRAM@
168
140
INSTALL_SCRIPT = @INSTALL_SCRIPT@
169
141
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170
 
LCOV = @LCOV@
171
 
LD = @LD@
172
142
LDFLAGS = @LDFLAGS@
173
 
LIBADD_DL = @LIBADD_DL@
174
 
LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
175
 
LIBADD_DLOPEN = @LIBADD_DLOPEN@
176
 
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
177
 
LIBBZ2 = @LIBBZ2@
178
 
LIBBZ2_PREFIX = @LIBBZ2_PREFIX@
179
143
LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
180
144
LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
181
 
LIBLTDL = @LIBLTDL@
182
 
LIBM = @LIBM@
183
145
LIBOBJS = @LIBOBJS@
184
146
LIBS = $(top_builddir)/libclamav/libclamav.la @FRESHCLAM_LIBS@ @THREAD_LIBS@
185
147
LIBTOOL = @LIBTOOL@
186
 
LIPO = @LIPO@
187
148
LN_S = @LN_S@
188
 
LTDLDEPS = @LTDLDEPS@
189
 
LTDLINCL = @LTDLINCL@
190
 
LTDLOPEN = @LTDLOPEN@
191
 
LTLIBBZ2 = @LTLIBBZ2@
192
149
LTLIBOBJS = @LTLIBOBJS@
193
 
LT_CONFIG_H = @LT_CONFIG_H@
194
 
LT_DLLOADERS = @LT_DLLOADERS@
195
 
LT_DLPREOPEN = @LT_DLPREOPEN@
196
150
MAINT = @MAINT@
 
151
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
152
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
197
153
MAKEINFO = @MAKEINFO@
198
 
MKDIR_P = @MKDIR_P@
199
 
NM = @NM@
200
 
NMEDIT = @NMEDIT@
201
 
OBJDUMP = @OBJDUMP@
202
154
OBJEXT = @OBJEXT@
203
 
OTOOL = @OTOOL@
204
 
OTOOL64 = @OTOOL64@
205
155
PACKAGE = @PACKAGE@
206
156
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207
157
PACKAGE_NAME = @PACKAGE_NAME@
208
158
PACKAGE_STRING = @PACKAGE_STRING@
209
159
PACKAGE_TARNAME = @PACKAGE_TARNAME@
210
 
PACKAGE_URL = @PACKAGE_URL@
211
160
PACKAGE_VERSION = @PACKAGE_VERSION@
212
161
PATH_SEPARATOR = @PATH_SEPARATOR@
213
162
RANLIB = @RANLIB@
214
 
SED = @SED@
215
163
SET_MAKE = @SET_MAKE@
216
164
SHELL = @SHELL@
217
165
STRIP = @STRIP@
218
166
THREAD_LIBS = @THREAD_LIBS@
219
167
TH_SAFE = @TH_SAFE@
220
168
VERSION = @VERSION@
221
 
VERSIONSCRIPTFLAG = @VERSIONSCRIPTFLAG@
222
 
abs_builddir = @abs_builddir@
223
 
abs_srcdir = @abs_srcdir@
224
 
abs_top_builddir = @abs_top_builddir@
225
 
abs_top_srcdir = @abs_top_srcdir@
226
169
ac_ct_CC = @ac_ct_CC@
227
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
170
ac_ct_CXX = @ac_ct_CXX@
 
171
ac_ct_F77 = @ac_ct_F77@
 
172
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
173
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
174
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
175
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
228
176
am__include = @am__include@
229
177
am__leading_dot = @am__leading_dot@
230
178
am__quote = @am__quote@
236
184
build_cpu = @build_cpu@
237
185
build_os = @build_os@
238
186
build_vendor = @build_vendor@
239
 
builddir = @builddir@
240
187
datadir = @datadir@
241
188
datarootdir = @datarootdir@
242
189
docdir = @docdir@
255
202
libexecdir = @libexecdir@
256
203
localedir = @localedir@
257
204
localstatedir = @localstatedir@
258
 
lt_ECHO = @lt_ECHO@
259
 
ltdl_LIBOBJS = @ltdl_LIBOBJS@
260
 
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
261
205
mandir = @mandir@
262
206
mkdir_p = @mkdir_p@
263
207
oldincludedir = @oldincludedir@
266
210
program_transform_name = @program_transform_name@
267
211
psdir = @psdir@
268
212
sbindir = @sbindir@
 
213
sendmailprog = @sendmailprog@
269
214
sharedstatedir = @sharedstatedir@
270
 
srcdir = @srcdir@
271
 
subdirs = @subdirs@
272
 
sys_symbol_underscore = @sys_symbol_underscore@
273
215
sysconfdir = @sysconfdir@
274
216
target = @target@
275
217
target_alias = @target_alias@
276
218
target_cpu = @target_cpu@
277
219
target_os = @target_os@
278
220
target_vendor = @target_vendor@
279
 
top_build_prefix = @top_build_prefix@
280
 
top_builddir = @top_builddir@
281
 
top_srcdir = @top_srcdir@
282
221
freshclam_SOURCES = \
283
222
    $(top_srcdir)/shared/output.c \
284
223
    $(top_srcdir)/shared/output.h \
285
 
    $(top_srcdir)/shared/optparser.c \
286
 
    $(top_srcdir)/shared/optparser.h \
 
224
    $(top_srcdir)/shared/cfgparser.c \
 
225
    $(top_srcdir)/shared/cfgparser.h \
287
226
    $(top_srcdir)/shared/getopt.c \
288
227
    $(top_srcdir)/shared/getopt.h \
 
228
    $(top_srcdir)/shared/memory.c \
 
229
    $(top_srcdir)/shared/memory.h \
289
230
    $(top_srcdir)/shared/misc.c \
290
231
    $(top_srcdir)/shared/misc.h \
 
232
    $(top_srcdir)/shared/options.c \
 
233
    $(top_srcdir)/shared/options.h \
291
234
    $(top_srcdir)/shared/cdiff.c \
292
235
    $(top_srcdir)/shared/cdiff.h \
293
 
    $(top_srcdir)/shared/tar.c \
294
 
    $(top_srcdir)/shared/tar.h \
295
 
    $(top_srcdir)/shared/clamdcom.c \
296
 
    $(top_srcdir)/shared/clamdcom.h \
297
236
    freshclam.c \
298
237
    manager.c \
299
238
    manager.h \
308
247
    mirman.c \
309
248
    mirman.h
310
249
 
311
 
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
312
 
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = freshclam$(EXEEXT)
313
 
CLEANFILES = *.gcda *.gcno
 
250
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
314
251
all: all-am
315
252
 
316
253
.SUFFIXES:
319
256
        @for dep in $?; do \
320
257
          case '$(am__configure_deps)' in \
321
258
            *$$dep*) \
322
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
323
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
259
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
260
                && exit 0; \
324
261
              exit 1;; \
325
262
          esac; \
326
263
        done; \
327
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign freshclam/Makefile'; \
328
 
        $(am__cd) $(top_srcdir) && \
329
 
          $(AUTOMAKE) --foreign freshclam/Makefile
 
264
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  freshclam/Makefile'; \
 
265
        cd $(top_srcdir) && \
 
266
          $(AUTOMAKE) --gnu  freshclam/Makefile
330
267
.PRECIOUS: Makefile
331
268
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332
269
        @case '$?' in \
344
281
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345
282
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
346
283
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347
 
$(am__aclocal_m4_deps):
348
284
install-binPROGRAMS: $(bin_PROGRAMS)
349
285
        @$(NORMAL_INSTALL)
350
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
351
 
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
352
 
        for p in $$list; do echo "$$p $$p"; done | \
353
 
        sed 's/$(EXEEXT)$$//' | \
354
 
        while read p p1; do if test -f $$p || test -f $$p1; \
355
 
          then echo "$$p"; echo "$$p"; else :; fi; \
356
 
        done | \
357
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
358
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
359
 
        sed 'N;N;N;s,\n, ,g' | \
360
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
361
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
362
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
363
 
            else { print "f", $$3 "/" $$4, $$1; } } \
364
 
          END { for (d in files) print "f", d, files[d] }' | \
365
 
        while read type dir files; do \
366
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
367
 
            test -z "$$files" || { \
368
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
369
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
370
 
            } \
371
 
        ; done
 
286
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
287
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
288
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
289
          if test -f $$p \
 
290
             || test -f $$p1 \
 
291
          ; then \
 
292
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
293
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
294
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
295
          else :; fi; \
 
296
        done
372
297
 
373
298
uninstall-binPROGRAMS:
374
299
        @$(NORMAL_UNINSTALL)
375
 
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
376
 
        files=`for p in $$list; do echo "$$p"; done | \
377
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
378
 
              -e 's/$$/$(EXEEXT)/' `; \
379
 
        test -n "$$list" || exit 0; \
380
 
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
381
 
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
300
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
301
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
302
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
303
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
304
        done
382
305
 
383
306
clean-binPROGRAMS:
384
 
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
385
 
        echo " rm -f" $$list; \
386
 
        rm -f $$list || exit $$?; \
387
 
        test -n "$(EXEEXT)" || exit 0; \
388
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
389
 
        echo " rm -f" $$list; \
390
 
        rm -f $$list
391
 
 
392
 
installcheck-binPROGRAMS: $(bin_PROGRAMS)
393
 
        bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
394
 
          case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
395
 
           *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
396
 
          esac; \
397
 
          f=`echo "$$p" | \
398
 
             sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
399
 
          for opt in --help --version; do \
400
 
            if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
401
 
                 2>c$${pid}_.err </dev/null \
402
 
                 && test -n "`cat c$${pid}_.out`" \
403
 
                 && test -z "`cat c$${pid}_.err`"; then :; \
404
 
            else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
405
 
          done; \
406
 
        done; rm -f c$${pid}_.???; exit $$bad
 
307
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
308
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
309
          echo " rm -f $$p $$f"; \
 
310
          rm -f $$p $$f ; \
 
311
        done
407
312
freshclam$(EXEEXT): $(freshclam_OBJECTS) $(freshclam_DEPENDENCIES) 
408
313
        @rm -f freshclam$(EXEEXT)
409
 
        $(AM_V_CCLD)$(LINK) $(freshclam_OBJECTS) $(freshclam_LDADD) $(LIBS)
 
314
        $(LINK) $(freshclam_LDFLAGS) $(freshclam_OBJECTS) $(freshclam_LDADD) $(LIBS)
410
315
 
411
316
mostlyclean-compile:
412
317
        -rm -f *.$(OBJEXT)
415
320
        -rm -f *.tab.c
416
321
 
417
322
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdiff.Po@am__quote@
418
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamdcom.Po@am__quote@
 
323
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfgparser.Po@am__quote@
419
324
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns.Po@am__quote@
420
325
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Po@am__quote@
421
326
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freshclam.Po@am__quote@
422
327
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
423
328
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manager.Po@am__quote@
 
329
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
424
330
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mirman.Po@am__quote@
425
331
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
426
332
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nonblock.Po@am__quote@
427
333
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notify.Po@am__quote@
428
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/optparser.Po@am__quote@
 
334
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
429
335
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
430
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tar.Po@am__quote@
431
336
 
432
337
.c.o:
433
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
434
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
435
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
338
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
339
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
436
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
437
341
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438
342
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
439
343
 
440
344
.c.obj:
441
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
442
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
443
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
345
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
346
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
444
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
445
348
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446
349
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
447
350
 
448
351
.c.lo:
449
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
450
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
451
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
352
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
353
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
452
354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
453
355
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454
356
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
455
357
 
456
358
output.o: $(top_srcdir)/shared/output.c
457
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.o -MD -MP -MF $(DEPDIR)/output.Tpo -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
458
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/output.Tpo $(DEPDIR)/output.Po
459
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
359
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.o -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c; \
 
360
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
460
361
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
461
362
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462
363
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
463
364
 
464
365
output.obj: $(top_srcdir)/shared/output.c
465
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.obj -MD -MP -MF $(DEPDIR)/output.Tpo -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`
466
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/output.Tpo $(DEPDIR)/output.Po
467
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
366
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.obj -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`; \
 
367
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
468
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
469
369
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470
370
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`
471
371
 
472
 
optparser.o: $(top_srcdir)/shared/optparser.c
473
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT optparser.o -MD -MP -MF $(DEPDIR)/optparser.Tpo -c -o optparser.o `test -f '$(top_srcdir)/shared/optparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/optparser.c
474
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
475
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
476
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/optparser.c' object='optparser.o' libtool=no @AMDEPBACKSLASH@
 
372
cfgparser.o: $(top_srcdir)/shared/cfgparser.c
 
373
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.o -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
 
374
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
 
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
477
376
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o optparser.o `test -f '$(top_srcdir)/shared/optparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/optparser.c
 
377
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
479
378
 
480
 
optparser.obj: $(top_srcdir)/shared/optparser.c
481
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT optparser.obj -MD -MP -MF $(DEPDIR)/optparser.Tpo -c -o optparser.obj `if test -f '$(top_srcdir)/shared/optparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/optparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/optparser.c'; fi`
482
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
483
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
484
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/optparser.c' object='optparser.obj' libtool=no @AMDEPBACKSLASH@
 
379
cfgparser.obj: $(top_srcdir)/shared/cfgparser.c
 
380
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.obj -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`; \
 
381
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
 
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
485
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o optparser.obj `if test -f '$(top_srcdir)/shared/optparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/optparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/optparser.c'; fi`
 
384
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`
487
385
 
488
386
getopt.o: $(top_srcdir)/shared/getopt.c
489
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.o -MD -MP -MF $(DEPDIR)/getopt.Tpo -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
490
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
491
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
387
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.o -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c; \
 
388
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
492
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
493
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494
391
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
495
392
 
496
393
getopt.obj: $(top_srcdir)/shared/getopt.c
497
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.obj -MD -MP -MF $(DEPDIR)/getopt.Tpo -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`
498
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
499
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
394
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.obj -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`; \
 
395
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
500
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
501
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502
398
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`
503
399
 
 
400
memory.o: $(top_srcdir)/shared/memory.c
 
401
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.o -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
 
402
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
 
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
 
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
405
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
 
406
 
 
407
memory.obj: $(top_srcdir)/shared/memory.c
 
408
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.obj -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`; \
 
409
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
 
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
 
411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
412
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`
 
413
 
504
414
misc.o: $(top_srcdir)/shared/misc.c
505
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.o -MD -MP -MF $(DEPDIR)/misc.Tpo -c -o misc.o `test -f '$(top_srcdir)/shared/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/misc.c
506
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
507
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
415
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.o -MD -MP -MF "$(DEPDIR)/misc.Tpo" -c -o misc.o `test -f '$(top_srcdir)/shared/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/misc.c; \
 
416
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/misc.Tpo" "$(DEPDIR)/misc.Po"; else rm -f "$(DEPDIR)/misc.Tpo"; exit 1; fi
508
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/misc.c' object='misc.o' libtool=no @AMDEPBACKSLASH@
509
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
510
419
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc.o `test -f '$(top_srcdir)/shared/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/misc.c
511
420
 
512
421
misc.obj: $(top_srcdir)/shared/misc.c
513
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.obj -MD -MP -MF $(DEPDIR)/misc.Tpo -c -o misc.obj `if test -f '$(top_srcdir)/shared/misc.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/misc.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/misc.c'; fi`
514
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
515
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
422
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.obj -MD -MP -MF "$(DEPDIR)/misc.Tpo" -c -o misc.obj `if test -f '$(top_srcdir)/shared/misc.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/misc.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/misc.c'; fi`; \
 
423
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/misc.Tpo" "$(DEPDIR)/misc.Po"; else rm -f "$(DEPDIR)/misc.Tpo"; exit 1; fi
516
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/misc.c' object='misc.obj' libtool=no @AMDEPBACKSLASH@
517
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518
426
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc.obj `if test -f '$(top_srcdir)/shared/misc.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/misc.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/misc.c'; fi`
519
427
 
 
428
options.o: $(top_srcdir)/shared/options.c
 
429
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT options.o -MD -MP -MF "$(DEPDIR)/options.Tpo" -c -o options.o `test -f '$(top_srcdir)/shared/options.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/options.c; \
 
430
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/options.Tpo" "$(DEPDIR)/options.Po"; else rm -f "$(DEPDIR)/options.Tpo"; exit 1; fi
 
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/options.c' object='options.o' libtool=no @AMDEPBACKSLASH@
 
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
433
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o options.o `test -f '$(top_srcdir)/shared/options.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/options.c
 
434
 
 
435
options.obj: $(top_srcdir)/shared/options.c
 
436
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT options.obj -MD -MP -MF "$(DEPDIR)/options.Tpo" -c -o options.obj `if test -f '$(top_srcdir)/shared/options.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/options.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/options.c'; fi`; \
 
437
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/options.Tpo" "$(DEPDIR)/options.Po"; else rm -f "$(DEPDIR)/options.Tpo"; exit 1; fi
 
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/options.c' object='options.obj' libtool=no @AMDEPBACKSLASH@
 
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
440
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o options.obj `if test -f '$(top_srcdir)/shared/options.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/options.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/options.c'; fi`
 
441
 
520
442
cdiff.o: $(top_srcdir)/shared/cdiff.c
521
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdiff.o -MD -MP -MF $(DEPDIR)/cdiff.Tpo -c -o cdiff.o `test -f '$(top_srcdir)/shared/cdiff.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cdiff.c
522
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cdiff.Tpo $(DEPDIR)/cdiff.Po
523
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
443
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdiff.o -MD -MP -MF "$(DEPDIR)/cdiff.Tpo" -c -o cdiff.o `test -f '$(top_srcdir)/shared/cdiff.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cdiff.c; \
 
444
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cdiff.Tpo" "$(DEPDIR)/cdiff.Po"; else rm -f "$(DEPDIR)/cdiff.Tpo"; exit 1; fi
524
445
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/cdiff.c' object='cdiff.o' libtool=no @AMDEPBACKSLASH@
525
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
526
447
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdiff.o `test -f '$(top_srcdir)/shared/cdiff.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cdiff.c
527
448
 
528
449
cdiff.obj: $(top_srcdir)/shared/cdiff.c
529
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdiff.obj -MD -MP -MF $(DEPDIR)/cdiff.Tpo -c -o cdiff.obj `if test -f '$(top_srcdir)/shared/cdiff.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cdiff.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cdiff.c'; fi`
530
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cdiff.Tpo $(DEPDIR)/cdiff.Po
531
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
450
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdiff.obj -MD -MP -MF "$(DEPDIR)/cdiff.Tpo" -c -o cdiff.obj `if test -f '$(top_srcdir)/shared/cdiff.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cdiff.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cdiff.c'; fi`; \
 
451
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cdiff.Tpo" "$(DEPDIR)/cdiff.Po"; else rm -f "$(DEPDIR)/cdiff.Tpo"; exit 1; fi
532
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/cdiff.c' object='cdiff.obj' libtool=no @AMDEPBACKSLASH@
533
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534
454
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdiff.obj `if test -f '$(top_srcdir)/shared/cdiff.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cdiff.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cdiff.c'; fi`
535
455
 
536
 
tar.o: $(top_srcdir)/shared/tar.c
537
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tar.o -MD -MP -MF $(DEPDIR)/tar.Tpo -c -o tar.o `test -f '$(top_srcdir)/shared/tar.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/tar.c
538
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tar.Tpo $(DEPDIR)/tar.Po
539
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
540
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/tar.c' object='tar.o' libtool=no @AMDEPBACKSLASH@
541
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tar.o `test -f '$(top_srcdir)/shared/tar.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/tar.c
543
 
 
544
 
tar.obj: $(top_srcdir)/shared/tar.c
545
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tar.obj -MD -MP -MF $(DEPDIR)/tar.Tpo -c -o tar.obj `if test -f '$(top_srcdir)/shared/tar.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/tar.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/tar.c'; fi`
546
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tar.Tpo $(DEPDIR)/tar.Po
547
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
548
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/tar.c' object='tar.obj' libtool=no @AMDEPBACKSLASH@
549
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
550
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tar.obj `if test -f '$(top_srcdir)/shared/tar.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/tar.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/tar.c'; fi`
551
 
 
552
 
clamdcom.o: $(top_srcdir)/shared/clamdcom.c
553
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clamdcom.o -MD -MP -MF $(DEPDIR)/clamdcom.Tpo -c -o clamdcom.o `test -f '$(top_srcdir)/shared/clamdcom.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/clamdcom.c
554
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clamdcom.Tpo $(DEPDIR)/clamdcom.Po
555
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
556
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/clamdcom.c' object='clamdcom.o' libtool=no @AMDEPBACKSLASH@
557
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clamdcom.o `test -f '$(top_srcdir)/shared/clamdcom.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/clamdcom.c
559
 
 
560
 
clamdcom.obj: $(top_srcdir)/shared/clamdcom.c
561
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clamdcom.obj -MD -MP -MF $(DEPDIR)/clamdcom.Tpo -c -o clamdcom.obj `if test -f '$(top_srcdir)/shared/clamdcom.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/clamdcom.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/clamdcom.c'; fi`
562
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clamdcom.Tpo $(DEPDIR)/clamdcom.Po
563
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
564
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/clamdcom.c' object='clamdcom.obj' libtool=no @AMDEPBACKSLASH@
565
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clamdcom.obj `if test -f '$(top_srcdir)/shared/clamdcom.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/clamdcom.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/clamdcom.c'; fi`
567
 
 
568
456
mostlyclean-libtool:
569
457
        -rm -f *.lo
570
458
 
571
459
clean-libtool:
572
460
        -rm -rf .libs _libs
573
461
 
 
462
distclean-libtool:
 
463
        -rm -f libtool
 
464
uninstall-info-am:
 
465
 
574
466
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
575
467
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
576
468
        unique=`for i in $$list; do \
577
469
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
578
470
          done | \
579
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
580
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
471
          $(AWK) '    { files[$$0] = 1; } \
 
472
               END { for (i in files) print i; }'`; \
581
473
        mkid -fID $$unique
582
474
tags: TAGS
583
475
 
584
476
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
585
477
                $(TAGS_FILES) $(LISP)
586
 
        set x; \
 
478
        tags=; \
587
479
        here=`pwd`; \
588
480
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
589
481
        unique=`for i in $$list; do \
590
482
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
591
483
          done | \
592
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
593
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
594
 
        shift; \
595
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
484
          $(AWK) '    { files[$$0] = 1; } \
 
485
               END { for (i in files) print i; }'`; \
 
486
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
596
487
          test -n "$$unique" || unique=$$empty_fix; \
597
 
          if test $$# -gt 0; then \
598
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
599
 
              "$$@" $$unique; \
600
 
          else \
601
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
602
 
              $$unique; \
603
 
          fi; \
 
488
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
489
            $$tags $$unique; \
604
490
        fi
605
491
ctags: CTAGS
606
492
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
607
493
                $(TAGS_FILES) $(LISP)
 
494
        tags=; \
 
495
        here=`pwd`; \
608
496
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
609
497
        unique=`for i in $$list; do \
610
498
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
611
499
          done | \
612
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
613
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
614
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
500
          $(AWK) '    { files[$$0] = 1; } \
 
501
               END { for (i in files) print i; }'`; \
 
502
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
615
503
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
616
 
             $$unique
 
504
             $$tags $$unique
617
505
 
618
506
GTAGS:
619
507
        here=`$(am__cd) $(top_builddir) && pwd` \
620
 
          && $(am__cd) $(top_srcdir) \
621
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
508
          && cd $(top_srcdir) \
 
509
          && gtags -i $(GTAGS_ARGS) $$here
622
510
 
623
511
distclean-tags:
624
512
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
625
513
 
626
514
distdir: $(DISTFILES)
627
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
628
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
629
 
        list='$(DISTFILES)'; \
630
 
          dist_files=`for file in $$list; do echo $$file; done | \
631
 
          sed -e "s|^$$srcdirstrip/||;t" \
632
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
633
 
        case $$dist_files in \
634
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
635
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
636
 
                           sort -u` ;; \
637
 
        esac; \
638
 
        for file in $$dist_files; do \
 
515
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
516
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
517
        list='$(DISTFILES)'; for file in $$list; do \
 
518
          case $$file in \
 
519
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
520
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
521
          esac; \
639
522
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
523
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
524
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
525
            dir="/$$dir"; \
 
526
            $(mkdir_p) "$(distdir)$$dir"; \
 
527
          else \
 
528
            dir=''; \
 
529
          fi; \
640
530
          if test -d $$d/$$file; then \
641
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
642
 
            if test -d "$(distdir)/$$file"; then \
643
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
644
 
            fi; \
645
531
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
646
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
647
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
532
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
648
533
            fi; \
649
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
534
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
650
535
          else \
651
 
            test -f "$(distdir)/$$file" \
652
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
536
            test -f $(distdir)/$$file \
 
537
            || cp -p $$d/$$file $(distdir)/$$file \
653
538
            || exit 1; \
654
539
          fi; \
655
540
        done
658
543
all-am: Makefile $(PROGRAMS)
659
544
installdirs:
660
545
        for dir in "$(DESTDIR)$(bindir)"; do \
661
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
546
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
662
547
        done
663
548
install: install-am
664
549
install-exec: install-exec-am
677
562
mostlyclean-generic:
678
563
 
679
564
clean-generic:
680
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
681
565
 
682
566
distclean-generic:
683
567
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
684
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
685
568
 
686
569
maintainer-clean-generic:
687
570
        @echo "This command is intended for maintainers to use"
694
577
        -rm -rf ./$(DEPDIR)
695
578
        -rm -f Makefile
696
579
distclean-am: clean-am distclean-compile distclean-generic \
697
 
        distclean-tags
 
580
        distclean-libtool distclean-tags
698
581
 
699
582
dvi: dvi-am
700
583
 
702
585
 
703
586
html: html-am
704
587
 
705
 
html-am:
706
 
 
707
588
info: info-am
708
589
 
709
590
info-am:
710
591
 
711
592
install-data-am:
712
593
 
713
 
install-dvi: install-dvi-am
714
 
 
715
 
install-dvi-am:
716
 
 
717
594
install-exec-am: install-binPROGRAMS
718
595
 
719
 
install-html: install-html-am
720
 
 
721
 
install-html-am:
722
 
 
723
596
install-info: install-info-am
724
597
 
725
 
install-info-am:
726
 
 
727
598
install-man:
728
599
 
729
 
install-pdf: install-pdf-am
730
 
 
731
 
install-pdf-am:
732
 
 
733
 
install-ps: install-ps-am
734
 
 
735
 
install-ps-am:
736
 
 
737
 
installcheck-am: installcheck-binPROGRAMS
 
600
installcheck-am:
738
601
 
739
602
maintainer-clean: maintainer-clean-am
740
603
        -rm -rf ./$(DEPDIR)
754
617
 
755
618
ps-am:
756
619
 
757
 
uninstall-am: uninstall-binPROGRAMS
758
 
 
759
 
.MAKE: install-am install-strip
 
620
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
760
621
 
761
622
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
762
623
        clean-generic clean-libtool ctags distclean distclean-compile \
763
624
        distclean-generic distclean-libtool distclean-tags distdir dvi \
764
625
        dvi-am html html-am info info-am install install-am \
765
 
        install-binPROGRAMS install-data install-data-am install-dvi \
766
 
        install-dvi-am install-exec install-exec-am install-html \
767
 
        install-html-am install-info install-info-am install-man \
768
 
        install-pdf install-pdf-am install-ps install-ps-am \
769
 
        install-strip installcheck installcheck-am \
770
 
        installcheck-binPROGRAMS installdirs maintainer-clean \
771
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
772
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
773
 
        tags uninstall uninstall-am uninstall-binPROGRAMS
774
 
 
 
626
        install-binPROGRAMS install-data install-data-am install-exec \
 
627
        install-exec-am install-info install-info-am install-man \
 
628
        install-strip installcheck installcheck-am installdirs \
 
629
        maintainer-clean maintainer-clean-generic mostlyclean \
 
630
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
631
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
632
        uninstall-binPROGRAMS uninstall-info-am
775
633
 
776
634
# Tell versions [3.59,3.63) of GNU make to not export all variables.
777
635
# Otherwise a system limit (for SysV at least) may be exceeded.