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

« back to all changes in this revision

Viewing changes to providers/ogr/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

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