~pkgcrosswire/xiphos/main

« back to all changes in this revision

Viewing changes to src/backend/Makefile.in

  • Committer: Dmitrijs Ledkovs
  • Date: 2010-11-14 00:38:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: dmitrij.ledkov@ubuntu.com-20101114003852-sjt227lz4qqi85xj
New upstream release 3.1.4

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
 
 
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
subdir = src/backend
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
41
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
 
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
 
CONFIG_HEADER = $(top_builddir)/config.h
45
 
CONFIG_CLEAN_FILES =
46
 
CONFIG_CLEAN_VPATH_FILES =
47
 
LIBRARIES = $(noinst_LIBRARIES)
48
 
ARFLAGS = cru
49
 
AM_V_AR = $(am__v_AR_$(V))
50
 
am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
51
 
am__v_AR_0 = @echo "  AR    " $@;
52
 
AM_V_at = $(am__v_at_$(V))
53
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
54
 
am__v_at_0 = @
55
 
libbackend_a_AR = $(AR) $(ARFLAGS)
56
 
libbackend_a_LIBADD =
57
 
am_libbackend_a_OBJECTS = libbackend_a-gs_stringmgr.$(OBJEXT) \
58
 
        libbackend_a-module_manager.$(OBJEXT) \
59
 
        libbackend_a-sword_main.$(OBJEXT)
60
 
libbackend_a_OBJECTS = $(am_libbackend_a_OBJECTS)
61
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
 
am__depfiles_maybe = depfiles
64
 
am__mv = mv -f
65
 
AM_V_lt = $(am__v_lt_$(V))
66
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
67
 
am__v_lt_0 = --silent
68
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
70
 
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
71
 
        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
72
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
73
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
74
 
AM_V_CXX = $(am__v_CXX_$(V))
75
 
am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
76
 
am__v_CXX_0 = @echo "  CXX   " $@;
77
 
CXXLD = $(CXX)
78
 
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
79
 
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
80
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
81
 
AM_V_CXXLD = $(am__v_CXXLD_$(V))
82
 
am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
83
 
am__v_CXXLD_0 = @echo "  CXXLD " $@;
84
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
87
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
88
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
89
 
        $(AM_CFLAGS) $(CFLAGS)
90
 
AM_V_CC = $(am__v_CC_$(V))
91
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
92
 
am__v_CC_0 = @echo "  CC    " $@;
93
 
CCLD = $(CC)
94
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
95
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
96
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
97
 
AM_V_CCLD = $(am__v_CCLD_$(V))
98
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
99
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
100
 
AM_V_GEN = $(am__v_GEN_$(V))
101
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
102
 
am__v_GEN_0 = @echo "  GEN   " $@;
103
 
SOURCES = $(libbackend_a_SOURCES)
104
 
DIST_SOURCES = $(libbackend_a_SOURCES)
105
 
ETAGS = etags
106
 
CTAGS = ctags
107
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108
 
ACLOCAL = @ACLOCAL@
109
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
110
 
ALL_LINGUAS = @ALL_LINGUAS@
111
 
AMTAR = @AMTAR@
112
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
113
 
AM_LDFLAGS = @AM_LDFLAGS@
114
 
AR = @AR@
115
 
AUTOCONF = @AUTOCONF@
116
 
AUTOHEADER = @AUTOHEADER@
117
 
AUTOMAKE = @AUTOMAKE@
118
 
AWK = @AWK@
119
 
CATALOGS = @CATALOGS@
120
 
CATOBJEXT = @CATOBJEXT@
121
 
CC = @CC@
122
 
CCDEPMODE = @CCDEPMODE@
123
 
CFLAGS = @CFLAGS@
124
 
CPP = @CPP@
125
 
CPPFLAGS = @CPPFLAGS@
126
 
CXX = @CXX@
127
 
CXXCPP = @CXXCPP@
128
 
CXXDEPMODE = @CXXDEPMODE@
129
 
CXXFLAGS = @CXXFLAGS@
130
 
CYGPATH_W = @CYGPATH_W@
131
 
DATADIRNAME = @DATADIRNAME@
132
 
DEFS = @DEFS@
133
 
DEPDIR = @DEPDIR@
134
 
DIRS = @DIRS@
135
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
136
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
137
 
DSYMUTIL = @DSYMUTIL@
138
 
DUMPBIN = @DUMPBIN@
139
 
ECHO_C = @ECHO_C@
140
 
ECHO_N = @ECHO_N@
141
 
ECHO_T = @ECHO_T@
142
 
EGREP = @EGREP@
143
 
EXEEXT = @EXEEXT@
144
 
FGREP = @FGREP@
145
 
GECKO_CFLAGS = @GECKO_CFLAGS@
146
 
GECKO_LIBS = @GECKO_LIBS@
147
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
148
 
GMOFILES = @GMOFILES@
149
 
GMSGFMT = @GMSGFMT@
150
 
GREP = @GREP@
151
 
HELP_DIR = @HELP_DIR@
152
 
INSTALL = @INSTALL@
153
 
INSTALL_DATA = @INSTALL_DATA@
154
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
155
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
156
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
157
 
INSTOBJEXT = @INSTOBJEXT@
158
 
INTLLIBS = @INTLLIBS@
159
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
160
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
161
 
INTLTOOL_PERL = @INTLTOOL_PERL@
162
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
163
 
LD = @LD@
164
 
LDFLAGS = @LDFLAGS@
165
 
LIBOBJS = @LIBOBJS@
166
 
LIBS = @LIBS@
167
 
LIBTOOL = @LIBTOOL@
168
 
LIPO = @LIPO@
169
 
LN_S = @LN_S@
170
 
LTLIBOBJS = @LTLIBOBJS@
171
 
MAINT = @MAINT@
172
 
MAKEINFO = @MAKEINFO@
173
 
MKDIR_P = @MKDIR_P@
174
 
MKINSTALLDIRS = @MKINSTALLDIRS@
175
 
MSGFMT = @MSGFMT@
176
 
MSGFMT_OPTS = @MSGFMT_OPTS@
177
 
MSGMERGE = @MSGMERGE@
178
 
NM = @NM@
179
 
NMEDIT = @NMEDIT@
180
 
OBJDUMP = @OBJDUMP@
181
 
OBJEXT = @OBJEXT@
182
 
OMF_DIR = @OMF_DIR@
183
 
OTOOL = @OTOOL@
184
 
OTOOL64 = @OTOOL64@
185
 
PACKAGE = @PACKAGE@
186
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
187
 
PACKAGE_NAME = @PACKAGE_NAME@
188
 
PACKAGE_STRING = @PACKAGE_STRING@
189
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
190
 
PACKAGE_VERSION = @PACKAGE_VERSION@
191
 
PATH_SEPARATOR = @PATH_SEPARATOR@
192
 
PKG_CONFIG = @PKG_CONFIG@
193
 
POFILES = @POFILES@
194
 
POSUB = @POSUB@
195
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
196
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
197
 
RANLIB = @RANLIB@
198
 
SED = @SED@
199
 
SET_MAKE = @SET_MAKE@
200
 
SHELL = @SHELL@
201
 
STRIP = @STRIP@
202
 
USE_NLS = @USE_NLS@
203
 
VERSION = @VERSION@
204
 
WARN_CFLAGS = @WARN_CFLAGS@
205
 
WARN_CXXFLAGS = @WARN_CXXFLAGS@
206
 
XGETTEXT = @XGETTEXT@
207
 
XIPHOS_CFLAGS = @XIPHOS_CFLAGS@
208
 
XIPHOS_LIBS = @XIPHOS_LIBS@
209
 
abs_builddir = @abs_builddir@
210
 
abs_srcdir = @abs_srcdir@
211
 
abs_top_builddir = @abs_top_builddir@
212
 
abs_top_srcdir = @abs_top_srcdir@
213
 
ac_ct_CC = @ac_ct_CC@
214
 
ac_ct_CXX = @ac_ct_CXX@
215
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
216
 
am__include = @am__include@
217
 
am__leading_dot = @am__leading_dot@
218
 
am__quote = @am__quote@
219
 
am__tar = @am__tar@
220
 
am__untar = @am__untar@
221
 
bindir = @bindir@
222
 
build = @build@
223
 
build_alias = @build_alias@
224
 
build_cpu = @build_cpu@
225
 
build_os = @build_os@
226
 
build_vendor = @build_vendor@
227
 
builddir = @builddir@
228
 
datadir = @datadir@
229
 
datarootdir = @datarootdir@
230
 
docdir = @docdir@
231
 
dvidir = @dvidir@
232
 
exec_prefix = @exec_prefix@
233
 
host = @host@
234
 
host_alias = @host_alias@
235
 
host_cpu = @host_cpu@
236
 
host_os = @host_os@
237
 
host_vendor = @host_vendor@
238
 
htmldir = @htmldir@
239
 
includedir = @includedir@
240
 
infodir = @infodir@
241
 
install_sh = @install_sh@
242
 
libdir = @libdir@
243
 
libexecdir = @libexecdir@
244
 
localedir = @localedir@
245
 
localstatedir = @localstatedir@
246
 
lt_ECHO = @lt_ECHO@
247
 
mandir = @mandir@
248
 
mkdir_p = @mkdir_p@
249
 
oldincludedir = @oldincludedir@
250
 
pdfdir = @pdfdir@
251
 
prefix = @prefix@
252
 
program_transform_name = @program_transform_name@
253
 
psdir = @psdir@
254
 
sbindir = @sbindir@
255
 
sharedstatedir = @sharedstatedir@
256
 
srcdir = @srcdir@
257
 
sysconfdir = @sysconfdir@
258
 
target_alias = @target_alias@
259
 
top_build_prefix = @top_build_prefix@
260
 
top_builddir = @top_builddir@
261
 
top_srcdir = @top_srcdir@
262
 
xiphos_exec = @xiphos_exec@
263
 
noinst_LIBRARIES = libbackend.a
264
 
libbackend_a_SOURCES = \
265
 
    gs_stringmgr.cpp gs_stringmgr.h \
266
 
    module_manager.cc module_manager.hh \
267
 
    sword_main.cc sword_main.hh
268
 
 
269
 
libbackend_a_CXXFLAGS = \
270
 
    -I$(top_srcdir)/src \
271
 
    $(XIPHOS_CFLAGS) \
272
 
        $(WARN_CXXFLAGS)
273
 
 
274
 
libbackend_a_CPPFLAGS = $(DISABLE_DEPRECATED)
275
 
EXTRA_DIST = \
276
 
   wscript_build
277
 
 
278
 
all: all-am
279
 
 
280
 
.SUFFIXES:
281
 
.SUFFIXES: .cc .cpp .lo .o .obj
282
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
283
 
        @for dep in $?; do \
284
 
          case '$(am__configure_deps)' in \
285
 
            *$$dep*) \
286
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
287
 
                && { if test -f $@; then exit 0; else break; fi; }; \
288
 
              exit 1;; \
289
 
          esac; \
290
 
        done; \
291
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/backend/Makefile'; \
292
 
        $(am__cd) $(top_srcdir) && \
293
 
          $(AUTOMAKE) --foreign src/backend/Makefile
294
 
.PRECIOUS: Makefile
295
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296
 
        @case '$?' in \
297
 
          *config.status*) \
298
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
299
 
          *) \
300
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
301
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
302
 
        esac;
303
 
 
304
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
305
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306
 
 
307
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
308
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
310
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311
 
$(am__aclocal_m4_deps):
312
 
 
313
 
clean-noinstLIBRARIES:
314
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
315
 
libbackend.a: $(libbackend_a_OBJECTS) $(libbackend_a_DEPENDENCIES) 
316
 
        $(AM_V_at)-rm -f libbackend.a
317
 
        $(AM_V_AR)$(libbackend_a_AR) libbackend.a $(libbackend_a_OBJECTS) $(libbackend_a_LIBADD)
318
 
        $(AM_V_at)$(RANLIB) libbackend.a
319
 
 
320
 
mostlyclean-compile:
321
 
        -rm -f *.$(OBJEXT)
322
 
 
323
 
distclean-compile:
324
 
        -rm -f *.tab.c
325
 
 
326
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbackend_a-gs_stringmgr.Po@am__quote@
327
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbackend_a-module_manager.Po@am__quote@
328
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbackend_a-sword_main.Po@am__quote@
329
 
 
330
 
.cc.o:
331
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
332
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
333
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
334
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
335
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
337
 
 
338
 
.cc.obj:
339
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
340
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
341
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
342
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
343
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
345
 
 
346
 
.cc.lo:
347
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
348
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
349
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
350
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
351
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
353
 
 
354
 
libbackend_a-gs_stringmgr.o: gs_stringmgr.cpp
355
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libbackend_a_CPPFLAGS) $(CPPFLAGS) $(libbackend_a_CXXFLAGS) $(CXXFLAGS) -MT libbackend_a-gs_stringmgr.o -MD -MP -MF $(DEPDIR)/libbackend_a-gs_stringmgr.Tpo -c -o libbackend_a-gs_stringmgr.o `test -f 'gs_stringmgr.cpp' || echo '$(srcdir)/'`gs_stringmgr.cpp
356
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libbackend_a-gs_stringmgr.Tpo $(DEPDIR)/libbackend_a-gs_stringmgr.Po
357
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
358
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='gs_stringmgr.cpp' object='libbackend_a-gs_stringmgr.o' libtool=no @AMDEPBACKSLASH@
359
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libbackend_a_CPPFLAGS) $(CPPFLAGS) $(libbackend_a_CXXFLAGS) $(CXXFLAGS) -c -o libbackend_a-gs_stringmgr.o `test -f 'gs_stringmgr.cpp' || echo '$(srcdir)/'`gs_stringmgr.cpp
361
 
 
362
 
libbackend_a-gs_stringmgr.obj: gs_stringmgr.cpp
363
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libbackend_a_CPPFLAGS) $(CPPFLAGS) $(libbackend_a_CXXFLAGS) $(CXXFLAGS) -MT libbackend_a-gs_stringmgr.obj -MD -MP -MF $(DEPDIR)/libbackend_a-gs_stringmgr.Tpo -c -o libbackend_a-gs_stringmgr.obj `if test -f 'gs_stringmgr.cpp'; then $(CYGPATH_W) 'gs_stringmgr.cpp'; else $(CYGPATH_W) '$(srcdir)/gs_stringmgr.cpp'; fi`
364
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libbackend_a-gs_stringmgr.Tpo $(DEPDIR)/libbackend_a-gs_stringmgr.Po
365
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
366
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='gs_stringmgr.cpp' object='libbackend_a-gs_stringmgr.obj' libtool=no @AMDEPBACKSLASH@
367
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libbackend_a_CPPFLAGS) $(CPPFLAGS) $(libbackend_a_CXXFLAGS) $(CXXFLAGS) -c -o libbackend_a-gs_stringmgr.obj `if test -f 'gs_stringmgr.cpp'; then $(CYGPATH_W) 'gs_stringmgr.cpp'; else $(CYGPATH_W) '$(srcdir)/gs_stringmgr.cpp'; fi`
369
 
 
370
 
libbackend_a-module_manager.o: module_manager.cc
371
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libbackend_a_CPPFLAGS) $(CPPFLAGS) $(libbackend_a_CXXFLAGS) $(CXXFLAGS) -MT libbackend_a-module_manager.o -MD -MP -MF $(DEPDIR)/libbackend_a-module_manager.Tpo -c -o libbackend_a-module_manager.o `test -f 'module_manager.cc' || echo '$(srcdir)/'`module_manager.cc
372
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libbackend_a-module_manager.Tpo $(DEPDIR)/libbackend_a-module_manager.Po
373
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
374
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='module_manager.cc' object='libbackend_a-module_manager.o' libtool=no @AMDEPBACKSLASH@
375
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libbackend_a_CPPFLAGS) $(CPPFLAGS) $(libbackend_a_CXXFLAGS) $(CXXFLAGS) -c -o libbackend_a-module_manager.o `test -f 'module_manager.cc' || echo '$(srcdir)/'`module_manager.cc
377
 
 
378
 
libbackend_a-module_manager.obj: module_manager.cc
379
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libbackend_a_CPPFLAGS) $(CPPFLAGS) $(libbackend_a_CXXFLAGS) $(CXXFLAGS) -MT libbackend_a-module_manager.obj -MD -MP -MF $(DEPDIR)/libbackend_a-module_manager.Tpo -c -o libbackend_a-module_manager.obj `if test -f 'module_manager.cc'; then $(CYGPATH_W) 'module_manager.cc'; else $(CYGPATH_W) '$(srcdir)/module_manager.cc'; fi`
380
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libbackend_a-module_manager.Tpo $(DEPDIR)/libbackend_a-module_manager.Po
381
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
382
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='module_manager.cc' object='libbackend_a-module_manager.obj' libtool=no @AMDEPBACKSLASH@
383
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libbackend_a_CPPFLAGS) $(CPPFLAGS) $(libbackend_a_CXXFLAGS) $(CXXFLAGS) -c -o libbackend_a-module_manager.obj `if test -f 'module_manager.cc'; then $(CYGPATH_W) 'module_manager.cc'; else $(CYGPATH_W) '$(srcdir)/module_manager.cc'; fi`
385
 
 
386
 
libbackend_a-sword_main.o: sword_main.cc
387
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libbackend_a_CPPFLAGS) $(CPPFLAGS) $(libbackend_a_CXXFLAGS) $(CXXFLAGS) -MT libbackend_a-sword_main.o -MD -MP -MF $(DEPDIR)/libbackend_a-sword_main.Tpo -c -o libbackend_a-sword_main.o `test -f 'sword_main.cc' || echo '$(srcdir)/'`sword_main.cc
388
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libbackend_a-sword_main.Tpo $(DEPDIR)/libbackend_a-sword_main.Po
389
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
390
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='sword_main.cc' object='libbackend_a-sword_main.o' libtool=no @AMDEPBACKSLASH@
391
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libbackend_a_CPPFLAGS) $(CPPFLAGS) $(libbackend_a_CXXFLAGS) $(CXXFLAGS) -c -o libbackend_a-sword_main.o `test -f 'sword_main.cc' || echo '$(srcdir)/'`sword_main.cc
393
 
 
394
 
libbackend_a-sword_main.obj: sword_main.cc
395
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libbackend_a_CPPFLAGS) $(CPPFLAGS) $(libbackend_a_CXXFLAGS) $(CXXFLAGS) -MT libbackend_a-sword_main.obj -MD -MP -MF $(DEPDIR)/libbackend_a-sword_main.Tpo -c -o libbackend_a-sword_main.obj `if test -f 'sword_main.cc'; then $(CYGPATH_W) 'sword_main.cc'; else $(CYGPATH_W) '$(srcdir)/sword_main.cc'; fi`
396
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libbackend_a-sword_main.Tpo $(DEPDIR)/libbackend_a-sword_main.Po
397
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
398
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='sword_main.cc' object='libbackend_a-sword_main.obj' libtool=no @AMDEPBACKSLASH@
399
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libbackend_a_CPPFLAGS) $(CPPFLAGS) $(libbackend_a_CXXFLAGS) $(CXXFLAGS) -c -o libbackend_a-sword_main.obj `if test -f 'sword_main.cc'; then $(CYGPATH_W) 'sword_main.cc'; else $(CYGPATH_W) '$(srcdir)/sword_main.cc'; fi`
401
 
 
402
 
.cpp.o:
403
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
404
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
405
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
406
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
407
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
409
 
 
410
 
.cpp.obj:
411
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
412
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
413
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
414
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
415
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
417
 
 
418
 
.cpp.lo:
419
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
420
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
421
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
422
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
423
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
425
 
 
426
 
mostlyclean-libtool:
427
 
        -rm -f *.lo
428
 
 
429
 
clean-libtool:
430
 
        -rm -rf .libs _libs
431
 
 
432
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
433
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
434
 
        unique=`for i in $$list; do \
435
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436
 
          done | \
437
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
439
 
        mkid -fID $$unique
440
 
tags: TAGS
441
 
 
442
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
443
 
                $(TAGS_FILES) $(LISP)
444
 
        set x; \
445
 
        here=`pwd`; \
446
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
447
 
        unique=`for i in $$list; do \
448
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449
 
          done | \
450
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
452
 
        shift; \
453
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
454
 
          test -n "$$unique" || unique=$$empty_fix; \
455
 
          if test $$# -gt 0; then \
456
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457
 
              "$$@" $$unique; \
458
 
          else \
459
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460
 
              $$unique; \
461
 
          fi; \
462
 
        fi
463
 
ctags: CTAGS
464
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
465
 
                $(TAGS_FILES) $(LISP)
466
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
467
 
        unique=`for i in $$list; do \
468
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469
 
          done | \
470
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
471
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
472
 
        test -z "$(CTAGS_ARGS)$$unique" \
473
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
474
 
             $$unique
475
 
 
476
 
GTAGS:
477
 
        here=`$(am__cd) $(top_builddir) && pwd` \
478
 
          && $(am__cd) $(top_srcdir) \
479
 
          && gtags -i $(GTAGS_ARGS) "$$here"
480
 
 
481
 
distclean-tags:
482
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
 
 
484
 
distdir: $(DISTFILES)
485
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487
 
        list='$(DISTFILES)'; \
488
 
          dist_files=`for file in $$list; do echo $$file; done | \
489
 
          sed -e "s|^$$srcdirstrip/||;t" \
490
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
491
 
        case $$dist_files in \
492
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
493
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
494
 
                           sort -u` ;; \
495
 
        esac; \
496
 
        for file in $$dist_files; do \
497
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498
 
          if test -d $$d/$$file; then \
499
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
500
 
            if test -d "$(distdir)/$$file"; then \
501
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502
 
            fi; \
503
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506
 
            fi; \
507
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
508
 
          else \
509
 
            test -f "$(distdir)/$$file" \
510
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
511
 
            || exit 1; \
512
 
          fi; \
513
 
        done
514
 
check-am: all-am
515
 
check: check-am
516
 
all-am: Makefile $(LIBRARIES)
517
 
installdirs:
518
 
install: install-am
519
 
install-exec: install-exec-am
520
 
install-data: install-data-am
521
 
uninstall: uninstall-am
522
 
 
523
 
install-am: all-am
524
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
525
 
 
526
 
installcheck: installcheck-am
527
 
install-strip:
528
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
529
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
530
 
          `test -z '$(STRIP)' || \
531
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
532
 
mostlyclean-generic:
533
 
 
534
 
clean-generic:
535
 
 
536
 
distclean-generic:
537
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
538
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
539
 
 
540
 
maintainer-clean-generic:
541
 
        @echo "This command is intended for maintainers to use"
542
 
        @echo "it deletes files that may require special tools to rebuild."
543
 
clean: clean-am
544
 
 
545
 
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
546
 
        mostlyclean-am
547
 
 
548
 
distclean: distclean-am
549
 
        -rm -rf ./$(DEPDIR)
550
 
        -rm -f Makefile
551
 
distclean-am: clean-am distclean-compile distclean-generic \
552
 
        distclean-tags
553
 
 
554
 
dvi: dvi-am
555
 
 
556
 
dvi-am:
557
 
 
558
 
html: html-am
559
 
 
560
 
html-am:
561
 
 
562
 
info: info-am
563
 
 
564
 
info-am:
565
 
 
566
 
install-data-am:
567
 
 
568
 
install-dvi: install-dvi-am
569
 
 
570
 
install-dvi-am:
571
 
 
572
 
install-exec-am:
573
 
 
574
 
install-html: install-html-am
575
 
 
576
 
install-html-am:
577
 
 
578
 
install-info: install-info-am
579
 
 
580
 
install-info-am:
581
 
 
582
 
install-man:
583
 
 
584
 
install-pdf: install-pdf-am
585
 
 
586
 
install-pdf-am:
587
 
 
588
 
install-ps: install-ps-am
589
 
 
590
 
install-ps-am:
591
 
 
592
 
installcheck-am:
593
 
 
594
 
maintainer-clean: maintainer-clean-am
595
 
        -rm -rf ./$(DEPDIR)
596
 
        -rm -f Makefile
597
 
maintainer-clean-am: distclean-am maintainer-clean-generic
598
 
 
599
 
mostlyclean: mostlyclean-am
600
 
 
601
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
602
 
        mostlyclean-libtool
603
 
 
604
 
pdf: pdf-am
605
 
 
606
 
pdf-am:
607
 
 
608
 
ps: ps-am
609
 
 
610
 
ps-am:
611
 
 
612
 
uninstall-am:
613
 
 
614
 
.MAKE: install-am install-strip
615
 
 
616
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
617
 
        clean-libtool clean-noinstLIBRARIES ctags distclean \
618
 
        distclean-compile distclean-generic distclean-libtool \
619
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
620
 
        install install-am install-data install-data-am install-dvi \
621
 
        install-dvi-am install-exec install-exec-am install-html \
622
 
        install-html-am install-info install-info-am install-man \
623
 
        install-pdf install-pdf-am install-ps install-ps-am \
624
 
        install-strip installcheck installcheck-am installdirs \
625
 
        maintainer-clean maintainer-clean-generic mostlyclean \
626
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
627
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
628
 
 
629
 
 
630
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
631
 
# Otherwise a system limit (for SysV at least) may be exceeded.
632
 
.NOEXPORT: