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

« back to all changes in this revision

Viewing changes to src/providers/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.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  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
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
top_builddir = ../..
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
INSTALL = @INSTALL@
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
subdir = src/providers
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
42
        $(top_srcdir)/configure.in
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
46
CONFIG_HEADER = $(top_builddir)/qgsconfig.h
 
47
CONFIG_CLEAN_FILES =
 
48
SOURCES =
 
49
DIST_SOURCES =
 
50
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
51
        html-recursive info-recursive install-data-recursive \
 
52
        install-exec-recursive install-info-recursive \
 
53
        install-recursive installcheck-recursive installdirs-recursive \
 
54
        pdf-recursive ps-recursive uninstall-info-recursive \
 
55
        uninstall-recursive
 
56
ETAGS = etags
 
57
CTAGS = ctags
 
58
DIST_SUBDIRS = ogr postgres grass delimitedtext gpx wms wfs
 
59
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
60
ACLOCAL = @ACLOCAL@
 
61
AMDEP_FALSE = @AMDEP_FALSE@
 
62
AMDEP_TRUE = @AMDEP_TRUE@
 
63
AMTAR = @AMTAR@
 
64
AR = @AR@
 
65
AUTOCONF = @AUTOCONF@
 
66
AUTOHEADER = @AUTOHEADER@
 
67
AUTOMAKE = @AUTOMAKE@
 
68
AWK = @AWK@
 
69
CC = @CC@
 
70
CCDEPMODE = @CCDEPMODE@
 
71
CFLAGS = @CFLAGS@
 
72
CPP = @CPP@
 
73
CPPFLAGS = @CPPFLAGS@
 
74
CXX = @CXX@
 
75
CXXCPP = @CXXCPP@
 
76
CXXDEPMODE = @CXXDEPMODE@
 
77
CXXFLAGS = @CXXFLAGS@
 
78
CYGPATH_W = @CYGPATH_W@
 
79
DEBUG_QGIS = @DEBUG_QGIS@
 
80
DEFS = @DEFS@
 
81
DEPDIR = @DEPDIR@
 
82
ECHO = @ECHO@
 
83
ECHO_C = @ECHO_C@
 
84
ECHO_N = @ECHO_N@
 
85
ECHO_T = @ECHO_T@
 
86
EGREP = @EGREP@
 
87
EXEEXT = @EXEEXT@
 
88
EXTRA_VERSION = @EXTRA_VERSION@
 
89
F77 = @F77@
 
90
FFLAGS = @FFLAGS@
 
91
GDAL_CFLAGS = @GDAL_CFLAGS@
 
92
GDAL_CONFIG = @GDAL_CONFIG@
 
93
GDAL_LDADD = @GDAL_LDADD@
 
94
GEOS_CFLAGS = @GEOS_CFLAGS@
 
95
GEOS_CONFIG = @GEOS_CONFIG@
 
96
GEOS_LDADD = @GEOS_LDADD@
 
97
GRASS_BASE = @GRASS_BASE@
 
98
GRASS_INC = @GRASS_INC@
 
99
GRASS_LIB = @GRASS_LIB@
 
100
GSL_CFLAGS = @GSL_CFLAGS@
 
101
GSL_CONFIG = @GSL_CONFIG@
 
102
GSL_LIBS = @GSL_LIBS@
 
103
HAVE_EXPAT_FALSE = @HAVE_EXPAT_FALSE@
 
104
HAVE_EXPAT_TRUE = @HAVE_EXPAT_TRUE@
 
105
HAVE_GRASS = @HAVE_GRASS@
 
106
HAVE_GRASS_FALSE = @HAVE_GRASS_FALSE@
 
107
HAVE_GRASS_TRUE = @HAVE_GRASS_TRUE@
 
108
HAVE_GSL_FALSE = @HAVE_GSL_FALSE@
 
109
HAVE_GSL_TRUE = @HAVE_GSL_TRUE@
 
110
HAVE_OPENPTY = @HAVE_OPENPTY@
 
111
HAVE_POSTGRESQL_FALSE = @HAVE_POSTGRESQL_FALSE@
 
112
HAVE_POSTGRESQL_TRUE = @HAVE_POSTGRESQL_TRUE@
 
113
HAVE_QT4_FALSE = @HAVE_QT4_FALSE@
 
114
HAVE_QT4_TRUE = @HAVE_QT4_TRUE@
 
115
HAVE_QTMAC_FALSE = @HAVE_QTMAC_FALSE@
 
116
HAVE_QTMAC_TRUE = @HAVE_QTMAC_TRUE@
 
117
HAVE_SPIT_FALSE = @HAVE_SPIT_FALSE@
 
118
HAVE_SPIT_TRUE = @HAVE_SPIT_TRUE@
 
119
HAVE_SVNVERSION = @HAVE_SVNVERSION@
 
120
HAVE_WFS_FALSE = @HAVE_WFS_FALSE@
 
121
HAVE_WFS_TRUE = @HAVE_WFS_TRUE@
 
122
INSTALL_DATA = @INSTALL_DATA@
 
123
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
124
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
125
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
126
INTERFACE_VERSION = @INTERFACE_VERSION@
 
127
LDFLAGS = @LDFLAGS@
 
128
LEX = @LEX@
 
129
LEXLIB = @LEXLIB@
 
130
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
131
LIBOBJS = @LIBOBJS@
 
132
LIBS = @LIBS@
 
133
LIBTOOL = @LIBTOOL@
 
134
LN_S = @LN_S@
 
135
LTLIBOBJS = @LTLIBOBJS@
 
136
MAJOR_VERSION = @MAJOR_VERSION@
 
137
MAKEINFO = @MAKEINFO@
 
138
MICRO_VERSION = @MICRO_VERSION@
 
139
MINOR_VERSION = @MINOR_VERSION@
 
140
MOC = @MOC@
 
141
NO_UIC_IMPLEMENTATIONS_FALSE = @NO_UIC_IMPLEMENTATIONS_FALSE@
 
142
NO_UIC_IMPLEMENTATIONS_TRUE = @NO_UIC_IMPLEMENTATIONS_TRUE@
 
143
OBJEXT = @OBJEXT@
 
144
PACKAGE = @PACKAGE@
 
145
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
146
PACKAGE_NAME = @PACKAGE_NAME@
 
147
PACKAGE_STRING = @PACKAGE_STRING@
 
148
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
149
PACKAGE_VERSION = @PACKAGE_VERSION@
 
150
PATH_SEPARATOR = @PATH_SEPARATOR@
 
151
PG_CONFIG = @PG_CONFIG@
 
152
PG_INC = @PG_INC@
 
153
PG_LIB = @PG_LIB@
 
154
PROJ_INC = @PROJ_INC@
 
155
PROJ_LIB = @PROJ_LIB@
 
156
PYTHON_BIN = @PYTHON_BIN@
 
157
PYTHON_INCLUDE_DIR = @PYTHON_INCLUDE_DIR@
 
158
PYTHON_LIB = @PYTHON_LIB@
 
159
QASSISTANTCLIENT_LDADD = @QASSISTANTCLIENT_LDADD@
 
160
QTDIR = @QTDIR@
 
161
QT_CXXFLAGS = @QT_CXXFLAGS@
 
162
QT_GUILINK = @QT_GUILINK@
 
163
QT_LDADD = @QT_LDADD@
 
164
RANLIB = @RANLIB@
 
165
RCC = @RCC@
 
166
SET_MAKE = @SET_MAKE@
 
167
SHELL = @SHELL@
 
168
SQLITE3_INC = @SQLITE3_INC@
 
169
SQLITE3_LIB = @SQLITE3_LIB@
 
170
STRIP = @STRIP@
 
171
UIC = @UIC@
 
172
USE_PYTHON_FALSE = @USE_PYTHON_FALSE@
 
173
USE_PYTHON_TRUE = @USE_PYTHON_TRUE@
 
174
VERSION = @VERSION@
 
175
WITH_UNITTESTS_FALSE = @WITH_UNITTESTS_FALSE@
 
176
WITH_UNITTESTS_TRUE = @WITH_UNITTESTS_TRUE@
 
177
YACC = @YACC@
 
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
am__tar = @am__tar@
 
193
am__untar = @am__untar@
 
194
bindir = @bindir@
 
195
build = @build@
 
196
build_alias = @build_alias@
 
197
build_cpu = @build_cpu@
 
198
build_os = @build_os@
 
199
build_vendor = @build_vendor@
 
200
datadir = @datadir@
 
201
exec_prefix = @exec_prefix@
 
202
host = @host@
 
203
host_alias = @host_alias@
 
204
host_cpu = @host_cpu@
 
205
host_os = @host_os@
 
206
host_vendor = @host_vendor@
 
207
includedir = @includedir@
 
208
infodir = @infodir@
 
209
install_sh = @install_sh@
 
210
libdir = @libdir@
 
211
libexecdir = @libexecdir@
 
212
localstatedir = @localstatedir@
 
213
mandir = @mandir@
 
214
mkdir_p = @mkdir_p@
 
215
oldincludedir = @oldincludedir@
 
216
prefix = @prefix@
 
217
program_transform_name = @program_transform_name@
 
218
sbindir = @sbindir@
 
219
sharedstatedir = @sharedstatedir@
 
220
sysconfdir = @sysconfdir@
 
221
target_alias = @target_alias@
 
222
@HAVE_POSTGRESQL_TRUE@POSTGRESQL = postgres
 
223
@HAVE_GRASS_TRUE@GRASS = grass
 
224
@HAVE_WFS_TRUE@WFS = wfs
 
225
SUBDIRS = ogr $(POSTGRESQL) $(GRASS) delimitedtext gpx wms $(WFS) 
 
226
all: all-recursive
 
227
 
 
228
.SUFFIXES:
 
229
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
230
        @for dep in $?; do \
 
231
          case '$(am__configure_deps)' in \
 
232
            *$$dep*) \
 
233
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
234
                && exit 0; \
 
235
              exit 1;; \
 
236
          esac; \
 
237
        done; \
 
238
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/providers/Makefile'; \
 
239
        cd $(top_srcdir) && \
 
240
          $(AUTOMAKE) --foreign  src/providers/Makefile
 
241
.PRECIOUS: Makefile
 
242
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
243
        @case '$?' in \
 
244
          *config.status*) \
 
245
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
246
          *) \
 
247
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
248
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
249
        esac;
 
250
 
 
251
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
252
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
253
 
 
254
$(top_srcdir)/configure:  $(am__configure_deps)
 
255
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
256
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
257
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
258
 
 
259
mostlyclean-libtool:
 
260
        -rm -f *.lo
 
261
 
 
262
clean-libtool:
 
263
        -rm -rf .libs _libs
 
264
 
 
265
distclean-libtool:
 
266
        -rm -f libtool
 
267
uninstall-info-am:
 
268
 
 
269
# This directory's subdirectories are mostly independent; you can cd
 
270
# into them and run `make' without going through this Makefile.
 
271
# To change the values of `make' variables: instead of editing Makefiles,
 
272
# (1) if the variable is set in `config.status', edit `config.status'
 
273
#     (which will cause the Makefiles to be regenerated when you run `make');
 
274
# (2) otherwise, pass the desired values on the `make' command line.
 
275
$(RECURSIVE_TARGETS):
 
276
        @failcom='exit 1'; \
 
277
        for f in x $$MAKEFLAGS; do \
 
278
          case $$f in \
 
279
            *=* | --[!k]*);; \
 
280
            *k*) failcom='fail=yes';; \
 
281
          esac; \
 
282
        done; \
 
283
        dot_seen=no; \
 
284
        target=`echo $@ | sed s/-recursive//`; \
 
285
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
286
          echo "Making $$target in $$subdir"; \
 
287
          if test "$$subdir" = "."; then \
 
288
            dot_seen=yes; \
 
289
            local_target="$$target-am"; \
 
290
          else \
 
291
            local_target="$$target"; \
 
292
          fi; \
 
293
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
294
          || eval $$failcom; \
 
295
        done; \
 
296
        if test "$$dot_seen" = "no"; then \
 
297
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
298
        fi; test -z "$$fail"
 
299
 
 
300
mostlyclean-recursive clean-recursive distclean-recursive \
 
301
maintainer-clean-recursive:
 
302
        @failcom='exit 1'; \
 
303
        for f in x $$MAKEFLAGS; do \
 
304
          case $$f in \
 
305
            *=* | --[!k]*);; \
 
306
            *k*) failcom='fail=yes';; \
 
307
          esac; \
 
308
        done; \
 
309
        dot_seen=no; \
 
310
        case "$@" in \
 
311
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
312
          *) list='$(SUBDIRS)' ;; \
 
313
        esac; \
 
314
        rev=''; for subdir in $$list; do \
 
315
          if test "$$subdir" = "."; then :; else \
 
316
            rev="$$subdir $$rev"; \
 
317
          fi; \
 
318
        done; \
 
319
        rev="$$rev ."; \
 
320
        target=`echo $@ | sed s/-recursive//`; \
 
321
        for subdir in $$rev; do \
 
322
          echo "Making $$target in $$subdir"; \
 
323
          if test "$$subdir" = "."; then \
 
324
            local_target="$$target-am"; \
 
325
          else \
 
326
            local_target="$$target"; \
 
327
          fi; \
 
328
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
329
          || eval $$failcom; \
 
330
        done && test -z "$$fail"
 
331
tags-recursive:
 
332
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
333
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
334
        done
 
335
ctags-recursive:
 
336
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
337
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
338
        done
 
339
 
 
340
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
341
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
342
        unique=`for i in $$list; do \
 
343
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
344
          done | \
 
345
          $(AWK) '    { files[$$0] = 1; } \
 
346
               END { for (i in files) print i; }'`; \
 
347
        mkid -fID $$unique
 
348
tags: TAGS
 
349
 
 
350
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
351
                $(TAGS_FILES) $(LISP)
 
352
        tags=; \
 
353
        here=`pwd`; \
 
354
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
355
          include_option=--etags-include; \
 
356
          empty_fix=.; \
 
357
        else \
 
358
          include_option=--include; \
 
359
          empty_fix=; \
 
360
        fi; \
 
361
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
362
          if test "$$subdir" = .; then :; else \
 
363
            test ! -f $$subdir/TAGS || \
 
364
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
365
          fi; \
 
366
        done; \
 
367
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
368
        unique=`for i in $$list; do \
 
369
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
370
          done | \
 
371
          $(AWK) '    { files[$$0] = 1; } \
 
372
               END { for (i in files) print i; }'`; \
 
373
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
374
          test -n "$$unique" || unique=$$empty_fix; \
 
375
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
376
            $$tags $$unique; \
 
377
        fi
 
378
ctags: CTAGS
 
379
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
380
                $(TAGS_FILES) $(LISP)
 
381
        tags=; \
 
382
        here=`pwd`; \
 
383
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
384
        unique=`for i in $$list; do \
 
385
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
386
          done | \
 
387
          $(AWK) '    { files[$$0] = 1; } \
 
388
               END { for (i in files) print i; }'`; \
 
389
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
390
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
391
             $$tags $$unique
 
392
 
 
393
GTAGS:
 
394
        here=`$(am__cd) $(top_builddir) && pwd` \
 
395
          && cd $(top_srcdir) \
 
396
          && gtags -i $(GTAGS_ARGS) $$here
 
397
 
 
398
distclean-tags:
 
399
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
400
 
 
401
distdir: $(DISTFILES)
 
402
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
403
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
404
        list='$(DISTFILES)'; for file in $$list; do \
 
405
          case $$file in \
 
406
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
407
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
408
          esac; \
 
409
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
410
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
411
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
412
            dir="/$$dir"; \
 
413
            $(mkdir_p) "$(distdir)$$dir"; \
 
414
          else \
 
415
            dir=''; \
 
416
          fi; \
 
417
          if test -d $$d/$$file; then \
 
418
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
419
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
420
            fi; \
 
421
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
422
          else \
 
423
            test -f $(distdir)/$$file \
 
424
            || cp -p $$d/$$file $(distdir)/$$file \
 
425
            || exit 1; \
 
426
          fi; \
 
427
        done
 
428
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
429
          if test "$$subdir" = .; then :; else \
 
430
            test -d "$(distdir)/$$subdir" \
 
431
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
432
            || exit 1; \
 
433
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
434
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
435
            (cd $$subdir && \
 
436
              $(MAKE) $(AM_MAKEFLAGS) \
 
437
                top_distdir="$$top_distdir" \
 
438
                distdir="$$distdir/$$subdir" \
 
439
                distdir) \
 
440
              || exit 1; \
 
441
          fi; \
 
442
        done
 
443
check-am: all-am
 
444
check: check-recursive
 
445
all-am: Makefile
 
446
installdirs: installdirs-recursive
 
447
installdirs-am:
 
448
install: install-recursive
 
449
install-exec: install-exec-recursive
 
450
install-data: install-data-recursive
 
451
uninstall: uninstall-recursive
 
452
 
 
453
install-am: all-am
 
454
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
455
 
 
456
installcheck: installcheck-recursive
 
457
install-strip:
 
458
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
459
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
460
          `test -z '$(STRIP)' || \
 
461
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
462
mostlyclean-generic:
 
463
 
 
464
clean-generic:
 
465
 
 
466
distclean-generic:
 
467
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
468
 
 
469
maintainer-clean-generic:
 
470
        @echo "This command is intended for maintainers to use"
 
471
        @echo "it deletes files that may require special tools to rebuild."
 
472
clean: clean-recursive
 
473
 
 
474
clean-am: clean-generic clean-libtool mostlyclean-am
 
475
 
 
476
distclean: distclean-recursive
 
477
        -rm -f Makefile
 
478
distclean-am: clean-am distclean-generic distclean-libtool \
 
479
        distclean-tags
 
480
 
 
481
dvi: dvi-recursive
 
482
 
 
483
dvi-am:
 
484
 
 
485
html: html-recursive
 
486
 
 
487
info: info-recursive
 
488
 
 
489
info-am:
 
490
 
 
491
install-data-am:
 
492
 
 
493
install-exec-am:
 
494
 
 
495
install-info: install-info-recursive
 
496
 
 
497
install-man:
 
498
 
 
499
installcheck-am:
 
500
 
 
501
maintainer-clean: maintainer-clean-recursive
 
502
        -rm -f Makefile
 
503
maintainer-clean-am: distclean-am maintainer-clean-generic
 
504
 
 
505
mostlyclean: mostlyclean-recursive
 
506
 
 
507
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
508
 
 
509
pdf: pdf-recursive
 
510
 
 
511
pdf-am:
 
512
 
 
513
ps: ps-recursive
 
514
 
 
515
ps-am:
 
516
 
 
517
uninstall-am: uninstall-info-am
 
518
 
 
519
uninstall-info: uninstall-info-recursive
 
520
 
 
521
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
522
        clean clean-generic clean-libtool clean-recursive ctags \
 
523
        ctags-recursive distclean distclean-generic distclean-libtool \
 
524
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
525
        html-am info info-am install install-am install-data \
 
526
        install-data-am install-exec install-exec-am install-info \
 
527
        install-info-am install-man install-strip installcheck \
 
528
        installcheck-am installdirs installdirs-am maintainer-clean \
 
529
        maintainer-clean-generic maintainer-clean-recursive \
 
530
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
531
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
532
        uninstall uninstall-am uninstall-info-am
 
533
 
 
534
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
535
# Otherwise a system limit (for SysV at least) may be exceeded.
 
536
.NOEXPORT: