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

« back to all changes in this revision

Viewing changes to contrib/phishing/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.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software 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
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = .
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
 
38
host_triplet = @host@
 
39
noinst_PROGRAMS = check_phishing$(EXEEXT)
 
40
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
41
        $(srcdir)/Makefile.in $(srcdir)/test-config.h.in \
 
42
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
43
        config.guess config.sub depcomp install-sh ltmain.sh missing
 
44
subdir = .
 
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
46
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
48
        $(ACLOCAL_M4)
 
49
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
50
 configure.lineno configure.status.lineno
 
51
mkinstalldirs = $(install_sh) -d
 
52
CONFIG_HEADER = test-config.h
 
53
CONFIG_CLEAN_FILES =
 
54
PROGRAMS = $(noinst_PROGRAMS)
 
55
am_check_phishing_OBJECTS = urltest.$(OBJEXT) \
 
56
        regex_list_test.$(OBJEXT) runner.$(OBJEXT) pdomain.$(OBJEXT)
 
57
check_phishing_OBJECTS = $(am_check_phishing_OBJECTS)
 
58
check_phishing_DEPENDENCIES = $(clam_builddir)/libclamav/libclamav.la
 
59
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
60
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
61
am__depfiles_maybe = depfiles
 
62
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
63
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
64
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
65
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
66
        $(AM_CFLAGS) $(CFLAGS)
 
67
CCLD = $(CC)
 
68
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
69
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
70
SOURCES = $(check_phishing_SOURCES)
 
71
DIST_SOURCES = $(check_phishing_SOURCES)
 
72
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
73
        html-recursive info-recursive install-data-recursive \
 
74
        install-exec-recursive install-info-recursive \
 
75
        install-recursive installcheck-recursive installdirs-recursive \
 
76
        pdf-recursive ps-recursive uninstall-info-recursive \
 
77
        uninstall-recursive
 
78
ETAGS = etags
 
79
CTAGS = ctags
 
80
DIST_SUBDIRS = $(SUBDIRS)
 
81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
82
distdir = $(PACKAGE)-$(VERSION)
 
83
top_distdir = $(distdir)
 
84
am__remove_distdir = \
 
85
  { test ! -d $(distdir) \
 
86
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
87
         && rm -fr $(distdir); }; }
 
88
DIST_ARCHIVES = $(distdir).tar.gz
 
89
GZIP_ENV = --best
 
90
distuninstallcheck_listfiles = find . -type f -print
 
91
distcleancheck_listfiles = find . -type f -print
 
92
ACLOCAL = @ACLOCAL@
 
93
AMDEP_FALSE = @AMDEP_FALSE@
 
94
AMDEP_TRUE = @AMDEP_TRUE@
 
95
AMTAR = @AMTAR@
 
96
AR = @AR@
 
97
AUTOCONF = @AUTOCONF@
 
98
AUTOHEADER = @AUTOHEADER@
 
99
AUTOMAKE = @AUTOMAKE@
 
100
AWK = @AWK@
 
101
CC = @CC@
 
102
CCDEPMODE = @CCDEPMODE@
 
103
CFLAGS = @CFLAGS@
 
104
CHECK_CFLAGS = @CHECK_CFLAGS@
 
105
CHECK_LIBS = @CHECK_LIBS@
 
106
CPP = @CPP@
 
107
CPPFLAGS = @CPPFLAGS@
 
108
CXX = @CXX@
 
109
CXXCPP = @CXXCPP@
 
110
CXXDEPMODE = @CXXDEPMODE@
 
111
CXXFLAGS = @CXXFLAGS@
 
112
CYGPATH_W = @CYGPATH_W@
 
113
DEFS = @DEFS@
 
114
DEPDIR = @DEPDIR@
 
115
ECHO = @ECHO@
 
116
ECHO_C = @ECHO_C@
 
117
ECHO_N = @ECHO_N@
 
118
ECHO_T = @ECHO_T@
 
119
EGREP = @EGREP@
 
120
EXEEXT = @EXEEXT@
 
121
F77 = @F77@
 
122
FFLAGS = @FFLAGS@
 
123
GREP = @GREP@
 
124
INSTALL_DATA = @INSTALL_DATA@
 
125
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
126
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
127
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
128
LDFLAGS = @LDFLAGS@
 
129
LIBOBJS = @LIBOBJS@
 
130
LIBS = @LIBS@
 
131
LIBTOOL = @LIBTOOL@
 
132
LN_S = @LN_S@
 
133
LTLIBOBJS = @LTLIBOBJS@
 
134
MAKEINFO = @MAKEINFO@
 
135
OBJEXT = @OBJEXT@
 
136
PACKAGE = @PACKAGE@
 
137
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
138
PACKAGE_NAME = @PACKAGE_NAME@
 
139
PACKAGE_STRING = @PACKAGE_STRING@
 
140
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
141
PACKAGE_VERSION = @PACKAGE_VERSION@
 
142
PATH_SEPARATOR = @PATH_SEPARATOR@
 
143
RANLIB = @RANLIB@
 
144
SET_MAKE = @SET_MAKE@
 
145
SHELL = @SHELL@
 
146
STRIP = @STRIP@
 
147
VERSION = @VERSION@
 
148
ac_ct_CC = @ac_ct_CC@
 
149
ac_ct_CXX = @ac_ct_CXX@
 
150
ac_ct_F77 = @ac_ct_F77@
 
151
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
152
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
153
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
154
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
155
am__include = @am__include@
 
156
am__leading_dot = @am__leading_dot@
 
157
am__quote = @am__quote@
 
158
am__tar = @am__tar@
 
159
am__untar = @am__untar@
 
160
bindir = @bindir@
 
161
build = @build@
 
162
build_alias = @build_alias@
 
163
build_cpu = @build_cpu@
 
164
build_os = @build_os@
 
165
build_vendor = @build_vendor@
 
166
datadir = @datadir@
 
167
datarootdir = @datarootdir@
 
168
docdir = @docdir@
 
169
dvidir = @dvidir@
 
170
exec_prefix = @exec_prefix@
 
171
host = @host@
 
172
host_alias = @host_alias@
 
173
host_cpu = @host_cpu@
 
174
host_os = @host_os@
 
175
host_vendor = @host_vendor@
 
176
htmldir = @htmldir@
 
177
includedir = @includedir@
 
178
infodir = @infodir@
 
179
install_sh = @install_sh@
 
180
libdir = @libdir@
 
181
libexecdir = @libexecdir@
 
182
localedir = @localedir@
 
183
localstatedir = @localstatedir@
 
184
mandir = @mandir@
 
185
mkdir_p = @mkdir_p@
 
186
oldincludedir = @oldincludedir@
 
187
pdfdir = @pdfdir@
 
188
prefix = @prefix@
 
189
program_transform_name = @program_transform_name@
 
190
psdir = @psdir@
 
191
sbindir = @sbindir@
 
192
sharedstatedir = @sharedstatedir@
 
193
sysconfdir = @sysconfdir@
 
194
target_alias = @target_alias@
 
195
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in config.guess config.sub install-sh ltconfig lt-main.sh mdate-sh missing mkinstalldirs  
 
196
CLEANFILES = phishtest_output.xml
 
197
clam_builddir = ../../../
 
198
TESTS = check_phishing
 
199
SUBDIRS = $(clam_builddir)
 
200
EXTRA_DIST = regex_test.txt autogen.sh 
 
201
check_phishing_SOURCES = urltest.c urltest.h regex_list_test.c regex_list_test.h runner.c pdomain.h pdomain.c 
 
202
check_phishing_INCLUDES = @CHECK_CFLAGS@
 
203
check_phishing_LDADD = @CHECK_LIBS@ $(clam_builddir)/libclamav/libclamav.la
 
204
INCLUDES = -I$(top_srcdir) -I$(clam_builddir) -I$(clam_builddir)/shared -I$(clam_builddir)/libclamav
 
205
all: test-config.h
 
206
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
207
 
 
208
.SUFFIXES:
 
209
.SUFFIXES: .c .lo .o .obj
 
210
am--refresh:
 
211
        @:
 
212
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
213
        @for dep in $?; do \
 
214
          case '$(am__configure_deps)' in \
 
215
            *$$dep*) \
 
216
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
217
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
218
                && exit 0; \
 
219
              exit 1;; \
 
220
          esac; \
 
221
        done; \
 
222
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
223
        cd $(top_srcdir) && \
 
224
          $(AUTOMAKE) --gnu  Makefile
 
225
.PRECIOUS: Makefile
 
226
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
227
        @case '$?' in \
 
228
          *config.status*) \
 
229
            echo ' $(SHELL) ./config.status'; \
 
230
            $(SHELL) ./config.status;; \
 
231
          *) \
 
232
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
233
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
234
        esac;
 
235
 
 
236
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
237
        $(SHELL) ./config.status --recheck
 
238
 
 
239
$(top_srcdir)/configure:  $(am__configure_deps)
 
240
        cd $(srcdir) && $(AUTOCONF)
 
241
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
242
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
243
 
 
244
test-config.h: stamp-h1
 
245
        @if test ! -f $@; then \
 
246
          rm -f stamp-h1; \
 
247
          $(MAKE) stamp-h1; \
 
248
        else :; fi
 
249
 
 
250
stamp-h1: $(srcdir)/test-config.h.in $(top_builddir)/config.status
 
251
        @rm -f stamp-h1
 
252
        cd $(top_builddir) && $(SHELL) ./config.status test-config.h
 
253
$(srcdir)/test-config.h.in:  $(am__configure_deps) 
 
254
        cd $(top_srcdir) && $(AUTOHEADER)
 
255
        rm -f stamp-h1
 
256
        touch $@
 
257
 
 
258
distclean-hdr:
 
259
        -rm -f test-config.h stamp-h1
 
260
 
 
261
clean-noinstPROGRAMS:
 
262
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
263
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
264
          echo " rm -f $$p $$f"; \
 
265
          rm -f $$p $$f ; \
 
266
        done
 
267
check_phishing$(EXEEXT): $(check_phishing_OBJECTS) $(check_phishing_DEPENDENCIES) 
 
268
        @rm -f check_phishing$(EXEEXT)
 
269
        $(LINK) $(check_phishing_LDFLAGS) $(check_phishing_OBJECTS) $(check_phishing_LDADD) $(LIBS)
 
270
 
 
271
mostlyclean-compile:
 
272
        -rm -f *.$(OBJEXT)
 
273
 
 
274
distclean-compile:
 
275
        -rm -f *.tab.c
 
276
 
 
277
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdomain.Po@am__quote@
 
278
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_list_test.Po@am__quote@
 
279
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runner.Po@am__quote@
 
280
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urltest.Po@am__quote@
 
281
 
 
282
.c.o:
 
283
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
284
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
285
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
286
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
287
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
288
 
 
289
.c.obj:
 
290
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
291
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
292
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
293
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
294
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
295
 
 
296
.c.lo:
 
297
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
298
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
299
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
301
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
302
 
 
303
mostlyclean-libtool:
 
304
        -rm -f *.lo
 
305
 
 
306
clean-libtool:
 
307
        -rm -rf .libs _libs
 
308
 
 
309
distclean-libtool:
 
310
        -rm -f libtool
 
311
uninstall-info-am:
 
312
 
 
313
# This directory's subdirectories are mostly independent; you can cd
 
314
# into them and run `make' without going through this Makefile.
 
315
# To change the values of `make' variables: instead of editing Makefiles,
 
316
# (1) if the variable is set in `config.status', edit `config.status'
 
317
#     (which will cause the Makefiles to be regenerated when you run `make');
 
318
# (2) otherwise, pass the desired values on the `make' command line.
 
319
$(RECURSIVE_TARGETS):
 
320
        @failcom='exit 1'; \
 
321
        for f in x $$MAKEFLAGS; do \
 
322
          case $$f in \
 
323
            *=* | --[!k]*);; \
 
324
            *k*) failcom='fail=yes';; \
 
325
          esac; \
 
326
        done; \
 
327
        dot_seen=no; \
 
328
        target=`echo $@ | sed s/-recursive//`; \
 
329
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
330
          echo "Making $$target in $$subdir"; \
 
331
          if test "$$subdir" = "."; then \
 
332
            dot_seen=yes; \
 
333
            local_target="$$target-am"; \
 
334
          else \
 
335
            local_target="$$target"; \
 
336
          fi; \
 
337
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
338
          || eval $$failcom; \
 
339
        done; \
 
340
        if test "$$dot_seen" = "no"; then \
 
341
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
342
        fi; test -z "$$fail"
 
343
 
 
344
mostlyclean-recursive clean-recursive distclean-recursive \
 
345
maintainer-clean-recursive:
 
346
        @failcom='exit 1'; \
 
347
        for f in x $$MAKEFLAGS; do \
 
348
          case $$f in \
 
349
            *=* | --[!k]*);; \
 
350
            *k*) failcom='fail=yes';; \
 
351
          esac; \
 
352
        done; \
 
353
        dot_seen=no; \
 
354
        case "$@" in \
 
355
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
356
          *) list='$(SUBDIRS)' ;; \
 
357
        esac; \
 
358
        rev=''; for subdir in $$list; do \
 
359
          if test "$$subdir" = "."; then :; else \
 
360
            rev="$$subdir $$rev"; \
 
361
          fi; \
 
362
        done; \
 
363
        rev="$$rev ."; \
 
364
        target=`echo $@ | sed s/-recursive//`; \
 
365
        for subdir in $$rev; do \
 
366
          echo "Making $$target in $$subdir"; \
 
367
          if test "$$subdir" = "."; then \
 
368
            local_target="$$target-am"; \
 
369
          else \
 
370
            local_target="$$target"; \
 
371
          fi; \
 
372
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
373
          || eval $$failcom; \
 
374
        done && test -z "$$fail"
 
375
tags-recursive:
 
376
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
377
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
378
        done
 
379
ctags-recursive:
 
380
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
381
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
382
        done
 
383
 
 
384
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
385
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
386
        unique=`for i in $$list; do \
 
387
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
388
          done | \
 
389
          $(AWK) '    { files[$$0] = 1; } \
 
390
               END { for (i in files) print i; }'`; \
 
391
        mkid -fID $$unique
 
392
tags: TAGS
 
393
 
 
394
TAGS: tags-recursive $(HEADERS) $(SOURCES) test-config.h.in $(TAGS_DEPENDENCIES) \
 
395
                $(TAGS_FILES) $(LISP)
 
396
        tags=; \
 
397
        here=`pwd`; \
 
398
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
399
          include_option=--etags-include; \
 
400
          empty_fix=.; \
 
401
        else \
 
402
          include_option=--include; \
 
403
          empty_fix=; \
 
404
        fi; \
 
405
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
406
          if test "$$subdir" = .; then :; else \
 
407
            test ! -f $$subdir/TAGS || \
 
408
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
409
          fi; \
 
410
        done; \
 
411
        list='$(SOURCES) $(HEADERS) test-config.h.in $(LISP) $(TAGS_FILES)'; \
 
412
        unique=`for i in $$list; do \
 
413
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
414
          done | \
 
415
          $(AWK) '    { files[$$0] = 1; } \
 
416
               END { for (i in files) print i; }'`; \
 
417
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
418
          test -n "$$unique" || unique=$$empty_fix; \
 
419
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
420
            $$tags $$unique; \
 
421
        fi
 
422
ctags: CTAGS
 
423
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) test-config.h.in $(TAGS_DEPENDENCIES) \
 
424
                $(TAGS_FILES) $(LISP)
 
425
        tags=; \
 
426
        here=`pwd`; \
 
427
        list='$(SOURCES) $(HEADERS) test-config.h.in $(LISP) $(TAGS_FILES)'; \
 
428
        unique=`for i in $$list; do \
 
429
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
430
          done | \
 
431
          $(AWK) '    { files[$$0] = 1; } \
 
432
               END { for (i in files) print i; }'`; \
 
433
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
434
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
435
             $$tags $$unique
 
436
 
 
437
GTAGS:
 
438
        here=`$(am__cd) $(top_builddir) && pwd` \
 
439
          && cd $(top_srcdir) \
 
440
          && gtags -i $(GTAGS_ARGS) $$here
 
441
 
 
442
distclean-tags:
 
443
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
444
 
 
445
check-TESTS: $(TESTS)
 
446
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
447
        srcdir=$(srcdir); export srcdir; \
 
448
        list='$(TESTS)'; \
 
449
        if test -n "$$list"; then \
 
450
          for tst in $$list; do \
 
451
            if test -f ./$$tst; then dir=./; \
 
452
            elif test -f $$tst; then dir=; \
 
453
            else dir="$(srcdir)/"; fi; \
 
454
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
455
              all=`expr $$all + 1`; \
 
456
              case " $(XFAIL_TESTS) " in \
 
457
              *" $$tst "*) \
 
458
                xpass=`expr $$xpass + 1`; \
 
459
                failed=`expr $$failed + 1`; \
 
460
                echo "XPASS: $$tst"; \
 
461
              ;; \
 
462
              *) \
 
463
                echo "PASS: $$tst"; \
 
464
              ;; \
 
465
              esac; \
 
466
            elif test $$? -ne 77; then \
 
467
              all=`expr $$all + 1`; \
 
468
              case " $(XFAIL_TESTS) " in \
 
469
              *" $$tst "*) \
 
470
                xfail=`expr $$xfail + 1`; \
 
471
                echo "XFAIL: $$tst"; \
 
472
              ;; \
 
473
              *) \
 
474
                failed=`expr $$failed + 1`; \
 
475
                echo "FAIL: $$tst"; \
 
476
              ;; \
 
477
              esac; \
 
478
            else \
 
479
              skip=`expr $$skip + 1`; \
 
480
              echo "SKIP: $$tst"; \
 
481
            fi; \
 
482
          done; \
 
483
          if test "$$failed" -eq 0; then \
 
484
            if test "$$xfail" -eq 0; then \
 
485
              banner="All $$all tests passed"; \
 
486
            else \
 
487
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
488
            fi; \
 
489
          else \
 
490
            if test "$$xpass" -eq 0; then \
 
491
              banner="$$failed of $$all tests failed"; \
 
492
            else \
 
493
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
494
            fi; \
 
495
          fi; \
 
496
          dashes="$$banner"; \
 
497
          skipped=""; \
 
498
          if test "$$skip" -ne 0; then \
 
499
            skipped="($$skip tests were not run)"; \
 
500
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
501
              dashes="$$skipped"; \
 
502
          fi; \
 
503
          report=""; \
 
504
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
505
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
506
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
507
              dashes="$$report"; \
 
508
          fi; \
 
509
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
510
          echo "$$dashes"; \
 
511
          echo "$$banner"; \
 
512
          test -z "$$skipped" || echo "$$skipped"; \
 
513
          test -z "$$report" || echo "$$report"; \
 
514
          echo "$$dashes"; \
 
515
          test "$$failed" -eq 0; \
 
516
        else :; fi
 
517
 
 
518
distdir: $(DISTFILES)
 
519
        $(am__remove_distdir)
 
520
        mkdir $(distdir)
 
521
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
522
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
523
        list='$(DISTFILES)'; for file in $$list; do \
 
524
          case $$file in \
 
525
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
526
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
527
          esac; \
 
528
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
529
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
530
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
531
            dir="/$$dir"; \
 
532
            $(mkdir_p) "$(distdir)$$dir"; \
 
533
          else \
 
534
            dir=''; \
 
535
          fi; \
 
536
          if test -d $$d/$$file; then \
 
537
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
538
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
539
            fi; \
 
540
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
541
          else \
 
542
            test -f $(distdir)/$$file \
 
543
            || cp -p $$d/$$file $(distdir)/$$file \
 
544
            || exit 1; \
 
545
          fi; \
 
546
        done
 
547
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
548
          if test "$$subdir" = .; then :; else \
 
549
            test -d "$(distdir)/$$subdir" \
 
550
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
551
            || exit 1; \
 
552
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
553
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
554
            (cd $$subdir && \
 
555
              $(MAKE) $(AM_MAKEFLAGS) \
 
556
                top_distdir="$$top_distdir" \
 
557
                distdir="$$distdir/$$subdir" \
 
558
                distdir) \
 
559
              || exit 1; \
 
560
          fi; \
 
561
        done
 
562
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
563
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
564
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
565
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
566
        || chmod -R a+r $(distdir)
 
567
dist-gzip: distdir
 
568
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
569
        $(am__remove_distdir)
 
570
 
 
571
dist-bzip2: distdir
 
572
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
573
        $(am__remove_distdir)
 
574
 
 
575
dist-tarZ: distdir
 
576
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
577
        $(am__remove_distdir)
 
578
 
 
579
dist-shar: distdir
 
580
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
581
        $(am__remove_distdir)
 
582
 
 
583
dist-zip: distdir
 
584
        -rm -f $(distdir).zip
 
585
        zip -rq $(distdir).zip $(distdir)
 
586
        $(am__remove_distdir)
 
587
 
 
588
dist dist-all: distdir
 
589
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
590
        $(am__remove_distdir)
 
591
 
 
592
# This target untars the dist file and tries a VPATH configuration.  Then
 
593
# it guarantees that the distribution is self-contained by making another
 
594
# tarfile.
 
595
distcheck: dist
 
596
        case '$(DIST_ARCHIVES)' in \
 
597
        *.tar.gz*) \
 
598
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
599
        *.tar.bz2*) \
 
600
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
601
        *.tar.Z*) \
 
602
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
603
        *.shar.gz*) \
 
604
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
605
        *.zip*) \
 
606
          unzip $(distdir).zip ;;\
 
607
        esac
 
608
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
609
        mkdir $(distdir)/_build
 
610
        mkdir $(distdir)/_inst
 
611
        chmod a-w $(distdir)
 
612
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
613
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
614
          && cd $(distdir)/_build \
 
615
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
616
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
617
          && $(MAKE) $(AM_MAKEFLAGS) \
 
618
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
619
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
620
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
621
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
622
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
623
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
624
                distuninstallcheck \
 
625
          && chmod -R a-w "$$dc_install_base" \
 
626
          && ({ \
 
627
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
628
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
629
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
630
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
631
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
632
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
633
          && rm -rf "$$dc_destdir" \
 
634
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
635
          && rm -rf $(DIST_ARCHIVES) \
 
636
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
637
        $(am__remove_distdir)
 
638
        @(echo "$(distdir) archives ready for distribution: "; \
 
639
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
640
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
641
distuninstallcheck:
 
642
        @cd $(distuninstallcheck_dir) \
 
643
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
644
           || { echo "ERROR: files left after uninstall:" ; \
 
645
                if test -n "$(DESTDIR)"; then \
 
646
                  echo "  (check DESTDIR support)"; \
 
647
                fi ; \
 
648
                $(distuninstallcheck_listfiles) ; \
 
649
                exit 1; } >&2
 
650
distcleancheck: distclean
 
651
        @if test '$(srcdir)' = . ; then \
 
652
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
653
          exit 1 ; \
 
654
        fi
 
655
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
656
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
657
               $(distcleancheck_listfiles) ; \
 
658
               exit 1; } >&2
 
659
check-am: all-am
 
660
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
661
check: check-recursive
 
662
all-am: Makefile $(PROGRAMS) test-config.h
 
663
installdirs: installdirs-recursive
 
664
installdirs-am:
 
665
install: install-recursive
 
666
install-exec: install-exec-recursive
 
667
install-data: install-data-recursive
 
668
uninstall: uninstall-recursive
 
669
 
 
670
install-am: all-am
 
671
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
672
 
 
673
installcheck: installcheck-recursive
 
674
install-strip:
 
675
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
676
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
677
          `test -z '$(STRIP)' || \
 
678
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
679
mostlyclean-generic:
 
680
 
 
681
clean-generic:
 
682
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
683
 
 
684
distclean-generic:
 
685
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
686
 
 
687
maintainer-clean-generic:
 
688
        @echo "This command is intended for maintainers to use"
 
689
        @echo "it deletes files that may require special tools to rebuild."
 
690
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
691
clean: clean-recursive
 
692
 
 
693
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
694
        mostlyclean-am
 
695
 
 
696
distclean: distclean-recursive
 
697
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
698
        -rm -rf ./$(DEPDIR)
 
699
        -rm -f Makefile
 
700
distclean-am: clean-am distclean-compile distclean-generic \
 
701
        distclean-hdr distclean-libtool distclean-tags
 
702
 
 
703
dvi: dvi-recursive
 
704
 
 
705
dvi-am:
 
706
 
 
707
html: html-recursive
 
708
 
 
709
info: info-recursive
 
710
 
 
711
info-am:
 
712
 
 
713
install-data-am:
 
714
 
 
715
install-exec-am:
 
716
 
 
717
install-info: install-info-recursive
 
718
 
 
719
install-man:
 
720
 
 
721
installcheck-am:
 
722
 
 
723
maintainer-clean: maintainer-clean-recursive
 
724
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
725
        -rm -rf $(top_srcdir)/autom4te.cache
 
726
        -rm -rf ./$(DEPDIR)
 
727
        -rm -f Makefile
 
728
maintainer-clean-am: distclean-am maintainer-clean-generic
 
729
 
 
730
mostlyclean: mostlyclean-recursive
 
731
 
 
732
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
733
        mostlyclean-libtool
 
734
 
 
735
pdf: pdf-recursive
 
736
 
 
737
pdf-am:
 
738
 
 
739
ps: ps-recursive
 
740
 
 
741
ps-am:
 
742
 
 
743
uninstall-am: uninstall-info-am
 
744
 
 
745
uninstall-info: uninstall-info-recursive
 
746
 
 
747
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
748
        check-TESTS check-am clean clean-generic clean-libtool \
 
749
        clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
 
750
        dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \
 
751
        dist-zip distcheck distclean distclean-compile \
 
752
        distclean-generic distclean-hdr distclean-libtool \
 
753
        distclean-recursive distclean-tags distcleancheck distdir \
 
754
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
755
        install install-am install-data install-data-am install-exec \
 
756
        install-exec-am install-info install-info-am install-man \
 
757
        install-strip installcheck installcheck-am installdirs \
 
758
        installdirs-am maintainer-clean maintainer-clean-generic \
 
759
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
 
760
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
761
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
762
        uninstall-info-am
 
763
 
 
764
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
765
# Otherwise a system limit (for SysV at least) may be exceeded.
 
766
.NOEXPORT: