~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to providers/postgres/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2004-12-21 09:46:27 UTC
  • Revision ID: james.westby@ubuntu.com-20041221094627-r9lb6mlz2o3yp8gn
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.8.4 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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
SOURCES = $(postgresprovider_la_SOURCES)
 
18
 
 
19
srcdir = @srcdir@
 
20
top_srcdir = @top_srcdir@
 
21
VPATH = @srcdir@
 
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
 
25
top_builddir = ../..
 
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
27
INSTALL = @INSTALL@
 
28
install_sh_DATA = $(install_sh) -c -m 644
 
29
install_sh_PROGRAM = $(install_sh) -c
 
30
install_sh_SCRIPT = $(install_sh) -c
 
31
INSTALL_HEADER = $(INSTALL_DATA)
 
32
transform = $(program_transform_name)
 
33
NORMAL_INSTALL = :
 
34
PRE_INSTALL = :
 
35
POST_INSTALL = :
 
36
NORMAL_UNINSTALL = :
 
37
PRE_UNINSTALL = :
 
38
POST_UNINSTALL = :
 
39
host_triplet = @host@
 
40
subdir = providers/postgres
 
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
44
        $(top_srcdir)/configure.in
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
48
CONFIG_HEADER = $(top_builddir)/qgsconfig.h
 
49
CONFIG_CLEAN_FILES =
 
50
am__installdirs = "$(DESTDIR)$(plugindir)"
 
51
pluginLTLIBRARIES_INSTALL = $(INSTALL)
 
52
LTLIBRARIES = $(plugin_LTLIBRARIES)
 
53
am__DEPENDENCIES_1 =
 
54
postgresprovider_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
55
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
56
am_postgresprovider_la_OBJECTS =  \
 
57
        postgresprovider_la-qgspostgresprovider.lo \
 
58
        postgresprovider_la-qgsfeature.lo \
 
59
        postgresprovider_la-qgsfeatureattribute.lo \
 
60
        postgresprovider_la-qgsrect.lo postgresprovider_la-qgspoint.lo \
 
61
        postgresprovider_la-qgsfield.lo
 
62
postgresprovider_la_OBJECTS = $(am_postgresprovider_la_OBJECTS)
 
63
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
65
am__depfiles_maybe = depfiles
 
66
@AMDEP_TRUE@DEP_FILES =  \
 
67
@AMDEP_TRUE@    ./$(DEPDIR)/postgresprovider_la-qgsfeature.Plo \
 
68
@AMDEP_TRUE@    ./$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Plo \
 
69
@AMDEP_TRUE@    ./$(DEPDIR)/postgresprovider_la-qgsfield.Plo \
 
70
@AMDEP_TRUE@    ./$(DEPDIR)/postgresprovider_la-qgspoint.Plo \
 
71
@AMDEP_TRUE@    ./$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Plo \
 
72
@AMDEP_TRUE@    ./$(DEPDIR)/postgresprovider_la-qgsrect.Plo
 
73
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
74
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
75
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
 
76
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
77
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
78
CXXLD = $(CXX)
 
79
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
 
80
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
81
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
82
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
83
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
84
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
85
        $(AM_CFLAGS) $(CFLAGS)
 
86
CCLD = $(CC)
 
87
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
88
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
89
SOURCES = $(postgresprovider_la_SOURCES)
 
90
DIST_SOURCES = $(postgresprovider_la_SOURCES)
 
91
ETAGS = etags
 
92
CTAGS = ctags
 
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
94
ACLOCAL = @ACLOCAL@
 
95
AMDEP_FALSE = @AMDEP_FALSE@
 
96
AMDEP_TRUE = @AMDEP_TRUE@
 
97
AMTAR = @AMTAR@
 
98
AR = @AR@
 
99
AUTOCONF = @AUTOCONF@
 
100
AUTOHEADER = @AUTOHEADER@
 
101
AUTOMAKE = @AUTOMAKE@
 
102
AWK = @AWK@
 
103
CC = @CC@
 
104
CCDEPMODE = @CCDEPMODE@
 
105
CFLAGS = @CFLAGS@
 
106
CPP = @CPP@
 
107
CPPFLAGS = @CPPFLAGS@
 
108
CXX = @CXX@
 
109
CXXCPP = @CXXCPP@
 
110
CXXDEPMODE = @CXXDEPMODE@
 
111
CXXFLAGS = @CXXFLAGS@
 
112
CYGPATH_W = @CYGPATH_W@
 
113
DEBUG_QGIS = @DEBUG_QGIS@
 
114
DEFS = @DEFS@
 
115
DEPDIR = @DEPDIR@
 
116
ECHO = @ECHO@
 
117
ECHO_C = @ECHO_C@
 
118
ECHO_N = @ECHO_N@
 
119
ECHO_T = @ECHO_T@
 
120
EGREP = @EGREP@
 
121
EXEEXT = @EXEEXT@
 
122
EXTRA_VERSION = @EXTRA_VERSION@
 
123
F77 = @F77@
 
124
FFLAGS = @FFLAGS@
 
125
GDAL_CFLAGS = @GDAL_CFLAGS@
 
126
GDAL_CONFIG = @GDAL_CONFIG@
 
127
GDAL_LDADD = @GDAL_LDADD@
 
128
GEOS_CFLAGS = @GEOS_CFLAGS@
 
129
GEOS_CONFIG = @GEOS_CONFIG@
 
130
GEOS_LDADD = @GEOS_LDADD@
 
131
GRASS_INC = @GRASS_INC@
 
132
GRASS_LIB = @GRASS_LIB@
 
133
HAVE_GRASS = @HAVE_GRASS@
 
134
HAVE_GRASS_FALSE = @HAVE_GRASS_FALSE@
 
135
HAVE_GRASS_TRUE = @HAVE_GRASS_TRUE@
 
136
HAVE_POSTGRESQL_FALSE = @HAVE_POSTGRESQL_FALSE@
 
137
HAVE_POSTGRESQL_TRUE = @HAVE_POSTGRESQL_TRUE@
 
138
HAVE_SPIT_FALSE = @HAVE_SPIT_FALSE@
 
139
HAVE_SPIT_TRUE = @HAVE_SPIT_TRUE@
 
140
INSTALL_DATA = @INSTALL_DATA@
 
141
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
142
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
143
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
144
INTERFACE_VERSION = @INTERFACE_VERSION@
 
145
LDFLAGS = @LDFLAGS@
 
146
LIBOBJS = @LIBOBJS@
 
147
LIBS = @LIBS@
 
148
LIBTOOL = @LIBTOOL@
 
149
LN_S = @LN_S@
 
150
LTLIBOBJS = @LTLIBOBJS@
 
151
MAJOR_VERSION = @MAJOR_VERSION@
 
152
MAKEINFO = @MAKEINFO@
 
153
MICRO_VERSION = @MICRO_VERSION@
 
154
MINOR_VERSION = @MINOR_VERSION@
 
155
MOC = @MOC@
 
156
OBJEXT = @OBJEXT@
 
157
PACKAGE = @PACKAGE@
 
158
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
159
PACKAGE_NAME = @PACKAGE_NAME@
 
160
PACKAGE_STRING = @PACKAGE_STRING@
 
161
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
162
PACKAGE_VERSION = @PACKAGE_VERSION@
 
163
PATH_SEPARATOR = @PATH_SEPARATOR@
 
164
PG_CONFIG = @PG_CONFIG@
 
165
PG_INC = @PG_INC@
 
166
PG_LIB = @PG_LIB@
 
167
QASSISTANTCLIENT_LDADD = @QASSISTANTCLIENT_LDADD@
 
168
QEMBED = @QEMBED@
 
169
QT_CXXFLAGS = @QT_CXXFLAGS@
 
170
QT_GUILINK = @QT_GUILINK@
 
171
QT_LDADD = @QT_LDADD@
 
172
RANLIB = @RANLIB@
 
173
SET_MAKE = @SET_MAKE@
 
174
SHELL = @SHELL@
 
175
STRIP = @STRIP@
 
176
UIC = @UIC@
 
177
VERSION = @VERSION@
 
178
ac_ct_AR = @ac_ct_AR@
 
179
ac_ct_CC = @ac_ct_CC@
 
180
ac_ct_CXX = @ac_ct_CXX@
 
181
ac_ct_F77 = @ac_ct_F77@
 
182
ac_ct_RANLIB = @ac_ct_RANLIB@
 
183
ac_ct_STRIP = @ac_ct_STRIP@
 
184
ac_prefix_program = @ac_prefix_program@
 
185
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
186
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
187
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
188
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
189
am__include = @am__include@
 
190
am__leading_dot = @am__leading_dot@
 
191
am__quote = @am__quote@
 
192
bindir = @bindir@
 
193
build = @build@
 
194
build_alias = @build_alias@
 
195
build_cpu = @build_cpu@
 
196
build_os = @build_os@
 
197
build_vendor = @build_vendor@
 
198
datadir = @datadir@
 
199
exec_prefix = @exec_prefix@
 
200
host = @host@
 
201
host_alias = @host_alias@
 
202
host_cpu = @host_cpu@
 
203
host_os = @host_os@
 
204
host_vendor = @host_vendor@
 
205
includedir = @includedir@
 
206
infodir = @infodir@
 
207
install_sh = @install_sh@
 
208
libdir = @libdir@
 
209
libexecdir = @libexecdir@
 
210
localstatedir = @localstatedir@
 
211
mandir = @mandir@
 
212
mkdir_p = @mkdir_p@
 
213
oldincludedir = @oldincludedir@
 
214
prefix = @prefix@
 
215
program_transform_name = @program_transform_name@
 
216
sbindir = @sbindir@
 
217
sharedstatedir = @sharedstatedir@
 
218
sysconfdir = @sysconfdir@
 
219
target_alias = @target_alias@
 
220
INCLUDES = -I../../src
 
221
plugindir = ${pkglibdir}
 
222
plugin_LTLIBRARIES = postgresprovider.la
 
223
postgresprovider_la_SOURCES = qgspostgresprovider.cpp           \
 
224
                              qgspostgresprovider.h             \
 
225
                              ../../src/qgsfeature.cpp          \
 
226
                              ../../src/qgsfeatureattribute.cpp \
 
227
                              ../../src/qgsrect.cpp             \
 
228
                              ../../src/qgspoint.cpp            \
 
229
                              ../../src/qgsfield.cpp       
 
230
 
 
231
postgresprovider_la_LIBADD = $(QT_LDADD) $(PG_LIB) $(GEOS_LDADD)
 
232
postgresprovider_la_LDFLAGS = -avoid-version -module
 
233
postgresprovider_la_CXXFLAGS = $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) -I$(PG_INC) $(DEBUG_QGIS) $(GEOS_CFLAGS)
 
234
all: all-am
 
235
 
 
236
.SUFFIXES:
 
237
.SUFFIXES: .cpp .lo .o .obj
 
238
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
239
        @for dep in $?; do \
 
240
          case '$(am__configure_deps)' in \
 
241
            *$$dep*) \
 
242
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
243
                && exit 0; \
 
244
              exit 1;; \
 
245
          esac; \
 
246
        done; \
 
247
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  providers/postgres/Makefile'; \
 
248
        cd $(top_srcdir) && \
 
249
          $(AUTOMAKE) --foreign  providers/postgres/Makefile
 
250
.PRECIOUS: Makefile
 
251
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
252
        @case '$?' in \
 
253
          *config.status*) \
 
254
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
255
          *) \
 
256
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
257
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
258
        esac;
 
259
 
 
260
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
262
 
 
263
$(top_srcdir)/configure:  $(am__configure_deps)
 
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
265
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
266
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
267
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
 
268
        @$(NORMAL_INSTALL)
 
269
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
 
270
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
271
          if test -f $$p; then \
 
272
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
273
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
274
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
275
          else :; fi; \
 
276
        done
 
277
 
 
278
uninstall-pluginLTLIBRARIES:
 
279
        @$(NORMAL_UNINSTALL)
 
280
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
281
            p="`echo $$p | sed -e 's|^.*/||'`"; \
 
282
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
283
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
284
        done
 
285
 
 
286
clean-pluginLTLIBRARIES:
 
287
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
 
288
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
289
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
290
          test "$$dir" = "$$p" && dir=.; \
 
291
          echo "rm -f \"$${dir}/so_locations\""; \
 
292
          rm -f "$${dir}/so_locations"; \
 
293
        done
 
294
postgresprovider.la: $(postgresprovider_la_OBJECTS) $(postgresprovider_la_DEPENDENCIES) 
 
295
        $(CXXLINK) -rpath $(plugindir) $(postgresprovider_la_LDFLAGS) $(postgresprovider_la_OBJECTS) $(postgresprovider_la_LIBADD) $(LIBS)
 
296
 
 
297
mostlyclean-compile:
 
298
        -rm -f *.$(OBJEXT)
 
299
 
 
300
distclean-compile:
 
301
        -rm -f *.tab.c
 
302
 
 
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/postgresprovider_la-qgsfeature.Plo@am__quote@
 
304
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Plo@am__quote@
 
305
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/postgresprovider_la-qgsfield.Plo@am__quote@
 
306
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/postgresprovider_la-qgspoint.Plo@am__quote@
 
307
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Plo@am__quote@
 
308
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/postgresprovider_la-qgsrect.Plo@am__quote@
 
309
 
 
310
.cpp.o:
 
311
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
312
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
313
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
314
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
315
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
316
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
317
 
 
318
.cpp.obj:
 
319
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
320
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
321
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
322
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
323
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
324
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
325
 
 
326
.cpp.lo:
 
327
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
328
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
329
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
330
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
331
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
332
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
333
 
 
334
postgresprovider_la-qgspostgresprovider.o: qgspostgresprovider.cpp
 
335
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgspostgresprovider.o -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Tpo" -c -o postgresprovider_la-qgspostgresprovider.o `test -f 'qgspostgresprovider.cpp' || echo '$(srcdir)/'`qgspostgresprovider.cpp; \
 
336
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Tpo" "$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Po"; else rm -f "$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Tpo"; exit 1; fi
 
337
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='qgspostgresprovider.cpp' object='postgresprovider_la-qgspostgresprovider.o' libtool=no @AMDEPBACKSLASH@
 
338
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Po' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgspostgresprovider.TPo' @AMDEPBACKSLASH@
 
339
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
340
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgspostgresprovider.o `test -f 'qgspostgresprovider.cpp' || echo '$(srcdir)/'`qgspostgresprovider.cpp
 
341
 
 
342
postgresprovider_la-qgspostgresprovider.obj: qgspostgresprovider.cpp
 
343
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgspostgresprovider.obj -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Tpo" -c -o postgresprovider_la-qgspostgresprovider.obj `if test -f 'qgspostgresprovider.cpp'; then $(CYGPATH_W) 'qgspostgresprovider.cpp'; else $(CYGPATH_W) '$(srcdir)/qgspostgresprovider.cpp'; fi`; \
 
344
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Tpo" "$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Po"; else rm -f "$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Tpo"; exit 1; fi
 
345
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='qgspostgresprovider.cpp' object='postgresprovider_la-qgspostgresprovider.obj' libtool=no @AMDEPBACKSLASH@
 
346
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Po' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgspostgresprovider.TPo' @AMDEPBACKSLASH@
 
347
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
348
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgspostgresprovider.obj `if test -f 'qgspostgresprovider.cpp'; then $(CYGPATH_W) 'qgspostgresprovider.cpp'; else $(CYGPATH_W) '$(srcdir)/qgspostgresprovider.cpp'; fi`
 
349
 
 
350
postgresprovider_la-qgspostgresprovider.lo: qgspostgresprovider.cpp
 
351
@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgspostgresprovider.lo -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Tpo" -c -o postgresprovider_la-qgspostgresprovider.lo `test -f 'qgspostgresprovider.cpp' || echo '$(srcdir)/'`qgspostgresprovider.cpp; \
 
352
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Tpo" "$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Plo"; else rm -f "$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Tpo"; exit 1; fi
 
353
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='qgspostgresprovider.cpp' object='postgresprovider_la-qgspostgresprovider.lo' libtool=yes @AMDEPBACKSLASH@
 
354
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgspostgresprovider.Plo' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgspostgresprovider.TPlo' @AMDEPBACKSLASH@
 
355
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
356
@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgspostgresprovider.lo `test -f 'qgspostgresprovider.cpp' || echo '$(srcdir)/'`qgspostgresprovider.cpp
 
357
 
 
358
postgresprovider_la-qgsfeature.o: ../../src/qgsfeature.cpp
 
359
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgsfeature.o -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgsfeature.Tpo" -c -o postgresprovider_la-qgsfeature.o `test -f '../../src/qgsfeature.cpp' || echo '$(srcdir)/'`../../src/qgsfeature.cpp; \
 
360
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgsfeature.Tpo" "$(DEPDIR)/postgresprovider_la-qgsfeature.Po"; else rm -f "$(DEPDIR)/postgresprovider_la-qgsfeature.Tpo"; exit 1; fi
 
361
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgsfeature.cpp' object='postgresprovider_la-qgsfeature.o' libtool=no @AMDEPBACKSLASH@
 
362
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgsfeature.Po' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgsfeature.TPo' @AMDEPBACKSLASH@
 
363
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
364
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgsfeature.o `test -f '../../src/qgsfeature.cpp' || echo '$(srcdir)/'`../../src/qgsfeature.cpp
 
365
 
 
366
postgresprovider_la-qgsfeature.obj: ../../src/qgsfeature.cpp
 
367
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgsfeature.obj -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgsfeature.Tpo" -c -o postgresprovider_la-qgsfeature.obj `if test -f '../../src/qgsfeature.cpp'; then $(CYGPATH_W) '../../src/qgsfeature.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/qgsfeature.cpp'; fi`; \
 
368
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgsfeature.Tpo" "$(DEPDIR)/postgresprovider_la-qgsfeature.Po"; else rm -f "$(DEPDIR)/postgresprovider_la-qgsfeature.Tpo"; exit 1; fi
 
369
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgsfeature.cpp' object='postgresprovider_la-qgsfeature.obj' libtool=no @AMDEPBACKSLASH@
 
370
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgsfeature.Po' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgsfeature.TPo' @AMDEPBACKSLASH@
 
371
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
372
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgsfeature.obj `if test -f '../../src/qgsfeature.cpp'; then $(CYGPATH_W) '../../src/qgsfeature.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/qgsfeature.cpp'; fi`
 
373
 
 
374
postgresprovider_la-qgsfeature.lo: ../../src/qgsfeature.cpp
 
375
@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgsfeature.lo -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgsfeature.Tpo" -c -o postgresprovider_la-qgsfeature.lo `test -f '../../src/qgsfeature.cpp' || echo '$(srcdir)/'`../../src/qgsfeature.cpp; \
 
376
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgsfeature.Tpo" "$(DEPDIR)/postgresprovider_la-qgsfeature.Plo"; else rm -f "$(DEPDIR)/postgresprovider_la-qgsfeature.Tpo"; exit 1; fi
 
377
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgsfeature.cpp' object='postgresprovider_la-qgsfeature.lo' libtool=yes @AMDEPBACKSLASH@
 
378
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgsfeature.Plo' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgsfeature.TPlo' @AMDEPBACKSLASH@
 
379
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
380
@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgsfeature.lo `test -f '../../src/qgsfeature.cpp' || echo '$(srcdir)/'`../../src/qgsfeature.cpp
 
381
 
 
382
postgresprovider_la-qgsfeatureattribute.o: ../../src/qgsfeatureattribute.cpp
 
383
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgsfeatureattribute.o -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Tpo" -c -o postgresprovider_la-qgsfeatureattribute.o `test -f '../../src/qgsfeatureattribute.cpp' || echo '$(srcdir)/'`../../src/qgsfeatureattribute.cpp; \
 
384
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Tpo" "$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Po"; else rm -f "$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Tpo"; exit 1; fi
 
385
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgsfeatureattribute.cpp' object='postgresprovider_la-qgsfeatureattribute.o' libtool=no @AMDEPBACKSLASH@
 
386
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Po' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.TPo' @AMDEPBACKSLASH@
 
387
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
388
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgsfeatureattribute.o `test -f '../../src/qgsfeatureattribute.cpp' || echo '$(srcdir)/'`../../src/qgsfeatureattribute.cpp
 
389
 
 
390
postgresprovider_la-qgsfeatureattribute.obj: ../../src/qgsfeatureattribute.cpp
 
391
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgsfeatureattribute.obj -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Tpo" -c -o postgresprovider_la-qgsfeatureattribute.obj `if test -f '../../src/qgsfeatureattribute.cpp'; then $(CYGPATH_W) '../../src/qgsfeatureattribute.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/qgsfeatureattribute.cpp'; fi`; \
 
392
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Tpo" "$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Po"; else rm -f "$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Tpo"; exit 1; fi
 
393
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgsfeatureattribute.cpp' object='postgresprovider_la-qgsfeatureattribute.obj' libtool=no @AMDEPBACKSLASH@
 
394
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Po' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.TPo' @AMDEPBACKSLASH@
 
395
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
396
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgsfeatureattribute.obj `if test -f '../../src/qgsfeatureattribute.cpp'; then $(CYGPATH_W) '../../src/qgsfeatureattribute.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/qgsfeatureattribute.cpp'; fi`
 
397
 
 
398
postgresprovider_la-qgsfeatureattribute.lo: ../../src/qgsfeatureattribute.cpp
 
399
@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgsfeatureattribute.lo -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Tpo" -c -o postgresprovider_la-qgsfeatureattribute.lo `test -f '../../src/qgsfeatureattribute.cpp' || echo '$(srcdir)/'`../../src/qgsfeatureattribute.cpp; \
 
400
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Tpo" "$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Plo"; else rm -f "$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Tpo"; exit 1; fi
 
401
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgsfeatureattribute.cpp' object='postgresprovider_la-qgsfeatureattribute.lo' libtool=yes @AMDEPBACKSLASH@
 
402
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.Plo' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgsfeatureattribute.TPlo' @AMDEPBACKSLASH@
 
403
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
404
@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgsfeatureattribute.lo `test -f '../../src/qgsfeatureattribute.cpp' || echo '$(srcdir)/'`../../src/qgsfeatureattribute.cpp
 
405
 
 
406
postgresprovider_la-qgsrect.o: ../../src/qgsrect.cpp
 
407
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgsrect.o -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgsrect.Tpo" -c -o postgresprovider_la-qgsrect.o `test -f '../../src/qgsrect.cpp' || echo '$(srcdir)/'`../../src/qgsrect.cpp; \
 
408
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgsrect.Tpo" "$(DEPDIR)/postgresprovider_la-qgsrect.Po"; else rm -f "$(DEPDIR)/postgresprovider_la-qgsrect.Tpo"; exit 1; fi
 
409
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgsrect.cpp' object='postgresprovider_la-qgsrect.o' libtool=no @AMDEPBACKSLASH@
 
410
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgsrect.Po' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgsrect.TPo' @AMDEPBACKSLASH@
 
411
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
412
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgsrect.o `test -f '../../src/qgsrect.cpp' || echo '$(srcdir)/'`../../src/qgsrect.cpp
 
413
 
 
414
postgresprovider_la-qgsrect.obj: ../../src/qgsrect.cpp
 
415
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgsrect.obj -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgsrect.Tpo" -c -o postgresprovider_la-qgsrect.obj `if test -f '../../src/qgsrect.cpp'; then $(CYGPATH_W) '../../src/qgsrect.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/qgsrect.cpp'; fi`; \
 
416
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgsrect.Tpo" "$(DEPDIR)/postgresprovider_la-qgsrect.Po"; else rm -f "$(DEPDIR)/postgresprovider_la-qgsrect.Tpo"; exit 1; fi
 
417
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgsrect.cpp' object='postgresprovider_la-qgsrect.obj' libtool=no @AMDEPBACKSLASH@
 
418
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgsrect.Po' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgsrect.TPo' @AMDEPBACKSLASH@
 
419
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
420
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgsrect.obj `if test -f '../../src/qgsrect.cpp'; then $(CYGPATH_W) '../../src/qgsrect.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/qgsrect.cpp'; fi`
 
421
 
 
422
postgresprovider_la-qgsrect.lo: ../../src/qgsrect.cpp
 
423
@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgsrect.lo -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgsrect.Tpo" -c -o postgresprovider_la-qgsrect.lo `test -f '../../src/qgsrect.cpp' || echo '$(srcdir)/'`../../src/qgsrect.cpp; \
 
424
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgsrect.Tpo" "$(DEPDIR)/postgresprovider_la-qgsrect.Plo"; else rm -f "$(DEPDIR)/postgresprovider_la-qgsrect.Tpo"; exit 1; fi
 
425
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgsrect.cpp' object='postgresprovider_la-qgsrect.lo' libtool=yes @AMDEPBACKSLASH@
 
426
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgsrect.Plo' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgsrect.TPlo' @AMDEPBACKSLASH@
 
427
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
428
@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgsrect.lo `test -f '../../src/qgsrect.cpp' || echo '$(srcdir)/'`../../src/qgsrect.cpp
 
429
 
 
430
postgresprovider_la-qgspoint.o: ../../src/qgspoint.cpp
 
431
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgspoint.o -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgspoint.Tpo" -c -o postgresprovider_la-qgspoint.o `test -f '../../src/qgspoint.cpp' || echo '$(srcdir)/'`../../src/qgspoint.cpp; \
 
432
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgspoint.Tpo" "$(DEPDIR)/postgresprovider_la-qgspoint.Po"; else rm -f "$(DEPDIR)/postgresprovider_la-qgspoint.Tpo"; exit 1; fi
 
433
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgspoint.cpp' object='postgresprovider_la-qgspoint.o' libtool=no @AMDEPBACKSLASH@
 
434
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgspoint.Po' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgspoint.TPo' @AMDEPBACKSLASH@
 
435
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
436
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgspoint.o `test -f '../../src/qgspoint.cpp' || echo '$(srcdir)/'`../../src/qgspoint.cpp
 
437
 
 
438
postgresprovider_la-qgspoint.obj: ../../src/qgspoint.cpp
 
439
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgspoint.obj -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgspoint.Tpo" -c -o postgresprovider_la-qgspoint.obj `if test -f '../../src/qgspoint.cpp'; then $(CYGPATH_W) '../../src/qgspoint.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/qgspoint.cpp'; fi`; \
 
440
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgspoint.Tpo" "$(DEPDIR)/postgresprovider_la-qgspoint.Po"; else rm -f "$(DEPDIR)/postgresprovider_la-qgspoint.Tpo"; exit 1; fi
 
441
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgspoint.cpp' object='postgresprovider_la-qgspoint.obj' libtool=no @AMDEPBACKSLASH@
 
442
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgspoint.Po' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgspoint.TPo' @AMDEPBACKSLASH@
 
443
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
444
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgspoint.obj `if test -f '../../src/qgspoint.cpp'; then $(CYGPATH_W) '../../src/qgspoint.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/qgspoint.cpp'; fi`
 
445
 
 
446
postgresprovider_la-qgspoint.lo: ../../src/qgspoint.cpp
 
447
@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgspoint.lo -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgspoint.Tpo" -c -o postgresprovider_la-qgspoint.lo `test -f '../../src/qgspoint.cpp' || echo '$(srcdir)/'`../../src/qgspoint.cpp; \
 
448
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgspoint.Tpo" "$(DEPDIR)/postgresprovider_la-qgspoint.Plo"; else rm -f "$(DEPDIR)/postgresprovider_la-qgspoint.Tpo"; exit 1; fi
 
449
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgspoint.cpp' object='postgresprovider_la-qgspoint.lo' libtool=yes @AMDEPBACKSLASH@
 
450
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgspoint.Plo' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgspoint.TPlo' @AMDEPBACKSLASH@
 
451
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
452
@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgspoint.lo `test -f '../../src/qgspoint.cpp' || echo '$(srcdir)/'`../../src/qgspoint.cpp
 
453
 
 
454
postgresprovider_la-qgsfield.o: ../../src/qgsfield.cpp
 
455
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgsfield.o -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgsfield.Tpo" -c -o postgresprovider_la-qgsfield.o `test -f '../../src/qgsfield.cpp' || echo '$(srcdir)/'`../../src/qgsfield.cpp; \
 
456
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgsfield.Tpo" "$(DEPDIR)/postgresprovider_la-qgsfield.Po"; else rm -f "$(DEPDIR)/postgresprovider_la-qgsfield.Tpo"; exit 1; fi
 
457
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgsfield.cpp' object='postgresprovider_la-qgsfield.o' libtool=no @AMDEPBACKSLASH@
 
458
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgsfield.Po' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgsfield.TPo' @AMDEPBACKSLASH@
 
459
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
460
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgsfield.o `test -f '../../src/qgsfield.cpp' || echo '$(srcdir)/'`../../src/qgsfield.cpp
 
461
 
 
462
postgresprovider_la-qgsfield.obj: ../../src/qgsfield.cpp
 
463
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgsfield.obj -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgsfield.Tpo" -c -o postgresprovider_la-qgsfield.obj `if test -f '../../src/qgsfield.cpp'; then $(CYGPATH_W) '../../src/qgsfield.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/qgsfield.cpp'; fi`; \
 
464
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgsfield.Tpo" "$(DEPDIR)/postgresprovider_la-qgsfield.Po"; else rm -f "$(DEPDIR)/postgresprovider_la-qgsfield.Tpo"; exit 1; fi
 
465
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgsfield.cpp' object='postgresprovider_la-qgsfield.obj' libtool=no @AMDEPBACKSLASH@
 
466
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgsfield.Po' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgsfield.TPo' @AMDEPBACKSLASH@
 
467
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
468
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgsfield.obj `if test -f '../../src/qgsfield.cpp'; then $(CYGPATH_W) '../../src/qgsfield.cpp'; else $(CYGPATH_W) '$(srcdir)/../../src/qgsfield.cpp'; fi`
 
469
 
 
470
postgresprovider_la-qgsfield.lo: ../../src/qgsfield.cpp
 
471
@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -MT postgresprovider_la-qgsfield.lo -MD -MP -MF "$(DEPDIR)/postgresprovider_la-qgsfield.Tpo" -c -o postgresprovider_la-qgsfield.lo `test -f '../../src/qgsfield.cpp' || echo '$(srcdir)/'`../../src/qgsfield.cpp; \
 
472
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/postgresprovider_la-qgsfield.Tpo" "$(DEPDIR)/postgresprovider_la-qgsfield.Plo"; else rm -f "$(DEPDIR)/postgresprovider_la-qgsfield.Tpo"; exit 1; fi
 
473
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../../src/qgsfield.cpp' object='postgresprovider_la-qgsfield.lo' libtool=yes @AMDEPBACKSLASH@
 
474
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/postgresprovider_la-qgsfield.Plo' tmpdepfile='$(DEPDIR)/postgresprovider_la-qgsfield.TPlo' @AMDEPBACKSLASH@
 
475
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
476
@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(postgresprovider_la_CXXFLAGS) $(CXXFLAGS) -c -o postgresprovider_la-qgsfield.lo `test -f '../../src/qgsfield.cpp' || echo '$(srcdir)/'`../../src/qgsfield.cpp
 
477
 
 
478
mostlyclean-libtool:
 
479
        -rm -f *.lo
 
480
 
 
481
clean-libtool:
 
482
        -rm -rf .libs _libs
 
483
 
 
484
distclean-libtool:
 
485
        -rm -f libtool
 
486
uninstall-info-am:
 
487
 
 
488
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
489
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
490
        unique=`for i in $$list; do \
 
491
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
492
          done | \
 
493
          $(AWK) '    { files[$$0] = 1; } \
 
494
               END { for (i in files) print i; }'`; \
 
495
        mkid -fID $$unique
 
496
tags: TAGS
 
497
 
 
498
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
499
                $(TAGS_FILES) $(LISP)
 
500
        tags=; \
 
501
        here=`pwd`; \
 
502
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
503
        unique=`for i in $$list; do \
 
504
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
505
          done | \
 
506
          $(AWK) '    { files[$$0] = 1; } \
 
507
               END { for (i in files) print i; }'`; \
 
508
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
509
          test -z "$$unique" && unique=$$empty_fix; \
 
510
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
511
            $$tags $$unique; \
 
512
        fi
 
513
ctags: CTAGS
 
514
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
515
                $(TAGS_FILES) $(LISP)
 
516
        tags=; \
 
517
        here=`pwd`; \
 
518
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
519
        unique=`for i in $$list; do \
 
520
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
521
          done | \
 
522
          $(AWK) '    { files[$$0] = 1; } \
 
523
               END { for (i in files) print i; }'`; \
 
524
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
525
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
526
             $$tags $$unique
 
527
 
 
528
GTAGS:
 
529
        here=`$(am__cd) $(top_builddir) && pwd` \
 
530
          && cd $(top_srcdir) \
 
531
          && gtags -i $(GTAGS_ARGS) $$here
 
532
 
 
533
distclean-tags:
 
534
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
535
 
 
536
distdir: $(DISTFILES)
 
537
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
538
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
539
        list='$(DISTFILES)'; for file in $$list; do \
 
540
          case $$file in \
 
541
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
542
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
543
          esac; \
 
544
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
545
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
546
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
547
            dir="/$$dir"; \
 
548
            $(mkdir_p) "$(distdir)$$dir"; \
 
549
          else \
 
550
            dir=''; \
 
551
          fi; \
 
552
          if test -d $$d/$$file; then \
 
553
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
554
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
555
            fi; \
 
556
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
557
          else \
 
558
            test -f $(distdir)/$$file \
 
559
            || cp -p $$d/$$file $(distdir)/$$file \
 
560
            || exit 1; \
 
561
          fi; \
 
562
        done
 
563
check-am: all-am
 
564
check: check-am
 
565
all-am: Makefile $(LTLIBRARIES)
 
566
installdirs:
 
567
        for dir in "$(DESTDIR)$(plugindir)"; do \
 
568
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
569
        done
 
570
install: install-am
 
571
install-exec: install-exec-am
 
572
install-data: install-data-am
 
573
uninstall: uninstall-am
 
574
 
 
575
install-am: all-am
 
576
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
577
 
 
578
installcheck: installcheck-am
 
579
install-strip:
 
580
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
581
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
582
          `test -z '$(STRIP)' || \
 
583
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
584
mostlyclean-generic:
 
585
 
 
586
clean-generic:
 
587
 
 
588
distclean-generic:
 
589
        -rm -f $(CONFIG_CLEAN_FILES)
 
590
 
 
591
maintainer-clean-generic:
 
592
        @echo "This command is intended for maintainers to use"
 
593
        @echo "it deletes files that may require special tools to rebuild."
 
594
clean: clean-am
 
595
 
 
596
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
 
597
        mostlyclean-am
 
598
 
 
599
distclean: distclean-am
 
600
        -rm -rf ./$(DEPDIR)
 
601
        -rm -f Makefile
 
602
distclean-am: clean-am distclean-compile distclean-generic \
 
603
        distclean-libtool distclean-tags
 
604
 
 
605
dvi: dvi-am
 
606
 
 
607
dvi-am:
 
608
 
 
609
html: html-am
 
610
 
 
611
info: info-am
 
612
 
 
613
info-am:
 
614
 
 
615
install-data-am: install-pluginLTLIBRARIES
 
616
 
 
617
install-exec-am:
 
618
 
 
619
install-info: install-info-am
 
620
 
 
621
install-man:
 
622
 
 
623
installcheck-am:
 
624
 
 
625
maintainer-clean: maintainer-clean-am
 
626
        -rm -rf ./$(DEPDIR)
 
627
        -rm -f Makefile
 
628
maintainer-clean-am: distclean-am maintainer-clean-generic
 
629
 
 
630
mostlyclean: mostlyclean-am
 
631
 
 
632
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
633
        mostlyclean-libtool
 
634
 
 
635
pdf: pdf-am
 
636
 
 
637
pdf-am:
 
638
 
 
639
ps: ps-am
 
640
 
 
641
ps-am:
 
642
 
 
643
uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
 
644
 
 
645
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
646
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
 
647
        distclean-compile distclean-generic distclean-libtool \
 
648
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
649
        install install-am install-data install-data-am install-exec \
 
650
        install-exec-am install-info install-info-am install-man \
 
651
        install-pluginLTLIBRARIES install-strip installcheck \
 
652
        installcheck-am installdirs maintainer-clean \
 
653
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
654
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
655
        tags uninstall uninstall-am uninstall-info-am \
 
656
        uninstall-pluginLTLIBRARIES
 
657
 
 
658
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
659
# Otherwise a system limit (for SysV at least) may be exceeded.
 
660
.NOEXPORT: