~ubuntu-branches/debian/squeeze/sword/squeeze

« back to all changes in this revision

Viewing changes to tests/cppunit/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Marsden, Jonathan Marsden, Dmitrijs Ledkovs, Closed Bugs
  • Date: 2009-05-30 11:55:55 UTC
  • mfrom: (1.3.1 upstream) (6.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090530115555-r427zsn3amivdpfu
Tags: 1.6.0+dfsg-1
[ Jonathan Marsden ]
* New upstream release. (Closes: #507960) (LP: #320558)
* debian/patches/02_libver.diff:
  - Bump SONAME to 8 -- SWORD 1.6 is not backward compatible with 1.5.11.
* debian/patches/series:
  - Remove 10_diatheke.diff -- included in upstream source.
* debian/patches/:
  - Remove several old unused .diff files.
  - Add 11_regex_only_when_needed.diff to conditionally include regex lib.
  - Add 12_fix_compiler_warnings.diff to remove all compiler warnings.
  - Add 13_fix_osis2mod_compression_default.diff from upstream svn.
  - Add 14_closing_section_not_chapter.diff from upstream svn.
* debian/libsword7.*: 
  - Rename to libsword8.*
  - Change libsword7 to libsword8 within files.
* debian/rules: 
  - SONAME bump to 8.
  - Set library version check to >= 1.6
* debian/control:
  - Change libsword7 to libsword8.
  - Add libsword7 to Conflicts.
  - Fix case of sword to SWORD in package descriptions.
  - Bump Standards-Version to 3.8.1 (no changes needed).
  - Fix section for libsword-dbg to avoid lintian warning.
* debian/rules:
  - Add DFSG get-orig-source target.
* debian/copyright:
  - Fix various mistakes in initial attempt to document copyrights.

[ Dmitrijs Ledkovs ]
* debian/rules: Added utils.mk to use missing-files target and call it on
  each build.
* debian/libsword-dev.install: Added libsword.la, previously missing.
* debian/libsword7.install: Added missing libicu translit files.
* debian/control:
  - Updated all uses of SWORD version to 1.6
  - Added libsword-dbg package
* debian/watch: Fixed a small mistake which was resulting in extra "."
  in final version name.
* debian/rules: simplified manpage processing.
* debian/libsword8.lintian-overrides: added override for module
  installation directory.
* debian/copyright: Updated with information about everyfile.
  Closes: #513448 LP: #322638
* debian/diatheke.examples: moved examples here from the diatheke.install
* debian/rules:
  - enabled shell script based testsuite
  - added commented out cppunit testsuite
* debian/patches/40_missing_includes.diff: 
  - added several missing stdio.h includes to prevent FTBFS of testsuite.

[ Closed Bugs ]
* FTBFS on intrepid (LP: #305172)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 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  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
VPATH = @srcdir@
 
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
 
34
target_triplet = @target@
 
35
@HAVE_CPPUNIT_TRUE@TESTS = LibSword$(EXEEXT)
 
36
check_PROGRAMS = $(am__EXEEXT_1)
 
37
subdir = tests/cppunit
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_clucene.m4 \
 
41
        $(top_srcdir)/m4/cppunit.m4 $(top_srcdir)/m4/libtool.m4 \
 
42
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
43
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
44
        $(top_srcdir)/configure.ac
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(install_sh) -d
 
48
CONFIG_HEADER = $(top_builddir)/include/config.h
 
49
CONFIG_CLEAN_FILES =
 
50
@HAVE_CPPUNIT_TRUE@am__EXEEXT_1 = LibSword$(EXEEXT)
 
51
am_LibSword_OBJECTS = LibSword-main.$(OBJEXT) \
 
52
        LibSword-stringmgr_test.$(OBJEXT) \
 
53
        LibSword-swbuf_test.$(OBJEXT) LibSword-url_test.$(OBJEXT) \
 
54
        LibSword-versekey_test.$(OBJEXT)
 
55
LibSword_OBJECTS = $(am_LibSword_OBJECTS)
 
56
LibSword_LDADD = $(LDADD)
 
57
LibSword_DEPENDENCIES = $(top_builddir)/lib/libsword.la
 
58
LibSword_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
59
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(LibSword_CXXFLAGS) \
 
60
        $(CXXFLAGS) $(LibSword_LDFLAGS) $(LDFLAGS) -o $@
 
61
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
 
62
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
63
am__depfiles_maybe = depfiles
 
64
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
65
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
66
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
67
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
68
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
69
CXXLD = $(CXX)
 
70
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
71
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
72
        $(LDFLAGS) -o $@
 
73
SOURCES = $(LibSword_SOURCES)
 
74
DIST_SOURCES = $(LibSword_SOURCES)
 
75
ETAGS = etags
 
76
CTAGS = ctags
 
77
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
78
ACLOCAL = @ACLOCAL@
 
79
AMTAR = @AMTAR@
 
80
AM_CXXFLAGS = @AM_CXXFLAGS@
 
81
AR = @AR@
 
82
AS = @AS@
 
83
AUTOCONF = @AUTOCONF@
 
84
AUTOHEADER = @AUTOHEADER@
 
85
AUTOMAKE = @AUTOMAKE@
 
86
AWK = @AWK@
 
87
CC = @CC@
 
88
CCDEPMODE = @CCDEPMODE@
 
89
CFLAGS = @CFLAGS@
 
90
CLUCENE_CXXFLAGS = @CLUCENE_CXXFLAGS@
 
91
CLUCENE_LIBS = @CLUCENE_LIBS@
 
92
CPP = @CPP@
 
93
CPPFLAGS = @CPPFLAGS@
 
94
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
 
95
CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
 
96
CPPUNIT_LIBS = @CPPUNIT_LIBS@
 
97
CURL_AM_CFLAGS = @CURL_AM_CFLAGS@
 
98
CURL_CONFIG = @CURL_CONFIG@
 
99
CURL_LIBS = @CURL_LIBS@
 
100
CXX = @CXX@
 
101
CXXCPP = @CXXCPP@
 
102
CXXDEPMODE = @CXXDEPMODE@
 
103
CXXFLAGS = @CXXFLAGS@
 
104
CYGPATH_W = @CYGPATH_W@
 
105
DEFS = @DEFS@
 
106
DEPDIR = @DEPDIR@
 
107
DLLTOOL = @DLLTOOL@
 
108
DSYMUTIL = @DSYMUTIL@
 
109
DUMPBIN = @DUMPBIN@
 
110
ECHO_C = @ECHO_C@
 
111
ECHO_N = @ECHO_N@
 
112
ECHO_T = @ECHO_T@
 
113
EGREP = @EGREP@
 
114
EXEEXT = @EXEEXT@
 
115
FGREP = @FGREP@
 
116
GENCCODE = @GENCCODE@
 
117
GENCMN = @GENCMN@
 
118
GENRB = @GENRB@
 
119
GREP = @GREP@
 
120
ICU_CONFIG = @ICU_CONFIG@
 
121
ICU_IOLIBS = @ICU_IOLIBS@
 
122
ICU_LIBS = @ICU_LIBS@
 
123
ICU_VER = @ICU_VER@
 
124
INSTALL = @INSTALL@
 
125
INSTALL_DATA = @INSTALL_DATA@
 
126
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
127
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
128
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
129
LD = @LD@
 
130
LDFLAGS = @LDFLAGS@
 
131
LIBOBJS = @LIBOBJS@
 
132
LIBS = @LIBS@
 
133
LIBTOOL = @LIBTOOL@
 
134
LIPO = @LIPO@
 
135
LN_S = @LN_S@
 
136
LTLIBOBJS = @LTLIBOBJS@
 
137
MAINT = @MAINT@
 
138
MAKEINFO = @MAKEINFO@
 
139
MKDIR_P = @MKDIR_P@
 
140
NM = @NM@
 
141
NMEDIT = @NMEDIT@
 
142
OBJDUMP = @OBJDUMP@
 
143
OBJEXT = @OBJEXT@
 
144
OTOOL = @OTOOL@
 
145
OTOOL64 = @OTOOL64@
 
146
PACKAGE = @PACKAGE@
 
147
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
148
PACKAGE_NAME = @PACKAGE_NAME@
 
149
PACKAGE_STRING = @PACKAGE_STRING@
 
150
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
151
PACKAGE_VERSION = @PACKAGE_VERSION@
 
152
PATH_SEPARATOR = @PATH_SEPARATOR@
 
153
PKGDATA = @PKGDATA@
 
154
PKG_CONFIG = @PKG_CONFIG@
 
155
RANLIB = @RANLIB@
 
156
SED = @SED@
 
157
SET_MAKE = @SET_MAKE@
 
158
SHELL = @SHELL@
 
159
STRIP = @STRIP@
 
160
VERSION = @VERSION@
 
161
XML_LIBS = @XML_LIBS@
 
162
abs_builddir = @abs_builddir@
 
163
abs_srcdir = @abs_srcdir@
 
164
abs_top_builddir = @abs_top_builddir@
 
165
abs_top_srcdir = @abs_top_srcdir@
 
166
ac_ct_CC = @ac_ct_CC@
 
167
ac_ct_CXX = @ac_ct_CXX@
 
168
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
169
am__include = @am__include@
 
170
am__leading_dot = @am__leading_dot@
 
171
am__quote = @am__quote@
 
172
am__tar = @am__tar@
 
173
am__untar = @am__untar@
 
174
bindir = @bindir@
 
175
build = @build@
 
176
build_alias = @build_alias@
 
177
build_cpu = @build_cpu@
 
178
build_os = @build_os@
 
179
build_vendor = @build_vendor@
 
180
builddir = @builddir@
 
181
datadir = @datadir@
 
182
datarootdir = @datarootdir@
 
183
dir_confdef = @dir_confdef@
 
184
docdir = @docdir@
 
185
dvidir = @dvidir@
 
186
enable_debug = @enable_debug@
 
187
enable_profile = @enable_profile@
 
188
exec_prefix = @exec_prefix@
 
189
host = @host@
 
190
host_alias = @host_alias@
 
191
host_cpu = @host_cpu@
 
192
host_os = @host_os@
 
193
host_vendor = @host_vendor@
 
194
htmldir = @htmldir@
 
195
includedir = @includedir@
 
196
infodir = @infodir@
 
197
install_sh = @install_sh@
 
198
libdir = @libdir@
 
199
libexecdir = @libexecdir@
 
200
localedir = @localedir@
 
201
localstatedir = @localstatedir@
 
202
lt_ECHO = @lt_ECHO@
 
203
mandir = @mandir@
 
204
mkdir_p = @mkdir_p@
 
205
oldincludedir = @oldincludedir@
 
206
pdfdir = @pdfdir@
 
207
prefix = @prefix@
 
208
program_transform_name = @program_transform_name@
 
209
psdir = @psdir@
 
210
sbindir = @sbindir@
 
211
sharedstatedir = @sharedstatedir@
 
212
srcdir = @srcdir@
 
213
sysconfdir = @sysconfdir@
 
214
target = @target@
 
215
target_alias = @target_alias@
 
216
target_cpu = @target_cpu@
 
217
target_mingw32 = @target_mingw32@
 
218
target_os = @target_os@
 
219
target_system = @target_system@
 
220
target_vendor = @target_vendor@
 
221
top_build_prefix = @top_build_prefix@
 
222
top_builddir = @top_builddir@
 
223
top_srcdir = @top_srcdir@
 
224
with_conf = @with_conf@
 
225
with_icu = @with_icu@
 
226
with_zlib = @with_zlib@
 
227
LDADD = $(top_builddir)/lib/libsword.la
 
228
LibSword_SOURCES = main.cpp stringmgr_test.cpp swbuf_test.cpp url_test.cpp versekey_test.cpp 
 
229
LibSword_CXXFLAGS = $(CPPUNIT_CFLAGS) -I$(top_srcdir)/include
 
230
LibSword_LDFLAGS = $(CPPUNIT_LIBS)
 
231
swcppunitpdir = $(top_srcdir)/tests/cppunit
 
232
all: all-am
 
233
 
 
234
.SUFFIXES:
 
235
.SUFFIXES: .cpp .lo .o .obj
 
236
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
237
        @for dep in $?; do \
 
238
          case '$(am__configure_deps)' in \
 
239
            *$$dep*) \
 
240
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
241
                && { if test -f $@; then exit 0; else break; fi; }; \
 
242
              exit 1;; \
 
243
          esac; \
 
244
        done; \
 
245
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/cppunit/Makefile'; \
 
246
        cd $(top_srcdir) && \
 
247
          $(AUTOMAKE) --foreign  tests/cppunit/Makefile
 
248
.PRECIOUS: Makefile
 
249
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
250
        @case '$?' in \
 
251
          *config.status*) \
 
252
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
253
          *) \
 
254
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
255
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
256
        esac;
 
257
 
 
258
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
260
 
 
261
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
262
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
263
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
265
 
 
266
clean-checkPROGRAMS:
 
267
        @list='$(check_PROGRAMS)'; for p in $$list; do \
 
268
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
269
          echo " rm -f $$p $$f"; \
 
270
          rm -f $$p $$f ; \
 
271
        done
 
272
LibSword$(EXEEXT): $(LibSword_OBJECTS) $(LibSword_DEPENDENCIES) 
 
273
        @rm -f LibSword$(EXEEXT)
 
274
        $(LibSword_LINK) $(LibSword_OBJECTS) $(LibSword_LDADD) $(LIBS)
 
275
 
 
276
mostlyclean-compile:
 
277
        -rm -f *.$(OBJEXT)
 
278
 
 
279
distclean-compile:
 
280
        -rm -f *.tab.c
 
281
 
 
282
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LibSword-main.Po@am__quote@
 
283
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LibSword-stringmgr_test.Po@am__quote@
 
284
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LibSword-swbuf_test.Po@am__quote@
 
285
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LibSword-url_test.Po@am__quote@
 
286
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LibSword-versekey_test.Po@am__quote@
 
287
 
 
288
.cpp.o:
 
289
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
290
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
291
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
292
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
293
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
294
 
 
295
.cpp.obj:
 
296
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
297
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
298
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
299
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
300
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
301
 
 
302
.cpp.lo:
 
303
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
304
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
305
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
306
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
307
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
308
 
 
309
LibSword-main.o: main.cpp
 
310
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -MT LibSword-main.o -MD -MP -MF $(DEPDIR)/LibSword-main.Tpo -c -o LibSword-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
 
311
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LibSword-main.Tpo $(DEPDIR)/LibSword-main.Po
 
312
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='main.cpp' object='LibSword-main.o' libtool=no @AMDEPBACKSLASH@
 
313
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
314
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -c -o LibSword-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
 
315
 
 
316
LibSword-main.obj: main.cpp
 
317
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -MT LibSword-main.obj -MD -MP -MF $(DEPDIR)/LibSword-main.Tpo -c -o LibSword-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
 
318
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LibSword-main.Tpo $(DEPDIR)/LibSword-main.Po
 
319
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='main.cpp' object='LibSword-main.obj' libtool=no @AMDEPBACKSLASH@
 
320
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
321
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -c -o LibSword-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
 
322
 
 
323
LibSword-stringmgr_test.o: stringmgr_test.cpp
 
324
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -MT LibSword-stringmgr_test.o -MD -MP -MF $(DEPDIR)/LibSword-stringmgr_test.Tpo -c -o LibSword-stringmgr_test.o `test -f 'stringmgr_test.cpp' || echo '$(srcdir)/'`stringmgr_test.cpp
 
325
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LibSword-stringmgr_test.Tpo $(DEPDIR)/LibSword-stringmgr_test.Po
 
326
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='stringmgr_test.cpp' object='LibSword-stringmgr_test.o' libtool=no @AMDEPBACKSLASH@
 
327
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
328
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -c -o LibSword-stringmgr_test.o `test -f 'stringmgr_test.cpp' || echo '$(srcdir)/'`stringmgr_test.cpp
 
329
 
 
330
LibSword-stringmgr_test.obj: stringmgr_test.cpp
 
331
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -MT LibSword-stringmgr_test.obj -MD -MP -MF $(DEPDIR)/LibSword-stringmgr_test.Tpo -c -o LibSword-stringmgr_test.obj `if test -f 'stringmgr_test.cpp'; then $(CYGPATH_W) 'stringmgr_test.cpp'; else $(CYGPATH_W) '$(srcdir)/stringmgr_test.cpp'; fi`
 
332
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LibSword-stringmgr_test.Tpo $(DEPDIR)/LibSword-stringmgr_test.Po
 
333
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='stringmgr_test.cpp' object='LibSword-stringmgr_test.obj' libtool=no @AMDEPBACKSLASH@
 
334
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
335
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -c -o LibSword-stringmgr_test.obj `if test -f 'stringmgr_test.cpp'; then $(CYGPATH_W) 'stringmgr_test.cpp'; else $(CYGPATH_W) '$(srcdir)/stringmgr_test.cpp'; fi`
 
336
 
 
337
LibSword-swbuf_test.o: swbuf_test.cpp
 
338
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -MT LibSword-swbuf_test.o -MD -MP -MF $(DEPDIR)/LibSword-swbuf_test.Tpo -c -o LibSword-swbuf_test.o `test -f 'swbuf_test.cpp' || echo '$(srcdir)/'`swbuf_test.cpp
 
339
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LibSword-swbuf_test.Tpo $(DEPDIR)/LibSword-swbuf_test.Po
 
340
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='swbuf_test.cpp' object='LibSword-swbuf_test.o' libtool=no @AMDEPBACKSLASH@
 
341
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
342
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -c -o LibSword-swbuf_test.o `test -f 'swbuf_test.cpp' || echo '$(srcdir)/'`swbuf_test.cpp
 
343
 
 
344
LibSword-swbuf_test.obj: swbuf_test.cpp
 
345
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -MT LibSword-swbuf_test.obj -MD -MP -MF $(DEPDIR)/LibSword-swbuf_test.Tpo -c -o LibSword-swbuf_test.obj `if test -f 'swbuf_test.cpp'; then $(CYGPATH_W) 'swbuf_test.cpp'; else $(CYGPATH_W) '$(srcdir)/swbuf_test.cpp'; fi`
 
346
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LibSword-swbuf_test.Tpo $(DEPDIR)/LibSword-swbuf_test.Po
 
347
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='swbuf_test.cpp' object='LibSword-swbuf_test.obj' libtool=no @AMDEPBACKSLASH@
 
348
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
349
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -c -o LibSword-swbuf_test.obj `if test -f 'swbuf_test.cpp'; then $(CYGPATH_W) 'swbuf_test.cpp'; else $(CYGPATH_W) '$(srcdir)/swbuf_test.cpp'; fi`
 
350
 
 
351
LibSword-url_test.o: url_test.cpp
 
352
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -MT LibSword-url_test.o -MD -MP -MF $(DEPDIR)/LibSword-url_test.Tpo -c -o LibSword-url_test.o `test -f 'url_test.cpp' || echo '$(srcdir)/'`url_test.cpp
 
353
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LibSword-url_test.Tpo $(DEPDIR)/LibSword-url_test.Po
 
354
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='url_test.cpp' object='LibSword-url_test.o' libtool=no @AMDEPBACKSLASH@
 
355
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
356
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -c -o LibSword-url_test.o `test -f 'url_test.cpp' || echo '$(srcdir)/'`url_test.cpp
 
357
 
 
358
LibSword-url_test.obj: url_test.cpp
 
359
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -MT LibSword-url_test.obj -MD -MP -MF $(DEPDIR)/LibSword-url_test.Tpo -c -o LibSword-url_test.obj `if test -f 'url_test.cpp'; then $(CYGPATH_W) 'url_test.cpp'; else $(CYGPATH_W) '$(srcdir)/url_test.cpp'; fi`
 
360
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LibSword-url_test.Tpo $(DEPDIR)/LibSword-url_test.Po
 
361
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='url_test.cpp' object='LibSword-url_test.obj' libtool=no @AMDEPBACKSLASH@
 
362
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
363
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -c -o LibSword-url_test.obj `if test -f 'url_test.cpp'; then $(CYGPATH_W) 'url_test.cpp'; else $(CYGPATH_W) '$(srcdir)/url_test.cpp'; fi`
 
364
 
 
365
LibSword-versekey_test.o: versekey_test.cpp
 
366
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -MT LibSword-versekey_test.o -MD -MP -MF $(DEPDIR)/LibSword-versekey_test.Tpo -c -o LibSword-versekey_test.o `test -f 'versekey_test.cpp' || echo '$(srcdir)/'`versekey_test.cpp
 
367
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LibSword-versekey_test.Tpo $(DEPDIR)/LibSword-versekey_test.Po
 
368
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='versekey_test.cpp' object='LibSword-versekey_test.o' libtool=no @AMDEPBACKSLASH@
 
369
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
370
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -c -o LibSword-versekey_test.o `test -f 'versekey_test.cpp' || echo '$(srcdir)/'`versekey_test.cpp
 
371
 
 
372
LibSword-versekey_test.obj: versekey_test.cpp
 
373
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -MT LibSword-versekey_test.obj -MD -MP -MF $(DEPDIR)/LibSword-versekey_test.Tpo -c -o LibSword-versekey_test.obj `if test -f 'versekey_test.cpp'; then $(CYGPATH_W) 'versekey_test.cpp'; else $(CYGPATH_W) '$(srcdir)/versekey_test.cpp'; fi`
 
374
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/LibSword-versekey_test.Tpo $(DEPDIR)/LibSword-versekey_test.Po
 
375
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='versekey_test.cpp' object='LibSword-versekey_test.obj' libtool=no @AMDEPBACKSLASH@
 
376
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
377
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(LibSword_CXXFLAGS) $(CXXFLAGS) -c -o LibSword-versekey_test.obj `if test -f 'versekey_test.cpp'; then $(CYGPATH_W) 'versekey_test.cpp'; else $(CYGPATH_W) '$(srcdir)/versekey_test.cpp'; fi`
 
378
 
 
379
mostlyclean-libtool:
 
380
        -rm -f *.lo
 
381
 
 
382
clean-libtool:
 
383
        -rm -rf .libs _libs
 
384
 
 
385
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
386
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
387
        unique=`for i in $$list; do \
 
388
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
389
          done | \
 
390
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
391
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
392
        mkid -fID $$unique
 
393
tags: TAGS
 
394
 
 
395
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
396
                $(TAGS_FILES) $(LISP)
 
397
        tags=; \
 
398
        here=`pwd`; \
 
399
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
400
        unique=`for i in $$list; do \
 
401
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
402
          done | \
 
403
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
404
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
405
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
406
          test -n "$$unique" || unique=$$empty_fix; \
 
407
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
408
            $$tags $$unique; \
 
409
        fi
 
410
ctags: CTAGS
 
411
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
412
                $(TAGS_FILES) $(LISP)
 
413
        tags=; \
 
414
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
415
        unique=`for i in $$list; do \
 
416
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
417
          done | \
 
418
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
419
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
420
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
421
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
422
             $$tags $$unique
 
423
 
 
424
GTAGS:
 
425
        here=`$(am__cd) $(top_builddir) && pwd` \
 
426
          && cd $(top_srcdir) \
 
427
          && gtags -i $(GTAGS_ARGS) $$here
 
428
 
 
429
distclean-tags:
 
430
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
431
 
 
432
check-TESTS: $(TESTS)
 
433
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
434
        srcdir=$(srcdir); export srcdir; \
 
435
        list=' $(TESTS) '; \
 
436
        if test -n "$$list"; then \
 
437
          for tst in $$list; do \
 
438
            if test -f ./$$tst; then dir=./; \
 
439
            elif test -f $$tst; then dir=; \
 
440
            else dir="$(srcdir)/"; fi; \
 
441
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
442
              all=`expr $$all + 1`; \
 
443
              case " $(XFAIL_TESTS) " in \
 
444
              *[\ \     ]$$tst[\ \      ]*) \
 
445
                xpass=`expr $$xpass + 1`; \
 
446
                failed=`expr $$failed + 1`; \
 
447
                echo "XPASS: $$tst"; \
 
448
              ;; \
 
449
              *) \
 
450
                echo "PASS: $$tst"; \
 
451
              ;; \
 
452
              esac; \
 
453
            elif test $$? -ne 77; then \
 
454
              all=`expr $$all + 1`; \
 
455
              case " $(XFAIL_TESTS) " in \
 
456
              *[\ \     ]$$tst[\ \      ]*) \
 
457
                xfail=`expr $$xfail + 1`; \
 
458
                echo "XFAIL: $$tst"; \
 
459
              ;; \
 
460
              *) \
 
461
                failed=`expr $$failed + 1`; \
 
462
                echo "FAIL: $$tst"; \
 
463
              ;; \
 
464
              esac; \
 
465
            else \
 
466
              skip=`expr $$skip + 1`; \
 
467
              echo "SKIP: $$tst"; \
 
468
            fi; \
 
469
          done; \
 
470
          if test "$$all" -eq 1; then \
 
471
            tests="test"; \
 
472
            All=""; \
 
473
          else \
 
474
            tests="tests"; \
 
475
            All="All "; \
 
476
          fi; \
 
477
          if test "$$failed" -eq 0; then \
 
478
            if test "$$xfail" -eq 0; then \
 
479
              banner="$$All$$all $$tests passed"; \
 
480
            else \
 
481
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
482
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
483
            fi; \
 
484
          else \
 
485
            if test "$$xpass" -eq 0; then \
 
486
              banner="$$failed of $$all $$tests failed"; \
 
487
            else \
 
488
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
489
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
490
            fi; \
 
491
          fi; \
 
492
          dashes="$$banner"; \
 
493
          skipped=""; \
 
494
          if test "$$skip" -ne 0; then \
 
495
            if test "$$skip" -eq 1; then \
 
496
              skipped="($$skip test was not run)"; \
 
497
            else \
 
498
              skipped="($$skip tests were not run)"; \
 
499
            fi; \
 
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
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
520
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
521
        list='$(DISTFILES)'; \
 
522
          dist_files=`for file in $$list; do echo $$file; done | \
 
523
          sed -e "s|^$$srcdirstrip/||;t" \
 
524
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
525
        case $$dist_files in \
 
526
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
527
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
528
                           sort -u` ;; \
 
529
        esac; \
 
530
        for file in $$dist_files; do \
 
531
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
532
          if test -d $$d/$$file; then \
 
533
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
534
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
535
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
536
            fi; \
 
537
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
538
          else \
 
539
            test -f $(distdir)/$$file \
 
540
            || cp -p $$d/$$file $(distdir)/$$file \
 
541
            || exit 1; \
 
542
          fi; \
 
543
        done
 
544
check-am: all-am
 
545
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
546
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
547
check: check-am
 
548
all-am: Makefile
 
549
installdirs:
 
550
install: install-am
 
551
install-exec: install-exec-am
 
552
install-data: install-data-am
 
553
uninstall: uninstall-am
 
554
 
 
555
install-am: all-am
 
556
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
557
 
 
558
installcheck: installcheck-am
 
559
install-strip:
 
560
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
561
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
562
          `test -z '$(STRIP)' || \
 
563
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
564
mostlyclean-generic:
 
565
 
 
566
clean-generic:
 
567
 
 
568
distclean-generic:
 
569
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
570
 
 
571
maintainer-clean-generic:
 
572
        @echo "This command is intended for maintainers to use"
 
573
        @echo "it deletes files that may require special tools to rebuild."
 
574
clean: clean-am
 
575
 
 
576
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
 
577
        mostlyclean-am
 
578
 
 
579
distclean: distclean-am
 
580
        -rm -rf ./$(DEPDIR)
 
581
        -rm -f Makefile
 
582
distclean-am: clean-am distclean-compile distclean-generic \
 
583
        distclean-tags
 
584
 
 
585
dvi: dvi-am
 
586
 
 
587
dvi-am:
 
588
 
 
589
html: html-am
 
590
 
 
591
info: info-am
 
592
 
 
593
info-am:
 
594
 
 
595
install-data-am:
 
596
 
 
597
install-dvi: install-dvi-am
 
598
 
 
599
install-exec-am:
 
600
 
 
601
install-html: install-html-am
 
602
 
 
603
install-info: install-info-am
 
604
 
 
605
install-man:
 
606
 
 
607
install-pdf: install-pdf-am
 
608
 
 
609
install-ps: install-ps-am
 
610
 
 
611
installcheck-am:
 
612
 
 
613
maintainer-clean: maintainer-clean-am
 
614
        -rm -rf ./$(DEPDIR)
 
615
        -rm -f Makefile
 
616
maintainer-clean-am: distclean-am maintainer-clean-generic
 
617
 
 
618
mostlyclean: mostlyclean-am
 
619
 
 
620
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
621
        mostlyclean-libtool
 
622
 
 
623
pdf: pdf-am
 
624
 
 
625
pdf-am:
 
626
 
 
627
ps: ps-am
 
628
 
 
629
ps-am:
 
630
 
 
631
uninstall-am:
 
632
 
 
633
.MAKE: install-am install-strip
 
634
 
 
635
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
636
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
 
637
        distclean distclean-compile distclean-generic \
 
638
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
639
        html-am info info-am install install-am install-data \
 
640
        install-data-am install-dvi install-dvi-am install-exec \
 
641
        install-exec-am install-html install-html-am install-info \
 
642
        install-info-am install-man install-pdf install-pdf-am \
 
643
        install-ps install-ps-am install-strip installcheck \
 
644
        installcheck-am installdirs maintainer-clean \
 
645
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
646
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
647
        tags uninstall uninstall-am
 
648
 
 
649
 
 
650
#all: check
 
651
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
652
# Otherwise a system limit (for SysV at least) may be exceeded.
 
653
.NOEXPORT: