Browse code

libfreshclam - fix distclean target.

Steven Morgan authored on 2016/03/15 01:26:12
Showing 4 changed files
... ...
@@ -23959,8 +23959,6 @@ fi
23959 23959
 
23960 23960
 
23961 23961
 if test "$enable_libfreshclam" = "yes"; then
23962
-  ac_config_files="$ac_config_files libfreshclam/Makefile"
23963
-
23964 23962
 
23965 23963
 $as_echo "#define ENABLE_LIBFRESHCLAM 1" >>confdefs.h
23966 23964
 
... ...
@@ -23974,7 +23972,7 @@ else
23974 23974
 fi
23975 23975
 
23976 23976
 
23977
-ac_config_files="$ac_config_files clamscan/Makefile database/Makefile docs/Makefile clamd/Makefile clamd/clamav-daemon.service clamd/clamav-daemon.socket clamdscan/Makefile clamsubmit/Makefile clamav-milter/Makefile freshclam/clamav-freshclam.service freshclam/Makefile sigtool/Makefile clamconf/Makefile etc/Makefile test/Makefile unit_tests/Makefile clamdtop/Makefile clambc/Makefile Makefile clamav-config libclamav.pc platform.h docs/man/clamav-milter.8 docs/man/clamav-milter.conf.5 docs/man/clambc.1 docs/man/clamconf.1 docs/man/clamd.8 docs/man/clamd.conf.5 docs/man/clamdscan.1 docs/man/clamscan.1 docs/man/freshclam.1 docs/man/freshclam.conf.5 docs/man/sigtool.1 docs/man/clamdtop.1 docs/man/clamsubmit.1"
23977
+ac_config_files="$ac_config_files clamscan/Makefile database/Makefile docs/Makefile clamd/Makefile clamd/clamav-daemon.service clamd/clamav-daemon.socket clamdscan/Makefile clamsubmit/Makefile clamav-milter/Makefile freshclam/clamav-freshclam.service freshclam/Makefile sigtool/Makefile clamconf/Makefile etc/Makefile test/Makefile unit_tests/Makefile clamdtop/Makefile clambc/Makefile libfreshclam/Makefile Makefile clamav-config libclamav.pc platform.h docs/man/clamav-milter.8 docs/man/clamav-milter.conf.5 docs/man/clambc.1 docs/man/clamconf.1 docs/man/clamd.8 docs/man/clamd.conf.5 docs/man/clamdscan.1 docs/man/clamscan.1 docs/man/freshclam.1 docs/man/freshclam.conf.5 docs/man/sigtool.1 docs/man/clamdtop.1 docs/man/clamsubmit.1"
23978 23978
 
23979 23979
 
23980 23980
 cat >confcache <<\_ACEOF
... ...
@@ -25076,7 +25074,6 @@ do
25076 25076
     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
25077 25077
     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
25078 25078
     "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
25079
-    "libfreshclam/Makefile") CONFIG_FILES="$CONFIG_FILES libfreshclam/Makefile" ;;
25080 25079
     "clamscan/Makefile") CONFIG_FILES="$CONFIG_FILES clamscan/Makefile" ;;
25081 25080
     "database/Makefile") CONFIG_FILES="$CONFIG_FILES database/Makefile" ;;
25082 25081
     "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
... ...
@@ -25095,6 +25092,7 @@ do
25095 25095
     "unit_tests/Makefile") CONFIG_FILES="$CONFIG_FILES unit_tests/Makefile" ;;
25096 25096
     "clamdtop/Makefile") CONFIG_FILES="$CONFIG_FILES clamdtop/Makefile" ;;
25097 25097
     "clambc/Makefile") CONFIG_FILES="$CONFIG_FILES clambc/Makefile" ;;
25098
+    "libfreshclam/Makefile") CONFIG_FILES="$CONFIG_FILES libfreshclam/Makefile" ;;
25098 25099
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
25099 25100
     "clamav-config") CONFIG_FILES="$CONFIG_FILES clamav-config" ;;
25100 25101
     "libclamav.pc") CONFIG_FILES="$CONFIG_FILES libclamav.pc" ;;
... ...
@@ -27672,7 +27670,6 @@ do
27672 27672
     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
27673 27673
     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
27674 27674
     "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
27675
-    "libfreshclam/Makefile") CONFIG_FILES="$CONFIG_FILES libfreshclam/Makefile" ;;
27676 27675
     "clamscan/Makefile") CONFIG_FILES="$CONFIG_FILES clamscan/Makefile" ;;
27677 27676
     "database/Makefile") CONFIG_FILES="$CONFIG_FILES database/Makefile" ;;
27678 27677
     "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
... ...
@@ -27691,6 +27688,7 @@ do
27691 27691
     "unit_tests/Makefile") CONFIG_FILES="$CONFIG_FILES unit_tests/Makefile" ;;
27692 27692
     "clamdtop/Makefile") CONFIG_FILES="$CONFIG_FILES clamdtop/Makefile" ;;
27693 27693
     "clambc/Makefile") CONFIG_FILES="$CONFIG_FILES clambc/Makefile" ;;
27694
+    "libfreshclam/Makefile") CONFIG_FILES="$CONFIG_FILES libfreshclam/Makefile" ;;
27694 27695
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27695 27696
     "clamav-config") CONFIG_FILES="$CONFIG_FILES clamav-config" ;;
27696 27697
     "libclamav.pc") CONFIG_FILES="$CONFIG_FILES libclamav.pc" ;;
... ...
@@ -140,7 +140,6 @@ AC_ARG_ENABLE([libfreshclam],
140 140
                           enable_libfreshclam=$enableval, enable_libfreshclam="no")
141 141
 
142 142
 if test "$enable_libfreshclam" = "yes"; then
143
-  AC_CONFIG_FILES([libfreshclam/Makefile])
144 143
   AC_DEFINE([ENABLE_LIBFRESHCLAM],1,[enable libfreshclam])
145 144
 fi
146 145
 AM_CONDITIONAL([ENABLE_LIBFRESHCLAM], [test "$enable_libfreshclam" = "yes"])
... ...
@@ -164,6 +163,7 @@ test/Makefile
164 164
 unit_tests/Makefile
165 165
 clamdtop/Makefile
166 166
 clambc/Makefile
167
+libfreshclam/Makefile
167 168
 Makefile
168 169
 clamav-config
169 170
 libclamav.pc
... ...
@@ -54,3 +54,4 @@ AM_CFLAGS=@WERR_CFLAGS@
54 54
 DEFS = @DEFS@ -DCL_NOTHREADS
55 55
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav @SSL_CPPFLAGS@ @FRESHCLAM_CPPFLAGS@  @JSON_CPPFLAGS@
56 56
 
57
+CLEANFILES=*.gcda *.gcno
57 58
new file mode 100644
... ...
@@ -0,0 +1,862 @@
0
+# Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
5
+# Foundation, 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
+#
18
+#  Copyright (C) 2015 Cisco Systems
19
+#
20
+#  This program is free software; you can redistribute it and/or modify
21
+#  it under the terms of the GNU General Public License as published by
22
+#  the Free Software Foundation; either version 2 of the License, or
23
+#  (at your option) any later version.
24
+#
25
+#  This program is distributed in the hope that it will be useful,
26
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28
+#  GNU General Public License for more details.
29
+#
30
+#  You should have received a copy of the GNU General Public License
31
+#  along with this program; if not, write to the Free Software
32
+#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
33
+#  MA 02110-1301, USA.
34
+
35
+VPATH = @srcdir@
36
+pkgdatadir = $(datadir)/@PACKAGE@
37
+pkgincludedir = $(includedir)/@PACKAGE@
38
+pkglibdir = $(libdir)/@PACKAGE@
39
+pkglibexecdir = $(libexecdir)/@PACKAGE@
40
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41
+install_sh_DATA = $(install_sh) -c -m 644
42
+install_sh_PROGRAM = $(install_sh) -c
43
+install_sh_SCRIPT = $(install_sh) -c
44
+INSTALL_HEADER = $(INSTALL_DATA)
45
+transform = $(program_transform_name)
46
+NORMAL_INSTALL = :
47
+PRE_INSTALL = :
48
+POST_INSTALL = :
49
+NORMAL_UNINSTALL = :
50
+PRE_UNINSTALL = :
51
+POST_UNINSTALL = :
52
+build_triplet = @build@
53
+host_triplet = @host@
54
+target_triplet = @target@
55
+subdir = libfreshclam
56
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
+am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
59
+	$(top_srcdir)/m4/ax_check_uname_syscall.m4 \
60
+	$(top_srcdir)/m4/fdpassing.m4 $(top_srcdir)/m4/lib-ld.m4 \
61
+	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
62
+	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/llvm.m4 \
63
+	$(top_srcdir)/m4/ltargz.m4 $(top_srcdir)/m4/ltdl.m4 \
64
+	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
65
+	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
66
+	$(top_srcdir)/m4/mmap_private.m4 $(top_srcdir)/m4/resolv.m4 \
67
+	$(top_srcdir)/m4/reorganization/version.m4 \
68
+	$(top_srcdir)/m4/reorganization/build_tools.m4 \
69
+	$(top_srcdir)/m4/reorganization/headers.m4 \
70
+	$(top_srcdir)/m4/reorganization/c_options.m4 \
71
+	$(top_srcdir)/m4/reorganization/compiler_checks.m4 \
72
+	$(top_srcdir)/m4/reorganization/linker_checks.m4 \
73
+	$(top_srcdir)/m4/reorganization/code_checks/functions.m4 \
74
+	$(top_srcdir)/m4/reorganization/code_checks/mpool.m4 \
75
+	$(top_srcdir)/m4/reorganization/code_checks/unit_tests.m4 \
76
+	$(top_srcdir)/m4/reorganization/code_checks/coverage.m4 \
77
+	$(top_srcdir)/m4/reorganization/libs/xml.m4 \
78
+	$(top_srcdir)/m4/reorganization/libs/openssl.m4 \
79
+	$(top_srcdir)/m4/reorganization/libs/json.m4 \
80
+	$(top_srcdir)/m4/reorganization/libs/pcre.m4 \
81
+	$(top_srcdir)/m4/reorganization/libs/libz.m4 \
82
+	$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
83
+	$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
84
+	$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
85
+	$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
86
+	$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
87
+	$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
88
+	$(top_srcdir)/m4/reorganization/code_checks/setpgrp.m4 \
89
+	$(top_srcdir)/m4/reorganization/milter/enable.m4 \
90
+	$(top_srcdir)/m4/reorganization/code_checks/iconv.m4 \
91
+	$(top_srcdir)/m4/reorganization/code_checks/pthreads.m4 \
92
+	$(top_srcdir)/m4/reorganization/code_checks/reentrant.m4 \
93
+	$(top_srcdir)/m4/reorganization/utility_checks/id.m4 \
94
+	$(top_srcdir)/m4/reorganization/utility_checks/yp.m4 \
95
+	$(top_srcdir)/m4/reorganization/usergroup.m4 \
96
+	$(top_srcdir)/m4/reorganization/debug.m4 \
97
+	$(top_srcdir)/m4/reorganization/customversion.m4 \
98
+	$(top_srcdir)/m4/reorganization/nocache.m4 \
99
+	$(top_srcdir)/m4/reorganization/dns.m4 \
100
+	$(top_srcdir)/m4/reorganization/bigstack.m4 \
101
+	$(top_srcdir)/m4/reorganization/dbdir.m4 \
102
+	$(top_srcdir)/m4/reorganization/cfgdir.m4 \
103
+	$(top_srcdir)/m4/reorganization/code_checks/in_port_t.m4 \
104
+	$(top_srcdir)/m4/reorganization/code_checks/in_addr_t.m4 \
105
+	$(top_srcdir)/m4/reorganization/os_checks.m4 \
106
+	$(top_srcdir)/m4/reorganization/milter/check.m4 \
107
+	$(top_srcdir)/m4/reorganization/code_checks/pthread_02.m4 \
108
+	$(top_srcdir)/m4/reorganization/code_checks/readdir.m4 \
109
+	$(top_srcdir)/m4/reorganization/code_checks/ctime.m4 \
110
+	$(top_srcdir)/m4/reorganization/code_checks/socklen_t.m4 \
111
+	$(top_srcdir)/m4/reorganization/clamav_user.m4 \
112
+	$(top_srcdir)/m4/reorganization/code_checks/compiler_attribs.m4 \
113
+	$(top_srcdir)/m4/reorganization/code_checks/select.m4 \
114
+	$(top_srcdir)/m4/reorganization/code_checks/stat64.m4 \
115
+	$(top_srcdir)/m4/reorganization/code_checks/shift.m4 \
116
+	$(top_srcdir)/m4/reorganization/code_checks/features.m4 \
117
+	$(top_srcdir)/m4/reorganization/clamdtop.m4 \
118
+	$(top_srcdir)/m4/reorganization/distcheck.m4 \
119
+	$(top_srcdir)/m4/reorganization/llvm.m4 \
120
+	$(top_srcdir)/m4/reorganization/sha_collect.m4 \
121
+	$(top_srcdir)/m4/reorganization/yara.m4 \
122
+	$(top_srcdir)/m4/reorganization/bsd.m4 \
123
+	$(top_srcdir)/m4/reorganization/libs/curl.m4 \
124
+	$(top_srcdir)/m4/reorganization/substitutions.m4 \
125
+	$(top_srcdir)/configure.ac
126
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127
+	$(ACLOCAL_M4)
128
+mkinstalldirs = $(install_sh) -d
129
+CONFIG_HEADER = $(top_builddir)/clamav-config.h
130
+CONFIG_CLEAN_FILES =
131
+CONFIG_CLEAN_VPATH_FILES =
132
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
133
+am__vpath_adj = case $$p in \
134
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
135
+    *) f=$$p;; \
136
+  esac;
137
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
138
+am__install_max = 40
139
+am__nobase_strip_setup = \
140
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
141
+am__nobase_strip = \
142
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
143
+am__nobase_list = $(am__nobase_strip_setup); \
144
+  for p in $$list; do echo "$$p $$p"; done | \
145
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
146
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
147
+    if (++n[$$2] == $(am__install_max)) \
148
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
149
+    END { for (dir in files) print dir, files[dir] }'
150
+am__base_list = \
151
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
152
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
153
+am__uninstall_files_from_dir = { \
154
+  test -z "$$files" \
155
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
156
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
157
+         $(am__cd) "$$dir" && rm -f $$files; }; \
158
+  }
159
+am__installdirs = "$(DESTDIR)$(libdir)"
160
+LTLIBRARIES = $(lib_LTLIBRARIES)
161
+libfreshclam_la_LIBADD =
162
+am_libfreshclam_la_OBJECTS = output.lo optparser.lo getopt.lo misc.lo \
163
+	cdiff.lo tar.lo clamdcom.lo manager.lo notify.lo dns.lo \
164
+	execute.lo nonblock.lo mirman.lo libfreshclam.lo
165
+libfreshclam_la_OBJECTS = $(am_libfreshclam_la_OBJECTS)
166
+AM_V_lt = $(am__v_lt_@AM_V@)
167
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
168
+am__v_lt_0 = --silent
169
+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
170
+depcomp = $(SHELL) $(top_srcdir)/config/depcomp
171
+am__depfiles_maybe = depfiles
172
+am__mv = mv -f
173
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
174
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
175
+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176
+	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
177
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
178
+	$(AM_CFLAGS) $(CFLAGS)
179
+AM_V_CC = $(am__v_CC_@AM_V@)
180
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
181
+am__v_CC_0 = @echo "  CC    " $@;
182
+AM_V_at = $(am__v_at_@AM_V@)
183
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
184
+am__v_at_0 = @
185
+CCLD = $(CC)
186
+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
187
+	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
188
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
189
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
190
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
191
+am__v_CCLD_0 = @echo "  CCLD  " $@;
192
+AM_V_GEN = $(am__v_GEN_@AM_V@)
193
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
194
+am__v_GEN_0 = @echo "  GEN   " $@;
195
+SOURCES = $(libfreshclam_la_SOURCES)
196
+DIST_SOURCES = $(libfreshclam_la_SOURCES)
197
+ETAGS = etags
198
+CTAGS = ctags
199
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200
+ACLOCAL = @ACLOCAL@
201
+AMTAR = @AMTAR@
202
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
203
+AR = @AR@
204
+AUTOCONF = @AUTOCONF@
205
+AUTOHEADER = @AUTOHEADER@
206
+AUTOMAKE = @AUTOMAKE@
207
+AWK = @AWK@
208
+BUILD_CONFIGURE_FLAGS = @BUILD_CONFIGURE_FLAGS@
209
+CC = @CC@
210
+CCDEPMODE = @CCDEPMODE@
211
+CFGDIR = @CFGDIR@
212
+CFLAGS = @CFLAGS@
213
+CHECK_CFLAGS = @CHECK_CFLAGS@
214
+CHECK_CPPFLAGS = @CHECK_CPPFLAGS@
215
+CHECK_LIBS = @CHECK_LIBS@
216
+CLAMAVGROUP = @CLAMAVGROUP@
217
+CLAMAVUSER = @CLAMAVUSER@
218
+CLAMAV_MILTER_CPPFLAGS = @CLAMAV_MILTER_CPPFLAGS@
219
+CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
220
+CLAMBC_CPPFLAGS = @CLAMBC_CPPFLAGS@
221
+CLAMBC_LIBS = @CLAMBC_LIBS@
222
+CLAMCONF_CPPFLAGS = @CLAMCONF_CPPFLAGS@
223
+CLAMCONF_LIBS = @CLAMCONF_LIBS@
224
+CLAMDSCAN_CPPFLAGS = @CLAMDSCAN_CPPFLAGS@
225
+CLAMDSCAN_LIBS = @CLAMDSCAN_LIBS@
226
+CLAMDTOP_CPPFLAGS = @CLAMDTOP_CPPFLAGS@
227
+CLAMDTOP_LIBS = @CLAMDTOP_LIBS@
228
+CLAMD_CPPFLAGS = @CLAMD_CPPFLAGS@
229
+CLAMD_LIBS = @CLAMD_LIBS@
230
+CLAMMEM_CPPFLAGS = @CLAMMEM_CPPFLAGS@
231
+CLAMMEM_LIBS = @CLAMMEM_LIBS@
232
+CLAMSCAN_CPPFLAGS = @CLAMSCAN_CPPFLAGS@
233
+CLAMSCAN_LIBS = @CLAMSCAN_LIBS@
234
+CLAMSUBMIT_CFLAGS = @CLAMSUBMIT_CFLAGS@
235
+CLAMSUBMIT_LIBS = @CLAMSUBMIT_LIBS@
236
+CPP = @CPP@
237
+CPPFLAGS = @CPPFLAGS@
238
+CURSES_CPPFLAGS = @CURSES_CPPFLAGS@
239
+CURSES_LIBS = @CURSES_LIBS@
240
+CYGPATH_W = @CYGPATH_W@
241
+DBDIR = @DBDIR@
242
+DEFS = @DEFS@ -DCL_NOTHREADS
243
+DEPDIR = @DEPDIR@
244
+DLLTOOL = @DLLTOOL@
245
+DSYMUTIL = @DSYMUTIL@
246
+DUMPBIN = @DUMPBIN@
247
+ECHO_C = @ECHO_C@
248
+ECHO_N = @ECHO_N@
249
+ECHO_T = @ECHO_T@
250
+EGREP = @EGREP@
251
+EXEEXT = @EXEEXT@
252
+FGREP = @FGREP@
253
+FRESHCLAM_CPPFLAGS = @FRESHCLAM_CPPFLAGS@
254
+FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
255
+GCOV = @GCOV@
256
+GENHTML = @GENHTML@
257
+GETENT = @GETENT@
258
+GPERF = @GPERF@
259
+GREP = @GREP@
260
+HAVE_YARA = @HAVE_YARA@
261
+INCLTDL = @INCLTDL@
262
+INSTALL = @INSTALL@
263
+INSTALL_DATA = @INSTALL_DATA@
264
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
265
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
266
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
267
+JSON_CPPFLAGS = @JSON_CPPFLAGS@
268
+JSON_LDFLAGS = @JSON_LDFLAGS@
269
+JSON_LIBS = @JSON_LIBS@
270
+LCOV = @LCOV@
271
+LD = @LD@
272
+LDFLAGS = @LDFLAGS@
273
+LEX = @LEX@
274
+LEXLIB = @LEXLIB@
275
+LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
276
+LIBADD_DL = @LIBADD_DL@
277
+LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
278
+LIBADD_DLOPEN = @LIBADD_DLOPEN@
279
+LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
280
+LIBBZ2 = @LIBBZ2@
281
+LIBBZ2_PREFIX = @LIBBZ2_PREFIX@
282
+LIBCLAMAV_CPPFLAGS = @LIBCLAMAV_CPPFLAGS@
283
+LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
284
+LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
285
+LIBCLAMSHARED_CPPFLAGS = @LIBCLAMSHARED_CPPFLAGS@
286
+LIBLTDL = @LIBLTDL@
287
+LIBM = @LIBM@
288
+LIBOBJS = @LIBOBJS@
289
+LIBS = @LIBS@
290
+LIBTOOL = @LIBTOOL@
291
+LIPO = @LIPO@
292
+LN_S = @LN_S@
293
+LTDLDEPS = @LTDLDEPS@
294
+LTDLINCL = @LTDLINCL@
295
+LTDLOPEN = @LTDLOPEN@
296
+LTLIBBZ2 = @LTLIBBZ2@
297
+LTLIBOBJS = @LTLIBOBJS@
298
+LT_ARGZ_H = @LT_ARGZ_H@
299
+LT_CONFIG_H = @LT_CONFIG_H@
300
+LT_DLLOADERS = @LT_DLLOADERS@
301
+LT_DLPREOPEN = @LT_DLPREOPEN@
302
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
303
+MAINT = @MAINT@
304
+MAKEINFO = @MAKEINFO@
305
+MANIFEST_TOOL = @MANIFEST_TOOL@
306
+MKDIR_P = @MKDIR_P@
307
+NM = @NM@
308
+NMEDIT = @NMEDIT@
309
+OBJDUMP = @OBJDUMP@
310
+OBJEXT = @OBJEXT@
311
+OTOOL = @OTOOL@
312
+OTOOL64 = @OTOOL64@
313
+PACKAGE = @PACKAGE@
314
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
315
+PACKAGE_NAME = @PACKAGE_NAME@
316
+PACKAGE_STRING = @PACKAGE_STRING@
317
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
318
+PACKAGE_URL = @PACKAGE_URL@
319
+PACKAGE_VERSION = @PACKAGE_VERSION@
320
+PATH_SEPARATOR = @PATH_SEPARATOR@
321
+PCRE_CPPFLAGS = @PCRE_CPPFLAGS@
322
+PCRE_LIBS = @PCRE_LIBS@
323
+PKG_CONFIG = @PKG_CONFIG@
324
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
325
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
326
+RANLIB = @RANLIB@
327
+SED = @SED@
328
+SET_MAKE = @SET_MAKE@
329
+SHELL = @SHELL@
330
+SIGTOOL_CPPFLAGS = @SIGTOOL_CPPFLAGS@
331
+SSL_CPPFLAGS = @SSL_CPPFLAGS@
332
+SSL_LDFLAGS = @SSL_LDFLAGS@
333
+SSL_LIBS = @SSL_LIBS@
334
+STRIP = @STRIP@
335
+SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
336
+SYSTEMD_LIBS = @SYSTEMD_LIBS@
337
+THREAD_LIBS = @THREAD_LIBS@
338
+TH_SAFE = @TH_SAFE@
339
+VERSION = @VERSION@
340
+VERSIONSCRIPTFLAG = @VERSIONSCRIPTFLAG@
341
+WERR_CFLAGS = @WERR_CFLAGS@
342
+WERR_CFLAGS_MILTER = @WERR_CFLAGS_MILTER@
343
+XML_CPPFLAGS = @XML_CPPFLAGS@
344
+XML_LIBS = @XML_LIBS@
345
+YACC = @YACC@
346
+YFLAGS = @YFLAGS@
347
+abs_builddir = @abs_builddir@
348
+abs_srcdir = @abs_srcdir@
349
+abs_top_builddir = @abs_top_builddir@
350
+abs_top_srcdir = @abs_top_srcdir@
351
+ac_ct_AR = @ac_ct_AR@
352
+ac_ct_CC = @ac_ct_CC@
353
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
354
+am__include = @am__include@
355
+am__leading_dot = @am__leading_dot@
356
+am__quote = @am__quote@
357
+am__tar = @am__tar@
358
+am__untar = @am__untar@
359
+bindir = @bindir@
360
+build = @build@
361
+build_alias = @build_alias@
362
+build_cpu = @build_cpu@
363
+build_os = @build_os@
364
+build_vendor = @build_vendor@
365
+builddir = @builddir@
366
+datadir = @datadir@
367
+datarootdir = @datarootdir@
368
+docdir = @docdir@
369
+dvidir = @dvidir@
370
+exec_prefix = @exec_prefix@
371
+host = @host@
372
+host_alias = @host_alias@
373
+host_cpu = @host_cpu@
374
+host_os = @host_os@
375
+host_vendor = @host_vendor@
376
+htmldir = @htmldir@
377
+includedir = @includedir@
378
+infodir = @infodir@
379
+install_sh = @install_sh@
380
+libdir = @libdir@
381
+libexecdir = @libexecdir@
382
+localedir = @localedir@
383
+localstatedir = @localstatedir@
384
+ltdl_LIBOBJS = @ltdl_LIBOBJS@
385
+ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
386
+mandir = @mandir@
387
+mkdir_p = @mkdir_p@
388
+oldincludedir = @oldincludedir@
389
+pcreconfig = @pcreconfig@
390
+pdfdir = @pdfdir@
391
+prefix = @prefix@
392
+program_transform_name = @program_transform_name@
393
+psdir = @psdir@
394
+sbindir = @sbindir@
395
+sharedstatedir = @sharedstatedir@
396
+srcdir = @srcdir@
397
+subdirs = @subdirs@
398
+sys_symbol_underscore = @sys_symbol_underscore@
399
+sysconfdir = @sysconfdir@
400
+systemdsystemunitdir = @systemdsystemunitdir@
401
+target = @target@
402
+target_alias = @target_alias@
403
+target_cpu = @target_cpu@
404
+target_os = @target_os@
405
+target_vendor = @target_vendor@
406
+top_build_prefix = @top_build_prefix@
407
+top_builddir = @top_builddir@
408
+top_srcdir = @top_srcdir@
409
+libfreshclam_la_SOURCES = \
410
+    $(top_srcdir)/shared/output.c \
411
+    $(top_srcdir)/shared/output.h \
412
+    $(top_srcdir)/shared/optparser.c \
413
+    $(top_srcdir)/shared/optparser.h \
414
+    $(top_srcdir)/shared/getopt.c \
415
+    $(top_srcdir)/shared/getopt.h \
416
+    $(top_srcdir)/shared/misc.c \
417
+    $(top_srcdir)/shared/misc.h \
418
+    $(top_srcdir)/shared/cdiff.c \
419
+    $(top_srcdir)/shared/cdiff.h \
420
+    $(top_srcdir)/shared/tar.c \
421
+    $(top_srcdir)/shared/tar.h \
422
+    $(top_srcdir)/shared/clamdcom.c \
423
+    $(top_srcdir)/shared/clamdcom.h \
424
+	$(top_srcdir)/freshclam/freshclamcodes.h \
425
+	$(top_srcdir)/freshclam/manager.c \
426
+	$(top_srcdir)/freshclam/manager.h \
427
+	$(top_srcdir)/freshclam/notify.c \
428
+	$(top_srcdir)/freshclam/notify.h \
429
+	$(top_srcdir)/freshclam/dns.c \
430
+	$(top_srcdir)/freshclam/dns.h \
431
+	$(top_srcdir)/freshclam/execute.c \
432
+	$(top_srcdir)/freshclam/execute.h \
433
+	$(top_srcdir)/freshclam/nonblock.c \
434
+	$(top_srcdir)/freshclam/nonblock.h \
435
+	$(top_srcdir)/freshclam/mirman.c \
436
+	$(top_srcdir)/freshclam/mirman.h \
437
+	libfreshclam.c \
438
+	libfreshclam.h
439
+
440
+lib_LTLIBRARIES = libfreshclam.la
441
+AM_CFLAGS = @WERR_CFLAGS@
442
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav @SSL_CPPFLAGS@ @FRESHCLAM_CPPFLAGS@  @JSON_CPPFLAGS@
443
+CLEANFILES = *.gcda *.gcno
444
+all: all-am
445
+
446
+.SUFFIXES:
447
+.SUFFIXES: .c .lo .o .obj
448
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
449
+	@for dep in $?; do \
450
+	  case '$(am__configure_deps)' in \
451
+	    *$$dep*) \
452
+	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
453
+	        && { if test -f $@; then exit 0; else break; fi; }; \
454
+	      exit 1;; \
455
+	  esac; \
456
+	done; \
457
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libfreshclam/Makefile'; \
458
+	$(am__cd) $(top_srcdir) && \
459
+	  $(AUTOMAKE) --foreign libfreshclam/Makefile
460
+.PRECIOUS: Makefile
461
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
462
+	@case '$?' in \
463
+	  *config.status*) \
464
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
465
+	  *) \
466
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
467
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
468
+	esac;
469
+
470
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
471
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472
+
473
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
474
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
476
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477
+$(am__aclocal_m4_deps):
478
+install-libLTLIBRARIES: $(lib_LTLIBRARIES)
479
+	@$(NORMAL_INSTALL)
480
+	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
481
+	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
482
+	list2=; for p in $$list; do \
483
+	  if test -f $$p; then \
484
+	    list2="$$list2 $$p"; \
485
+	  else :; fi; \
486
+	done; \
487
+	test -z "$$list2" || { \
488
+	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
489
+	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
490
+	}
491
+
492
+uninstall-libLTLIBRARIES:
493
+	@$(NORMAL_UNINSTALL)
494
+	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
495
+	for p in $$list; do \
496
+	  $(am__strip_dir) \
497
+	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
498
+	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
499
+	done
500
+
501
+clean-libLTLIBRARIES:
502
+	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
503
+	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
504
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
505
+	  test "$$dir" != "$$p" || dir=.; \
506
+	  echo "rm -f \"$${dir}/so_locations\""; \
507
+	  rm -f "$${dir}/so_locations"; \
508
+	done
509
+libfreshclam.la: $(libfreshclam_la_OBJECTS) $(libfreshclam_la_DEPENDENCIES) $(EXTRA_libfreshclam_la_DEPENDENCIES) 
510
+	$(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libfreshclam_la_OBJECTS) $(libfreshclam_la_LIBADD) $(LIBS)
511
+
512
+mostlyclean-compile:
513
+	-rm -f *.$(OBJEXT)
514
+
515
+distclean-compile:
516
+	-rm -f *.tab.c
517
+
518
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdiff.Plo@am__quote@
519
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clamdcom.Plo@am__quote@
520
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns.Plo@am__quote@
521
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Plo@am__quote@
522
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Plo@am__quote@
523
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfreshclam.Plo@am__quote@
524
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manager.Plo@am__quote@
525
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mirman.Plo@am__quote@
526
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
527
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nonblock.Plo@am__quote@
528
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notify.Plo@am__quote@
529
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/optparser.Plo@am__quote@
530
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Plo@am__quote@
531
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tar.Plo@am__quote@
532
+
533
+.c.o:
534
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
535
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
536
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
537
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
538
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
539
+
540
+.c.obj:
541
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
542
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
543
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
544
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
545
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
546
+
547
+.c.lo:
548
+@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
549
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
550
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
551
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
552
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
553
+
554
+output.lo: $(top_srcdir)/shared/output.c
555
+@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) $(AM_CFLAGS) $(CFLAGS) -MT output.lo -MD -MP -MF $(DEPDIR)/output.Tpo -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
556
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/output.Tpo $(DEPDIR)/output.Plo
557
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/output.c' object='output.lo' libtool=yes @AMDEPBACKSLASH@
558
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
559
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.lo `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
560
+
561
+optparser.lo: $(top_srcdir)/shared/optparser.c
562
+@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) $(AM_CFLAGS) $(CFLAGS) -MT optparser.lo -MD -MP -MF $(DEPDIR)/optparser.Tpo -c -o optparser.lo `test -f '$(top_srcdir)/shared/optparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/optparser.c
563
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/optparser.Tpo $(DEPDIR)/optparser.Plo
564
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/optparser.c' object='optparser.lo' libtool=yes @AMDEPBACKSLASH@
565
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o optparser.lo `test -f '$(top_srcdir)/shared/optparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/optparser.c
567
+
568
+getopt.lo: $(top_srcdir)/shared/getopt.c
569
+@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) $(AM_CFLAGS) $(CFLAGS) -MT getopt.lo -MD -MP -MF $(DEPDIR)/getopt.Tpo -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
570
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/getopt.Tpo $(DEPDIR)/getopt.Plo
571
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/getopt.c' object='getopt.lo' libtool=yes @AMDEPBACKSLASH@
572
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.lo `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
574
+
575
+misc.lo: $(top_srcdir)/shared/misc.c
576
+@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) $(AM_CFLAGS) $(CFLAGS) -MT misc.lo -MD -MP -MF $(DEPDIR)/misc.Tpo -c -o misc.lo `test -f '$(top_srcdir)/shared/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/misc.c
577
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Plo
578
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/misc.c' object='misc.lo' libtool=yes @AMDEPBACKSLASH@
579
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc.lo `test -f '$(top_srcdir)/shared/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/misc.c
581
+
582
+cdiff.lo: $(top_srcdir)/shared/cdiff.c
583
+@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) $(AM_CFLAGS) $(CFLAGS) -MT cdiff.lo -MD -MP -MF $(DEPDIR)/cdiff.Tpo -c -o cdiff.lo `test -f '$(top_srcdir)/shared/cdiff.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cdiff.c
584
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cdiff.Tpo $(DEPDIR)/cdiff.Plo
585
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/cdiff.c' object='cdiff.lo' libtool=yes @AMDEPBACKSLASH@
586
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
587
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdiff.lo `test -f '$(top_srcdir)/shared/cdiff.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cdiff.c
588
+
589
+tar.lo: $(top_srcdir)/shared/tar.c
590
+@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) $(AM_CFLAGS) $(CFLAGS) -MT tar.lo -MD -MP -MF $(DEPDIR)/tar.Tpo -c -o tar.lo `test -f '$(top_srcdir)/shared/tar.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/tar.c
591
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/tar.Tpo $(DEPDIR)/tar.Plo
592
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/tar.c' object='tar.lo' libtool=yes @AMDEPBACKSLASH@
593
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
594
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tar.lo `test -f '$(top_srcdir)/shared/tar.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/tar.c
595
+
596
+clamdcom.lo: $(top_srcdir)/shared/clamdcom.c
597
+@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) $(AM_CFLAGS) $(CFLAGS) -MT clamdcom.lo -MD -MP -MF $(DEPDIR)/clamdcom.Tpo -c -o clamdcom.lo `test -f '$(top_srcdir)/shared/clamdcom.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/clamdcom.c
598
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/clamdcom.Tpo $(DEPDIR)/clamdcom.Plo
599
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/shared/clamdcom.c' object='clamdcom.lo' libtool=yes @AMDEPBACKSLASH@
600
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clamdcom.lo `test -f '$(top_srcdir)/shared/clamdcom.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/clamdcom.c
602
+
603
+manager.lo: $(top_srcdir)/freshclam/manager.c
604
+@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) $(AM_CFLAGS) $(CFLAGS) -MT manager.lo -MD -MP -MF $(DEPDIR)/manager.Tpo -c -o manager.lo `test -f '$(top_srcdir)/freshclam/manager.c' || echo '$(srcdir)/'`$(top_srcdir)/freshclam/manager.c
605
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/manager.Tpo $(DEPDIR)/manager.Plo
606
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/freshclam/manager.c' object='manager.lo' libtool=yes @AMDEPBACKSLASH@
607
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o manager.lo `test -f '$(top_srcdir)/freshclam/manager.c' || echo '$(srcdir)/'`$(top_srcdir)/freshclam/manager.c
609
+
610
+notify.lo: $(top_srcdir)/freshclam/notify.c
611
+@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) $(AM_CFLAGS) $(CFLAGS) -MT notify.lo -MD -MP -MF $(DEPDIR)/notify.Tpo -c -o notify.lo `test -f '$(top_srcdir)/freshclam/notify.c' || echo '$(srcdir)/'`$(top_srcdir)/freshclam/notify.c
612
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/notify.Tpo $(DEPDIR)/notify.Plo
613
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/freshclam/notify.c' object='notify.lo' libtool=yes @AMDEPBACKSLASH@
614
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o notify.lo `test -f '$(top_srcdir)/freshclam/notify.c' || echo '$(srcdir)/'`$(top_srcdir)/freshclam/notify.c
616
+
617
+dns.lo: $(top_srcdir)/freshclam/dns.c
618
+@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) $(AM_CFLAGS) $(CFLAGS) -MT dns.lo -MD -MP -MF $(DEPDIR)/dns.Tpo -c -o dns.lo `test -f '$(top_srcdir)/freshclam/dns.c' || echo '$(srcdir)/'`$(top_srcdir)/freshclam/dns.c
619
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns.Tpo $(DEPDIR)/dns.Plo
620
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/freshclam/dns.c' object='dns.lo' libtool=yes @AMDEPBACKSLASH@
621
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dns.lo `test -f '$(top_srcdir)/freshclam/dns.c' || echo '$(srcdir)/'`$(top_srcdir)/freshclam/dns.c
623
+
624
+execute.lo: $(top_srcdir)/freshclam/execute.c
625
+@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) $(AM_CFLAGS) $(CFLAGS) -MT execute.lo -MD -MP -MF $(DEPDIR)/execute.Tpo -c -o execute.lo `test -f '$(top_srcdir)/freshclam/execute.c' || echo '$(srcdir)/'`$(top_srcdir)/freshclam/execute.c
626
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/execute.Tpo $(DEPDIR)/execute.Plo
627
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/freshclam/execute.c' object='execute.lo' libtool=yes @AMDEPBACKSLASH@
628
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
629
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o execute.lo `test -f '$(top_srcdir)/freshclam/execute.c' || echo '$(srcdir)/'`$(top_srcdir)/freshclam/execute.c
630
+
631
+nonblock.lo: $(top_srcdir)/freshclam/nonblock.c
632
+@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) $(AM_CFLAGS) $(CFLAGS) -MT nonblock.lo -MD -MP -MF $(DEPDIR)/nonblock.Tpo -c -o nonblock.lo `test -f '$(top_srcdir)/freshclam/nonblock.c' || echo '$(srcdir)/'`$(top_srcdir)/freshclam/nonblock.c
633
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/nonblock.Tpo $(DEPDIR)/nonblock.Plo
634
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/freshclam/nonblock.c' object='nonblock.lo' libtool=yes @AMDEPBACKSLASH@
635
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
636
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o nonblock.lo `test -f '$(top_srcdir)/freshclam/nonblock.c' || echo '$(srcdir)/'`$(top_srcdir)/freshclam/nonblock.c
637
+
638
+mirman.lo: $(top_srcdir)/freshclam/mirman.c
639
+@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) $(AM_CFLAGS) $(CFLAGS) -MT mirman.lo -MD -MP -MF $(DEPDIR)/mirman.Tpo -c -o mirman.lo `test -f '$(top_srcdir)/freshclam/mirman.c' || echo '$(srcdir)/'`$(top_srcdir)/freshclam/mirman.c
640
+@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mirman.Tpo $(DEPDIR)/mirman.Plo
641
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(top_srcdir)/freshclam/mirman.c' object='mirman.lo' libtool=yes @AMDEPBACKSLASH@
642
+@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
643
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mirman.lo `test -f '$(top_srcdir)/freshclam/mirman.c' || echo '$(srcdir)/'`$(top_srcdir)/freshclam/mirman.c
644
+
645
+mostlyclean-libtool:
646
+	-rm -f *.lo
647
+
648
+clean-libtool:
649
+	-rm -rf .libs _libs
650
+
651
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
652
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
653
+	unique=`for i in $$list; do \
654
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
655
+	  done | \
656
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
657
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
658
+	mkid -fID $$unique
659
+tags: TAGS
660
+
661
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
662
+		$(TAGS_FILES) $(LISP)
663
+	set x; \
664
+	here=`pwd`; \
665
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
666
+	unique=`for i in $$list; do \
667
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
668
+	  done | \
669
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
670
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
671
+	shift; \
672
+	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
673
+	  test -n "$$unique" || unique=$$empty_fix; \
674
+	  if test $$# -gt 0; then \
675
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
676
+	      "$$@" $$unique; \
677
+	  else \
678
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
679
+	      $$unique; \
680
+	  fi; \
681
+	fi
682
+ctags: CTAGS
683
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
684
+		$(TAGS_FILES) $(LISP)
685
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
686
+	unique=`for i in $$list; do \
687
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
688
+	  done | \
689
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
690
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
691
+	test -z "$(CTAGS_ARGS)$$unique" \
692
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
693
+	     $$unique
694
+
695
+GTAGS:
696
+	here=`$(am__cd) $(top_builddir) && pwd` \
697
+	  && $(am__cd) $(top_srcdir) \
698
+	  && gtags -i $(GTAGS_ARGS) "$$here"
699
+
700
+distclean-tags:
701
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
702
+
703
+distdir: $(DISTFILES)
704
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
705
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
706
+	list='$(DISTFILES)'; \
707
+	  dist_files=`for file in $$list; do echo $$file; done | \
708
+	  sed -e "s|^$$srcdirstrip/||;t" \
709
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
710
+	case $$dist_files in \
711
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
712
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
713
+			   sort -u` ;; \
714
+	esac; \
715
+	for file in $$dist_files; do \
716
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
717
+	  if test -d $$d/$$file; then \
718
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
719
+	    if test -d "$(distdir)/$$file"; then \
720
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
721
+	    fi; \
722
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
723
+	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
724
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
725
+	    fi; \
726
+	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
727
+	  else \
728
+	    test -f "$(distdir)/$$file" \
729
+	    || cp -p $$d/$$file "$(distdir)/$$file" \
730
+	    || exit 1; \
731
+	  fi; \
732
+	done
733
+check-am: all-am
734
+check: check-am
735
+all-am: Makefile $(LTLIBRARIES)
736
+installdirs:
737
+	for dir in "$(DESTDIR)$(libdir)"; do \
738
+	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
739
+	done
740
+install: install-am
741
+install-exec: install-exec-am
742
+install-data: install-data-am
743
+uninstall: uninstall-am
744
+
745
+install-am: all-am
746
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
747
+
748
+installcheck: installcheck-am
749
+install-strip:
750
+	if test -z '$(STRIP)'; then \
751
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
752
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
753
+	      install; \
754
+	else \
755
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
756
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
757
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
758
+	fi
759
+mostlyclean-generic:
760
+
761
+clean-generic:
762
+	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
763
+
764
+distclean-generic:
765
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
766
+	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
767
+
768
+maintainer-clean-generic:
769
+	@echo "This command is intended for maintainers to use"
770
+	@echo "it deletes files that may require special tools to rebuild."
771
+clean: clean-am
772
+
773
+clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
774
+	mostlyclean-am
775
+
776
+distclean: distclean-am
777
+	-rm -rf ./$(DEPDIR)
778
+	-rm -f Makefile
779
+distclean-am: clean-am distclean-compile distclean-generic \
780
+	distclean-tags
781
+
782
+dvi: dvi-am
783
+
784
+dvi-am:
785
+
786
+html: html-am
787
+
788
+html-am:
789
+
790
+info: info-am
791
+
792
+info-am:
793
+
794
+install-data-am:
795
+
796
+install-dvi: install-dvi-am
797
+
798
+install-dvi-am:
799
+
800
+install-exec-am: install-libLTLIBRARIES
801
+
802
+install-html: install-html-am
803
+
804
+install-html-am:
805
+
806
+install-info: install-info-am
807
+
808
+install-info-am:
809
+
810
+install-man:
811
+
812
+install-pdf: install-pdf-am
813
+
814
+install-pdf-am:
815
+
816
+install-ps: install-ps-am
817
+
818
+install-ps-am:
819
+
820
+installcheck-am:
821
+
822
+maintainer-clean: maintainer-clean-am
823
+	-rm -rf ./$(DEPDIR)
824
+	-rm -f Makefile
825
+maintainer-clean-am: distclean-am maintainer-clean-generic
826
+
827
+mostlyclean: mostlyclean-am
828
+
829
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
830
+	mostlyclean-libtool
831
+
832
+pdf: pdf-am
833
+
834
+pdf-am:
835
+
836
+ps: ps-am
837
+
838
+ps-am:
839
+
840
+uninstall-am: uninstall-libLTLIBRARIES
841
+
842
+.MAKE: install-am install-strip
843
+
844
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
845
+	clean-libLTLIBRARIES clean-libtool ctags distclean \
846
+	distclean-compile distclean-generic distclean-libtool \
847
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
848
+	install install-am install-data install-data-am install-dvi \
849
+	install-dvi-am install-exec install-exec-am install-html \
850
+	install-html-am install-info install-info-am \
851
+	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
852
+	install-ps install-ps-am install-strip installcheck \
853
+	installcheck-am installdirs maintainer-clean \
854
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
855
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
856
+	tags uninstall uninstall-am uninstall-libLTLIBRARIES
857
+
858
+
859
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
860
+# Otherwise a system limit (for SysV at least) may be exceeded.
861
+.NOEXPORT: