~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/stratimikos/adapters/belos/test/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
 
VPATH = @srcdir@
17
 
pkgdatadir = $(datadir)/@PACKAGE@
18
 
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
 
install_sh_DATA = $(install_sh) -c -m 644
22
 
install_sh_PROGRAM = $(install_sh) -c
23
 
install_sh_SCRIPT = $(install_sh) -c
24
 
INSTALL_HEADER = $(INSTALL_DATA)
25
 
transform = $(program_transform_name)
26
 
NORMAL_INSTALL = :
27
 
PRE_INSTALL = :
28
 
POST_INSTALL = :
29
 
NORMAL_UNINSTALL = :
30
 
PRE_UNINSTALL = :
31
 
POST_UNINSTALL = :
32
 
build_triplet = @build@
33
 
host_triplet = @host@
34
 
target_triplet = @target@
35
 
subdir = adapters/belos/test
36
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
 
am__aclocal_m4_deps = $(top_srcdir)/config/tac_arg_check_mpi.m4 \
39
 
        $(top_srcdir)/config/tac_arg_config_mpi.m4 \
40
 
        $(top_srcdir)/config/tac_arg_enable_can_use_package.m4 \
41
 
        $(top_srcdir)/config/tac_arg_enable_export-makefiles.m4 \
42
 
        $(top_srcdir)/config/tac_arg_enable_feature.m4 \
43
 
        $(top_srcdir)/config/tac_arg_enable_feature_sub.m4 \
44
 
        $(top_srcdir)/config/tac_arg_enable_feature_sub_check.m4 \
45
 
        $(top_srcdir)/config/tac_arg_inform_subpackage_used.m4 \
46
 
        $(top_srcdir)/config/tac_arg_with_ar.m4 \
47
 
        $(top_srcdir)/config/tac_arg_with_flags.m4 \
48
 
        $(top_srcdir)/config/tac_arg_with_incdirs.m4 \
49
 
        $(top_srcdir)/config/tac_arg_with_libdirs.m4 \
50
 
        $(top_srcdir)/config/tac_arg_with_perl.m4 \
51
 
        $(top_srcdir)/configure.ac
52
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
 
        $(ACLOCAL_M4)
54
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
55
 
CONFIG_HEADER = $(top_builddir)/src/Stratimikos_Config.h
56
 
CONFIG_CLEAN_FILES =
57
 
SOURCES =
58
 
DIST_SOURCES =
59
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60
 
        html-recursive info-recursive install-data-recursive \
61
 
        install-dvi-recursive install-exec-recursive \
62
 
        install-html-recursive install-info-recursive \
63
 
        install-pdf-recursive install-ps-recursive install-recursive \
64
 
        installcheck-recursive installdirs-recursive pdf-recursive \
65
 
        ps-recursive uninstall-recursive
66
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
67
 
  distclean-recursive maintainer-clean-recursive
68
 
ETAGS = etags
69
 
CTAGS = ctags
70
 
DIST_SUBDIRS = MVOPTester LOWSFactory
71
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72
 
ACLOCAL = @ACLOCAL@
73
 
ALTERNATE_AR = @ALTERNATE_AR@
74
 
AMTAR = @AMTAR@
75
 
AUTOCONF = @AUTOCONF@
76
 
AUTOHEADER = @AUTOHEADER@
77
 
AUTOMAKE = @AUTOMAKE@
78
 
AWK = @AWK@
79
 
CC = @CC@
80
 
CCDEPMODE = @CCDEPMODE@
81
 
CFLAGS = @CFLAGS@
82
 
CPPFLAGS = @CPPFLAGS@
83
 
CXX = @CXX@
84
 
CXXCPP = @CXXCPP@
85
 
CXXDEPMODE = @CXXDEPMODE@
86
 
CXXFLAGS = @CXXFLAGS@
87
 
CYGPATH_W = @CYGPATH_W@
88
 
DEFS = @DEFS@
89
 
DEPDIR = @DEPDIR@
90
 
ECHO_C = @ECHO_C@
91
 
ECHO_N = @ECHO_N@
92
 
ECHO_T = @ECHO_T@
93
 
EXEEXT = @EXEEXT@
94
 
HAVE_PERL = @HAVE_PERL@
95
 
INSTALL = @INSTALL@
96
 
INSTALL_DATA = @INSTALL_DATA@
97
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
98
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
99
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
100
 
LDFLAGS = @LDFLAGS@
101
 
LIBOBJS = @LIBOBJS@
102
 
LIBS = @LIBS@
103
 
LTLIBOBJS = @LTLIBOBJS@
104
 
MAINT = @MAINT@
105
 
MAKEINFO = @MAKEINFO@
106
 
MKDIR_P = @MKDIR_P@
107
 
MPI_CC_EXISTS = @MPI_CC_EXISTS@
108
 
MPI_CXX = @MPI_CXX@
109
 
MPI_CXX_EXISTS = @MPI_CXX_EXISTS@
110
 
MPI_F77_EXISTS = @MPI_F77_EXISTS@
111
 
MPI_TEMP_CXX = @MPI_TEMP_CXX@
112
 
OBJEXT = @OBJEXT@
113
 
PACKAGE = @PACKAGE@
114
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115
 
PACKAGE_NAME = @PACKAGE_NAME@
116
 
PACKAGE_STRING = @PACKAGE_STRING@
117
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
118
 
PACKAGE_VERSION = @PACKAGE_VERSION@
119
 
PATH_SEPARATOR = @PATH_SEPARATOR@
120
 
PERL_EXE = @PERL_EXE@
121
 
RANLIB = @RANLIB@
122
 
SET_MAKE = @SET_MAKE@
123
 
SHELL = @SHELL@
124
 
STRIP = @STRIP@
125
 
TRILINOS_TEMPLATE_OBJS = @TRILINOS_TEMPLATE_OBJS@
126
 
VERSION = @VERSION@
127
 
abs_builddir = @abs_builddir@
128
 
abs_srcdir = @abs_srcdir@
129
 
abs_top_builddir = @abs_top_builddir@
130
 
abs_top_srcdir = @abs_top_srcdir@
131
 
ac_aux_dir = @ac_aux_dir@
132
 
ac_ct_CC = @ac_ct_CC@
133
 
ac_ct_CXX = @ac_ct_CXX@
134
 
am__include = @am__include@
135
 
am__leading_dot = @am__leading_dot@
136
 
am__quote = @am__quote@
137
 
am__tar = @am__tar@
138
 
am__untar = @am__untar@
139
 
bindir = @bindir@
140
 
build = @build@
141
 
build_alias = @build_alias@
142
 
build_cpu = @build_cpu@
143
 
build_os = @build_os@
144
 
build_vendor = @build_vendor@
145
 
builddir = @builddir@
146
 
datadir = @datadir@
147
 
datarootdir = @datarootdir@
148
 
docdir = @docdir@
149
 
dvidir = @dvidir@
150
 
exec_prefix = @exec_prefix@
151
 
host = @host@
152
 
host_alias = @host_alias@
153
 
host_cpu = @host_cpu@
154
 
host_os = @host_os@
155
 
host_vendor = @host_vendor@
156
 
htmldir = @htmldir@
157
 
includedir = @includedir@
158
 
infodir = @infodir@
159
 
install_sh = @install_sh@
160
 
libdir = @libdir@
161
 
libexecdir = @libexecdir@
162
 
localedir = @localedir@
163
 
localstatedir = @localstatedir@
164
 
mandir = @mandir@
165
 
mkdir_p = @mkdir_p@
166
 
oldincludedir = @oldincludedir@
167
 
pdfdir = @pdfdir@
168
 
prefix = @prefix@
169
 
program_transform_name = @program_transform_name@
170
 
psdir = @psdir@
171
 
sbindir = @sbindir@
172
 
sharedstatedir = @sharedstatedir@
173
 
srcdir = @srcdir@
174
 
sysconfdir = @sysconfdir@
175
 
target = @target@
176
 
target_alias = @target_alias@
177
 
target_cpu = @target_cpu@
178
 
target_os = @target_os@
179
 
target_vendor = @target_vendor@
180
 
top_builddir = @top_builddir@
181
 
top_srcdir = @top_srcdir@
182
 
@ENABLE_STRATIMIKOS_THYRA_EPETRAEXT_TRUE@EPETRAEXT_DIRS = MVOPTester LOWSFactory
183
 
SUBDIRS = $(EPETRAEXT_DIRS)
184
 
all: all-recursive
185
 
 
186
 
.SUFFIXES:
187
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
188
 
        @for dep in $?; do \
189
 
          case '$(am__configure_deps)' in \
190
 
            *$$dep*) \
191
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
192
 
                && exit 0; \
193
 
              exit 1;; \
194
 
          esac; \
195
 
        done; \
196
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  adapters/belos/test/Makefile'; \
197
 
        cd $(top_srcdir) && \
198
 
          $(AUTOMAKE) --foreign  adapters/belos/test/Makefile
199
 
.PRECIOUS: Makefile
200
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
201
 
        @case '$?' in \
202
 
          *config.status*) \
203
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
204
 
          *) \
205
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
206
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
207
 
        esac;
208
 
 
209
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
210
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211
 
 
212
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
213
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
215
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216
 
 
217
 
# This directory's subdirectories are mostly independent; you can cd
218
 
# into them and run `make' without going through this Makefile.
219
 
# To change the values of `make' variables: instead of editing Makefiles,
220
 
# (1) if the variable is set in `config.status', edit `config.status'
221
 
#     (which will cause the Makefiles to be regenerated when you run `make');
222
 
# (2) otherwise, pass the desired values on the `make' command line.
223
 
$(RECURSIVE_TARGETS):
224
 
        @failcom='exit 1'; \
225
 
        for f in x $$MAKEFLAGS; do \
226
 
          case $$f in \
227
 
            *=* | --[!k]*);; \
228
 
            *k*) failcom='fail=yes';; \
229
 
          esac; \
230
 
        done; \
231
 
        dot_seen=no; \
232
 
        target=`echo $@ | sed s/-recursive//`; \
233
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
234
 
          echo "Making $$target in $$subdir"; \
235
 
          if test "$$subdir" = "."; then \
236
 
            dot_seen=yes; \
237
 
            local_target="$$target-am"; \
238
 
          else \
239
 
            local_target="$$target"; \
240
 
          fi; \
241
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
242
 
          || eval $$failcom; \
243
 
        done; \
244
 
        if test "$$dot_seen" = "no"; then \
245
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
246
 
        fi; test -z "$$fail"
247
 
 
248
 
$(RECURSIVE_CLEAN_TARGETS):
249
 
        @failcom='exit 1'; \
250
 
        for f in x $$MAKEFLAGS; do \
251
 
          case $$f in \
252
 
            *=* | --[!k]*);; \
253
 
            *k*) failcom='fail=yes';; \
254
 
          esac; \
255
 
        done; \
256
 
        dot_seen=no; \
257
 
        case "$@" in \
258
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
259
 
          *) list='$(SUBDIRS)' ;; \
260
 
        esac; \
261
 
        rev=''; for subdir in $$list; do \
262
 
          if test "$$subdir" = "."; then :; else \
263
 
            rev="$$subdir $$rev"; \
264
 
          fi; \
265
 
        done; \
266
 
        rev="$$rev ."; \
267
 
        target=`echo $@ | sed s/-recursive//`; \
268
 
        for subdir in $$rev; do \
269
 
          echo "Making $$target in $$subdir"; \
270
 
          if test "$$subdir" = "."; then \
271
 
            local_target="$$target-am"; \
272
 
          else \
273
 
            local_target="$$target"; \
274
 
          fi; \
275
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
276
 
          || eval $$failcom; \
277
 
        done && test -z "$$fail"
278
 
tags-recursive:
279
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
280
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
281
 
        done
282
 
ctags-recursive:
283
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
284
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
285
 
        done
286
 
 
287
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
288
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
289
 
        unique=`for i in $$list; do \
290
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
291
 
          done | \
292
 
          $(AWK) '    { files[$$0] = 1; } \
293
 
               END { for (i in files) print i; }'`; \
294
 
        mkid -fID $$unique
295
 
tags: TAGS
296
 
 
297
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
298
 
                $(TAGS_FILES) $(LISP)
299
 
        tags=; \
300
 
        here=`pwd`; \
301
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
302
 
          include_option=--etags-include; \
303
 
          empty_fix=.; \
304
 
        else \
305
 
          include_option=--include; \
306
 
          empty_fix=; \
307
 
        fi; \
308
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
309
 
          if test "$$subdir" = .; then :; else \
310
 
            test ! -f $$subdir/TAGS || \
311
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
312
 
          fi; \
313
 
        done; \
314
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
315
 
        unique=`for i in $$list; do \
316
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317
 
          done | \
318
 
          $(AWK) '    { files[$$0] = 1; } \
319
 
               END { for (i in files) print i; }'`; \
320
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
321
 
          test -n "$$unique" || unique=$$empty_fix; \
322
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
323
 
            $$tags $$unique; \
324
 
        fi
325
 
ctags: CTAGS
326
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
327
 
                $(TAGS_FILES) $(LISP)
328
 
        tags=; \
329
 
        here=`pwd`; \
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
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
337
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
338
 
             $$tags $$unique
339
 
 
340
 
GTAGS:
341
 
        here=`$(am__cd) $(top_builddir) && pwd` \
342
 
          && cd $(top_srcdir) \
343
 
          && gtags -i $(GTAGS_ARGS) $$here
344
 
 
345
 
distclean-tags:
346
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
347
 
 
348
 
distdir: $(DISTFILES)
349
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
350
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
351
 
        list='$(DISTFILES)'; \
352
 
          dist_files=`for file in $$list; do echo $$file; done | \
353
 
          sed -e "s|^$$srcdirstrip/||;t" \
354
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
355
 
        case $$dist_files in \
356
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
357
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
358
 
                           sort -u` ;; \
359
 
        esac; \
360
 
        for file in $$dist_files; do \
361
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
362
 
          if test -d $$d/$$file; then \
363
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
364
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
365
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
366
 
            fi; \
367
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
368
 
          else \
369
 
            test -f $(distdir)/$$file \
370
 
            || cp -p $$d/$$file $(distdir)/$$file \
371
 
            || exit 1; \
372
 
          fi; \
373
 
        done
374
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
375
 
          if test "$$subdir" = .; then :; else \
376
 
            test -d "$(distdir)/$$subdir" \
377
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
378
 
            || exit 1; \
379
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
380
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
381
 
            (cd $$subdir && \
382
 
              $(MAKE) $(AM_MAKEFLAGS) \
383
 
                top_distdir="$$top_distdir" \
384
 
                distdir="$$distdir/$$subdir" \
385
 
                am__remove_distdir=: \
386
 
                am__skip_length_check=: \
387
 
                distdir) \
388
 
              || exit 1; \
389
 
          fi; \
390
 
        done
391
 
check-am: all-am
392
 
check: check-recursive
393
 
all-am: Makefile
394
 
installdirs: installdirs-recursive
395
 
installdirs-am:
396
 
install: install-recursive
397
 
install-exec: install-exec-recursive
398
 
install-data: install-data-recursive
399
 
uninstall: uninstall-recursive
400
 
 
401
 
install-am: all-am
402
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
403
 
 
404
 
installcheck: installcheck-recursive
405
 
install-strip:
406
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
407
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
408
 
          `test -z '$(STRIP)' || \
409
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
410
 
mostlyclean-generic:
411
 
 
412
 
clean-generic:
413
 
 
414
 
distclean-generic:
415
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
416
 
 
417
 
maintainer-clean-generic:
418
 
        @echo "This command is intended for maintainers to use"
419
 
        @echo "it deletes files that may require special tools to rebuild."
420
 
clean: clean-recursive
421
 
 
422
 
clean-am: clean-generic mostlyclean-am
423
 
 
424
 
distclean: distclean-recursive
425
 
        -rm -f Makefile
426
 
distclean-am: clean-am distclean-generic distclean-tags
427
 
 
428
 
dvi: dvi-recursive
429
 
 
430
 
dvi-am:
431
 
 
432
 
html: html-recursive
433
 
 
434
 
info: info-recursive
435
 
 
436
 
info-am:
437
 
 
438
 
install-data-am:
439
 
 
440
 
install-dvi: install-dvi-recursive
441
 
 
442
 
install-exec-am:
443
 
 
444
 
install-html: install-html-recursive
445
 
 
446
 
install-info: install-info-recursive
447
 
 
448
 
install-man:
449
 
 
450
 
install-pdf: install-pdf-recursive
451
 
 
452
 
install-ps: install-ps-recursive
453
 
 
454
 
installcheck-am:
455
 
 
456
 
maintainer-clean: maintainer-clean-recursive
457
 
        -rm -f Makefile
458
 
maintainer-clean-am: distclean-am maintainer-clean-generic
459
 
 
460
 
mostlyclean: mostlyclean-recursive
461
 
 
462
 
mostlyclean-am: mostlyclean-generic
463
 
 
464
 
pdf: pdf-recursive
465
 
 
466
 
pdf-am:
467
 
 
468
 
ps: ps-recursive
469
 
 
470
 
ps-am:
471
 
 
472
 
uninstall-am:
473
 
 
474
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
475
 
        install-strip
476
 
 
477
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
478
 
        all all-am check check-am clean clean-generic ctags \
479
 
        ctags-recursive distclean distclean-generic distclean-tags \
480
 
        distdir dvi dvi-am html html-am info info-am install \
481
 
        install-am install-data install-data-am install-dvi \
482
 
        install-dvi-am install-exec install-exec-am install-html \
483
 
        install-html-am install-info install-info-am install-man \
484
 
        install-pdf install-pdf-am install-ps install-ps-am \
485
 
        install-strip installcheck installcheck-am installdirs \
486
 
        installdirs-am maintainer-clean maintainer-clean-generic \
487
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
488
 
        tags-recursive uninstall uninstall-am
489
 
 
490
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
491
 
# Otherwise a system limit (for SysV at least) may be exceeded.
492
 
.NOEXPORT: