~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/aztecoo/test/scripts/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme, Johannes Ring
  • Date: 2009-12-13 12:53:22 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091213125322-in0nrdjc55deqsw9
Tags: 10.0.3.dfsg-1
[Christophe Prud'homme]
* New upstream release

[Johannes Ring]
* debian/patches/libname.patch: Add prefix 'libtrilinos_' to all
  libraries. 
* debian/patches/soname.patch: Add soversion to libraries.
* debian/watch: Update download URL.
* debian/control:
  - Remove python-numeric from Build-Depends (virtual package).
  - Remove automake and autotools from Build-Depends and add cmake to
    reflect switch to CMake.
  - Add python-support to Build-Depends.
* debian/rules: 
  - Cleanup and updates for switch to CMake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  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
 
#@HEADER
18
 
# ************************************************************************
19
 
20
 
#        AztecOO: An Object-Oriented Aztec Linear Solver Package 
21
 
#                 Copyright (2002) Sandia Corporation
22
 
23
 
# Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive
24
 
# license for use of this work by or on behalf of the U.S. Government.
25
 
26
 
# This library is free software; you can redistribute it and/or modify
27
 
# it under the terms of the GNU Lesser General Public License as
28
 
# published by the Free Software Foundation; either version 2.1 of the
29
 
# License, or (at your option) any later version.
30
 
#  
31
 
# This library is distributed in the hope that it will be useful, but
32
 
# WITHOUT ANY WARRANTY; without even the implied warranty of
33
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
34
 
# Lesser General Public License for more details.
35
 
#  
36
 
# You should have received a copy of the GNU Lesser General Public
37
 
# License along with this library; if not, write to the Free Software
38
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
39
 
# USA
40
 
# Questions? Contact Michael A. Heroux (maherou@sandia.gov) 
41
 
42
 
# ************************************************************************
43
 
#@HEADER
44
 
VPATH = @srcdir@
45
 
pkgdatadir = $(datadir)/@PACKAGE@
46
 
pkglibdir = $(libdir)/@PACKAGE@
47
 
pkgincludedir = $(includedir)/@PACKAGE@
48
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49
 
install_sh_DATA = $(install_sh) -c -m 644
50
 
install_sh_PROGRAM = $(install_sh) -c
51
 
install_sh_SCRIPT = $(install_sh) -c
52
 
INSTALL_HEADER = $(INSTALL_DATA)
53
 
transform = $(program_transform_name)
54
 
NORMAL_INSTALL = :
55
 
PRE_INSTALL = :
56
 
POST_INSTALL = :
57
 
NORMAL_UNINSTALL = :
58
 
PRE_UNINSTALL = :
59
 
POST_UNINSTALL = :
60
 
build_triplet = @build@
61
 
host_triplet = @host@
62
 
target_triplet = @target@
63
 
subdir = test/scripts
64
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
65
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac_cxx_bool.m4 \
67
 
        $(top_srcdir)/config/ac_cxx_have_stl.m4 \
68
 
        $(top_srcdir)/config/ac_cxx_mutable.m4 \
69
 
        $(top_srcdir)/config/ac_cxx_namespaces.m4 \
70
 
        $(top_srcdir)/config/ac_cxx_new_for_scoping.m4 \
71
 
        $(top_srcdir)/config/ac_cxx_std_sprintf.m4 \
72
 
        $(top_srcdir)/config/tac_arg_check_mpi.m4 \
73
 
        $(top_srcdir)/config/tac_arg_config_mpi.m4 \
74
 
        $(top_srcdir)/config/tac_arg_enable_can_use_package.m4 \
75
 
        $(top_srcdir)/config/tac_arg_enable_export-makefiles.m4 \
76
 
        $(top_srcdir)/config/tac_arg_enable_feature.m4 \
77
 
        $(top_srcdir)/config/tac_arg_enable_feature_sub_check.m4 \
78
 
        $(top_srcdir)/config/tac_arg_enable_option.m4 \
79
 
        $(top_srcdir)/config/tac_arg_with_ar.m4 \
80
 
        $(top_srcdir)/config/tac_arg_with_flags.m4 \
81
 
        $(top_srcdir)/config/tac_arg_with_incdirs.m4 \
82
 
        $(top_srcdir)/config/tac_arg_with_libdirs.m4 \
83
 
        $(top_srcdir)/config/tac_arg_with_libs.m4 \
84
 
        $(top_srcdir)/config/tac_arg_with_perl.m4 \
85
 
        $(top_srcdir)/config/tac_blas.m4 \
86
 
        $(top_srcdir)/config/tac_lapack.m4 $(top_srcdir)/configure.ac
87
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88
 
        $(ACLOCAL_M4)
89
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
90
 
CONFIG_HEADER = $(top_builddir)/src/AztecOO_config.h
91
 
CONFIG_CLEAN_FILES =
92
 
SOURCES =
93
 
DIST_SOURCES =
94
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
95
 
        html-recursive info-recursive install-data-recursive \
96
 
        install-dvi-recursive install-exec-recursive \
97
 
        install-html-recursive install-info-recursive \
98
 
        install-pdf-recursive install-ps-recursive install-recursive \
99
 
        installcheck-recursive installdirs-recursive pdf-recursive \
100
 
        ps-recursive uninstall-recursive
101
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
102
 
  distclean-recursive maintainer-clean-recursive
103
 
ETAGS = etags
104
 
CTAGS = ctags
105
 
DIST_SUBDIRS = $(SUBDIRS)
106
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107
 
ACLOCAL = @ACLOCAL@
108
 
ALTERNATE_AR = @ALTERNATE_AR@
109
 
AMTAR = @AMTAR@
110
 
AUTOCONF = @AUTOCONF@
111
 
AUTOHEADER = @AUTOHEADER@
112
 
AUTOMAKE = @AUTOMAKE@
113
 
AWK = @AWK@
114
 
BLAS_LIBS = @BLAS_LIBS@
115
 
CC = @CC@
116
 
CCDEPMODE = @CCDEPMODE@
117
 
CFLAGS = @CFLAGS@
118
 
CPPFLAGS = @CPPFLAGS@
119
 
CXX = @CXX@
120
 
CXXCPP = @CXXCPP@
121
 
CXXDEPMODE = @CXXDEPMODE@
122
 
CXXFLAGS = @CXXFLAGS@
123
 
CYGPATH_W = @CYGPATH_W@
124
 
DEFS = @DEFS@
125
 
DEPDIR = @DEPDIR@
126
 
ECHO_C = @ECHO_C@
127
 
ECHO_N = @ECHO_N@
128
 
ECHO_T = @ECHO_T@
129
 
EGREP = @EGREP@
130
 
EXEEXT = @EXEEXT@
131
 
F77 = @F77@
132
 
FFLAGS = @FFLAGS@
133
 
FLIBS = @FLIBS@
134
 
GREP = @GREP@
135
 
HAVE_PERL = @HAVE_PERL@
136
 
INSTALL = @INSTALL@
137
 
INSTALL_DATA = @INSTALL_DATA@
138
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
139
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
140
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141
 
LAPACK_LIBS = @LAPACK_LIBS@
142
 
LDFLAGS = @LDFLAGS@
143
 
LIBOBJS = @LIBOBJS@
144
 
LIBS = @LIBS@
145
 
LTLIBOBJS = @LTLIBOBJS@
146
 
MAINT = @MAINT@
147
 
MAKEINFO = @MAKEINFO@
148
 
MKDIR_P = @MKDIR_P@
149
 
MPI_CC_EXISTS = @MPI_CC_EXISTS@
150
 
MPI_CXX = @MPI_CXX@
151
 
MPI_CXX_EXISTS = @MPI_CXX_EXISTS@
152
 
MPI_F77_EXISTS = @MPI_F77_EXISTS@
153
 
MPI_TEMP_CXX = @MPI_TEMP_CXX@
154
 
OBJEXT = @OBJEXT@
155
 
PACKAGE = @PACKAGE@
156
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157
 
PACKAGE_NAME = @PACKAGE_NAME@
158
 
PACKAGE_STRING = @PACKAGE_STRING@
159
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
160
 
PACKAGE_VERSION = @PACKAGE_VERSION@
161
 
PATH_SEPARATOR = @PATH_SEPARATOR@
162
 
PERL_EXE = @PERL_EXE@
163
 
RANLIB = @RANLIB@
164
 
SET_MAKE = @SET_MAKE@
165
 
SHELL = @SHELL@
166
 
STRIP = @STRIP@
167
 
TRILINOS_TEMPLATE_OBJS = @TRILINOS_TEMPLATE_OBJS@
168
 
VERSION = @VERSION@
169
 
abs_builddir = @abs_builddir@
170
 
abs_srcdir = @abs_srcdir@
171
 
abs_top_builddir = @abs_top_builddir@
172
 
abs_top_srcdir = @abs_top_srcdir@
173
 
ac_aux_dir = @ac_aux_dir@
174
 
ac_ct_CC = @ac_ct_CC@
175
 
ac_ct_CXX = @ac_ct_CXX@
176
 
ac_ct_F77 = @ac_ct_F77@
177
 
am__include = @am__include@
178
 
am__leading_dot = @am__leading_dot@
179
 
am__quote = @am__quote@
180
 
am__tar = @am__tar@
181
 
am__untar = @am__untar@
182
 
bindir = @bindir@
183
 
build = @build@
184
 
build_alias = @build_alias@
185
 
build_cpu = @build_cpu@
186
 
build_os = @build_os@
187
 
build_vendor = @build_vendor@
188
 
builddir = @builddir@
189
 
datadir = @datadir@
190
 
datarootdir = @datarootdir@
191
 
docdir = @docdir@
192
 
dvidir = @dvidir@
193
 
exec_prefix = @exec_prefix@
194
 
host = @host@
195
 
host_alias = @host_alias@
196
 
host_cpu = @host_cpu@
197
 
host_os = @host_os@
198
 
host_vendor = @host_vendor@
199
 
htmldir = @htmldir@
200
 
includedir = @includedir@
201
 
infodir = @infodir@
202
 
install_sh = @install_sh@
203
 
libdir = @libdir@
204
 
libexecdir = @libexecdir@
205
 
localedir = @localedir@
206
 
localstatedir = @localstatedir@
207
 
mandir = @mandir@
208
 
mkdir_p = @mkdir_p@
209
 
oldincludedir = @oldincludedir@
210
 
pdfdir = @pdfdir@
211
 
prefix = @prefix@
212
 
program_transform_name = @program_transform_name@
213
 
psdir = @psdir@
214
 
sbindir = @sbindir@
215
 
sharedstatedir = @sharedstatedir@
216
 
srcdir = @srcdir@
217
 
sysconfdir = @sysconfdir@
218
 
target = @target@
219
 
target_alias = @target_alias@
220
 
target_cpu = @target_cpu@
221
 
target_os = @target_os@
222
 
target_vendor = @target_vendor@
223
 
top_builddir = @top_builddir@
224
 
top_srcdir = @top_srcdir@
225
 
SUBDIRS = daily 
226
 
all: all-recursive
227
 
 
228
 
.SUFFIXES:
229
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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  test/scripts/Makefile'; \
239
 
        cd $(top_srcdir) && \
240
 
          $(AUTOMAKE) --foreign  test/scripts/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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
255
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
257
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
 
 
259
 
# This directory's subdirectories are mostly independent; you can cd
260
 
# into them and run `make' without going through this Makefile.
261
 
# To change the values of `make' variables: instead of editing Makefiles,
262
 
# (1) if the variable is set in `config.status', edit `config.status'
263
 
#     (which will cause the Makefiles to be regenerated when you run `make');
264
 
# (2) otherwise, pass the desired values on the `make' command line.
265
 
$(RECURSIVE_TARGETS):
266
 
        @failcom='exit 1'; \
267
 
        for f in x $$MAKEFLAGS; do \
268
 
          case $$f in \
269
 
            *=* | --[!k]*);; \
270
 
            *k*) failcom='fail=yes';; \
271
 
          esac; \
272
 
        done; \
273
 
        dot_seen=no; \
274
 
        target=`echo $@ | sed s/-recursive//`; \
275
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
276
 
          echo "Making $$target in $$subdir"; \
277
 
          if test "$$subdir" = "."; then \
278
 
            dot_seen=yes; \
279
 
            local_target="$$target-am"; \
280
 
          else \
281
 
            local_target="$$target"; \
282
 
          fi; \
283
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
284
 
          || eval $$failcom; \
285
 
        done; \
286
 
        if test "$$dot_seen" = "no"; then \
287
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
288
 
        fi; test -z "$$fail"
289
 
 
290
 
$(RECURSIVE_CLEAN_TARGETS):
291
 
        @failcom='exit 1'; \
292
 
        for f in x $$MAKEFLAGS; do \
293
 
          case $$f in \
294
 
            *=* | --[!k]*);; \
295
 
            *k*) failcom='fail=yes';; \
296
 
          esac; \
297
 
        done; \
298
 
        dot_seen=no; \
299
 
        case "$@" in \
300
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
301
 
          *) list='$(SUBDIRS)' ;; \
302
 
        esac; \
303
 
        rev=''; for subdir in $$list; do \
304
 
          if test "$$subdir" = "."; then :; else \
305
 
            rev="$$subdir $$rev"; \
306
 
          fi; \
307
 
        done; \
308
 
        rev="$$rev ."; \
309
 
        target=`echo $@ | sed s/-recursive//`; \
310
 
        for subdir in $$rev; do \
311
 
          echo "Making $$target in $$subdir"; \
312
 
          if test "$$subdir" = "."; then \
313
 
            local_target="$$target-am"; \
314
 
          else \
315
 
            local_target="$$target"; \
316
 
          fi; \
317
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
318
 
          || eval $$failcom; \
319
 
        done && test -z "$$fail"
320
 
tags-recursive:
321
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
322
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
323
 
        done
324
 
ctags-recursive:
325
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
326
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
327
 
        done
328
 
 
329
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
330
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
331
 
        unique=`for i in $$list; do \
332
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333
 
          done | \
334
 
          $(AWK) '    { files[$$0] = 1; } \
335
 
               END { for (i in files) print i; }'`; \
336
 
        mkid -fID $$unique
337
 
tags: TAGS
338
 
 
339
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
340
 
                $(TAGS_FILES) $(LISP)
341
 
        tags=; \
342
 
        here=`pwd`; \
343
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
344
 
          include_option=--etags-include; \
345
 
          empty_fix=.; \
346
 
        else \
347
 
          include_option=--include; \
348
 
          empty_fix=; \
349
 
        fi; \
350
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
351
 
          if test "$$subdir" = .; then :; else \
352
 
            test ! -f $$subdir/TAGS || \
353
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
354
 
          fi; \
355
 
        done; \
356
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
357
 
        unique=`for i in $$list; do \
358
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359
 
          done | \
360
 
          $(AWK) '    { files[$$0] = 1; } \
361
 
               END { for (i in files) print i; }'`; \
362
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
363
 
          test -n "$$unique" || unique=$$empty_fix; \
364
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365
 
            $$tags $$unique; \
366
 
        fi
367
 
ctags: CTAGS
368
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369
 
                $(TAGS_FILES) $(LISP)
370
 
        tags=; \
371
 
        here=`pwd`; \
372
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
373
 
        unique=`for i in $$list; do \
374
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375
 
          done | \
376
 
          $(AWK) '    { files[$$0] = 1; } \
377
 
               END { for (i in files) print i; }'`; \
378
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
379
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
380
 
             $$tags $$unique
381
 
 
382
 
GTAGS:
383
 
        here=`$(am__cd) $(top_builddir) && pwd` \
384
 
          && cd $(top_srcdir) \
385
 
          && gtags -i $(GTAGS_ARGS) $$here
386
 
 
387
 
distclean-tags:
388
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
389
 
 
390
 
distdir: $(DISTFILES)
391
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
392
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
393
 
        list='$(DISTFILES)'; \
394
 
          dist_files=`for file in $$list; do echo $$file; done | \
395
 
          sed -e "s|^$$srcdirstrip/||;t" \
396
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
397
 
        case $$dist_files in \
398
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
399
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
400
 
                           sort -u` ;; \
401
 
        esac; \
402
 
        for file in $$dist_files; do \
403
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
404
 
          if test -d $$d/$$file; then \
405
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
406
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
407
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
408
 
            fi; \
409
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
410
 
          else \
411
 
            test -f $(distdir)/$$file \
412
 
            || cp -p $$d/$$file $(distdir)/$$file \
413
 
            || exit 1; \
414
 
          fi; \
415
 
        done
416
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
417
 
          if test "$$subdir" = .; then :; else \
418
 
            test -d "$(distdir)/$$subdir" \
419
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
420
 
            || exit 1; \
421
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
422
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
423
 
            (cd $$subdir && \
424
 
              $(MAKE) $(AM_MAKEFLAGS) \
425
 
                top_distdir="$$top_distdir" \
426
 
                distdir="$$distdir/$$subdir" \
427
 
                am__remove_distdir=: \
428
 
                am__skip_length_check=: \
429
 
                distdir) \
430
 
              || exit 1; \
431
 
          fi; \
432
 
        done
433
 
check-am: all-am
434
 
check: check-recursive
435
 
all-am: Makefile
436
 
installdirs: installdirs-recursive
437
 
installdirs-am:
438
 
install: install-recursive
439
 
install-exec: install-exec-recursive
440
 
install-data: install-data-recursive
441
 
uninstall: uninstall-recursive
442
 
 
443
 
install-am: all-am
444
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445
 
 
446
 
installcheck: installcheck-recursive
447
 
install-strip:
448
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450
 
          `test -z '$(STRIP)' || \
451
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
452
 
mostlyclean-generic:
453
 
 
454
 
clean-generic:
455
 
 
456
 
distclean-generic:
457
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
458
 
 
459
 
maintainer-clean-generic:
460
 
        @echo "This command is intended for maintainers to use"
461
 
        @echo "it deletes files that may require special tools to rebuild."
462
 
clean: clean-recursive
463
 
 
464
 
clean-am: clean-generic mostlyclean-am
465
 
 
466
 
distclean: distclean-recursive
467
 
        -rm -f Makefile
468
 
distclean-am: clean-am distclean-generic distclean-tags
469
 
 
470
 
dvi: dvi-recursive
471
 
 
472
 
dvi-am:
473
 
 
474
 
html: html-recursive
475
 
 
476
 
info: info-recursive
477
 
 
478
 
info-am:
479
 
 
480
 
install-data-am:
481
 
 
482
 
install-dvi: install-dvi-recursive
483
 
 
484
 
install-exec-am:
485
 
 
486
 
install-html: install-html-recursive
487
 
 
488
 
install-info: install-info-recursive
489
 
 
490
 
install-man:
491
 
 
492
 
install-pdf: install-pdf-recursive
493
 
 
494
 
install-ps: install-ps-recursive
495
 
 
496
 
installcheck-am:
497
 
 
498
 
maintainer-clean: maintainer-clean-recursive
499
 
        -rm -f Makefile
500
 
maintainer-clean-am: distclean-am maintainer-clean-generic
501
 
 
502
 
mostlyclean: mostlyclean-recursive
503
 
 
504
 
mostlyclean-am: mostlyclean-generic
505
 
 
506
 
pdf: pdf-recursive
507
 
 
508
 
pdf-am:
509
 
 
510
 
ps: ps-recursive
511
 
 
512
 
ps-am:
513
 
 
514
 
uninstall-am:
515
 
 
516
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
517
 
        install-strip
518
 
 
519
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
520
 
        all all-am check check-am clean clean-generic ctags \
521
 
        ctags-recursive distclean distclean-generic distclean-tags \
522
 
        distdir dvi dvi-am html html-am info info-am install \
523
 
        install-am install-data install-data-am install-dvi \
524
 
        install-dvi-am install-exec install-exec-am install-html \
525
 
        install-html-am install-info install-info-am install-man \
526
 
        install-pdf install-pdf-am install-ps install-ps-am \
527
 
        install-strip installcheck installcheck-am installdirs \
528
 
        installdirs-am maintainer-clean maintainer-clean-generic \
529
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
530
 
        tags-recursive uninstall uninstall-am
531
 
 
532
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
533
 
# Otherwise a system limit (for SysV at least) may be exceeded.
534
 
.NOEXPORT: