Browse code

build system: add missing files

Török Edvin authored on 2011/04/14 23:08:57
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,27 @@
0
+AM_CPPFLAGS = -I$(top_srcdir)
1
+
2
+libshared_la_SOURCES=actions.c\
3
+	       cdiff.c\
4
+	       clamdcom.c\
5
+	       getopt.c\
6
+	       misc.c\
7
+	       optparser.c\
8
+	       tar.c
9
+
10
+libshared_threads_la_SOURCES=output.c\
11
+			     misc_libclamav.c
12
+libshared_threads_la_LIBADD=libshared.la
13
+
14
+libshared_nothreads_la_SOURCES=output.c\
15
+			       misc_libclamav.c
16
+libshared_nothreads_la_LIBADD=libshared.la
17
+libshared_nothreads_la_CFLAGS=-DCL_NOTHREADS
18
+
19
+libshared_minimal_la_SOURCES=output.c
20
+libshared_minimal_la_LIBADD=libshared.la
21
+libshared_minimal_la_CFLAGS=-DCL_NOTHREADS
22
+
23
+libshared_minimal_threads_la_SOURCES=output.c
24
+libshared_minimal_threads_la_LIBADD=libshared.la
25
+
26
+noinst_LTLIBRARIES=libshared.la libshared_threads.la libshared_nothreads.la libshared_minimal.la libshared_minimal_threads.la
0 27
new file mode 100644
... ...
@@ -0,0 +1,644 @@
0
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
1
+# @configure_input@
2
+
3
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
5
+# Inc.
6
+# This Makefile.in is free software; the Free Software Foundation
7
+# gives unlimited permission to copy and/or distribute it,
8
+# with or without modifications, as long as this notice is preserved.
9
+
10
+# This program is distributed in the hope that it will be useful,
11
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
+# PARTICULAR PURPOSE.
14
+
15
+@SET_MAKE@
16
+
17
+VPATH = @srcdir@
18
+pkgdatadir = $(datadir)/@PACKAGE@
19
+pkgincludedir = $(includedir)/@PACKAGE@
20
+pkglibdir = $(libdir)/@PACKAGE@
21
+pkglibexecdir = $(libexecdir)/@PACKAGE@
22
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
+install_sh_DATA = $(install_sh) -c -m 644
24
+install_sh_PROGRAM = $(install_sh) -c
25
+install_sh_SCRIPT = $(install_sh) -c
26
+INSTALL_HEADER = $(INSTALL_DATA)
27
+transform = $(program_transform_name)
28
+NORMAL_INSTALL = :
29
+PRE_INSTALL = :
30
+POST_INSTALL = :
31
+NORMAL_UNINSTALL = :
32
+PRE_UNINSTALL = :
33
+POST_UNINSTALL = :
34
+build_triplet = @build@
35
+host_triplet = @host@
36
+target_triplet = @target@
37
+subdir = shared
38
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
+am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
41
+	$(top_srcdir)/m4/argz.m4 \
42
+	$(top_srcdir)/m4/ax_check_uname_syscall.m4 \
43
+	$(top_srcdir)/m4/fdpassing.m4 $(top_srcdir)/m4/lib-ld.m4 \
44
+	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
45
+	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/llvm.m4 \
46
+	$(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
47
+	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
48
+	$(top_srcdir)/m4/lt~obsolete.m4 \
49
+	$(top_srcdir)/m4/mmap_private.m4 $(top_srcdir)/m4/resolv.m4 \
50
+	$(top_srcdir)/configure.in
51
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
+	$(ACLOCAL_M4)
53
+mkinstalldirs = $(install_sh) -d
54
+CONFIG_HEADER = $(top_builddir)/clamav-config.h
55
+CONFIG_CLEAN_FILES =
56
+CONFIG_CLEAN_VPATH_FILES =
57
+LTLIBRARIES = $(noinst_LTLIBRARIES)
58
+libshared_la_LIBADD =
59
+am_libshared_la_OBJECTS = actions.lo cdiff.lo clamdcom.lo getopt.lo \
60
+	misc.lo optparser.lo tar.lo
61
+libshared_la_OBJECTS = $(am_libshared_la_OBJECTS)
62
+AM_V_lt = $(am__v_lt_$(V))
63
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
64
+am__v_lt_0 = --silent
65
+libshared_minimal_la_DEPENDENCIES = libshared.la
66
+am_libshared_minimal_la_OBJECTS = libshared_minimal_la-output.lo
67
+libshared_minimal_la_OBJECTS = $(am_libshared_minimal_la_OBJECTS)
68
+libshared_minimal_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
69
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
70
+	$(libshared_minimal_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
71
+	$(LDFLAGS) -o $@
72
+libshared_minimal_threads_la_DEPENDENCIES = libshared.la
73
+am_libshared_minimal_threads_la_OBJECTS = output.lo
74
+libshared_minimal_threads_la_OBJECTS =  \
75
+	$(am_libshared_minimal_threads_la_OBJECTS)
76
+libshared_nothreads_la_DEPENDENCIES = libshared.la
77
+am_libshared_nothreads_la_OBJECTS = libshared_nothreads_la-output.lo \
78
+	libshared_nothreads_la-misc_libclamav.lo
79
+libshared_nothreads_la_OBJECTS = $(am_libshared_nothreads_la_OBJECTS)
80
+libshared_nothreads_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
81
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
82
+	$(libshared_nothreads_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
83
+	$(LDFLAGS) -o $@
84
+libshared_threads_la_DEPENDENCIES = libshared.la
85
+am_libshared_threads_la_OBJECTS = output.lo misc_libclamav.lo
86
+libshared_threads_la_OBJECTS = $(am_libshared_threads_la_OBJECTS)
87
+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
88
+depcomp = $(SHELL) $(top_srcdir)/config/depcomp
89
+am__depfiles_maybe = depfiles
90
+am__mv = mv -f
91
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93
+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
94
+	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
95
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
96
+	$(AM_CFLAGS) $(CFLAGS)
97
+AM_V_CC = $(am__v_CC_$(V))
98
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
99
+am__v_CC_0 = @echo "  CC    " $@;
100
+AM_V_at = $(am__v_at_$(V))
101
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
102
+am__v_at_0 = @
103
+CCLD = $(CC)
104
+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
105
+	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
106
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
107
+AM_V_CCLD = $(am__v_CCLD_$(V))
108
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
109
+am__v_CCLD_0 = @echo "  CCLD  " $@;
110
+AM_V_GEN = $(am__v_GEN_$(V))
111
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
112
+am__v_GEN_0 = @echo "  GEN   " $@;
113
+SOURCES = $(libshared_la_SOURCES) $(libshared_minimal_la_SOURCES) \
114
+	$(libshared_minimal_threads_la_SOURCES) \
115
+	$(libshared_nothreads_la_SOURCES) \
116
+	$(libshared_threads_la_SOURCES)
117
+DIST_SOURCES = $(libshared_la_SOURCES) $(libshared_minimal_la_SOURCES) \
118
+	$(libshared_minimal_threads_la_SOURCES) \
119
+	$(libshared_nothreads_la_SOURCES) \
120
+	$(libshared_threads_la_SOURCES)
121
+ETAGS = etags
122
+CTAGS = ctags
123
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124
+ACLOCAL = @ACLOCAL@
125
+AMTAR = @AMTAR@
126
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
127
+AR = @AR@
128
+ARGZ_H = @ARGZ_H@
129
+AUTOCONF = @AUTOCONF@
130
+AUTOHEADER = @AUTOHEADER@
131
+AUTOMAKE = @AUTOMAKE@
132
+AWK = @AWK@
133
+BUILD_CONFIGURE_FLAGS = @BUILD_CONFIGURE_FLAGS@
134
+CC = @CC@
135
+CCDEPMODE = @CCDEPMODE@
136
+CFGDIR = @CFGDIR@
137
+CFLAGS = @CFLAGS@
138
+CHECK_CPPFLAGS = @CHECK_CPPFLAGS@
139
+CHECK_LIBS = @CHECK_LIBS@
140
+CLAMAVGROUP = @CLAMAVGROUP@
141
+CLAMAVUSER = @CLAMAVUSER@
142
+CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
143
+CLAMDSCAN_LIBS = @CLAMDSCAN_LIBS@
144
+CLAMD_LIBS = @CLAMD_LIBS@
145
+CPP = @CPP@
146
+CPPFLAGS = @CPPFLAGS@
147
+CURSES_CPPFLAGS = @CURSES_CPPFLAGS@
148
+CURSES_LIBS = @CURSES_LIBS@
149
+CYGPATH_W = @CYGPATH_W@
150
+DBDIR = @DBDIR@
151
+DEFS = @DEFS@
152
+DEPDIR = @DEPDIR@
153
+DLLTOOL = @DLLTOOL@
154
+DSYMUTIL = @DSYMUTIL@
155
+DUMPBIN = @DUMPBIN@
156
+ECHO_C = @ECHO_C@
157
+ECHO_N = @ECHO_N@
158
+ECHO_T = @ECHO_T@
159
+EGREP = @EGREP@
160
+EXEEXT = @EXEEXT@
161
+FGREP = @FGREP@
162
+FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
163
+GCOV = @GCOV@
164
+GENHTML = @GENHTML@
165
+GETENT = @GETENT@
166
+GPERF = @GPERF@
167
+GREP = @GREP@
168
+INCLTDL = @INCLTDL@
169
+INSTALL = @INSTALL@
170
+INSTALL_DATA = @INSTALL_DATA@
171
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
172
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
173
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
174
+LCOV = @LCOV@
175
+LD = @LD@
176
+LDFLAGS = @LDFLAGS@
177
+LIBADD_DL = @LIBADD_DL@
178
+LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
179
+LIBADD_DLOPEN = @LIBADD_DLOPEN@
180
+LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
181
+LIBBZ2 = @LIBBZ2@
182
+LIBBZ2_PREFIX = @LIBBZ2_PREFIX@
183
+LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
184
+LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
185
+LIBLTDL = @LIBLTDL@
186
+LIBM = @LIBM@
187
+LIBOBJS = @LIBOBJS@
188
+LIBS = @LIBS@
189
+LIBTOOL = @LIBTOOL@
190
+LIPO = @LIPO@
191
+LN_S = @LN_S@
192
+LTDLDEPS = @LTDLDEPS@
193
+LTDLINCL = @LTDLINCL@
194
+LTDLOPEN = @LTDLOPEN@
195
+LTLIBBZ2 = @LTLIBBZ2@
196
+LTLIBOBJS = @LTLIBOBJS@
197
+LT_CONFIG_H = @LT_CONFIG_H@
198
+LT_DLLOADERS = @LT_DLLOADERS@
199
+LT_DLPREOPEN = @LT_DLPREOPEN@
200
+MAINT = @MAINT@
201
+MAKEINFO = @MAKEINFO@
202
+MANIFEST_TOOL = @MANIFEST_TOOL@
203
+MKDIR_P = @MKDIR_P@
204
+NM = @NM@
205
+NMEDIT = @NMEDIT@
206
+OBJDUMP = @OBJDUMP@
207
+OBJEXT = @OBJEXT@
208
+OTOOL = @OTOOL@
209
+OTOOL64 = @OTOOL64@
210
+PACKAGE = @PACKAGE@
211
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212
+PACKAGE_NAME = @PACKAGE_NAME@
213
+PACKAGE_STRING = @PACKAGE_STRING@
214
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
215
+PACKAGE_URL = @PACKAGE_URL@
216
+PACKAGE_VERSION = @PACKAGE_VERSION@
217
+PATH_SEPARATOR = @PATH_SEPARATOR@
218
+RANLIB = @RANLIB@
219
+SED = @SED@
220
+SET_MAKE = @SET_MAKE@
221
+SHELL = @SHELL@
222
+STRIP = @STRIP@
223
+THREAD_LIBS = @THREAD_LIBS@
224
+TH_SAFE = @TH_SAFE@
225
+VERSION = @VERSION@
226
+VERSIONSCRIPTFLAG = @VERSIONSCRIPTFLAG@
227
+WERR_CFLAGS = @WERR_CFLAGS@
228
+WERR_CFLAGS_MILTER = @WERR_CFLAGS_MILTER@
229
+abs_builddir = @abs_builddir@
230
+abs_srcdir = @abs_srcdir@
231
+abs_top_builddir = @abs_top_builddir@
232
+abs_top_srcdir = @abs_top_srcdir@
233
+ac_ct_AR = @ac_ct_AR@
234
+ac_ct_CC = @ac_ct_CC@
235
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
236
+am__include = @am__include@
237
+am__leading_dot = @am__leading_dot@
238
+am__quote = @am__quote@
239
+am__tar = @am__tar@
240
+am__untar = @am__untar@
241
+bindir = @bindir@
242
+build = @build@
243
+build_alias = @build_alias@
244
+build_cpu = @build_cpu@
245
+build_os = @build_os@
246
+build_vendor = @build_vendor@
247
+builddir = @builddir@
248
+datadir = @datadir@
249
+datarootdir = @datarootdir@
250
+docdir = @docdir@
251
+dvidir = @dvidir@
252
+exec_prefix = @exec_prefix@
253
+host = @host@
254
+host_alias = @host_alias@
255
+host_cpu = @host_cpu@
256
+host_os = @host_os@
257
+host_vendor = @host_vendor@
258
+htmldir = @htmldir@
259
+includedir = @includedir@
260
+infodir = @infodir@
261
+install_sh = @install_sh@
262
+libdir = @libdir@
263
+libexecdir = @libexecdir@
264
+localedir = @localedir@
265
+localstatedir = @localstatedir@
266
+ltdl_LIBOBJS = @ltdl_LIBOBJS@
267
+ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
268
+mandir = @mandir@
269
+mkdir_p = @mkdir_p@
270
+oldincludedir = @oldincludedir@
271
+pdfdir = @pdfdir@
272
+prefix = @prefix@
273
+program_transform_name = @program_transform_name@
274
+psdir = @psdir@
275
+sbindir = @sbindir@
276
+sharedstatedir = @sharedstatedir@
277
+srcdir = @srcdir@
278
+subdirs = @subdirs@
279
+sys_symbol_underscore = @sys_symbol_underscore@
280
+sysconfdir = @sysconfdir@
281
+target = @target@
282
+target_alias = @target_alias@
283
+target_cpu = @target_cpu@
284
+target_os = @target_os@
285
+target_vendor = @target_vendor@
286
+top_build_prefix = @top_build_prefix@
287
+top_builddir = @top_builddir@
288
+top_srcdir = @top_srcdir@
289
+AM_CPPFLAGS = -I$(top_srcdir)
290
+libshared_la_SOURCES = actions.c\
291
+	       cdiff.c\
292
+	       clamdcom.c\
293
+	       getopt.c\
294
+	       misc.c\
295
+	       optparser.c\
296
+	       tar.c
297
+
298
+libshared_threads_la_SOURCES = output.c\
299
+			     misc_libclamav.c
300
+
301
+libshared_threads_la_LIBADD = libshared.la
302
+libshared_nothreads_la_SOURCES = output.c\
303
+			       misc_libclamav.c
304
+
305
+libshared_nothreads_la_LIBADD = libshared.la
306
+libshared_nothreads_la_CFLAGS = -DCL_NOTHREADS
307
+libshared_minimal_la_SOURCES = output.c
308
+libshared_minimal_la_LIBADD = libshared.la
309
+libshared_minimal_la_CFLAGS = -DCL_NOTHREADS
310
+libshared_minimal_threads_la_SOURCES = output.c
311
+libshared_minimal_threads_la_LIBADD = libshared.la
312
+noinst_LTLIBRARIES = libshared.la libshared_threads.la libshared_nothreads.la libshared_minimal.la libshared_minimal_threads.la
313
+all: all-am
314
+
315
+.SUFFIXES:
316
+.SUFFIXES: .c .lo .o .obj
317
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
318
+	@for dep in $?; do \
319
+	  case '$(am__configure_deps)' in \
320
+	    *$$dep*) \
321
+	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
322
+	        && { if test -f $@; then exit 0; else break; fi; }; \
323
+	      exit 1;; \
324
+	  esac; \
325
+	done; \
326
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign shared/Makefile'; \
327
+	$(am__cd) $(top_srcdir) && \
328
+	  $(AUTOMAKE) --foreign shared/Makefile
329
+.PRECIOUS: Makefile
330
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
331
+	@case '$?' in \
332
+	  *config.status*) \
333
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
334
+	  *) \
335
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
336
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
337
+	esac;
338
+
339
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
340
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341
+
342
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
343
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
345
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346
+$(am__aclocal_m4_deps):
347
+
348
+clean-noinstLTLIBRARIES:
349
+	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
350
+	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
351
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
352
+	  test "$$dir" != "$$p" || dir=.; \
353
+	  echo "rm -f \"$${dir}/so_locations\""; \
354
+	  rm -f "$${dir}/so_locations"; \
355
+	done
356
+libshared.la: $(libshared_la_OBJECTS) $(libshared_la_DEPENDENCIES) 
357
+	$(AM_V_CCLD)$(LINK)  $(libshared_la_OBJECTS) $(libshared_la_LIBADD) $(LIBS)
358
+libshared_minimal.la: $(libshared_minimal_la_OBJECTS) $(libshared_minimal_la_DEPENDENCIES) 
359
+	$(AM_V_CCLD)$(libshared_minimal_la_LINK)  $(libshared_minimal_la_OBJECTS) $(libshared_minimal_la_LIBADD) $(LIBS)
360
+libshared_minimal_threads.la: $(libshared_minimal_threads_la_OBJECTS) $(libshared_minimal_threads_la_DEPENDENCIES) 
361
+	$(AM_V_CCLD)$(LINK)  $(libshared_minimal_threads_la_OBJECTS) $(libshared_minimal_threads_la_LIBADD) $(LIBS)
362
+libshared_nothreads.la: $(libshared_nothreads_la_OBJECTS) $(libshared_nothreads_la_DEPENDENCIES) 
363
+	$(AM_V_CCLD)$(libshared_nothreads_la_LINK)  $(libshared_nothreads_la_OBJECTS) $(libshared_nothreads_la_LIBADD) $(LIBS)
364
+libshared_threads.la: $(libshared_threads_la_OBJECTS) $(libshared_threads_la_DEPENDENCIES) 
365
+	$(AM_V_CCLD)$(LINK)  $(libshared_threads_la_OBJECTS) $(libshared_threads_la_LIBADD) $(LIBS)
366
+
367
+mostlyclean-compile:
368
+	-rm -f *.$(OBJEXT)
369
+
370
+distclean-compile:
371
+	-rm -f *.tab.c
372
+
373
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/actions.Plo@am__quote@
374
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdiff.Plo@am__quote@
375
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamdcom.Plo@am__quote@
376
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Plo@am__quote@
377
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libshared_minimal_la-output.Plo@am__quote@
378
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libshared_nothreads_la-misc_libclamav.Plo@am__quote@
379
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libshared_nothreads_la-output.Plo@am__quote@
380
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
381
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc_libclamav.Plo@am__quote@
382
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/optparser.Plo@am__quote@
383
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Plo@am__quote@
384
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tar.Plo@am__quote@
385
+
386
+.c.o:
387
+@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
388
+@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
389
+@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
390
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
391
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
392
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393
+@am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ $<
394
+
395
+.c.obj:
396
+@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
397
+@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
398
+@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
399
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
400
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
401
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402
+@am__fastdepCC_FALSE@	$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
403
+
404
+.c.lo:
405
+@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
406
+@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
407
+@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
408
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
409
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
410
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411
+@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
412
+
413
+libshared_minimal_la-output.lo: output.c
414
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshared_minimal_la_CFLAGS) $(CFLAGS) -MT libshared_minimal_la-output.lo -MD -MP -MF $(DEPDIR)/libshared_minimal_la-output.Tpo -c -o libshared_minimal_la-output.lo `test -f 'output.c' || echo '$(srcdir)/'`output.c
415
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libshared_minimal_la-output.Tpo $(DEPDIR)/libshared_minimal_la-output.Plo
416
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
417
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='output.c' object='libshared_minimal_la-output.lo' libtool=yes @AMDEPBACKSLASH@
418
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419
+@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshared_minimal_la_CFLAGS) $(CFLAGS) -c -o libshared_minimal_la-output.lo `test -f 'output.c' || echo '$(srcdir)/'`output.c
420
+
421
+libshared_nothreads_la-output.lo: output.c
422
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshared_nothreads_la_CFLAGS) $(CFLAGS) -MT libshared_nothreads_la-output.lo -MD -MP -MF $(DEPDIR)/libshared_nothreads_la-output.Tpo -c -o libshared_nothreads_la-output.lo `test -f 'output.c' || echo '$(srcdir)/'`output.c
423
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libshared_nothreads_la-output.Tpo $(DEPDIR)/libshared_nothreads_la-output.Plo
424
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
425
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='output.c' object='libshared_nothreads_la-output.lo' libtool=yes @AMDEPBACKSLASH@
426
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427
+@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshared_nothreads_la_CFLAGS) $(CFLAGS) -c -o libshared_nothreads_la-output.lo `test -f 'output.c' || echo '$(srcdir)/'`output.c
428
+
429
+libshared_nothreads_la-misc_libclamav.lo: misc_libclamav.c
430
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshared_nothreads_la_CFLAGS) $(CFLAGS) -MT libshared_nothreads_la-misc_libclamav.lo -MD -MP -MF $(DEPDIR)/libshared_nothreads_la-misc_libclamav.Tpo -c -o libshared_nothreads_la-misc_libclamav.lo `test -f 'misc_libclamav.c' || echo '$(srcdir)/'`misc_libclamav.c
431
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libshared_nothreads_la-misc_libclamav.Tpo $(DEPDIR)/libshared_nothreads_la-misc_libclamav.Plo
432
+@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
433
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='misc_libclamav.c' object='libshared_nothreads_la-misc_libclamav.lo' libtool=yes @AMDEPBACKSLASH@
434
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435
+@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshared_nothreads_la_CFLAGS) $(CFLAGS) -c -o libshared_nothreads_la-misc_libclamav.lo `test -f 'misc_libclamav.c' || echo '$(srcdir)/'`misc_libclamav.c
436
+
437
+mostlyclean-libtool:
438
+	-rm -f *.lo
439
+
440
+clean-libtool:
441
+	-rm -rf .libs _libs
442
+
443
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
444
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
445
+	unique=`for i in $$list; do \
446
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447
+	  done | \
448
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
450
+	mkid -fID $$unique
451
+tags: TAGS
452
+
453
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
454
+		$(TAGS_FILES) $(LISP)
455
+	set x; \
456
+	here=`pwd`; \
457
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
458
+	unique=`for i in $$list; do \
459
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460
+	  done | \
461
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
463
+	shift; \
464
+	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
465
+	  test -n "$$unique" || unique=$$empty_fix; \
466
+	  if test $$# -gt 0; then \
467
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
468
+	      "$$@" $$unique; \
469
+	  else \
470
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471
+	      $$unique; \
472
+	  fi; \
473
+	fi
474
+ctags: CTAGS
475
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
476
+		$(TAGS_FILES) $(LISP)
477
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
478
+	unique=`for i in $$list; do \
479
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480
+	  done | \
481
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
482
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
483
+	test -z "$(CTAGS_ARGS)$$unique" \
484
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
485
+	     $$unique
486
+
487
+GTAGS:
488
+	here=`$(am__cd) $(top_builddir) && pwd` \
489
+	  && $(am__cd) $(top_srcdir) \
490
+	  && gtags -i $(GTAGS_ARGS) "$$here"
491
+
492
+distclean-tags:
493
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
494
+
495
+distdir: $(DISTFILES)
496
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
497
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
498
+	list='$(DISTFILES)'; \
499
+	  dist_files=`for file in $$list; do echo $$file; done | \
500
+	  sed -e "s|^$$srcdirstrip/||;t" \
501
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
502
+	case $$dist_files in \
503
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
504
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
505
+			   sort -u` ;; \
506
+	esac; \
507
+	for file in $$dist_files; do \
508
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
509
+	  if test -d $$d/$$file; then \
510
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
511
+	    if test -d "$(distdir)/$$file"; then \
512
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513
+	    fi; \
514
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
515
+	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
516
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
517
+	    fi; \
518
+	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
519
+	  else \
520
+	    test -f "$(distdir)/$$file" \
521
+	    || cp -p $$d/$$file "$(distdir)/$$file" \
522
+	    || exit 1; \
523
+	  fi; \
524
+	done
525
+check-am: all-am
526
+check: check-am
527
+all-am: Makefile $(LTLIBRARIES)
528
+installdirs:
529
+install: install-am
530
+install-exec: install-exec-am
531
+install-data: install-data-am
532
+uninstall: uninstall-am
533
+
534
+install-am: all-am
535
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
536
+
537
+installcheck: installcheck-am
538
+install-strip:
539
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
540
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
541
+	  `test -z '$(STRIP)' || \
542
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
543
+mostlyclean-generic:
544
+
545
+clean-generic:
546
+
547
+distclean-generic:
548
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
549
+	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
550
+
551
+maintainer-clean-generic:
552
+	@echo "This command is intended for maintainers to use"
553
+	@echo "it deletes files that may require special tools to rebuild."
554
+clean: clean-am
555
+
556
+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
557
+	mostlyclean-am
558
+
559
+distclean: distclean-am
560
+	-rm -rf ./$(DEPDIR)
561
+	-rm -f Makefile
562
+distclean-am: clean-am distclean-compile distclean-generic \
563
+	distclean-tags
564
+
565
+dvi: dvi-am
566
+
567
+dvi-am:
568
+
569
+html: html-am
570
+
571
+html-am:
572
+
573
+info: info-am
574
+
575
+info-am:
576
+
577
+install-data-am:
578
+
579
+install-dvi: install-dvi-am
580
+
581
+install-dvi-am:
582
+
583
+install-exec-am:
584
+
585
+install-html: install-html-am
586
+
587
+install-html-am:
588
+
589
+install-info: install-info-am
590
+
591
+install-info-am:
592
+
593
+install-man:
594
+
595
+install-pdf: install-pdf-am
596
+
597
+install-pdf-am:
598
+
599
+install-ps: install-ps-am
600
+
601
+install-ps-am:
602
+
603
+installcheck-am:
604
+
605
+maintainer-clean: maintainer-clean-am
606
+	-rm -rf ./$(DEPDIR)
607
+	-rm -f Makefile
608
+maintainer-clean-am: distclean-am maintainer-clean-generic
609
+
610
+mostlyclean: mostlyclean-am
611
+
612
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
613
+	mostlyclean-libtool
614
+
615
+pdf: pdf-am
616
+
617
+pdf-am:
618
+
619
+ps: ps-am
620
+
621
+ps-am:
622
+
623
+uninstall-am:
624
+
625
+.MAKE: install-am install-strip
626
+
627
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
628
+	clean-libtool clean-noinstLTLIBRARIES ctags distclean \
629
+	distclean-compile distclean-generic distclean-libtool \
630
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
631
+	install install-am install-data install-data-am install-dvi \
632
+	install-dvi-am install-exec install-exec-am install-html \
633
+	install-html-am install-info install-info-am install-man \
634
+	install-pdf install-pdf-am install-ps install-ps-am \
635
+	install-strip installcheck installcheck-am installdirs \
636
+	maintainer-clean maintainer-clean-generic mostlyclean \
637
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
638
+	pdf pdf-am ps ps-am tags uninstall uninstall-am
639
+
640
+
641
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
642
+# Otherwise a system limit (for SysV at least) may be exceeded.
643
+.NOEXPORT: