~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to build/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2009-03-27 15:54:54 UTC
  • mfrom: (1.2.1 upstream) (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090327155454-o3u9j86rzrtcp5vl
Tags: 3.1.0-1
* New upstream release.
* This version includes also a missing header inclusion, which caused FTBFS
  on armel. (Closes: #520447)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.5 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
target_triplet = @target@
 
39
subdir = build
 
40
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/macros/ac_pkg_swig.m4 \
 
43
        $(top_srcdir)/macros/ac_python_devel.m4 \
 
44
        $(top_srcdir)/macros/python.m4 $(top_srcdir)/macros/ruby.m4 \
 
45
        $(top_srcdir)/configure.in
 
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
47
        $(ACLOCAL_M4)
 
48
mkinstalldirs = $(install_sh) -d
 
49
CONFIG_HEADER = $(top_builddir)/source/headers/config.h \
 
50
        $(top_builddir)/source/headers/geos/platform.h
 
51
CONFIG_CLEAN_FILES =
 
52
SOURCES =
 
53
DIST_SOURCES =
 
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
55
        html-recursive info-recursive install-data-recursive \
 
56
        install-exec-recursive install-info-recursive \
 
57
        install-recursive installcheck-recursive installdirs-recursive \
 
58
        pdf-recursive ps-recursive uninstall-info-recursive \
 
59
        uninstall-recursive
 
60
ETAGS = etags
 
61
CTAGS = ctags
 
62
DIST_SUBDIRS = $(SUBDIRS)
 
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
ACLOCAL = @ACLOCAL@
 
65
ALLOCA = @ALLOCA@
 
66
AMDEP_FALSE = @AMDEP_FALSE@
 
67
AMDEP_TRUE = @AMDEP_TRUE@
 
68
AMTAR = @AMTAR@
 
69
AR = @AR@
 
70
AS = @AS@
 
71
AUTOCONF = @AUTOCONF@
 
72
AUTOHEADER = @AUTOHEADER@
 
73
AUTOMAKE = @AUTOMAKE@
 
74
AWK = @AWK@
 
75
CAPI_INTERFACE_AGE = @CAPI_INTERFACE_AGE@
 
76
CAPI_INTERFACE_CURRENT = @CAPI_INTERFACE_CURRENT@
 
77
CAPI_INTERFACE_REVISION = @CAPI_INTERFACE_REVISION@
 
78
CAPI_VERSION = @CAPI_VERSION@
 
79
CAPI_VERSION_MAJOR = @CAPI_VERSION_MAJOR@
 
80
CAPI_VERSION_MINOR = @CAPI_VERSION_MINOR@
 
81
CAPI_VERSION_PATCH = @CAPI_VERSION_PATCH@
 
82
CC = @CC@
 
83
CCDEPMODE = @CCDEPMODE@
 
84
CFLAGS = @CFLAGS@
 
85
CPP = @CPP@
 
86
CPPFLAGS = @CPPFLAGS@
 
87
CXX = @CXX@
 
88
CXXCPP = @CXXCPP@
 
89
CXXDEPMODE = @CXXDEPMODE@
 
90
CXXFLAGS = @CXXFLAGS@
 
91
CYGPATH_W = @CYGPATH_W@
 
92
DEFS = @DEFS@
 
93
DEPDIR = @DEPDIR@
 
94
DLLTOOL = @DLLTOOL@
 
95
ECHO = @ECHO@
 
96
ECHO_C = @ECHO_C@
 
97
ECHO_N = @ECHO_N@
 
98
ECHO_T = @ECHO_T@
 
99
EGREP = @EGREP@
 
100
ENABLE_PYTHON_FALSE = @ENABLE_PYTHON_FALSE@
 
101
ENABLE_PYTHON_TRUE = @ENABLE_PYTHON_TRUE@
 
102
ENABLE_RUBY_FALSE = @ENABLE_RUBY_FALSE@
 
103
ENABLE_RUBY_TRUE = @ENABLE_RUBY_TRUE@
 
104
ENABLE_SWIG_FALSE = @ENABLE_SWIG_FALSE@
 
105
ENABLE_SWIG_TRUE = @ENABLE_SWIG_TRUE@
 
106
EXEEXT = @EXEEXT@
 
107
F77 = @F77@
 
108
FFLAGS = @FFLAGS@
 
109
INLINE_FLAGS = @INLINE_FLAGS@
 
110
INSTALL_DATA = @INSTALL_DATA@
 
111
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
112
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
113
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
114
INTERFACE_AGE = @INTERFACE_AGE@
 
115
INTERFACE_CURRENT = @INTERFACE_CURRENT@
 
116
INTERFACE_REVISION = @INTERFACE_REVISION@
 
117
JTS_PORT = @JTS_PORT@
 
118
LDFLAGS = @LDFLAGS@
 
119
LIBOBJS = @LIBOBJS@
 
120
LIBS = @LIBS@
 
121
LIBTOOL = @LIBTOOL@
 
122
LN_S = @LN_S@
 
123
LTLIBOBJS = @LTLIBOBJS@
 
124
MAKEINFO = @MAKEINFO@
 
125
OBJDUMP = @OBJDUMP@
 
126
OBJEXT = @OBJEXT@
 
127
PACKAGE = @PACKAGE@
 
128
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
129
PACKAGE_NAME = @PACKAGE_NAME@
 
130
PACKAGE_STRING = @PACKAGE_STRING@
 
131
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
132
PACKAGE_VERSION = @PACKAGE_VERSION@
 
133
PATH_SEPARATOR = @PATH_SEPARATOR@
 
134
PYTHON = @PYTHON@
 
135
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
 
136
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
137
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
 
138
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
 
139
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
140
PYTHON_PREFIX = @PYTHON_PREFIX@
 
141
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
 
142
PYTHON_VERSION = @PYTHON_VERSION@
 
143
RANLIB = @RANLIB@
 
144
RUBY = @RUBY@
 
145
RUBY_BIN_DIR = @RUBY_BIN_DIR@
 
146
RUBY_EXTENSION_DIR = @RUBY_EXTENSION_DIR@
 
147
RUBY_INCLUDE_DIR = @RUBY_INCLUDE_DIR@
 
148
RUBY_LIB_DIR = @RUBY_LIB_DIR@
 
149
RUBY_SHARED_LIB = @RUBY_SHARED_LIB@
 
150
RUBY_SO_NAME = @RUBY_SO_NAME@
 
151
RUBY_VERSION = @RUBY_VERSION@
 
152
SET_MAKE = @SET_MAKE@
 
153
SHELL = @SHELL@
 
154
STRIP = @STRIP@
 
155
SWIG = @SWIG@
 
156
SWIG_LIB = @SWIG_LIB@
 
157
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
 
158
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
 
159
VERSION = @VERSION@
 
160
VERSION_MAJOR = @VERSION_MAJOR@
 
161
VERSION_MINOR = @VERSION_MINOR@
 
162
VERSION_PATCH = @VERSION_PATCH@
 
163
ac_ct_AR = @ac_ct_AR@
 
164
ac_ct_AS = @ac_ct_AS@
 
165
ac_ct_CC = @ac_ct_CC@
 
166
ac_ct_CXX = @ac_ct_CXX@
 
167
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 
168
ac_ct_F77 = @ac_ct_F77@
 
169
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
 
170
ac_ct_RANLIB = @ac_ct_RANLIB@
 
171
ac_ct_STRIP = @ac_ct_STRIP@
 
172
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
173
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
174
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
175
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
176
am__include = @am__include@
 
177
am__leading_dot = @am__leading_dot@
 
178
am__quote = @am__quote@
 
179
am__tar = @am__tar@
 
180
am__untar = @am__untar@
 
181
bindir = @bindir@
 
182
build = @build@
 
183
build_alias = @build_alias@
 
184
build_cpu = @build_cpu@
 
185
build_os = @build_os@
 
186
build_vendor = @build_vendor@
 
187
datadir = @datadir@
 
188
exec_prefix = @exec_prefix@
 
189
host = @host@
 
190
host_alias = @host_alias@
 
191
host_cpu = @host_cpu@
 
192
host_os = @host_os@
 
193
host_vendor = @host_vendor@
 
194
includedir = @includedir@
 
195
infodir = @infodir@
 
196
install_sh = @install_sh@
 
197
libdir = @libdir@
 
198
libexecdir = @libexecdir@
 
199
localstatedir = @localstatedir@
 
200
mandir = @mandir@
 
201
mkdir_p = @mkdir_p@
 
202
oldincludedir = @oldincludedir@
 
203
pkgpyexecdir = @pkgpyexecdir@
 
204
pkgpythondir = @pkgpythondir@
 
205
prefix = @prefix@
 
206
program_transform_name = @program_transform_name@
 
207
pyexecdir = @pyexecdir@
 
208
pythondir = @pythondir@
 
209
sbindir = @sbindir@
 
210
sharedstatedir = @sharedstatedir@
 
211
sysconfdir = @sysconfdir@
 
212
target = @target@
 
213
target_alias = @target_alias@
 
214
target_cpu = @target_cpu@
 
215
target_os = @target_os@
 
216
target_vendor = @target_vendor@
 
217
 
 
218
#
 
219
# NOTE: Make sure that 'source' appears first.
 
220
# 'capi' and 'doc' surely rely on availability of libgeos
 
221
# which is built under 'source' and it seems that automake
 
222
# is not able to detect required build order but blindly
 
223
# relies on the order items in SUBDIRS appear.
 
224
#
 
225
SUBDIRS = \
 
226
        msvc80 \
 
227
        msvc90
 
228
 
 
229
EXTRA_DIST = README
 
230
all: all-recursive
 
231
 
 
232
.SUFFIXES:
 
233
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
234
        @for dep in $?; do \
 
235
          case '$(am__configure_deps)' in \
 
236
            *$$dep*) \
 
237
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
238
                && exit 0; \
 
239
              exit 1;; \
 
240
          esac; \
 
241
        done; \
 
242
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  build/Makefile'; \
 
243
        cd $(top_srcdir) && \
 
244
          $(AUTOMAKE) --gnu  build/Makefile
 
245
.PRECIOUS: Makefile
 
246
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
247
        @case '$?' in \
 
248
          *config.status*) \
 
249
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
250
          *) \
 
251
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
252
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
253
        esac;
 
254
 
 
255
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
256
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
257
 
 
258
$(top_srcdir)/configure:  $(am__configure_deps)
 
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
260
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
262
 
 
263
mostlyclean-libtool:
 
264
        -rm -f *.lo
 
265
 
 
266
clean-libtool:
 
267
        -rm -rf .libs _libs
 
268
 
 
269
distclean-libtool:
 
270
        -rm -f libtool
 
271
uninstall-info-am:
 
272
 
 
273
# This directory's subdirectories are mostly independent; you can cd
 
274
# into them and run `make' without going through this Makefile.
 
275
# To change the values of `make' variables: instead of editing Makefiles,
 
276
# (1) if the variable is set in `config.status', edit `config.status'
 
277
#     (which will cause the Makefiles to be regenerated when you run `make');
 
278
# (2) otherwise, pass the desired values on the `make' command line.
 
279
$(RECURSIVE_TARGETS):
 
280
        @failcom='exit 1'; \
 
281
        for f in x $$MAKEFLAGS; do \
 
282
          case $$f in \
 
283
            *=* | --[!k]*);; \
 
284
            *k*) failcom='fail=yes';; \
 
285
          esac; \
 
286
        done; \
 
287
        dot_seen=no; \
 
288
        target=`echo $@ | sed s/-recursive//`; \
 
289
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
290
          echo "Making $$target in $$subdir"; \
 
291
          if test "$$subdir" = "."; then \
 
292
            dot_seen=yes; \
 
293
            local_target="$$target-am"; \
 
294
          else \
 
295
            local_target="$$target"; \
 
296
          fi; \
 
297
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
298
          || eval $$failcom; \
 
299
        done; \
 
300
        if test "$$dot_seen" = "no"; then \
 
301
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
302
        fi; test -z "$$fail"
 
303
 
 
304
mostlyclean-recursive clean-recursive distclean-recursive \
 
305
maintainer-clean-recursive:
 
306
        @failcom='exit 1'; \
 
307
        for f in x $$MAKEFLAGS; do \
 
308
          case $$f in \
 
309
            *=* | --[!k]*);; \
 
310
            *k*) failcom='fail=yes';; \
 
311
          esac; \
 
312
        done; \
 
313
        dot_seen=no; \
 
314
        case "$@" in \
 
315
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
316
          *) list='$(SUBDIRS)' ;; \
 
317
        esac; \
 
318
        rev=''; for subdir in $$list; do \
 
319
          if test "$$subdir" = "."; then :; else \
 
320
            rev="$$subdir $$rev"; \
 
321
          fi; \
 
322
        done; \
 
323
        rev="$$rev ."; \
 
324
        target=`echo $@ | sed s/-recursive//`; \
 
325
        for subdir in $$rev; do \
 
326
          echo "Making $$target in $$subdir"; \
 
327
          if test "$$subdir" = "."; then \
 
328
            local_target="$$target-am"; \
 
329
          else \
 
330
            local_target="$$target"; \
 
331
          fi; \
 
332
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
333
          || eval $$failcom; \
 
334
        done && test -z "$$fail"
 
335
tags-recursive:
 
336
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
337
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
338
        done
 
339
ctags-recursive:
 
340
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
341
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
342
        done
 
343
 
 
344
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
345
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
346
        unique=`for i in $$list; do \
 
347
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
348
          done | \
 
349
          $(AWK) '    { files[$$0] = 1; } \
 
350
               END { for (i in files) print i; }'`; \
 
351
        mkid -fID $$unique
 
352
tags: TAGS
 
353
 
 
354
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
355
                $(TAGS_FILES) $(LISP)
 
356
        tags=; \
 
357
        here=`pwd`; \
 
358
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
359
          include_option=--etags-include; \
 
360
          empty_fix=.; \
 
361
        else \
 
362
          include_option=--include; \
 
363
          empty_fix=; \
 
364
        fi; \
 
365
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
366
          if test "$$subdir" = .; then :; else \
 
367
            test ! -f $$subdir/TAGS || \
 
368
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
369
          fi; \
 
370
        done; \
 
371
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
372
        unique=`for i in $$list; do \
 
373
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
374
          done | \
 
375
          $(AWK) '    { files[$$0] = 1; } \
 
376
               END { for (i in files) print i; }'`; \
 
377
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
378
          test -n "$$unique" || unique=$$empty_fix; \
 
379
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
380
            $$tags $$unique; \
 
381
        fi
 
382
ctags: CTAGS
 
383
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
384
                $(TAGS_FILES) $(LISP)
 
385
        tags=; \
 
386
        here=`pwd`; \
 
387
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
388
        unique=`for i in $$list; do \
 
389
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
390
          done | \
 
391
          $(AWK) '    { files[$$0] = 1; } \
 
392
               END { for (i in files) print i; }'`; \
 
393
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
394
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
395
             $$tags $$unique
 
396
 
 
397
GTAGS:
 
398
        here=`$(am__cd) $(top_builddir) && pwd` \
 
399
          && cd $(top_srcdir) \
 
400
          && gtags -i $(GTAGS_ARGS) $$here
 
401
 
 
402
distclean-tags:
 
403
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
404
 
 
405
distdir: $(DISTFILES)
 
406
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
407
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
408
        list='$(DISTFILES)'; for file in $$list; do \
 
409
          case $$file in \
 
410
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
411
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
412
          esac; \
 
413
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
414
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
415
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
416
            dir="/$$dir"; \
 
417
            $(mkdir_p) "$(distdir)$$dir"; \
 
418
          else \
 
419
            dir=''; \
 
420
          fi; \
 
421
          if test -d $$d/$$file; then \
 
422
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
423
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
424
            fi; \
 
425
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
426
          else \
 
427
            test -f $(distdir)/$$file \
 
428
            || cp -p $$d/$$file $(distdir)/$$file \
 
429
            || exit 1; \
 
430
          fi; \
 
431
        done
 
432
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
433
          if test "$$subdir" = .; then :; else \
 
434
            test -d "$(distdir)/$$subdir" \
 
435
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
436
            || exit 1; \
 
437
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
438
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
439
            (cd $$subdir && \
 
440
              $(MAKE) $(AM_MAKEFLAGS) \
 
441
                top_distdir="$$top_distdir" \
 
442
                distdir="$$distdir/$$subdir" \
 
443
                distdir) \
 
444
              || exit 1; \
 
445
          fi; \
 
446
        done
 
447
check-am: all-am
 
448
check: check-recursive
 
449
all-am: Makefile
 
450
installdirs: installdirs-recursive
 
451
installdirs-am:
 
452
install: install-recursive
 
453
install-exec: install-exec-recursive
 
454
install-data: install-data-recursive
 
455
uninstall: uninstall-recursive
 
456
 
 
457
install-am: all-am
 
458
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
459
 
 
460
installcheck: installcheck-recursive
 
461
install-strip:
 
462
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
463
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
464
          `test -z '$(STRIP)' || \
 
465
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
466
mostlyclean-generic:
 
467
 
 
468
clean-generic:
 
469
 
 
470
distclean-generic:
 
471
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
472
 
 
473
maintainer-clean-generic:
 
474
        @echo "This command is intended for maintainers to use"
 
475
        @echo "it deletes files that may require special tools to rebuild."
 
476
clean: clean-recursive
 
477
 
 
478
clean-am: clean-generic clean-libtool mostlyclean-am
 
479
 
 
480
distclean: distclean-recursive
 
481
        -rm -f Makefile
 
482
distclean-am: clean-am distclean-generic distclean-libtool \
 
483
        distclean-tags
 
484
 
 
485
dvi: dvi-recursive
 
486
 
 
487
dvi-am:
 
488
 
 
489
html: html-recursive
 
490
 
 
491
info: info-recursive
 
492
 
 
493
info-am:
 
494
 
 
495
install-data-am:
 
496
 
 
497
install-exec-am:
 
498
 
 
499
install-info: install-info-recursive
 
500
 
 
501
install-man:
 
502
 
 
503
installcheck-am:
 
504
 
 
505
maintainer-clean: maintainer-clean-recursive
 
506
        -rm -f Makefile
 
507
maintainer-clean-am: distclean-am maintainer-clean-generic
 
508
 
 
509
mostlyclean: mostlyclean-recursive
 
510
 
 
511
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
512
 
 
513
pdf: pdf-recursive
 
514
 
 
515
pdf-am:
 
516
 
 
517
ps: ps-recursive
 
518
 
 
519
ps-am:
 
520
 
 
521
uninstall-am: uninstall-info-am
 
522
 
 
523
uninstall-info: uninstall-info-recursive
 
524
 
 
525
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
526
        clean clean-generic clean-libtool clean-recursive ctags \
 
527
        ctags-recursive distclean distclean-generic distclean-libtool \
 
528
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
529
        html-am info info-am install install-am install-data \
 
530
        install-data-am install-exec install-exec-am install-info \
 
531
        install-info-am install-man install-strip installcheck \
 
532
        installcheck-am installdirs installdirs-am maintainer-clean \
 
533
        maintainer-clean-generic maintainer-clean-recursive \
 
534
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
535
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
536
        uninstall uninstall-am uninstall-info-am
 
537
 
 
538
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
539
# Otherwise a system limit (for SysV at least) may be exceeded.
 
540
.NOEXPORT: