Browse code

autojunk'd

Mickey Sola authored on 2019/07/26 01:23:45
Showing 1 changed files
... ...
@@ -205,33 +205,28 @@ am__clamonacc_SOURCES_DIST = $(top_srcdir)/shared/output.c \
205 205
 	$(top_srcdir)/shared/optparser.h $(top_srcdir)/shared/misc.c \
206 206
 	$(top_srcdir)/shared/misc.h $(top_srcdir)/shared/getopt.c \
207 207
 	$(top_srcdir)/shared/getopt.h $(top_srcdir)/shared/actions.c \
208
-	$(top_srcdir)/shared/actions.h clamonacc.c ./client/client.c \
209
-	./client/client.h ./client/protocol.c ./client/protocol.h \
210
-	./client/communication.c ./client/communication.h \
211
-	./inotif/inotif.c ./inotif/inotif.h ./fanotif/fanotif.c \
212
-	./fanotif/fanotif.h ./inotif/hash.c ./inotif/hash.h \
213
-	./misc/utils.c ./misc/utils.h ./misc/priv_fts.h \
214
-	./scan/thread.c ./scan/thread.h ./scan/queue.c ./scan/queue.h \
215
-	./c-thread-pool/thpool.c ./c-thread-pool/thpool.h ./misc/fts.c
216
-@SYSTEM_LFS_FTS_FALSE@am__objects_1 = clamonacc-fts.$(OBJEXT)
217
-am_clamonacc_OBJECTS = clamonacc-output.$(OBJEXT) \
218
-	clamonacc-optparser.$(OBJEXT) clamonacc-misc.$(OBJEXT) \
219
-	clamonacc-getopt.$(OBJEXT) clamonacc-actions.$(OBJEXT) \
220
-	clamonacc-clamonacc.$(OBJEXT) clamonacc-client.$(OBJEXT) \
221
-	clamonacc-protocol.$(OBJEXT) clamonacc-communication.$(OBJEXT) \
222
-	clamonacc-inotif.$(OBJEXT) clamonacc-fanotif.$(OBJEXT) \
223
-	clamonacc-hash.$(OBJEXT) clamonacc-utils.$(OBJEXT) \
224
-	clamonacc-thread.$(OBJEXT) clamonacc-queue.$(OBJEXT) \
225
-	clamonacc-thpool.$(OBJEXT) $(am__objects_1)
208
+	$(top_srcdir)/shared/actions.h clamonacc.c clamonacc.h \
209
+	./client/client.c ./client/client.h ./client/protocol.c \
210
+	./client/protocol.h ./client/communication.c \
211
+	./client/communication.h ./inotif/inotif.c ./inotif/inotif.h \
212
+	./fanotif/fanotif.c ./fanotif/fanotif.h ./inotif/hash.c \
213
+	./inotif/hash.h ./misc/utils.c ./misc/utils.h \
214
+	./misc/priv_fts.h ./scan/thread.c ./scan/thread.h \
215
+	./scan/queue.c ./scan/queue.h ./c-thread-pool/thpool.c \
216
+	./c-thread-pool/thpool.h ./misc/fts.c
217
+@SYSTEM_LFS_FTS_FALSE@am__objects_1 = fts.$(OBJEXT)
218
+am_clamonacc_OBJECTS = output.$(OBJEXT) optparser.$(OBJEXT) \
219
+	misc.$(OBJEXT) getopt.$(OBJEXT) actions.$(OBJEXT) \
220
+	clamonacc.$(OBJEXT) client.$(OBJEXT) protocol.$(OBJEXT) \
221
+	communication.$(OBJEXT) inotif.$(OBJEXT) fanotif.$(OBJEXT) \
222
+	hash.$(OBJEXT) utils.$(OBJEXT) thread.$(OBJEXT) \
223
+	queue.$(OBJEXT) thpool.$(OBJEXT) $(am__objects_1)
226 224
 clamonacc_OBJECTS = $(am_clamonacc_OBJECTS)
227 225
 clamonacc_LDADD = $(LDADD)
228 226
 AM_V_lt = $(am__v_lt_@AM_V@)
229 227
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
230 228
 am__v_lt_0 = --silent
231 229
 am__v_lt_1 = 
232
-clamonacc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
233
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(clamonacc_CFLAGS) \
234
-	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
235 230
 AM_V_P = $(am__v_P_@AM_V@)
236 231
 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
237 232
 am__v_P_0 = false
... ...
@@ -541,24 +536,22 @@ target_vendor = @target_vendor@
541 541
 top_build_prefix = @top_build_prefix@
542 542
 top_builddir = @top_builddir@
543 543
 top_srcdir = @top_srcdir@
544
-clamonacc_CPPFLAGS = "-g"
545
-clamonacc_CFLAGS = "-g"
546 544
 clamonacc_SOURCES = $(top_srcdir)/shared/output.c \
547 545
 	$(top_srcdir)/shared/output.h $(top_srcdir)/shared/optparser.c \
548 546
 	$(top_srcdir)/shared/optparser.h $(top_srcdir)/shared/misc.c \
549 547
 	$(top_srcdir)/shared/misc.h $(top_srcdir)/shared/getopt.c \
550 548
 	$(top_srcdir)/shared/getopt.h $(top_srcdir)/shared/actions.c \
551
-	$(top_srcdir)/shared/actions.h clamonacc.c ./client/client.c \
552
-	./client/client.h ./client/protocol.c ./client/protocol.h \
553
-	./client/communication.c ./client/communication.h \
554
-	./inotif/inotif.c ./inotif/inotif.h ./fanotif/fanotif.c \
555
-	./fanotif/fanotif.h ./inotif/hash.c ./inotif/hash.h \
556
-	./misc/utils.c ./misc/utils.h ./misc/priv_fts.h \
557
-	./scan/thread.c ./scan/thread.h ./scan/queue.c ./scan/queue.h \
558
-	./c-thread-pool/thpool.c ./c-thread-pool/thpool.h \
559
-	$(am__append_1)
549
+	$(top_srcdir)/shared/actions.h clamonacc.c clamonacc.h \
550
+	./client/client.c ./client/client.h ./client/protocol.c \
551
+	./client/protocol.h ./client/communication.c \
552
+	./client/communication.h ./inotif/inotif.c ./inotif/inotif.h \
553
+	./fanotif/fanotif.c ./fanotif/fanotif.h ./inotif/hash.c \
554
+	./inotif/hash.h ./misc/utils.c ./misc/utils.h \
555
+	./misc/priv_fts.h ./scan/thread.c ./scan/thread.h \
556
+	./scan/queue.c ./scan/queue.h ./c-thread-pool/thpool.c \
557
+	./c-thread-pool/thpool.h $(am__append_1)
560 558
 AM_CFLAGS = @WERR_CFLAGS@
561
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/clamd -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav @CURL_CPPFLAGS@ @SSL_CPPFLAGS@ @CLAMONACC_CPPFLAGS@ @JSON_CPPFLAGS@ @PCRE_CPPFLAGS@
559
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/clamonacc -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav @CURL_CPPFLAGS@ @SSL_CPPFLAGS@ @CLAMONACC_CPPFLAGS@ @JSON_CPPFLAGS@ @PCRE_CPPFLAGS@
562 560
 AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = clamonacc$(EXEEXT)
563 561
 CLEANFILES = *.gcda *.gcno
564 562
 all: all-am
... ...
@@ -662,7 +655,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
662 662
 
663 663
 clamonacc$(EXEEXT): $(clamonacc_OBJECTS) $(clamonacc_DEPENDENCIES) $(EXTRA_clamonacc_DEPENDENCIES) 
664 664
 	@rm -f clamonacc$(EXEEXT)
665
-	$(AM_V_CCLD)$(clamonacc_LINK) $(clamonacc_OBJECTS) $(clamonacc_LDADD) $(LIBS)
665
+	$(AM_V_CCLD)$(LINK) $(clamonacc_OBJECTS) $(clamonacc_LDADD) $(LIBS)
666 666
 
667 667
 mostlyclean-compile:
668 668
 	-rm -f *.$(OBJEXT)
... ...
@@ -670,23 +663,23 @@ mostlyclean-compile:
670 670
 distclean-compile:
671 671
 	-rm -f *.tab.c
672 672
 
673
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-actions.Po@am__quote@
674
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-clamonacc.Po@am__quote@
675
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-client.Po@am__quote@
676
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-communication.Po@am__quote@
677
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-fanotif.Po@am__quote@
678
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-fts.Po@am__quote@
679
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-getopt.Po@am__quote@
680
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-hash.Po@am__quote@
681
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-inotif.Po@am__quote@
682
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-misc.Po@am__quote@
683
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-optparser.Po@am__quote@
684
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-output.Po@am__quote@
685
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-protocol.Po@am__quote@
686
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-queue.Po@am__quote@
687
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-thpool.Po@am__quote@
688
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-thread.Po@am__quote@
689
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc-utils.Po@am__quote@
673
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/actions.Po@am__quote@
674
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamonacc.Po@am__quote@
675
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
676
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/communication.Po@am__quote@
677
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fanotif.Po@am__quote@
678
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fts.Po@am__quote@
679
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
680
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
681
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inotif.Po@am__quote@
682
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
683
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/optparser.Po@am__quote@
684
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
685
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Po@am__quote@
686
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Po@am__quote@
687
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thpool.Po@am__quote@
688
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Po@am__quote@
689
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
690 690
 
691 691
 .c.o:
692 692
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -709,243 +702,229 @@ distclean-compile:
709 709
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
710 710
 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
711 711
 
712
-clamonacc-output.o: $(top_srcdir)/shared/output.c
713
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-output.o -MD -MP -MF $(DEPDIR)/clamonacc-output.Tpo -c -o clamonacc-output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
714
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-output.Tpo $(DEPDIR)/clamonacc-output.Po
715
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/output.c' object='clamonacc-output.o' libtool=no @AMDEPBACKSLASH@
712
+output.o: $(top_srcdir)/shared/output.c
713
+@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
714
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/output.Tpo $(DEPDIR)/output.Po
715
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
716 716
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
717
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
717
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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
718 718
 
719
-clamonacc-output.obj: $(top_srcdir)/shared/output.c
720
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-output.obj -MD -MP -MF $(DEPDIR)/clamonacc-output.Tpo -c -o clamonacc-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`
721
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-output.Tpo $(DEPDIR)/clamonacc-output.Po
722
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/output.c' object='clamonacc-output.obj' libtool=no @AMDEPBACKSLASH@
719
+output.obj: $(top_srcdir)/shared/output.c
720
+@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`
721
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/output.Tpo $(DEPDIR)/output.Po
722
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
723 723
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
724
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-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`
724
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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`
725 725
 
726
-clamonacc-optparser.o: $(top_srcdir)/shared/optparser.c
727
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-optparser.o -MD -MP -MF $(DEPDIR)/clamonacc-optparser.Tpo -c -o clamonacc-optparser.o `test -f '$(top_srcdir)/shared/optparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/optparser.c
728
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-optparser.Tpo $(DEPDIR)/clamonacc-optparser.Po
729
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/optparser.c' object='clamonacc-optparser.o' libtool=no @AMDEPBACKSLASH@
726
+optparser.o: $(top_srcdir)/shared/optparser.c
727
+@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
728
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
729
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/optparser.c' object='optparser.o' libtool=no @AMDEPBACKSLASH@
730 730
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
731
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-optparser.o `test -f '$(top_srcdir)/shared/optparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/optparser.c
731
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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
732 732
 
733
-clamonacc-optparser.obj: $(top_srcdir)/shared/optparser.c
734
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-optparser.obj -MD -MP -MF $(DEPDIR)/clamonacc-optparser.Tpo -c -o clamonacc-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`
735
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-optparser.Tpo $(DEPDIR)/clamonacc-optparser.Po
736
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/optparser.c' object='clamonacc-optparser.obj' libtool=no @AMDEPBACKSLASH@
733
+optparser.obj: $(top_srcdir)/shared/optparser.c
734
+@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`
735
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Po
736
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/optparser.c' object='optparser.obj' libtool=no @AMDEPBACKSLASH@
737 737
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
738
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-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`
738
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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`
739 739
 
740
-clamonacc-misc.o: $(top_srcdir)/shared/misc.c
741
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-misc.o -MD -MP -MF $(DEPDIR)/clamonacc-misc.Tpo -c -o clamonacc-misc.o `test -f '$(top_srcdir)/shared/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/misc.c
742
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-misc.Tpo $(DEPDIR)/clamonacc-misc.Po
743
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/misc.c' object='clamonacc-misc.o' libtool=no @AMDEPBACKSLASH@
740
+misc.o: $(top_srcdir)/shared/misc.c
741
+@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
742
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
743
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/misc.c' object='misc.o' libtool=no @AMDEPBACKSLASH@
744 744
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
745
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-misc.o `test -f '$(top_srcdir)/shared/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/misc.c
745
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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
746 746
 
747
-clamonacc-misc.obj: $(top_srcdir)/shared/misc.c
748
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-misc.obj -MD -MP -MF $(DEPDIR)/clamonacc-misc.Tpo -c -o clamonacc-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`
749
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-misc.Tpo $(DEPDIR)/clamonacc-misc.Po
750
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/misc.c' object='clamonacc-misc.obj' libtool=no @AMDEPBACKSLASH@
747
+misc.obj: $(top_srcdir)/shared/misc.c
748
+@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`
749
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
750
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/misc.c' object='misc.obj' libtool=no @AMDEPBACKSLASH@
751 751
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
752
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-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`
752
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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`
753 753
 
754
-clamonacc-getopt.o: $(top_srcdir)/shared/getopt.c
755
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-getopt.o -MD -MP -MF $(DEPDIR)/clamonacc-getopt.Tpo -c -o clamonacc-getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
756
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-getopt.Tpo $(DEPDIR)/clamonacc-getopt.Po
757
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/getopt.c' object='clamonacc-getopt.o' libtool=no @AMDEPBACKSLASH@
754
+getopt.o: $(top_srcdir)/shared/getopt.c
755
+@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
756
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
757
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
758 758
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
759
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
759
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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
760 760
 
761
-clamonacc-getopt.obj: $(top_srcdir)/shared/getopt.c
762
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-getopt.obj -MD -MP -MF $(DEPDIR)/clamonacc-getopt.Tpo -c -o clamonacc-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`
763
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-getopt.Tpo $(DEPDIR)/clamonacc-getopt.Po
764
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/getopt.c' object='clamonacc-getopt.obj' libtool=no @AMDEPBACKSLASH@
761
+getopt.obj: $(top_srcdir)/shared/getopt.c
762
+@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`
763
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Po
764
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
765 765
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
766
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-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`
766
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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`
767 767
 
768
-clamonacc-actions.o: $(top_srcdir)/shared/actions.c
769
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-actions.o -MD -MP -MF $(DEPDIR)/clamonacc-actions.Tpo -c -o clamonacc-actions.o `test -f '$(top_srcdir)/shared/actions.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/actions.c
770
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-actions.Tpo $(DEPDIR)/clamonacc-actions.Po
771
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/actions.c' object='clamonacc-actions.o' libtool=no @AMDEPBACKSLASH@
768
+actions.o: $(top_srcdir)/shared/actions.c
769
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT actions.o -MD -MP -MF $(DEPDIR)/actions.Tpo -c -o actions.o `test -f '$(top_srcdir)/shared/actions.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/actions.c
770
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/actions.Tpo $(DEPDIR)/actions.Po
771
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/actions.c' object='actions.o' libtool=no @AMDEPBACKSLASH@
772 772
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
773
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-actions.o `test -f '$(top_srcdir)/shared/actions.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/actions.c
773
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o actions.o `test -f '$(top_srcdir)/shared/actions.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/actions.c
774 774
 
775
-clamonacc-actions.obj: $(top_srcdir)/shared/actions.c
776
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-actions.obj -MD -MP -MF $(DEPDIR)/clamonacc-actions.Tpo -c -o clamonacc-actions.obj `if test -f '$(top_srcdir)/shared/actions.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/actions.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/actions.c'; fi`
777
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-actions.Tpo $(DEPDIR)/clamonacc-actions.Po
778
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/actions.c' object='clamonacc-actions.obj' libtool=no @AMDEPBACKSLASH@
775
+actions.obj: $(top_srcdir)/shared/actions.c
776
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT actions.obj -MD -MP -MF $(DEPDIR)/actions.Tpo -c -o actions.obj `if test -f '$(top_srcdir)/shared/actions.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/actions.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/actions.c'; fi`
777
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/actions.Tpo $(DEPDIR)/actions.Po
778
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/actions.c' object='actions.obj' libtool=no @AMDEPBACKSLASH@
779 779
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
780
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-actions.obj `if test -f '$(top_srcdir)/shared/actions.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/actions.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/actions.c'; fi`
780
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o actions.obj `if test -f '$(top_srcdir)/shared/actions.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/actions.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/actions.c'; fi`
781 781
 
782
-clamonacc-clamonacc.o: clamonacc.c
783
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-clamonacc.o -MD -MP -MF $(DEPDIR)/clamonacc-clamonacc.Tpo -c -o clamonacc-clamonacc.o `test -f 'clamonacc.c' || echo '$(srcdir)/'`clamonacc.c
784
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-clamonacc.Tpo $(DEPDIR)/clamonacc-clamonacc.Po
785
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clamonacc.c' object='clamonacc-clamonacc.o' libtool=no @AMDEPBACKSLASH@
782
+client.o: ./client/client.c
783
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT client.o -MD -MP -MF $(DEPDIR)/client.Tpo -c -o client.o `test -f './client/client.c' || echo '$(srcdir)/'`./client/client.c
784
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/client.Tpo $(DEPDIR)/client.Po
785
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./client/client.c' object='client.o' libtool=no @AMDEPBACKSLASH@
786 786
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
787
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-clamonacc.o `test -f 'clamonacc.c' || echo '$(srcdir)/'`clamonacc.c
787
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o client.o `test -f './client/client.c' || echo '$(srcdir)/'`./client/client.c
788 788
 
789
-clamonacc-clamonacc.obj: clamonacc.c
790
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-clamonacc.obj -MD -MP -MF $(DEPDIR)/clamonacc-clamonacc.Tpo -c -o clamonacc-clamonacc.obj `if test -f 'clamonacc.c'; then $(CYGPATH_W) 'clamonacc.c'; else $(CYGPATH_W) '$(srcdir)/clamonacc.c'; fi`
791
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-clamonacc.Tpo $(DEPDIR)/clamonacc-clamonacc.Po
792
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clamonacc.c' object='clamonacc-clamonacc.obj' libtool=no @AMDEPBACKSLASH@
789
+client.obj: ./client/client.c
790
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT client.obj -MD -MP -MF $(DEPDIR)/client.Tpo -c -o client.obj `if test -f './client/client.c'; then $(CYGPATH_W) './client/client.c'; else $(CYGPATH_W) '$(srcdir)/./client/client.c'; fi`
791
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/client.Tpo $(DEPDIR)/client.Po
792
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./client/client.c' object='client.obj' libtool=no @AMDEPBACKSLASH@
793 793
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
794
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-clamonacc.obj `if test -f 'clamonacc.c'; then $(CYGPATH_W) 'clamonacc.c'; else $(CYGPATH_W) '$(srcdir)/clamonacc.c'; fi`
794
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o client.obj `if test -f './client/client.c'; then $(CYGPATH_W) './client/client.c'; else $(CYGPATH_W) '$(srcdir)/./client/client.c'; fi`
795 795
 
796
-clamonacc-client.o: ./client/client.c
797
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-client.o -MD -MP -MF $(DEPDIR)/clamonacc-client.Tpo -c -o clamonacc-client.o `test -f './client/client.c' || echo '$(srcdir)/'`./client/client.c
798
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-client.Tpo $(DEPDIR)/clamonacc-client.Po
799
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./client/client.c' object='clamonacc-client.o' libtool=no @AMDEPBACKSLASH@
796
+protocol.o: ./client/protocol.c
797
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT protocol.o -MD -MP -MF $(DEPDIR)/protocol.Tpo -c -o protocol.o `test -f './client/protocol.c' || echo '$(srcdir)/'`./client/protocol.c
798
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/protocol.Tpo $(DEPDIR)/protocol.Po
799
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./client/protocol.c' object='protocol.o' libtool=no @AMDEPBACKSLASH@
800 800
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
801
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-client.o `test -f './client/client.c' || echo '$(srcdir)/'`./client/client.c
801
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o protocol.o `test -f './client/protocol.c' || echo '$(srcdir)/'`./client/protocol.c
802 802
 
803
-clamonacc-client.obj: ./client/client.c
804
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-client.obj -MD -MP -MF $(DEPDIR)/clamonacc-client.Tpo -c -o clamonacc-client.obj `if test -f './client/client.c'; then $(CYGPATH_W) './client/client.c'; else $(CYGPATH_W) '$(srcdir)/./client/client.c'; fi`
805
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-client.Tpo $(DEPDIR)/clamonacc-client.Po
806
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./client/client.c' object='clamonacc-client.obj' libtool=no @AMDEPBACKSLASH@
803
+protocol.obj: ./client/protocol.c
804
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT protocol.obj -MD -MP -MF $(DEPDIR)/protocol.Tpo -c -o protocol.obj `if test -f './client/protocol.c'; then $(CYGPATH_W) './client/protocol.c'; else $(CYGPATH_W) '$(srcdir)/./client/protocol.c'; fi`
805
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/protocol.Tpo $(DEPDIR)/protocol.Po
806
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./client/protocol.c' object='protocol.obj' libtool=no @AMDEPBACKSLASH@
807 807
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
808
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-client.obj `if test -f './client/client.c'; then $(CYGPATH_W) './client/client.c'; else $(CYGPATH_W) '$(srcdir)/./client/client.c'; fi`
808
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o protocol.obj `if test -f './client/protocol.c'; then $(CYGPATH_W) './client/protocol.c'; else $(CYGPATH_W) '$(srcdir)/./client/protocol.c'; fi`
809 809
 
810
-clamonacc-protocol.o: ./client/protocol.c
811
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-protocol.o -MD -MP -MF $(DEPDIR)/clamonacc-protocol.Tpo -c -o clamonacc-protocol.o `test -f './client/protocol.c' || echo '$(srcdir)/'`./client/protocol.c
812
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-protocol.Tpo $(DEPDIR)/clamonacc-protocol.Po
813
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./client/protocol.c' object='clamonacc-protocol.o' libtool=no @AMDEPBACKSLASH@
810
+communication.o: ./client/communication.c
811
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT communication.o -MD -MP -MF $(DEPDIR)/communication.Tpo -c -o communication.o `test -f './client/communication.c' || echo '$(srcdir)/'`./client/communication.c
812
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/communication.Tpo $(DEPDIR)/communication.Po
813
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./client/communication.c' object='communication.o' libtool=no @AMDEPBACKSLASH@
814 814
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
815
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-protocol.o `test -f './client/protocol.c' || echo '$(srcdir)/'`./client/protocol.c
815
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o communication.o `test -f './client/communication.c' || echo '$(srcdir)/'`./client/communication.c
816 816
 
817
-clamonacc-protocol.obj: ./client/protocol.c
818
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-protocol.obj -MD -MP -MF $(DEPDIR)/clamonacc-protocol.Tpo -c -o clamonacc-protocol.obj `if test -f './client/protocol.c'; then $(CYGPATH_W) './client/protocol.c'; else $(CYGPATH_W) '$(srcdir)/./client/protocol.c'; fi`
819
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-protocol.Tpo $(DEPDIR)/clamonacc-protocol.Po
820
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./client/protocol.c' object='clamonacc-protocol.obj' libtool=no @AMDEPBACKSLASH@
817
+communication.obj: ./client/communication.c
818
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT communication.obj -MD -MP -MF $(DEPDIR)/communication.Tpo -c -o communication.obj `if test -f './client/communication.c'; then $(CYGPATH_W) './client/communication.c'; else $(CYGPATH_W) '$(srcdir)/./client/communication.c'; fi`
819
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/communication.Tpo $(DEPDIR)/communication.Po
820
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./client/communication.c' object='communication.obj' libtool=no @AMDEPBACKSLASH@
821 821
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
822
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-protocol.obj `if test -f './client/protocol.c'; then $(CYGPATH_W) './client/protocol.c'; else $(CYGPATH_W) '$(srcdir)/./client/protocol.c'; fi`
822
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o communication.obj `if test -f './client/communication.c'; then $(CYGPATH_W) './client/communication.c'; else $(CYGPATH_W) '$(srcdir)/./client/communication.c'; fi`
823 823
 
824
-clamonacc-communication.o: ./client/communication.c
825
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-communication.o -MD -MP -MF $(DEPDIR)/clamonacc-communication.Tpo -c -o clamonacc-communication.o `test -f './client/communication.c' || echo '$(srcdir)/'`./client/communication.c
826
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-communication.Tpo $(DEPDIR)/clamonacc-communication.Po
827
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./client/communication.c' object='clamonacc-communication.o' libtool=no @AMDEPBACKSLASH@
824
+inotif.o: ./inotif/inotif.c
825
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT inotif.o -MD -MP -MF $(DEPDIR)/inotif.Tpo -c -o inotif.o `test -f './inotif/inotif.c' || echo '$(srcdir)/'`./inotif/inotif.c
826
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/inotif.Tpo $(DEPDIR)/inotif.Po
827
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./inotif/inotif.c' object='inotif.o' libtool=no @AMDEPBACKSLASH@
828 828
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
829
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-communication.o `test -f './client/communication.c' || echo '$(srcdir)/'`./client/communication.c
829
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o inotif.o `test -f './inotif/inotif.c' || echo '$(srcdir)/'`./inotif/inotif.c
830 830
 
831
-clamonacc-communication.obj: ./client/communication.c
832
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-communication.obj -MD -MP -MF $(DEPDIR)/clamonacc-communication.Tpo -c -o clamonacc-communication.obj `if test -f './client/communication.c'; then $(CYGPATH_W) './client/communication.c'; else $(CYGPATH_W) '$(srcdir)/./client/communication.c'; fi`
833
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-communication.Tpo $(DEPDIR)/clamonacc-communication.Po
834
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./client/communication.c' object='clamonacc-communication.obj' libtool=no @AMDEPBACKSLASH@
831
+inotif.obj: ./inotif/inotif.c
832
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT inotif.obj -MD -MP -MF $(DEPDIR)/inotif.Tpo -c -o inotif.obj `if test -f './inotif/inotif.c'; then $(CYGPATH_W) './inotif/inotif.c'; else $(CYGPATH_W) '$(srcdir)/./inotif/inotif.c'; fi`
833
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/inotif.Tpo $(DEPDIR)/inotif.Po
834
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./inotif/inotif.c' object='inotif.obj' libtool=no @AMDEPBACKSLASH@
835 835
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
836
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-communication.obj `if test -f './client/communication.c'; then $(CYGPATH_W) './client/communication.c'; else $(CYGPATH_W) '$(srcdir)/./client/communication.c'; fi`
836
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o inotif.obj `if test -f './inotif/inotif.c'; then $(CYGPATH_W) './inotif/inotif.c'; else $(CYGPATH_W) '$(srcdir)/./inotif/inotif.c'; fi`
837 837
 
838
-clamonacc-inotif.o: ./inotif/inotif.c
839
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-inotif.o -MD -MP -MF $(DEPDIR)/clamonacc-inotif.Tpo -c -o clamonacc-inotif.o `test -f './inotif/inotif.c' || echo '$(srcdir)/'`./inotif/inotif.c
840
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-inotif.Tpo $(DEPDIR)/clamonacc-inotif.Po
841
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./inotif/inotif.c' object='clamonacc-inotif.o' libtool=no @AMDEPBACKSLASH@
838
+fanotif.o: ./fanotif/fanotif.c
839
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fanotif.o -MD -MP -MF $(DEPDIR)/fanotif.Tpo -c -o fanotif.o `test -f './fanotif/fanotif.c' || echo '$(srcdir)/'`./fanotif/fanotif.c
840
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fanotif.Tpo $(DEPDIR)/fanotif.Po
841
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./fanotif/fanotif.c' object='fanotif.o' libtool=no @AMDEPBACKSLASH@
842 842
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
843
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-inotif.o `test -f './inotif/inotif.c' || echo '$(srcdir)/'`./inotif/inotif.c
843
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fanotif.o `test -f './fanotif/fanotif.c' || echo '$(srcdir)/'`./fanotif/fanotif.c
844 844
 
845
-clamonacc-inotif.obj: ./inotif/inotif.c
846
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-inotif.obj -MD -MP -MF $(DEPDIR)/clamonacc-inotif.Tpo -c -o clamonacc-inotif.obj `if test -f './inotif/inotif.c'; then $(CYGPATH_W) './inotif/inotif.c'; else $(CYGPATH_W) '$(srcdir)/./inotif/inotif.c'; fi`
847
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-inotif.Tpo $(DEPDIR)/clamonacc-inotif.Po
848
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./inotif/inotif.c' object='clamonacc-inotif.obj' libtool=no @AMDEPBACKSLASH@
845
+fanotif.obj: ./fanotif/fanotif.c
846
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fanotif.obj -MD -MP -MF $(DEPDIR)/fanotif.Tpo -c -o fanotif.obj `if test -f './fanotif/fanotif.c'; then $(CYGPATH_W) './fanotif/fanotif.c'; else $(CYGPATH_W) '$(srcdir)/./fanotif/fanotif.c'; fi`
847
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fanotif.Tpo $(DEPDIR)/fanotif.Po
848
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./fanotif/fanotif.c' object='fanotif.obj' libtool=no @AMDEPBACKSLASH@
849 849
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
850
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-inotif.obj `if test -f './inotif/inotif.c'; then $(CYGPATH_W) './inotif/inotif.c'; else $(CYGPATH_W) '$(srcdir)/./inotif/inotif.c'; fi`
850
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fanotif.obj `if test -f './fanotif/fanotif.c'; then $(CYGPATH_W) './fanotif/fanotif.c'; else $(CYGPATH_W) '$(srcdir)/./fanotif/fanotif.c'; fi`
851 851
 
852
-clamonacc-fanotif.o: ./fanotif/fanotif.c
853
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-fanotif.o -MD -MP -MF $(DEPDIR)/clamonacc-fanotif.Tpo -c -o clamonacc-fanotif.o `test -f './fanotif/fanotif.c' || echo '$(srcdir)/'`./fanotif/fanotif.c
854
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-fanotif.Tpo $(DEPDIR)/clamonacc-fanotif.Po
855
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./fanotif/fanotif.c' object='clamonacc-fanotif.o' libtool=no @AMDEPBACKSLASH@
852
+hash.o: ./inotif/hash.c
853
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hash.o -MD -MP -MF $(DEPDIR)/hash.Tpo -c -o hash.o `test -f './inotif/hash.c' || echo '$(srcdir)/'`./inotif/hash.c
854
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/hash.Tpo $(DEPDIR)/hash.Po
855
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./inotif/hash.c' object='hash.o' libtool=no @AMDEPBACKSLASH@
856 856
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
857
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-fanotif.o `test -f './fanotif/fanotif.c' || echo '$(srcdir)/'`./fanotif/fanotif.c
857
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hash.o `test -f './inotif/hash.c' || echo '$(srcdir)/'`./inotif/hash.c
858 858
 
859
-clamonacc-fanotif.obj: ./fanotif/fanotif.c
860
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-fanotif.obj -MD -MP -MF $(DEPDIR)/clamonacc-fanotif.Tpo -c -o clamonacc-fanotif.obj `if test -f './fanotif/fanotif.c'; then $(CYGPATH_W) './fanotif/fanotif.c'; else $(CYGPATH_W) '$(srcdir)/./fanotif/fanotif.c'; fi`
861
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-fanotif.Tpo $(DEPDIR)/clamonacc-fanotif.Po
862
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./fanotif/fanotif.c' object='clamonacc-fanotif.obj' libtool=no @AMDEPBACKSLASH@
859
+hash.obj: ./inotif/hash.c
860
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hash.obj -MD -MP -MF $(DEPDIR)/hash.Tpo -c -o hash.obj `if test -f './inotif/hash.c'; then $(CYGPATH_W) './inotif/hash.c'; else $(CYGPATH_W) '$(srcdir)/./inotif/hash.c'; fi`
861
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/hash.Tpo $(DEPDIR)/hash.Po
862
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./inotif/hash.c' object='hash.obj' libtool=no @AMDEPBACKSLASH@
863 863
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
864
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-fanotif.obj `if test -f './fanotif/fanotif.c'; then $(CYGPATH_W) './fanotif/fanotif.c'; else $(CYGPATH_W) '$(srcdir)/./fanotif/fanotif.c'; fi`
864
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hash.obj `if test -f './inotif/hash.c'; then $(CYGPATH_W) './inotif/hash.c'; else $(CYGPATH_W) '$(srcdir)/./inotif/hash.c'; fi`
865 865
 
866
-clamonacc-hash.o: ./inotif/hash.c
867
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-hash.o -MD -MP -MF $(DEPDIR)/clamonacc-hash.Tpo -c -o clamonacc-hash.o `test -f './inotif/hash.c' || echo '$(srcdir)/'`./inotif/hash.c
868
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-hash.Tpo $(DEPDIR)/clamonacc-hash.Po
869
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./inotif/hash.c' object='clamonacc-hash.o' libtool=no @AMDEPBACKSLASH@
866
+utils.o: ./misc/utils.c
867
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utils.o -MD -MP -MF $(DEPDIR)/utils.Tpo -c -o utils.o `test -f './misc/utils.c' || echo '$(srcdir)/'`./misc/utils.c
868
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/utils.Tpo $(DEPDIR)/utils.Po
869
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./misc/utils.c' object='utils.o' libtool=no @AMDEPBACKSLASH@
870 870
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
871
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-hash.o `test -f './inotif/hash.c' || echo '$(srcdir)/'`./inotif/hash.c
871
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utils.o `test -f './misc/utils.c' || echo '$(srcdir)/'`./misc/utils.c
872 872
 
873
-clamonacc-hash.obj: ./inotif/hash.c
874
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-hash.obj -MD -MP -MF $(DEPDIR)/clamonacc-hash.Tpo -c -o clamonacc-hash.obj `if test -f './inotif/hash.c'; then $(CYGPATH_W) './inotif/hash.c'; else $(CYGPATH_W) '$(srcdir)/./inotif/hash.c'; fi`
875
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-hash.Tpo $(DEPDIR)/clamonacc-hash.Po
876
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./inotif/hash.c' object='clamonacc-hash.obj' libtool=no @AMDEPBACKSLASH@
873
+utils.obj: ./misc/utils.c
874
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utils.obj -MD -MP -MF $(DEPDIR)/utils.Tpo -c -o utils.obj `if test -f './misc/utils.c'; then $(CYGPATH_W) './misc/utils.c'; else $(CYGPATH_W) '$(srcdir)/./misc/utils.c'; fi`
875
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/utils.Tpo $(DEPDIR)/utils.Po
876
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./misc/utils.c' object='utils.obj' libtool=no @AMDEPBACKSLASH@
877 877
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
878
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-hash.obj `if test -f './inotif/hash.c'; then $(CYGPATH_W) './inotif/hash.c'; else $(CYGPATH_W) '$(srcdir)/./inotif/hash.c'; fi`
878
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utils.obj `if test -f './misc/utils.c'; then $(CYGPATH_W) './misc/utils.c'; else $(CYGPATH_W) '$(srcdir)/./misc/utils.c'; fi`
879 879
 
880
-clamonacc-utils.o: ./misc/utils.c
881
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-utils.o -MD -MP -MF $(DEPDIR)/clamonacc-utils.Tpo -c -o clamonacc-utils.o `test -f './misc/utils.c' || echo '$(srcdir)/'`./misc/utils.c
882
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-utils.Tpo $(DEPDIR)/clamonacc-utils.Po
883
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./misc/utils.c' object='clamonacc-utils.o' libtool=no @AMDEPBACKSLASH@
880
+thread.o: ./scan/thread.c
881
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread.o -MD -MP -MF $(DEPDIR)/thread.Tpo -c -o thread.o `test -f './scan/thread.c' || echo '$(srcdir)/'`./scan/thread.c
882
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Po
883
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./scan/thread.c' object='thread.o' libtool=no @AMDEPBACKSLASH@
884 884
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
885
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-utils.o `test -f './misc/utils.c' || echo '$(srcdir)/'`./misc/utils.c
885
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread.o `test -f './scan/thread.c' || echo '$(srcdir)/'`./scan/thread.c
886 886
 
887
-clamonacc-utils.obj: ./misc/utils.c
888
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-utils.obj -MD -MP -MF $(DEPDIR)/clamonacc-utils.Tpo -c -o clamonacc-utils.obj `if test -f './misc/utils.c'; then $(CYGPATH_W) './misc/utils.c'; else $(CYGPATH_W) '$(srcdir)/./misc/utils.c'; fi`
889
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-utils.Tpo $(DEPDIR)/clamonacc-utils.Po
890
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./misc/utils.c' object='clamonacc-utils.obj' libtool=no @AMDEPBACKSLASH@
887
+thread.obj: ./scan/thread.c
888
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thread.obj -MD -MP -MF $(DEPDIR)/thread.Tpo -c -o thread.obj `if test -f './scan/thread.c'; then $(CYGPATH_W) './scan/thread.c'; else $(CYGPATH_W) '$(srcdir)/./scan/thread.c'; fi`
889
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/thread.Tpo $(DEPDIR)/thread.Po
890
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./scan/thread.c' object='thread.obj' libtool=no @AMDEPBACKSLASH@
891 891
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
892
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-utils.obj `if test -f './misc/utils.c'; then $(CYGPATH_W) './misc/utils.c'; else $(CYGPATH_W) '$(srcdir)/./misc/utils.c'; fi`
892
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thread.obj `if test -f './scan/thread.c'; then $(CYGPATH_W) './scan/thread.c'; else $(CYGPATH_W) '$(srcdir)/./scan/thread.c'; fi`
893 893
 
894
-clamonacc-thread.o: ./scan/thread.c
895
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-thread.o -MD -MP -MF $(DEPDIR)/clamonacc-thread.Tpo -c -o clamonacc-thread.o `test -f './scan/thread.c' || echo '$(srcdir)/'`./scan/thread.c
896
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-thread.Tpo $(DEPDIR)/clamonacc-thread.Po
897
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./scan/thread.c' object='clamonacc-thread.o' libtool=no @AMDEPBACKSLASH@
894
+queue.o: ./scan/queue.c
895
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT queue.o -MD -MP -MF $(DEPDIR)/queue.Tpo -c -o queue.o `test -f './scan/queue.c' || echo '$(srcdir)/'`./scan/queue.c
896
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/queue.Tpo $(DEPDIR)/queue.Po
897
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./scan/queue.c' object='queue.o' libtool=no @AMDEPBACKSLASH@
898 898
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
899
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-thread.o `test -f './scan/thread.c' || echo '$(srcdir)/'`./scan/thread.c
899
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o queue.o `test -f './scan/queue.c' || echo '$(srcdir)/'`./scan/queue.c
900 900
 
901
-clamonacc-thread.obj: ./scan/thread.c
902
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-thread.obj -MD -MP -MF $(DEPDIR)/clamonacc-thread.Tpo -c -o clamonacc-thread.obj `if test -f './scan/thread.c'; then $(CYGPATH_W) './scan/thread.c'; else $(CYGPATH_W) '$(srcdir)/./scan/thread.c'; fi`
903
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-thread.Tpo $(DEPDIR)/clamonacc-thread.Po
904
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./scan/thread.c' object='clamonacc-thread.obj' libtool=no @AMDEPBACKSLASH@
901
+queue.obj: ./scan/queue.c
902
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT queue.obj -MD -MP -MF $(DEPDIR)/queue.Tpo -c -o queue.obj `if test -f './scan/queue.c'; then $(CYGPATH_W) './scan/queue.c'; else $(CYGPATH_W) '$(srcdir)/./scan/queue.c'; fi`
903
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/queue.Tpo $(DEPDIR)/queue.Po
904
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./scan/queue.c' object='queue.obj' libtool=no @AMDEPBACKSLASH@
905 905
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
906
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-thread.obj `if test -f './scan/thread.c'; then $(CYGPATH_W) './scan/thread.c'; else $(CYGPATH_W) '$(srcdir)/./scan/thread.c'; fi`
906
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o queue.obj `if test -f './scan/queue.c'; then $(CYGPATH_W) './scan/queue.c'; else $(CYGPATH_W) '$(srcdir)/./scan/queue.c'; fi`
907 907
 
908
-clamonacc-queue.o: ./scan/queue.c
909
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-queue.o -MD -MP -MF $(DEPDIR)/clamonacc-queue.Tpo -c -o clamonacc-queue.o `test -f './scan/queue.c' || echo '$(srcdir)/'`./scan/queue.c
910
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-queue.Tpo $(DEPDIR)/clamonacc-queue.Po
911
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./scan/queue.c' object='clamonacc-queue.o' libtool=no @AMDEPBACKSLASH@
908
+thpool.o: ./c-thread-pool/thpool.c
909
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thpool.o -MD -MP -MF $(DEPDIR)/thpool.Tpo -c -o thpool.o `test -f './c-thread-pool/thpool.c' || echo '$(srcdir)/'`./c-thread-pool/thpool.c
910
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/thpool.Tpo $(DEPDIR)/thpool.Po
911
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./c-thread-pool/thpool.c' object='thpool.o' libtool=no @AMDEPBACKSLASH@
912 912
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
913
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-queue.o `test -f './scan/queue.c' || echo '$(srcdir)/'`./scan/queue.c
913
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thpool.o `test -f './c-thread-pool/thpool.c' || echo '$(srcdir)/'`./c-thread-pool/thpool.c
914 914
 
915
-clamonacc-queue.obj: ./scan/queue.c
916
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-queue.obj -MD -MP -MF $(DEPDIR)/clamonacc-queue.Tpo -c -o clamonacc-queue.obj `if test -f './scan/queue.c'; then $(CYGPATH_W) './scan/queue.c'; else $(CYGPATH_W) '$(srcdir)/./scan/queue.c'; fi`
917
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-queue.Tpo $(DEPDIR)/clamonacc-queue.Po
918
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./scan/queue.c' object='clamonacc-queue.obj' libtool=no @AMDEPBACKSLASH@
915
+thpool.obj: ./c-thread-pool/thpool.c
916
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT thpool.obj -MD -MP -MF $(DEPDIR)/thpool.Tpo -c -o thpool.obj `if test -f './c-thread-pool/thpool.c'; then $(CYGPATH_W) './c-thread-pool/thpool.c'; else $(CYGPATH_W) '$(srcdir)/./c-thread-pool/thpool.c'; fi`
917
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/thpool.Tpo $(DEPDIR)/thpool.Po
918
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./c-thread-pool/thpool.c' object='thpool.obj' libtool=no @AMDEPBACKSLASH@
919 919
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
920
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-queue.obj `if test -f './scan/queue.c'; then $(CYGPATH_W) './scan/queue.c'; else $(CYGPATH_W) '$(srcdir)/./scan/queue.c'; fi`
920
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o thpool.obj `if test -f './c-thread-pool/thpool.c'; then $(CYGPATH_W) './c-thread-pool/thpool.c'; else $(CYGPATH_W) '$(srcdir)/./c-thread-pool/thpool.c'; fi`
921 921
 
922
-clamonacc-thpool.o: ./c-thread-pool/thpool.c
923
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-thpool.o -MD -MP -MF $(DEPDIR)/clamonacc-thpool.Tpo -c -o clamonacc-thpool.o `test -f './c-thread-pool/thpool.c' || echo '$(srcdir)/'`./c-thread-pool/thpool.c
924
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-thpool.Tpo $(DEPDIR)/clamonacc-thpool.Po
925
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./c-thread-pool/thpool.c' object='clamonacc-thpool.o' libtool=no @AMDEPBACKSLASH@
922
+fts.o: ./misc/fts.c
923
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fts.o -MD -MP -MF $(DEPDIR)/fts.Tpo -c -o fts.o `test -f './misc/fts.c' || echo '$(srcdir)/'`./misc/fts.c
924
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fts.Tpo $(DEPDIR)/fts.Po
925
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./misc/fts.c' object='fts.o' libtool=no @AMDEPBACKSLASH@
926 926
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
927
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-thpool.o `test -f './c-thread-pool/thpool.c' || echo '$(srcdir)/'`./c-thread-pool/thpool.c
927
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fts.o `test -f './misc/fts.c' || echo '$(srcdir)/'`./misc/fts.c
928 928
 
929
-clamonacc-thpool.obj: ./c-thread-pool/thpool.c
930
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-thpool.obj -MD -MP -MF $(DEPDIR)/clamonacc-thpool.Tpo -c -o clamonacc-thpool.obj `if test -f './c-thread-pool/thpool.c'; then $(CYGPATH_W) './c-thread-pool/thpool.c'; else $(CYGPATH_W) '$(srcdir)/./c-thread-pool/thpool.c'; fi`
931
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-thpool.Tpo $(DEPDIR)/clamonacc-thpool.Po
932
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./c-thread-pool/thpool.c' object='clamonacc-thpool.obj' libtool=no @AMDEPBACKSLASH@
929
+fts.obj: ./misc/fts.c
930
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fts.obj -MD -MP -MF $(DEPDIR)/fts.Tpo -c -o fts.obj `if test -f './misc/fts.c'; then $(CYGPATH_W) './misc/fts.c'; else $(CYGPATH_W) '$(srcdir)/./misc/fts.c'; fi`
931
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fts.Tpo $(DEPDIR)/fts.Po
932
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./misc/fts.c' object='fts.obj' libtool=no @AMDEPBACKSLASH@
933 933
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
934
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-thpool.obj `if test -f './c-thread-pool/thpool.c'; then $(CYGPATH_W) './c-thread-pool/thpool.c'; else $(CYGPATH_W) '$(srcdir)/./c-thread-pool/thpool.c'; fi`
935
-
936
-clamonacc-fts.o: ./misc/fts.c
937
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-fts.o -MD -MP -MF $(DEPDIR)/clamonacc-fts.Tpo -c -o clamonacc-fts.o `test -f './misc/fts.c' || echo '$(srcdir)/'`./misc/fts.c
938
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-fts.Tpo $(DEPDIR)/clamonacc-fts.Po
939
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./misc/fts.c' object='clamonacc-fts.o' libtool=no @AMDEPBACKSLASH@
940
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
941
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-fts.o `test -f './misc/fts.c' || echo '$(srcdir)/'`./misc/fts.c
942
-
943
-clamonacc-fts.obj: ./misc/fts.c
944
-@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -MT clamonacc-fts.obj -MD -MP -MF $(DEPDIR)/clamonacc-fts.Tpo -c -o clamonacc-fts.obj `if test -f './misc/fts.c'; then $(CYGPATH_W) './misc/fts.c'; else $(CYGPATH_W) '$(srcdir)/./misc/fts.c'; fi`
945
-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamonacc-fts.Tpo $(DEPDIR)/clamonacc-fts.Po
946
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./misc/fts.c' object='clamonacc-fts.obj' libtool=no @AMDEPBACKSLASH@
947
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
948
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(clamonacc_CPPFLAGS) $(CPPFLAGS) $(clamonacc_CFLAGS) $(CFLAGS) -c -o clamonacc-fts.obj `if test -f './misc/fts.c'; then $(CYGPATH_W) './misc/fts.c'; else $(CYGPATH_W) '$(srcdir)/./misc/fts.c'; fi`
934
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fts.obj `if test -f './misc/fts.c'; then $(CYGPATH_W) './misc/fts.c'; else $(CYGPATH_W) '$(srcdir)/./misc/fts.c'; fi`
949 935
 
950 936
 mostlyclean-libtool:
951 937
 	-rm -f *.lo