~fluidity-core/fluidity/refactor-netcdf

« back to all changes in this revision

Viewing changes to spatialindex-1.8.0/test/Makefile.in

  • Committer: Jon Hill
  • Date: 2013-02-16 09:01:40 UTC
  • mfrom: (3981.7.159 fluidity)
  • Revision ID: jon.hill@imperial.ac.uk-20130216090140-bplzxqzdk1eik4za
Megre from trunk, fixing several conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
subdir = test
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
41
        $(ACLOCAL_M4)
 
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
43
CONFIG_CLEAN_FILES =
 
44
CONFIG_CLEAN_VPATH_FILES =
 
45
SOURCES =
 
46
DIST_SOURCES =
 
47
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
48
        html-recursive info-recursive install-data-recursive \
 
49
        install-dvi-recursive install-exec-recursive \
 
50
        install-html-recursive install-info-recursive \
 
51
        install-pdf-recursive install-ps-recursive install-recursive \
 
52
        installcheck-recursive installdirs-recursive pdf-recursive \
 
53
        ps-recursive uninstall-recursive
 
54
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
55
  distclean-recursive maintainer-clean-recursive
 
56
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
57
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
58
        distdir
 
59
ETAGS = etags
 
60
CTAGS = ctags
 
61
DIST_SUBDIRS = $(SUBDIRS)
 
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
63
am__relativize = \
 
64
  dir0=`pwd`; \
 
65
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
66
  sed_rest='s,^[^/]*/*,,'; \
 
67
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
68
  sed_butlast='s,/*[^/]*$$,,'; \
 
69
  while test -n "$$dir1"; do \
 
70
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
71
    if test "$$first" != "."; then \
 
72
      if test "$$first" = ".."; then \
 
73
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
74
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
75
      else \
 
76
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
77
        if test "$$first2" = "$$first"; then \
 
78
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
79
        else \
 
80
          dir2="../$$dir2"; \
 
81
        fi; \
 
82
        dir0="$$dir0"/"$$first"; \
 
83
      fi; \
 
84
    fi; \
 
85
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
86
  done; \
 
87
  reldir="$$dir2"
 
88
ACLOCAL = @ACLOCAL@
 
89
AMTAR = @AMTAR@
 
90
AR = @AR@
 
91
AUTOCONF = @AUTOCONF@
 
92
AUTOHEADER = @AUTOHEADER@
 
93
AUTOMAKE = @AUTOMAKE@
 
94
AWK = @AWK@
 
95
CC = @CC@
 
96
CCDEPMODE = @CCDEPMODE@
 
97
CFLAGS = @CFLAGS@
 
98
CPP = @CPP@
 
99
CPPFLAGS = @CPPFLAGS@
 
100
CXX = @CXX@
 
101
CXXCPP = @CXXCPP@
 
102
CXXDEPMODE = @CXXDEPMODE@
 
103
CXXFLAGS = @CXXFLAGS@
 
104
CYGPATH_W = @CYGPATH_W@
 
105
DEFS = @DEFS@
 
106
DEPDIR = @DEPDIR@
 
107
DLLTOOL = @DLLTOOL@
 
108
DSYMUTIL = @DSYMUTIL@
 
109
DUMPBIN = @DUMPBIN@
 
110
ECHO_C = @ECHO_C@
 
111
ECHO_N = @ECHO_N@
 
112
ECHO_T = @ECHO_T@
 
113
EGREP = @EGREP@
 
114
EXEEXT = @EXEEXT@
 
115
FGREP = @FGREP@
 
116
GREP = @GREP@
 
117
INSTALL = @INSTALL@
 
118
INSTALL_DATA = @INSTALL_DATA@
 
119
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
120
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
121
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
122
LD = @LD@
 
123
LDFLAGS = @LDFLAGS@
 
124
LIBOBJS = @LIBOBJS@
 
125
LIBS = @LIBS@
 
126
LIBTOOL = @LIBTOOL@
 
127
LIPO = @LIPO@
 
128
LN_S = @LN_S@
 
129
LTLIBOBJS = @LTLIBOBJS@
 
130
MAKEINFO = @MAKEINFO@
 
131
MANIFEST_TOOL = @MANIFEST_TOOL@
 
132
MKDIR_P = @MKDIR_P@
 
133
NM = @NM@
 
134
NMEDIT = @NMEDIT@
 
135
OBJDUMP = @OBJDUMP@
 
136
OBJEXT = @OBJEXT@
 
137
OTOOL = @OTOOL@
 
138
OTOOL64 = @OTOOL64@
 
139
PACKAGE = @PACKAGE@
 
140
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
141
PACKAGE_NAME = @PACKAGE_NAME@
 
142
PACKAGE_STRING = @PACKAGE_STRING@
 
143
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
144
PACKAGE_URL = @PACKAGE_URL@
 
145
PACKAGE_VERSION = @PACKAGE_VERSION@
 
146
PATH_SEPARATOR = @PATH_SEPARATOR@
 
147
RANLIB = @RANLIB@
 
148
SED = @SED@
 
149
SET_MAKE = @SET_MAKE@
 
150
SHELL = @SHELL@
 
151
STRIP = @STRIP@
 
152
VERSION = @VERSION@
 
153
abs_builddir = @abs_builddir@
 
154
abs_srcdir = @abs_srcdir@
 
155
abs_top_builddir = @abs_top_builddir@
 
156
abs_top_srcdir = @abs_top_srcdir@
 
157
ac_ct_AR = @ac_ct_AR@
 
158
ac_ct_CC = @ac_ct_CC@
 
159
ac_ct_CXX = @ac_ct_CXX@
 
160
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
161
am__include = @am__include@
 
162
am__leading_dot = @am__leading_dot@
 
163
am__quote = @am__quote@
 
164
am__tar = @am__tar@
 
165
am__untar = @am__untar@
 
166
bindir = @bindir@
 
167
build = @build@
 
168
build_alias = @build_alias@
 
169
build_cpu = @build_cpu@
 
170
build_os = @build_os@
 
171
build_vendor = @build_vendor@
 
172
builddir = @builddir@
 
173
datadir = @datadir@
 
174
datarootdir = @datarootdir@
 
175
docdir = @docdir@
 
176
dvidir = @dvidir@
 
177
exec_prefix = @exec_prefix@
 
178
host = @host@
 
179
host_alias = @host_alias@
 
180
host_cpu = @host_cpu@
 
181
host_os = @host_os@
 
182
host_vendor = @host_vendor@
 
183
htmldir = @htmldir@
 
184
includedir = @includedir@
 
185
infodir = @infodir@
 
186
install_sh = @install_sh@
 
187
libdir = @libdir@
 
188
libexecdir = @libexecdir@
 
189
localedir = @localedir@
 
190
localstatedir = @localstatedir@
 
191
mandir = @mandir@
 
192
mkdir_p = @mkdir_p@
 
193
oldincludedir = @oldincludedir@
 
194
pdfdir = @pdfdir@
 
195
prefix = @prefix@
 
196
program_transform_name = @program_transform_name@
 
197
psdir = @psdir@
 
198
sbindir = @sbindir@
 
199
sharedstatedir = @sharedstatedir@
 
200
srcdir = @srcdir@
 
201
sysconfdir = @sysconfdir@
 
202
target_alias = @target_alias@
 
203
top_build_prefix = @top_build_prefix@
 
204
top_builddir = @top_builddir@
 
205
top_srcdir = @top_srcdir@
 
206
SUBDIRS = rtree mvrtree tprtree
 
207
all: all-recursive
 
208
 
 
209
.SUFFIXES:
 
210
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
211
        @for dep in $?; do \
 
212
          case '$(am__configure_deps)' in \
 
213
            *$$dep*) \
 
214
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
215
                && { if test -f $@; then exit 0; else break; fi; }; \
 
216
              exit 1;; \
 
217
          esac; \
 
218
        done; \
 
219
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
 
220
        $(am__cd) $(top_srcdir) && \
 
221
          $(AUTOMAKE) --gnu test/Makefile
 
222
.PRECIOUS: Makefile
 
223
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
224
        @case '$?' in \
 
225
          *config.status*) \
 
226
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
227
          *) \
 
228
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
229
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
230
        esac;
 
231
 
 
232
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
233
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
234
 
 
235
$(top_srcdir)/configure:  $(am__configure_deps)
 
236
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
237
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
238
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
239
$(am__aclocal_m4_deps):
 
240
 
 
241
mostlyclean-libtool:
 
242
        -rm -f *.lo
 
243
 
 
244
clean-libtool:
 
245
        -rm -rf .libs _libs
 
246
 
 
247
# This directory's subdirectories are mostly independent; you can cd
 
248
# into them and run `make' without going through this Makefile.
 
249
# To change the values of `make' variables: instead of editing Makefiles,
 
250
# (1) if the variable is set in `config.status', edit `config.status'
 
251
#     (which will cause the Makefiles to be regenerated when you run `make');
 
252
# (2) otherwise, pass the desired values on the `make' command line.
 
253
$(RECURSIVE_TARGETS):
 
254
        @fail= failcom='exit 1'; \
 
255
        for f in x $$MAKEFLAGS; do \
 
256
          case $$f in \
 
257
            *=* | --[!k]*);; \
 
258
            *k*) failcom='fail=yes';; \
 
259
          esac; \
 
260
        done; \
 
261
        dot_seen=no; \
 
262
        target=`echo $@ | sed s/-recursive//`; \
 
263
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
264
          echo "Making $$target in $$subdir"; \
 
265
          if test "$$subdir" = "."; then \
 
266
            dot_seen=yes; \
 
267
            local_target="$$target-am"; \
 
268
          else \
 
269
            local_target="$$target"; \
 
270
          fi; \
 
271
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
272
          || eval $$failcom; \
 
273
        done; \
 
274
        if test "$$dot_seen" = "no"; then \
 
275
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
276
        fi; test -z "$$fail"
 
277
 
 
278
$(RECURSIVE_CLEAN_TARGETS):
 
279
        @fail= failcom='exit 1'; \
 
280
        for f in x $$MAKEFLAGS; do \
 
281
          case $$f in \
 
282
            *=* | --[!k]*);; \
 
283
            *k*) failcom='fail=yes';; \
 
284
          esac; \
 
285
        done; \
 
286
        dot_seen=no; \
 
287
        case "$@" in \
 
288
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
289
          *) list='$(SUBDIRS)' ;; \
 
290
        esac; \
 
291
        rev=''; for subdir in $$list; do \
 
292
          if test "$$subdir" = "."; then :; else \
 
293
            rev="$$subdir $$rev"; \
 
294
          fi; \
 
295
        done; \
 
296
        rev="$$rev ."; \
 
297
        target=`echo $@ | sed s/-recursive//`; \
 
298
        for subdir in $$rev; do \
 
299
          echo "Making $$target in $$subdir"; \
 
300
          if test "$$subdir" = "."; then \
 
301
            local_target="$$target-am"; \
 
302
          else \
 
303
            local_target="$$target"; \
 
304
          fi; \
 
305
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
306
          || eval $$failcom; \
 
307
        done && test -z "$$fail"
 
308
tags-recursive:
 
309
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
310
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
311
        done
 
312
ctags-recursive:
 
313
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
314
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
315
        done
 
316
 
 
317
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
318
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
319
        unique=`for i in $$list; do \
 
320
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
321
          done | \
 
322
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
323
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
324
        mkid -fID $$unique
 
325
tags: TAGS
 
326
 
 
327
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
328
                $(TAGS_FILES) $(LISP)
 
329
        set x; \
 
330
        here=`pwd`; \
 
331
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
332
          include_option=--etags-include; \
 
333
          empty_fix=.; \
 
334
        else \
 
335
          include_option=--include; \
 
336
          empty_fix=; \
 
337
        fi; \
 
338
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
339
          if test "$$subdir" = .; then :; else \
 
340
            test ! -f $$subdir/TAGS || \
 
341
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
342
          fi; \
 
343
        done; \
 
344
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
345
        unique=`for i in $$list; do \
 
346
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
347
          done | \
 
348
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
349
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
350
        shift; \
 
351
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
352
          test -n "$$unique" || unique=$$empty_fix; \
 
353
          if test $$# -gt 0; then \
 
354
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
355
              "$$@" $$unique; \
 
356
          else \
 
357
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
358
              $$unique; \
 
359
          fi; \
 
360
        fi
 
361
ctags: CTAGS
 
362
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
363
                $(TAGS_FILES) $(LISP)
 
364
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
365
        unique=`for i in $$list; do \
 
366
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
367
          done | \
 
368
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
369
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
370
        test -z "$(CTAGS_ARGS)$$unique" \
 
371
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
372
             $$unique
 
373
 
 
374
GTAGS:
 
375
        here=`$(am__cd) $(top_builddir) && pwd` \
 
376
          && $(am__cd) $(top_srcdir) \
 
377
          && gtags -i $(GTAGS_ARGS) "$$here"
 
378
 
 
379
distclean-tags:
 
380
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
381
 
 
382
distdir: $(DISTFILES)
 
383
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
384
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
385
        list='$(DISTFILES)'; \
 
386
          dist_files=`for file in $$list; do echo $$file; done | \
 
387
          sed -e "s|^$$srcdirstrip/||;t" \
 
388
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
389
        case $$dist_files in \
 
390
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
391
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
392
                           sort -u` ;; \
 
393
        esac; \
 
394
        for file in $$dist_files; do \
 
395
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
396
          if test -d $$d/$$file; then \
 
397
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
398
            if test -d "$(distdir)/$$file"; then \
 
399
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
400
            fi; \
 
401
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
402
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
403
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
404
            fi; \
 
405
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
406
          else \
 
407
            test -f "$(distdir)/$$file" \
 
408
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
409
            || exit 1; \
 
410
          fi; \
 
411
        done
 
412
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
413
          if test "$$subdir" = .; then :; else \
 
414
            test -d "$(distdir)/$$subdir" \
 
415
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
416
            || exit 1; \
 
417
          fi; \
 
418
        done
 
419
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
420
          if test "$$subdir" = .; then :; else \
 
421
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
422
            $(am__relativize); \
 
423
            new_distdir=$$reldir; \
 
424
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
425
            $(am__relativize); \
 
426
            new_top_distdir=$$reldir; \
 
427
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
428
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
429
            ($(am__cd) $$subdir && \
 
430
              $(MAKE) $(AM_MAKEFLAGS) \
 
431
                top_distdir="$$new_top_distdir" \
 
432
                distdir="$$new_distdir" \
 
433
                am__remove_distdir=: \
 
434
                am__skip_length_check=: \
 
435
                am__skip_mode_fix=: \
 
436
                distdir) \
 
437
              || exit 1; \
 
438
          fi; \
 
439
        done
 
440
check-am: all-am
 
441
check: check-recursive
 
442
all-am: Makefile
 
443
installdirs: installdirs-recursive
 
444
installdirs-am:
 
445
install: install-recursive
 
446
install-exec: install-exec-recursive
 
447
install-data: install-data-recursive
 
448
uninstall: uninstall-recursive
 
449
 
 
450
install-am: all-am
 
451
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
452
 
 
453
installcheck: installcheck-recursive
 
454
install-strip:
 
455
        if test -z '$(STRIP)'; then \
 
456
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
457
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
458
              install; \
 
459
        else \
 
460
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
461
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
462
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
463
        fi
 
464
mostlyclean-generic:
 
465
 
 
466
clean-generic:
 
467
 
 
468
distclean-generic:
 
469
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
470
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
471
 
 
472
maintainer-clean-generic:
 
473
        @echo "This command is intended for maintainers to use"
 
474
        @echo "it deletes files that may require special tools to rebuild."
 
475
clean: clean-recursive
 
476
 
 
477
clean-am: clean-generic clean-libtool mostlyclean-am
 
478
 
 
479
distclean: distclean-recursive
 
480
        -rm -f Makefile
 
481
distclean-am: clean-am distclean-generic distclean-tags
 
482
 
 
483
dvi: dvi-recursive
 
484
 
 
485
dvi-am:
 
486
 
 
487
html: html-recursive
 
488
 
 
489
html-am:
 
490
 
 
491
info: info-recursive
 
492
 
 
493
info-am:
 
494
 
 
495
install-data-am:
 
496
 
 
497
install-dvi: install-dvi-recursive
 
498
 
 
499
install-dvi-am:
 
500
 
 
501
install-exec-am:
 
502
 
 
503
install-html: install-html-recursive
 
504
 
 
505
install-html-am:
 
506
 
 
507
install-info: install-info-recursive
 
508
 
 
509
install-info-am:
 
510
 
 
511
install-man:
 
512
 
 
513
install-pdf: install-pdf-recursive
 
514
 
 
515
install-pdf-am:
 
516
 
 
517
install-ps: install-ps-recursive
 
518
 
 
519
install-ps-am:
 
520
 
 
521
installcheck-am:
 
522
 
 
523
maintainer-clean: maintainer-clean-recursive
 
524
        -rm -f Makefile
 
525
maintainer-clean-am: distclean-am maintainer-clean-generic
 
526
 
 
527
mostlyclean: mostlyclean-recursive
 
528
 
 
529
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
530
 
 
531
pdf: pdf-recursive
 
532
 
 
533
pdf-am:
 
534
 
 
535
ps: ps-recursive
 
536
 
 
537
ps-am:
 
538
 
 
539
uninstall-am:
 
540
 
 
541
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
542
        install-am install-strip tags-recursive
 
543
 
 
544
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
545
        all all-am check check-am clean clean-generic clean-libtool \
 
546
        ctags ctags-recursive distclean distclean-generic \
 
547
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
548
        html-am info info-am install install-am install-data \
 
549
        install-data-am install-dvi install-dvi-am install-exec \
 
550
        install-exec-am install-html install-html-am install-info \
 
551
        install-info-am install-man install-pdf install-pdf-am \
 
552
        install-ps install-ps-am install-strip installcheck \
 
553
        installcheck-am installdirs installdirs-am maintainer-clean \
 
554
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
555
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
556
        uninstall uninstall-am
 
557
 
 
558
 
 
559
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
560
# Otherwise a system limit (for SysV at least) may be exceeded.
 
561
.NOEXPORT: