|
|
|
@ -15,7 +15,7 @@ |
|
|
|
@SET_MAKE@ |
|
|
|
@SET_MAKE@ |
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Copyright (C) 2002 - 2006 Tomasz Kojm <tkojm@clamav.net>
|
|
|
|
# Copyright (C) 2002 - 2007 Tomasz Kojm <tkojm@clamav.net>
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
@ -72,8 +72,7 @@ PROGRAMS = $(sbin_PROGRAMS) |
|
|
|
am__clamd_SOURCES_DIST = $(top_srcdir)/shared/output.c \
|
|
|
|
am__clamd_SOURCES_DIST = $(top_srcdir)/shared/output.c \
|
|
|
|
$(top_srcdir)/shared/output.h $(top_srcdir)/shared/cfgparser.c \
|
|
|
|
$(top_srcdir)/shared/output.h $(top_srcdir)/shared/cfgparser.c \
|
|
|
|
$(top_srcdir)/shared/cfgparser.h $(top_srcdir)/shared/getopt.c \
|
|
|
|
$(top_srcdir)/shared/cfgparser.h $(top_srcdir)/shared/getopt.c \
|
|
|
|
$(top_srcdir)/shared/getopt.h $(top_srcdir)/shared/memory.c \
|
|
|
|
$(top_srcdir)/shared/getopt.h $(top_srcdir)/shared/misc.c \
|
|
|
|
$(top_srcdir)/shared/memory.h $(top_srcdir)/shared/misc.c \
|
|
|
|
|
|
|
|
$(top_srcdir)/shared/misc.h $(top_srcdir)/shared/network.c \
|
|
|
|
$(top_srcdir)/shared/misc.h $(top_srcdir)/shared/network.c \
|
|
|
|
$(top_srcdir)/shared/network.h $(top_srcdir)/shared/options.c \
|
|
|
|
$(top_srcdir)/shared/network.h $(top_srcdir)/shared/options.c \
|
|
|
|
$(top_srcdir)/shared/options.h clamd.c tcpserver.c tcpserver.h \
|
|
|
|
$(top_srcdir)/shared/options.h clamd.c tcpserver.c tcpserver.h \
|
|
|
|
@ -84,13 +83,12 @@ am__clamd_SOURCES_DIST = $(top_srcdir)/shared/output.c \ |
|
|
|
dazukoio_xp.h shared.h
|
|
|
|
dazukoio_xp.h shared.h
|
|
|
|
@BUILD_CLAMD_TRUE@am_clamd_OBJECTS = output.$(OBJEXT) \
|
|
|
|
@BUILD_CLAMD_TRUE@am_clamd_OBJECTS = output.$(OBJEXT) \
|
|
|
|
@BUILD_CLAMD_TRUE@ cfgparser.$(OBJEXT) getopt.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ cfgparser.$(OBJEXT) getopt.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ memory.$(OBJEXT) misc.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ misc.$(OBJEXT) network.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ network.$(OBJEXT) options.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ options.$(OBJEXT) clamd.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ clamd.$(OBJEXT) tcpserver.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ tcpserver.$(OBJEXT) localserver.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ localserver.$(OBJEXT) session.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ session.$(OBJEXT) thrmgr.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ thrmgr.$(OBJEXT) server-th.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ server-th.$(OBJEXT) scanner.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ scanner.$(OBJEXT) others.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ others.$(OBJEXT) clamuko.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ clamuko.$(OBJEXT) \ |
|
|
|
|
|
|
|
@BUILD_CLAMD_TRUE@ dazukoio_compat12.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ dazukoio_compat12.$(OBJEXT) \ |
|
|
|
@BUILD_CLAMD_TRUE@ dazukoio.$(OBJEXT) |
|
|
|
@BUILD_CLAMD_TRUE@ dazukoio.$(OBJEXT) |
|
|
|
clamd_OBJECTS = $(am_clamd_OBJECTS)
|
|
|
|
clamd_OBJECTS = $(am_clamd_OBJECTS)
|
|
|
|
@ -243,8 +241,6 @@ target_vendor = @target_vendor@ |
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/cfgparser.h \ |
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/cfgparser.h \ |
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/getopt.c \ |
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/getopt.c \ |
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/getopt.h \ |
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/getopt.h \ |
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/memory.c \ |
|
|
|
|
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/memory.h \ |
|
|
|
|
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/misc.c \ |
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/misc.c \ |
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/misc.h \ |
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/misc.h \ |
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/network.c \ |
|
|
|
@BUILD_CLAMD_TRUE@ $(top_srcdir)/shared/network.c \ |
|
|
|
@ -355,7 +351,6 @@ distclean-compile: |
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dazukoio_compat12.Po@am__quote@ |
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dazukoio_compat12.Po@am__quote@ |
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ |
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ |
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localserver.Po@am__quote@ |
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localserver.Po@am__quote@ |
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@ |
|
|
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@ |
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@ |
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network.Po@am__quote@ |
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network.Po@am__quote@ |
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@ |
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@ |
|
|
|
@ -430,20 +425,6 @@ getopt.obj: $(top_srcdir)/shared/getopt.c |
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi` |
|
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi` |
|
|
|
|
|
|
|
|
|
|
|
memory.o: $(top_srcdir)/shared/memory.c |
|
|
|
|
|
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.o -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \ |
|
|
|
|
|
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi |
|
|
|
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
|
|
|
|
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
|
|
|
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
memory.obj: $(top_srcdir)/shared/memory.c |
|
|
|
|
|
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.obj -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`; \ |
|
|
|
|
|
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi |
|
|
|
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
|
|
|
|
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
|
|
|
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
misc.o: $(top_srcdir)/shared/misc.c |
|
|
|
misc.o: $(top_srcdir)/shared/misc.c |
|
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.o -MD -MP -MF "$(DEPDIR)/misc.Tpo" -c -o misc.o `test -f '$(top_srcdir)/shared/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/misc.c; \ |
|
|
|
@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.o -MD -MP -MF "$(DEPDIR)/misc.Tpo" -c -o misc.o `test -f '$(top_srcdir)/shared/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/misc.c; \ |
|
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/misc.Tpo" "$(DEPDIR)/misc.Po"; else rm -f "$(DEPDIR)/misc.Tpo"; exit 1; fi |
|
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/misc.Tpo" "$(DEPDIR)/misc.Po"; else rm -f "$(DEPDIR)/misc.Tpo"; exit 1; fi |
|
|
|
|