~ubuntu-branches/ubuntu/quantal/mysql-workbench/quantal

« back to all changes in this revision

Viewing changes to plugins/wb.model.reporting/frontend/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-03-01 21:57:30 UTC
  • Revision ID: package-import@ubuntu.com-20120301215730-o7y8av8y38n162ro
Tags: upstream-5.2.38+dfsg
ImportĀ upstreamĀ versionĀ 5.2.38+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.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  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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@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
subdir = plugins/wb.model.reporting/frontend
 
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
37
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
38
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
39
        $(ACLOCAL_M4)
 
40
mkinstalldirs = $(install_sh) -d
 
41
CONFIG_HEADER = $(top_builddir)/config.h
 
42
CONFIG_CLEAN_FILES =
 
43
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
44
am__vpath_adj = case $$p in \
 
45
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
46
    *) f=$$p;; \
 
47
  esac;
 
48
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
49
am__installdirs = "$(DESTDIR)$(pkglibdir)"
 
50
pkglibLTLIBRARIES_INSTALL = $(INSTALL)
 
51
LTLIBRARIES = $(pkglib_LTLIBRARIES)
 
52
wb_model_reporting_wbp_la_LIBADD =
 
53
am__wb_model_reporting_wbp_la_SOURCES_DIST =  \
 
54
        ../backend/wb_model_reporting.cpp \
 
55
        ../backend/register_plugin.cpp model_reporting_form.cpp
 
56
@BUILD_SE_TRUE@am_wb_model_reporting_wbp_la_OBJECTS =  \
 
57
@BUILD_SE_TRUE@ wb_model_reporting.lo register_plugin.lo \
 
58
@BUILD_SE_TRUE@ model_reporting_form.lo
 
59
wb_model_reporting_wbp_la_OBJECTS =  \
 
60
        $(am_wb_model_reporting_wbp_la_OBJECTS)
 
61
wb_model_reporting_wbp_la_LINK = $(LIBTOOL) --tag=CXX \
 
62
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 
63
        $(AM_CXXFLAGS) $(CXXFLAGS) \
 
64
        $(wb_model_reporting_wbp_la_LDFLAGS) $(LDFLAGS) -o $@
 
65
@BUILD_SE_TRUE@am_wb_model_reporting_wbp_la_rpath = -rpath \
 
66
@BUILD_SE_TRUE@ $(pkglibdir)
 
67
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
69
am__depfiles_maybe = depfiles
 
70
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
71
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
72
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
73
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
74
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
75
CXXLD = $(CXX)
 
76
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
77
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
78
        $(LDFLAGS) -o $@
 
79
SOURCES = $(wb_model_reporting_wbp_la_SOURCES)
 
80
DIST_SOURCES = $(am__wb_model_reporting_wbp_la_SOURCES_DIST)
 
81
ETAGS = etags
 
82
CTAGS = ctags
 
83
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
84
pkglibdir = $(libdir)/@PACKAGE@/plugins
 
85
ACLOCAL = @ACLOCAL@
 
86
AMTAR = @AMTAR@
 
87
AR = @AR@
 
88
AUTOCONF = @AUTOCONF@
 
89
AUTOHEADER = @AUTOHEADER@
 
90
AUTOMAKE = @AUTOMAKE@
 
91
AWK = @AWK@
 
92
BOOST_LIBS = @BOOST_LIBS@
 
93
CAIRO_CFLAGS = @CAIRO_CFLAGS@
 
94
CAIRO_LIBS = @CAIRO_LIBS@
 
95
CATALOGS = @CATALOGS@
 
96
CATOBJEXT = @CATOBJEXT@
 
97
CC = @CC@
 
98
CCDEPMODE = @CCDEPMODE@
 
99
CFLAGS = @CFLAGS@
 
100
CPP = @CPP@
 
101
CPPFLAGS = @CPPFLAGS@
 
102
CTEMPLATE_CFLAGS = @CTEMPLATE_CFLAGS@
 
103
CTEMPLATE_LIBS = @CTEMPLATE_LIBS@
 
104
CXX = @CXX@
 
105
CXXCPP = @CXXCPP@
 
106
CXXDEPMODE = @CXXDEPMODE@
 
107
CXXFLAGS = @CXXFLAGS@
 
108
CYGPATH_W = @CYGPATH_W@
 
109
DATADIRNAME = @DATADIRNAME@
 
110
DEFS = @DEFS@
 
111
DEPDIR = @DEPDIR@
 
112
DLEXT = @DLEXT@
 
113
DLMAKE = @DLMAKE@
 
114
DSYMUTIL = @DSYMUTIL@
 
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
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
124
GLIB_CFLAGS = @GLIB_CFLAGS@
 
125
GLIB_LIBS = @GLIB_LIBS@
 
126
GMOFILES = @GMOFILES@
 
127
GMSGFMT = @GMSGFMT@
 
128
GNOME_CFLAGS = @GNOME_CFLAGS@
 
129
GNOME_KEYRING_CFLAGS = @GNOME_KEYRING_CFLAGS@
 
130
GNOME_KEYRING_LIBS = @GNOME_KEYRING_LIBS@
 
131
GNOME_LIBS = @GNOME_LIBS@
 
132
GREP = @GREP@
 
133
GRT_CFLAGS = @GRT_CFLAGS@
 
134
GRT_LIBS = @GRT_LIBS@
 
135
INSTALL = @INSTALL@
 
136
INSTALL_DATA = @INSTALL_DATA@
 
137
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
138
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
139
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
140
INSTOBJEXT = @INSTOBJEXT@
 
141
INTLLIBS = @INTLLIBS@
 
142
LDFLAGS = @LDFLAGS@
 
143
LIBOBJS = @LIBOBJS@
 
144
LIBS = @LIBS@
 
145
LIBTOOL = @LIBTOOL@
 
146
LIBUUID_CFLAGS = @LIBUUID_CFLAGS@
 
147
LIBUUID_LIBS = @LIBUUID_LIBS@
 
148
LN_S = @LN_S@
 
149
LTLIBOBJS = @LTLIBOBJS@
 
150
LUA_CFLAGS = @LUA_CFLAGS@
 
151
LUA_LIBS = @LUA_LIBS@
 
152
MAKEINFO = @MAKEINFO@
 
153
MKDIR_P = @MKDIR_P@
 
154
MKINSTALLDIRS = @MKINSTALLDIRS@
 
155
MSGFMT = @MSGFMT@
 
156
MSGFMT_OPTS = @MSGFMT_OPTS@
 
157
MYSQL_INCLUDE = @MYSQL_INCLUDE@
 
158
MYSQL_LIBS = @MYSQL_LIBS@
 
159
MYSQL_UTILITIES_PROGRAMS = @MYSQL_UTILITIES_PROGRAMS@
 
160
NMEDIT = @NMEDIT@
 
161
OBJEXT = @OBJEXT@
 
162
PACKAGE = @PACKAGE@
 
163
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
164
PACKAGE_NAME = @PACKAGE_NAME@
 
165
PACKAGE_STRING = @PACKAGE_STRING@
 
166
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
167
PACKAGE_VERSION = @PACKAGE_VERSION@
 
168
PATH_SEPARATOR = @PATH_SEPARATOR@
 
169
PCRE_CFLAGS = @PCRE_CFLAGS@
 
170
PCRE_LIBS = @PCRE_LIBS@
 
171
PKG_CONFIG = @PKG_CONFIG@
 
172
POFILES = @POFILES@
 
173
POSUB = @POSUB@
 
174
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
175
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
176
PYTHON26 = @PYTHON26@
 
177
PYTHON27 = @PYTHON27@
 
178
PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
179
PYTHON_LIBS = @PYTHON_LIBS@
 
180
RANLIB = @RANLIB@
 
181
SED = @SED@
 
182
SET_MAKE = @SET_MAKE@
 
183
SHELL = @SHELL@
 
184
SIGC_CFLAGS = @SIGC_CFLAGS@
 
185
SIGC_LIBS = @SIGC_LIBS@
 
186
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
 
187
SQLITE3_LIBS = @SQLITE3_LIBS@
 
188
STRIP = @STRIP@
 
189
USE_NLS = @USE_NLS@
 
190
VERSION = @VERSION@
 
191
XGETTEXT = @XGETTEXT@
 
192
ZIP_CFLAGS = @ZIP_CFLAGS@
 
193
ZIP_LIBS = @ZIP_LIBS@
 
194
abs_builddir = @abs_builddir@
 
195
abs_srcdir = @abs_srcdir@
 
196
abs_top_builddir = @abs_top_builddir@
 
197
abs_top_srcdir = @abs_top_srcdir@
 
198
ac_ct_CC = @ac_ct_CC@
 
199
ac_ct_CXX = @ac_ct_CXX@
 
200
ac_ct_F77 = @ac_ct_F77@
 
201
am__include = @am__include@
 
202
am__leading_dot = @am__leading_dot@
 
203
am__quote = @am__quote@
 
204
am__tar = @am__tar@
 
205
am__untar = @am__untar@
 
206
bindir = @bindir@
 
207
build = @build@
 
208
build_alias = @build_alias@
 
209
build_cpu = @build_cpu@
 
210
build_os = @build_os@
 
211
build_vendor = @build_vendor@
 
212
builddir = @builddir@
 
213
datadir = @datadir@
 
214
datarootdir = @datarootdir@
 
215
docdir = @docdir@
 
216
dvidir = @dvidir@
 
217
exec_prefix = @exec_prefix@
 
218
host = @host@
 
219
host_alias = @host_alias@
 
220
host_cpu = @host_cpu@
 
221
host_os = @host_os@
 
222
host_vendor = @host_vendor@
 
223
htmldir = @htmldir@
 
224
includedir = @includedir@
 
225
infodir = @infodir@
 
226
install_sh = @install_sh@
 
227
libdir = @libdir@
 
228
libexecdir = @libexecdir@
 
229
localedir = @localedir@
 
230
localstatedir = @localstatedir@
 
231
mandir = @mandir@
 
232
mkdir_p = @mkdir_p@
 
233
oldincludedir = @oldincludedir@
 
234
pdfdir = @pdfdir@
 
235
prefix = @prefix@
 
236
program_transform_name = @program_transform_name@
 
237
psdir = @psdir@
 
238
sbindir = @sbindir@
 
239
sharedstatedir = @sharedstatedir@
 
240
srcdir = @srcdir@
 
241
sysconfdir = @sysconfdir@
 
242
target_alias = @target_alias@
 
243
top_builddir = @top_builddir@
 
244
top_srcdir = @top_srcdir@
 
245
@BUILD_SE_TRUE@pkglib_LTLIBRARIES = wb.model.reporting.wbp.la
 
246
@BUILD_SE_TRUE@INCLUDES = -I$(top_srcdir)/generated -I$(top_srcdir)/backend/wbpublic -I$(top_srcdir)/library/grt/src \
 
247
@BUILD_SE_TRUE@                -I$(top_srcdir)/library/base\
 
248
@BUILD_SE_TRUE@                -I$(top_srcdir)/library/forms\
 
249
@BUILD_SE_TRUE@                -I$(top_srcdir)/library/forms/mforms\
 
250
@BUILD_SE_TRUE@         -I$(top_srcdir)/ext\
 
251
@BUILD_SE_TRUE@         -I$(top_srcdir)/plugins\
 
252
@BUILD_SE_TRUE@         -I$(top_srcdir)/modules\
 
253
@BUILD_SE_TRUE@         -I../backend @CAIRO_CFLAGS@\
 
254
@BUILD_SE_TRUE@                @GRT_CFLAGS@ @GLIB_CFLAGS@ @GNOME_CFLAGS@ @SIGC_CFLAGS@ @PCRE_CFLAGS@
 
255
 
 
256
@BUILD_SE_TRUE@wb_model_reporting_wbp_la_LDFLAGS = -module
 
257
@BUILD_SE_TRUE@wb_model_reporting_wbp_la_SOURCES = \
 
258
@BUILD_SE_TRUE@../backend/wb_model_reporting.cpp\
 
259
@BUILD_SE_TRUE@../backend/register_plugin.cpp\
 
260
@BUILD_SE_TRUE@model_reporting_form.cpp
 
261
 
 
262
all: all-am
 
263
 
 
264
.SUFFIXES:
 
265
.SUFFIXES: .cpp .lo .o .obj
 
266
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
267
        @for dep in $?; do \
 
268
          case '$(am__configure_deps)' in \
 
269
            *$$dep*) \
 
270
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
271
                && exit 0; \
 
272
              exit 1;; \
 
273
          esac; \
 
274
        done; \
 
275
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plugins/wb.model.reporting/frontend/Makefile'; \
 
276
        cd $(top_srcdir) && \
 
277
          $(AUTOMAKE) --gnu  plugins/wb.model.reporting/frontend/Makefile
 
278
.PRECIOUS: Makefile
 
279
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
280
        @case '$?' in \
 
281
          *config.status*) \
 
282
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
283
          *) \
 
284
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
285
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
286
        esac;
 
287
 
 
288
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
289
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
290
 
 
291
$(top_srcdir)/configure:  $(am__configure_deps)
 
292
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
293
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
294
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
295
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
 
296
        @$(NORMAL_INSTALL)
 
297
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
 
298
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
299
          if test -f $$p; then \
 
300
            f=$(am__strip_dir) \
 
301
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
 
302
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
 
303
          else :; fi; \
 
304
        done
 
305
 
 
306
uninstall-pkglibLTLIBRARIES:
 
307
        @$(NORMAL_UNINSTALL)
 
308
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
309
          p=$(am__strip_dir) \
 
310
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
 
311
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
 
312
        done
 
313
 
 
314
clean-pkglibLTLIBRARIES:
 
315
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
 
316
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
 
317
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
318
          test "$$dir" != "$$p" || dir=.; \
 
319
          echo "rm -f \"$${dir}/so_locations\""; \
 
320
          rm -f "$${dir}/so_locations"; \
 
321
        done
 
322
wb.model.reporting.wbp.la: $(wb_model_reporting_wbp_la_OBJECTS) $(wb_model_reporting_wbp_la_DEPENDENCIES) 
 
323
        $(wb_model_reporting_wbp_la_LINK) $(am_wb_model_reporting_wbp_la_rpath) $(wb_model_reporting_wbp_la_OBJECTS) $(wb_model_reporting_wbp_la_LIBADD) $(LIBS)
 
324
 
 
325
mostlyclean-compile:
 
326
        -rm -f *.$(OBJEXT)
 
327
 
 
328
distclean-compile:
 
329
        -rm -f *.tab.c
 
330
 
 
331
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/model_reporting_form.Plo@am__quote@
 
332
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/register_plugin.Plo@am__quote@
 
333
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wb_model_reporting.Plo@am__quote@
 
334
 
 
335
.cpp.o:
 
336
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
337
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
338
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
339
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
340
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
341
 
 
342
.cpp.obj:
 
343
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
344
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
345
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
346
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
347
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
348
 
 
349
.cpp.lo:
 
350
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
351
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
352
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
353
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
354
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
355
 
 
356
wb_model_reporting.lo: ../backend/wb_model_reporting.cpp
 
357
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wb_model_reporting.lo -MD -MP -MF $(DEPDIR)/wb_model_reporting.Tpo -c -o wb_model_reporting.lo `test -f '../backend/wb_model_reporting.cpp' || echo '$(srcdir)/'`../backend/wb_model_reporting.cpp
 
358
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/wb_model_reporting.Tpo $(DEPDIR)/wb_model_reporting.Plo
 
359
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../backend/wb_model_reporting.cpp' object='wb_model_reporting.lo' libtool=yes @AMDEPBACKSLASH@
 
360
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
361
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wb_model_reporting.lo `test -f '../backend/wb_model_reporting.cpp' || echo '$(srcdir)/'`../backend/wb_model_reporting.cpp
 
362
 
 
363
register_plugin.lo: ../backend/register_plugin.cpp
 
364
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT register_plugin.lo -MD -MP -MF $(DEPDIR)/register_plugin.Tpo -c -o register_plugin.lo `test -f '../backend/register_plugin.cpp' || echo '$(srcdir)/'`../backend/register_plugin.cpp
 
365
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/register_plugin.Tpo $(DEPDIR)/register_plugin.Plo
 
366
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../backend/register_plugin.cpp' object='register_plugin.lo' libtool=yes @AMDEPBACKSLASH@
 
367
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
368
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o register_plugin.lo `test -f '../backend/register_plugin.cpp' || echo '$(srcdir)/'`../backend/register_plugin.cpp
 
369
 
 
370
mostlyclean-libtool:
 
371
        -rm -f *.lo
 
372
 
 
373
clean-libtool:
 
374
        -rm -rf .libs _libs
 
375
 
 
376
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
377
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
378
        unique=`for i in $$list; do \
 
379
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
380
          done | \
 
381
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
382
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
383
        mkid -fID $$unique
 
384
tags: TAGS
 
385
 
 
386
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
387
                $(TAGS_FILES) $(LISP)
 
388
        tags=; \
 
389
        here=`pwd`; \
 
390
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
391
        unique=`for i in $$list; do \
 
392
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
393
          done | \
 
394
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
395
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
396
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
397
          test -n "$$unique" || unique=$$empty_fix; \
 
398
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
399
            $$tags $$unique; \
 
400
        fi
 
401
ctags: CTAGS
 
402
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
403
                $(TAGS_FILES) $(LISP)
 
404
        tags=; \
 
405
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
406
        unique=`for i in $$list; do \
 
407
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
408
          done | \
 
409
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
410
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
411
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
412
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
413
             $$tags $$unique
 
414
 
 
415
GTAGS:
 
416
        here=`$(am__cd) $(top_builddir) && pwd` \
 
417
          && cd $(top_srcdir) \
 
418
          && gtags -i $(GTAGS_ARGS) $$here
 
419
 
 
420
distclean-tags:
 
421
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
422
 
 
423
distdir: $(DISTFILES)
 
424
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
425
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
426
        list='$(DISTFILES)'; \
 
427
          dist_files=`for file in $$list; do echo $$file; done | \
 
428
          sed -e "s|^$$srcdirstrip/||;t" \
 
429
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
430
        case $$dist_files in \
 
431
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
432
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
433
                           sort -u` ;; \
 
434
        esac; \
 
435
        for file in $$dist_files; do \
 
436
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
437
          if test -d $$d/$$file; then \
 
438
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
439
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
440
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
441
            fi; \
 
442
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
443
          else \
 
444
            test -f $(distdir)/$$file \
 
445
            || cp -p $$d/$$file $(distdir)/$$file \
 
446
            || exit 1; \
 
447
          fi; \
 
448
        done
 
449
check-am: all-am
 
450
check: check-am
 
451
all-am: Makefile $(LTLIBRARIES)
 
452
installdirs:
 
453
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
 
454
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
455
        done
 
456
install: install-am
 
457
install-exec: install-exec-am
 
458
install-data: install-data-am
 
459
uninstall: uninstall-am
 
460
 
 
461
install-am: all-am
 
462
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
463
 
 
464
installcheck: installcheck-am
 
465
install-strip:
 
466
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
467
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
468
          `test -z '$(STRIP)' || \
 
469
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
470
mostlyclean-generic:
 
471
 
 
472
clean-generic:
 
473
 
 
474
distclean-generic:
 
475
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
476
 
 
477
maintainer-clean-generic:
 
478
        @echo "This command is intended for maintainers to use"
 
479
        @echo "it deletes files that may require special tools to rebuild."
 
480
clean: clean-am
 
481
 
 
482
clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
 
483
        mostlyclean-am
 
484
 
 
485
distclean: distclean-am
 
486
        -rm -rf ./$(DEPDIR)
 
487
        -rm -f Makefile
 
488
distclean-am: clean-am distclean-compile distclean-generic \
 
489
        distclean-tags
 
490
 
 
491
dvi: dvi-am
 
492
 
 
493
dvi-am:
 
494
 
 
495
html: html-am
 
496
 
 
497
info: info-am
 
498
 
 
499
info-am:
 
500
 
 
501
install-data-am:
 
502
 
 
503
install-dvi: install-dvi-am
 
504
 
 
505
install-exec-am: install-pkglibLTLIBRARIES
 
506
 
 
507
install-html: install-html-am
 
508
 
 
509
install-info: install-info-am
 
510
 
 
511
install-man:
 
512
 
 
513
install-pdf: install-pdf-am
 
514
 
 
515
install-ps: install-ps-am
 
516
 
 
517
installcheck-am:
 
518
 
 
519
maintainer-clean: maintainer-clean-am
 
520
        -rm -rf ./$(DEPDIR)
 
521
        -rm -f Makefile
 
522
maintainer-clean-am: distclean-am maintainer-clean-generic
 
523
 
 
524
mostlyclean: mostlyclean-am
 
525
 
 
526
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
527
        mostlyclean-libtool
 
528
 
 
529
pdf: pdf-am
 
530
 
 
531
pdf-am:
 
532
 
 
533
ps: ps-am
 
534
 
 
535
ps-am:
 
536
 
 
537
uninstall-am: uninstall-pkglibLTLIBRARIES
 
538
 
 
539
.MAKE: install-am install-strip
 
540
 
 
541
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
542
        clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
 
543
        distclean-compile distclean-generic distclean-libtool \
 
544
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
545
        install install-am install-data install-data-am install-dvi \
 
546
        install-dvi-am install-exec install-exec-am install-html \
 
547
        install-html-am install-info install-info-am install-man \
 
548
        install-pdf install-pdf-am install-pkglibLTLIBRARIES \
 
549
        install-ps install-ps-am install-strip installcheck \
 
550
        installcheck-am installdirs maintainer-clean \
 
551
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
552
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
553
        tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
 
554
 
 
555
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
556
# Otherwise a system limit (for SysV at least) may be exceeded.
 
557
.NOEXPORT: