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

« back to all changes in this revision

Viewing changes to test/Makefile.in

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
 
install_sh_DATA = $(install_sh) -c -m 644
24
 
install_sh_PROGRAM = $(install_sh) -c
25
 
install_sh_SCRIPT = $(install_sh) -c
26
 
INSTALL_HEADER = $(INSTALL_DATA)
27
 
transform = $(program_transform_name)
28
 
NORMAL_INSTALL = :
29
 
PRE_INSTALL = :
30
 
POST_INSTALL = :
31
 
NORMAL_UNINSTALL = :
32
 
PRE_UNINSTALL = :
33
 
POST_UNINSTALL = :
34
 
build_triplet = @build@
35
 
host_triplet = @host@
36
 
target_triplet = @target@
37
 
subdir = test
38
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
41
 
        $(top_srcdir)/m4/argz.m4 \
42
 
        $(top_srcdir)/m4/ax_check_uname_syscall.m4 \
43
 
        $(top_srcdir)/m4/fdpassing.m4 $(top_srcdir)/m4/lib-ld.m4 \
44
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
45
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/llvm.m4 \
46
 
        $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
47
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
48
 
        $(top_srcdir)/m4/lt~obsolete.m4 \
49
 
        $(top_srcdir)/m4/mmap_private.m4 $(top_srcdir)/m4/resolv.m4 \
50
 
        $(top_srcdir)/configure.in
51
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
 
        $(ACLOCAL_M4)
53
 
mkinstalldirs = $(install_sh) -d
54
 
CONFIG_HEADER = $(top_builddir)/clamav-config.h
55
 
CONFIG_CLEAN_FILES =
56
 
CONFIG_CLEAN_VPATH_FILES =
57
 
AM_V_GEN = $(am__v_GEN_$(V))
58
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
59
 
am__v_GEN_0 = @echo "  GEN   " $@;
60
 
AM_V_at = $(am__v_at_$(V))
61
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
62
 
am__v_at_0 = @
63
 
SOURCES =
64
 
DIST_SOURCES =
65
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66
 
ACLOCAL = @ACLOCAL@
67
 
AMTAR = @AMTAR@
68
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
69
 
AR = @AR@
70
 
ARGZ_H = @ARGZ_H@
71
 
AUTOCONF = @AUTOCONF@
72
 
AUTOHEADER = @AUTOHEADER@
73
 
AUTOMAKE = @AUTOMAKE@
74
 
AWK = @AWK@
75
 
BUILD_CONFIGURE_FLAGS = @BUILD_CONFIGURE_FLAGS@
76
 
CC = @CC@
77
 
CCDEPMODE = @CCDEPMODE@
78
 
CFGDIR = @CFGDIR@
79
 
CFLAGS = @CFLAGS@
80
 
CHECK_CPPFLAGS = @CHECK_CPPFLAGS@
81
 
CHECK_LIBS = @CHECK_LIBS@
82
 
CLAMAVGROUP = @CLAMAVGROUP@
83
 
CLAMAVUSER = @CLAMAVUSER@
84
 
CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
85
 
CLAMDSCAN_LIBS = @CLAMDSCAN_LIBS@
86
 
CLAMD_LIBS = @CLAMD_LIBS@
87
 
CPP = @CPP@
88
 
CPPFLAGS = @CPPFLAGS@
89
 
CURSES_CPPFLAGS = @CURSES_CPPFLAGS@
90
 
CURSES_LIBS = @CURSES_LIBS@
91
 
CYGPATH_W = @CYGPATH_W@
92
 
DBDIR = @DBDIR@
93
 
DEFS = @DEFS@
94
 
DEPDIR = @DEPDIR@
95
 
DSYMUTIL = @DSYMUTIL@
96
 
DUMPBIN = @DUMPBIN@
97
 
ECHO_C = @ECHO_C@
98
 
ECHO_N = @ECHO_N@
99
 
ECHO_T = @ECHO_T@
100
 
EGREP = @EGREP@
101
 
EXEEXT = @EXEEXT@
102
 
FGREP = @FGREP@
103
 
FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
104
 
GCOV = @GCOV@
105
 
GENHTML = @GENHTML@
106
 
GETENT = @GETENT@
107
 
GPERF = @GPERF@
108
 
GREP = @GREP@
109
 
INCLTDL = @INCLTDL@
110
 
INSTALL = @INSTALL@
111
 
INSTALL_DATA = @INSTALL_DATA@
112
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
113
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
114
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115
 
LCOV = @LCOV@
116
 
LD = @LD@
117
 
LDFLAGS = @LDFLAGS@
118
 
LIBADD_DL = @LIBADD_DL@
119
 
LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
120
 
LIBADD_DLOPEN = @LIBADD_DLOPEN@
121
 
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
122
 
LIBBZ2 = @LIBBZ2@
123
 
LIBBZ2_PREFIX = @LIBBZ2_PREFIX@
124
 
LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
125
 
LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
126
 
LIBLTDL = @LIBLTDL@
127
 
LIBM = @LIBM@
128
 
LIBOBJS = @LIBOBJS@
129
 
LIBS = @LIBS@
130
 
LIBTOOL = @LIBTOOL@
131
 
LIPO = @LIPO@
132
 
LN_S = @LN_S@
133
 
LTDLDEPS = @LTDLDEPS@
134
 
LTDLINCL = @LTDLINCL@
135
 
LTDLOPEN = @LTDLOPEN@
136
 
LTLIBBZ2 = @LTLIBBZ2@
137
 
LTLIBOBJS = @LTLIBOBJS@
138
 
LT_CONFIG_H = @LT_CONFIG_H@
139
 
LT_DLLOADERS = @LT_DLLOADERS@
140
 
LT_DLPREOPEN = @LT_DLPREOPEN@
141
 
MAINT = @MAINT@
142
 
MAKEINFO = @MAKEINFO@
143
 
MKDIR_P = @MKDIR_P@
144
 
NM = @NM@
145
 
NMEDIT = @NMEDIT@
146
 
OBJDUMP = @OBJDUMP@
147
 
OBJEXT = @OBJEXT@
148
 
OTOOL = @OTOOL@
149
 
OTOOL64 = @OTOOL64@
150
 
PACKAGE = @PACKAGE@
151
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152
 
PACKAGE_NAME = @PACKAGE_NAME@
153
 
PACKAGE_STRING = @PACKAGE_STRING@
154
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
155
 
PACKAGE_URL = @PACKAGE_URL@
156
 
PACKAGE_VERSION = @PACKAGE_VERSION@
157
 
PATH_SEPARATOR = @PATH_SEPARATOR@
158
 
RANLIB = @RANLIB@
159
 
SED = @SED@
160
 
SET_MAKE = @SET_MAKE@
161
 
SHELL = @SHELL@
162
 
STRIP = @STRIP@
163
 
THREAD_LIBS = @THREAD_LIBS@
164
 
TH_SAFE = @TH_SAFE@
165
 
VERSION = @VERSION@
166
 
VERSIONSCRIPTFLAG = @VERSIONSCRIPTFLAG@
167
 
abs_builddir = @abs_builddir@
168
 
abs_srcdir = @abs_srcdir@
169
 
abs_top_builddir = @abs_top_builddir@
170
 
abs_top_srcdir = @abs_top_srcdir@
171
 
ac_ct_CC = @ac_ct_CC@
172
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
173
 
am__include = @am__include@
174
 
am__leading_dot = @am__leading_dot@
175
 
am__quote = @am__quote@
176
 
am__tar = @am__tar@
177
 
am__untar = @am__untar@
178
 
bindir = @bindir@
179
 
build = @build@
180
 
build_alias = @build_alias@
181
 
build_cpu = @build_cpu@
182
 
build_os = @build_os@
183
 
build_vendor = @build_vendor@
184
 
builddir = @builddir@
185
 
datadir = @datadir@
186
 
datarootdir = @datarootdir@
187
 
docdir = @docdir@
188
 
dvidir = @dvidir@
189
 
exec_prefix = @exec_prefix@
190
 
host = @host@
191
 
host_alias = @host_alias@
192
 
host_cpu = @host_cpu@
193
 
host_os = @host_os@
194
 
host_vendor = @host_vendor@
195
 
htmldir = @htmldir@
196
 
includedir = @includedir@
197
 
infodir = @infodir@
198
 
install_sh = @install_sh@
199
 
libdir = @libdir@
200
 
libexecdir = @libexecdir@
201
 
localedir = @localedir@
202
 
localstatedir = @localstatedir@
203
 
lt_ECHO = @lt_ECHO@
204
 
ltdl_LIBOBJS = @ltdl_LIBOBJS@
205
 
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
206
 
mandir = @mandir@
207
 
mkdir_p = @mkdir_p@
208
 
oldincludedir = @oldincludedir@
209
 
pdfdir = @pdfdir@
210
 
prefix = @prefix@
211
 
program_transform_name = @program_transform_name@
212
 
psdir = @psdir@
213
 
sbindir = @sbindir@
214
 
sharedstatedir = @sharedstatedir@
215
 
srcdir = @srcdir@
216
 
subdirs = @subdirs@
217
 
sys_symbol_underscore = @sys_symbol_underscore@
218
 
sysconfdir = @sysconfdir@
219
 
target = @target@
220
 
target_alias = @target_alias@
221
 
target_cpu = @target_cpu@
222
 
target_os = @target_os@
223
 
target_vendor = @target_vendor@
224
 
top_build_prefix = @top_build_prefix@
225
 
top_builddir = @top_builddir@
226
 
top_srcdir = @top_srcdir@
227
 
FILES = clam-v2.rar clam-v3.rar clam.cab clam.exe.bz2 clam.exe clam.zip \
228
 
        clam.arj clam.exe.rtf clam.exe.szdd clam.tar.gz clam.chm clam.sis \
229
 
        clam-aspack.exe clam-pespin.exe clam-upx.exe clam-fsg.exe clam-mew.exe\
230
 
        clam-nsis.exe clam-petite.exe clam-upack.exe clam-wwpack.exe clam.pdf\
231
 
        clam.mail clam.ppt clam.tnef clam.ea05.exe clam.ea06.exe clam.d64.zip\
232
 
        clam.exe.mbox.base64 clam.exe.mbox.uu clam.exe.binhex clam.ole.doc \
233
 
        clam.impl.zip clam.exe.html clam.bz2.zip clam.bin-be.cpio clam.bin-le.cpio \
234
 
        clam.newc.cpio clam.odc.cpio clam-yc.exe clam_IScab_int.exe \
235
 
        clam_IScab_ext.exe clam_ISmsi_int.exe clam_ISmsi_ext.exe clam.7z clam_cache_emax.tgz
236
 
 
237
 
SPLIT_DIR = $(top_srcdir)/test/.split
238
 
EXTRA_DIST = .split
239
 
all: all-am
240
 
 
241
 
.SUFFIXES:
242
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
243
 
        @for dep in $?; do \
244
 
          case '$(am__configure_deps)' in \
245
 
            *$$dep*) \
246
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
247
 
                && { if test -f $@; then exit 0; else break; fi; }; \
248
 
              exit 1;; \
249
 
          esac; \
250
 
        done; \
251
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
252
 
        $(am__cd) $(top_srcdir) && \
253
 
          $(AUTOMAKE) --foreign test/Makefile
254
 
.PRECIOUS: Makefile
255
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
256
 
        @case '$?' in \
257
 
          *config.status*) \
258
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
259
 
          *) \
260
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
261
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
262
 
        esac;
263
 
 
264
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
265
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
 
 
267
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
268
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
270
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271
 
$(am__aclocal_m4_deps):
272
 
 
273
 
mostlyclean-libtool:
274
 
        -rm -f *.lo
275
 
 
276
 
clean-libtool:
277
 
        -rm -rf .libs _libs
278
 
tags: TAGS
279
 
TAGS:
280
 
 
281
 
ctags: CTAGS
282
 
CTAGS:
283
 
 
284
 
 
285
 
distdir: $(DISTFILES)
286
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
287
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
288
 
        list='$(DISTFILES)'; \
289
 
          dist_files=`for file in $$list; do echo $$file; done | \
290
 
          sed -e "s|^$$srcdirstrip/||;t" \
291
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
292
 
        case $$dist_files in \
293
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
294
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
295
 
                           sort -u` ;; \
296
 
        esac; \
297
 
        for file in $$dist_files; do \
298
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
299
 
          if test -d $$d/$$file; then \
300
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
301
 
            if test -d "$(distdir)/$$file"; then \
302
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
303
 
            fi; \
304
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
305
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
306
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
307
 
            fi; \
308
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
309
 
          else \
310
 
            test -f "$(distdir)/$$file" \
311
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
312
 
            || exit 1; \
313
 
          fi; \
314
 
        done
315
 
check-am: all-am
316
 
check: check-am
317
 
all-am: Makefile
318
 
installdirs:
319
 
install: install-am
320
 
install-exec: install-exec-am
321
 
install-data: install-data-am
322
 
uninstall: uninstall-am
323
 
 
324
 
install-am: all-am
325
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
326
 
 
327
 
installcheck: installcheck-am
328
 
install-strip:
329
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
330
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
331
 
          `test -z '$(STRIP)' || \
332
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
333
 
mostlyclean-generic:
334
 
 
335
 
clean-generic:
336
 
 
337
 
distclean-generic:
338
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
339
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
340
 
 
341
 
maintainer-clean-generic:
342
 
        @echo "This command is intended for maintainers to use"
343
 
        @echo "it deletes files that may require special tools to rebuild."
344
 
clean: clean-am
345
 
 
346
 
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
347
 
 
348
 
distclean: distclean-am
349
 
        -rm -f Makefile
350
 
distclean-am: clean-am distclean-generic
351
 
 
352
 
dvi: dvi-am
353
 
 
354
 
dvi-am:
355
 
 
356
 
html: html-am
357
 
 
358
 
html-am:
359
 
 
360
 
info: info-am
361
 
 
362
 
info-am:
363
 
 
364
 
install-data-am:
365
 
 
366
 
install-dvi: install-dvi-am
367
 
 
368
 
install-dvi-am:
369
 
 
370
 
install-exec-am:
371
 
 
372
 
install-html: install-html-am
373
 
 
374
 
install-html-am:
375
 
 
376
 
install-info: install-info-am
377
 
 
378
 
install-info-am:
379
 
 
380
 
install-man:
381
 
 
382
 
install-pdf: install-pdf-am
383
 
 
384
 
install-pdf-am:
385
 
 
386
 
install-ps: install-ps-am
387
 
 
388
 
install-ps-am:
389
 
 
390
 
installcheck-am:
391
 
 
392
 
maintainer-clean: maintainer-clean-am
393
 
        -rm -f Makefile
394
 
maintainer-clean-am: distclean-am maintainer-clean-generic
395
 
 
396
 
mostlyclean: mostlyclean-am
397
 
 
398
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
399
 
 
400
 
pdf: pdf-am
401
 
 
402
 
pdf-am:
403
 
 
404
 
ps: ps-am
405
 
 
406
 
ps-am:
407
 
 
408
 
uninstall-am:
409
 
 
410
 
.MAKE: install-am install-strip
411
 
 
412
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
413
 
        clean-local distclean distclean-generic distclean-libtool \
414
 
        distdir dvi dvi-am html html-am info info-am install \
415
 
        install-am install-data install-data-am install-dvi \
416
 
        install-dvi-am install-exec install-exec-am install-html \
417
 
        install-html-am install-info install-info-am install-man \
418
 
        install-pdf install-pdf-am install-ps install-ps-am \
419
 
        install-strip installcheck installcheck-am installdirs \
420
 
        maintainer-clean maintainer-clean-generic mostlyclean \
421
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
422
 
        uninstall uninstall-am
423
 
 
424
 
 
425
 
all: $(FILES)
426
 
 
427
 
$(FILES) :
428
 
        cat $(SPLIT_DIR)/split.$@aa $(SPLIT_DIR)/split.$@ab > $@
429
 
 
430
 
clean-local:
431
 
        rm -f $(FILES)
432
 
 
433
 
check: all
434
 
 
435
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
436
 
# Otherwise a system limit (for SysV at least) may be exceeded.
437
 
.NOEXPORT: