~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/PyTrilinos/example/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
 
#                PyTrilinos: Python Interface to Trilinos
21
 
#                   Copyright (2005) 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 Bill Spotz (wfspotz@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 = example
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_pkg_swig.m4 \
67
 
        $(top_srcdir)/config/ac_python_module.m4 \
68
 
        $(top_srcdir)/config/az_python.m4 \
69
 
        $(top_srcdir)/config/tac_arg_check_mpi.m4 \
70
 
        $(top_srcdir)/config/tac_arg_config_mpi.m4 \
71
 
        $(top_srcdir)/config/tac_arg_enable_can_use_package.m4 \
72
 
        $(top_srcdir)/config/tac_arg_enable_feature.m4 \
73
 
        $(top_srcdir)/config/tac_arg_enable_feature_sub.m4 \
74
 
        $(top_srcdir)/config/tac_arg_with_flags.m4 \
75
 
        $(top_srcdir)/config/tac_arg_with_incdirs.m4 \
76
 
        $(top_srcdir)/config/tac_arg_with_libdirs.m4 \
77
 
        $(top_srcdir)/config/tac_arg_with_libs.m4 \
78
 
        $(top_srcdir)/configure.ac
79
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80
 
        $(ACLOCAL_M4)
81
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
82
 
CONFIG_HEADER = $(top_builddir)/src/PyTrilinos_config.h
83
 
CONFIG_CLEAN_FILES =
84
 
SOURCES =
85
 
DIST_SOURCES =
86
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87
 
ACLOCAL = @ACLOCAL@
88
 
AMTAR = @AMTAR@
89
 
AUTOCONF = @AUTOCONF@
90
 
AUTOHEADER = @AUTOHEADER@
91
 
AUTOMAKE = @AUTOMAKE@
92
 
AWK = @AWK@
93
 
CPPFLAGS = @CPPFLAGS@
94
 
CXX = @CXX@
95
 
CXXCPP = @CXXCPP@
96
 
CXXDEPMODE = @CXXDEPMODE@
97
 
CXXFLAGS = @CXXFLAGS@
98
 
CYGPATH_W = @CYGPATH_W@
99
 
DEFS = @DEFS@
100
 
DEPDIR = @DEPDIR@
101
 
ECHO_C = @ECHO_C@
102
 
ECHO_N = @ECHO_N@
103
 
ECHO_T = @ECHO_T@
104
 
EGREP = @EGREP@
105
 
EXEEXT = @EXEEXT@
106
 
GNU_HAVE_SWIG = @GNU_HAVE_SWIG@
107
 
GREP = @GREP@
108
 
INSTALL = @INSTALL@
109
 
INSTALL_DATA = @INSTALL_DATA@
110
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
111
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
112
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
113
 
LDFLAGS = @LDFLAGS@
114
 
LIBOBJS = @LIBOBJS@
115
 
LIBS = @LIBS@
116
 
LTLIBOBJS = @LTLIBOBJS@
117
 
MAINT = @MAINT@
118
 
MAKEINFO = @MAKEINFO@
119
 
MKDIR_P = @MKDIR_P@
120
 
MPI_CC_EXISTS = @MPI_CC_EXISTS@
121
 
MPI_CXX = @MPI_CXX@
122
 
MPI_CXX_EXISTS = @MPI_CXX_EXISTS@
123
 
MPI_F77_EXISTS = @MPI_F77_EXISTS@
124
 
MPI_TEMP_CXX = @MPI_TEMP_CXX@
125
 
OBJEXT = @OBJEXT@
126
 
PACKAGE = @PACKAGE@
127
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
128
 
PACKAGE_NAME = @PACKAGE_NAME@
129
 
PACKAGE_STRING = @PACKAGE_STRING@
130
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
131
 
PACKAGE_VERSION = @PACKAGE_VERSION@
132
 
PATH_SEPARATOR = @PATH_SEPARATOR@
133
 
PYTHON = @PYTHON@
134
 
PYTHON_CSPEC = @PYTHON_CSPEC@
135
 
PYTHON_EXECPREFIX = @PYTHON_EXECPREFIX@
136
 
PYTHON_LSPEC = @PYTHON_LSPEC@
137
 
PYTHON_PREFIX = @PYTHON_PREFIX@
138
 
SET_MAKE = @SET_MAKE@
139
 
SHELL = @SHELL@
140
 
STRIP = @STRIP@
141
 
SWIG = @SWIG@
142
 
SWIG_LIB = @SWIG_LIB@
143
 
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
144
 
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
145
 
VERSION = @VERSION@
146
 
WITH_SWIG = @WITH_SWIG@
147
 
abs_builddir = @abs_builddir@
148
 
abs_srcdir = @abs_srcdir@
149
 
abs_top_builddir = @abs_top_builddir@
150
 
abs_top_srcdir = @abs_top_srcdir@
151
 
ac_ct_CXX = @ac_ct_CXX@
152
 
am__include = @am__include@
153
 
am__leading_dot = @am__leading_dot@
154
 
am__quote = @am__quote@
155
 
am__tar = @am__tar@
156
 
am__untar = @am__untar@
157
 
bindir = @bindir@
158
 
build = @build@
159
 
build_alias = @build_alias@
160
 
build_cpu = @build_cpu@
161
 
build_os = @build_os@
162
 
build_vendor = @build_vendor@
163
 
builddir = @builddir@
164
 
datadir = @datadir@
165
 
datarootdir = @datarootdir@
166
 
docdir = @docdir@
167
 
dvidir = @dvidir@
168
 
exec_prefix = @exec_prefix@
169
 
host = @host@
170
 
host_alias = @host_alias@
171
 
host_cpu = @host_cpu@
172
 
host_os = @host_os@
173
 
host_vendor = @host_vendor@
174
 
htmldir = @htmldir@
175
 
includedir = @includedir@
176
 
infodir = @infodir@
177
 
install_sh = @install_sh@
178
 
libdir = @libdir@
179
 
libexecdir = @libexecdir@
180
 
localedir = @localedir@
181
 
localstatedir = @localstatedir@
182
 
mandir = @mandir@
183
 
mkdir_p = @mkdir_p@
184
 
oldincludedir = @oldincludedir@
185
 
pdfdir = @pdfdir@
186
 
prefix = @prefix@
187
 
program_transform_name = @program_transform_name@
188
 
psdir = @psdir@
189
 
sbindir = @sbindir@
190
 
sharedstatedir = @sharedstatedir@
191
 
srcdir = @srcdir@
192
 
sysconfdir = @sysconfdir@
193
 
target = @target@
194
 
target_alias = @target_alias@
195
 
target_cpu = @target_cpu@
196
 
target_os = @target_os@
197
 
target_vendor = @target_vendor@
198
 
top_builddir = @top_builddir@
199
 
top_srcdir = @top_srcdir@
200
 
AUTOMAKE_OPTIONS = foreign
201
 
ACLOCAL_AMFLAGS = -I config
202
 
EXTRA_DIST = setpath.src gre__115.mx \
203
 
             exAmesos_Factory.src exAmesos_Solvers.src \
204
 
             exAnasazi_BlockDavidson.src exAztecOO.src exAztecOO_Operator.src \
205
 
             exAztecOO_RowMatrix.src exAztecOO_BasicRowMatrix.src exEpetra.src \
206
 
             exEpetra_Comm.src exEpetra_CrsMatrix_Easy.src \
207
 
             exEpetra_CrsMatrix_Efficient.src exEpetra_FECrsMatrix_Easy.src \
208
 
             exEpetra_ImportExport.src exEpetraExt_IO_MatrixMarket.src \
209
 
             exEpetraExt_IO_XML.src exEpetraExt_MatrixMatrix.src exGaleri.src \
210
 
             exGaleri_ReadHB.src exIFPACK.src exMLAPI.src exMLAPI_Simple.src \
211
 
             exMLAPI_AztecOO.src exMLAPI_Iterate.src exMLAPI_PyMatrix.src \
212
 
             exMLAPI_Smoother.src exNOX_1Dfem.src exTeuchos.src exThyra.src
213
 
 
214
 
MAINTAINERCLEANFILES = Makefile.in
215
 
 
216
 
# Teuchos examples
217
 
@HAVE_PYTRILINOS_TEUCHOS_TRUE@TEUCHOS_EXAMPLES = exTeuchos.py
218
 
 
219
 
# # Thyra examples
220
 
# if HAVE_PYTRILINOS_THYRA
221
 
# if HAVE_PYTRILINOS_EPETRA
222
 
# THYRA_EXAMPLES = exThyra.py
223
 
# endif
224
 
# endif
225
 
 
226
 
# Epetra examples
227
 
@HAVE_PYTRILINOS_EPETRA_TRUE@EPETRA_EXAMPLES = exEpetra.py exEpetra_Comm.py exEpetra_CrsMatrix_Easy.py \
228
 
@HAVE_PYTRILINOS_EPETRA_TRUE@             exEpetra_CrsMatrix_Efficient.py exEpetra_FECrsMatrix_Easy.py \
229
 
@HAVE_PYTRILINOS_EPETRA_TRUE@             exEpetra_ImportExport.py
230
 
 
231
 
 
232
 
# TriUtils examples
233
 
@HAVE_PYTRILINOS_TRIUTILS_TRUE@TRIUTILS_EXAMPLES = 
234
 
 
235
 
# EpetraExt examples
236
 
@HAVE_PYTRILINOS_EPETRAEXT_TRUE@@HAVE_PYTRILINOS_EPETRA_TRUE@EPETRAEXT_EXAMPLES = exEpetraExt_IO_MatrixMarket.py exEpetraExt_IO_XML.py \
237
 
@HAVE_PYTRILINOS_EPETRAEXT_TRUE@@HAVE_PYTRILINOS_EPETRA_TRUE@                exEpetraExt_MatrixMatrix.py
238
 
 
239
 
 
240
 
# AztecOO examples
241
 
@HAVE_PYTRILINOS_AZTECOO_TRUE@@HAVE_PYTRILINOS_EPETRA_TRUE@@HAVE_PYTRILINOS_GALERI_TRUE@AZTECOO_EX1 = exAztecOO.py
242
 
@HAVE_PYTRILINOS_AZTECOO_TRUE@@HAVE_PYTRILINOS_EPETRA_TRUE@AZTECOO_EX2 = exAztecOO_Operator.py exAztecOO_RowMatrix.py \
243
 
@HAVE_PYTRILINOS_AZTECOO_TRUE@@HAVE_PYTRILINOS_EPETRA_TRUE@           exAztecOO_BasicRowMatrix.py
244
 
 
245
 
@HAVE_PYTRILINOS_AZTECOO_TRUE@@HAVE_PYTRILINOS_EPETRA_TRUE@AZTECOO_EXAMPLES = $(AZTECOO_EX1) $(AZTECOO_EX2)
246
 
 
247
 
# Galeri examples
248
 
@HAVE_PYTRILINOS_EPETRA_TRUE@@HAVE_PYTRILINOS_GALERI_TRUE@GALERI_EXAMPLES = exGaleri.py exGaleri_ReadHB.py
249
 
 
250
 
# Amesos examples
251
 
@HAVE_PYTRILINOS_AMESOS_TRUE@@HAVE_PYTRILINOS_EPETRA_TRUE@AMESOS_EXAMPLES = exAmesos_Factory.py exAmesos_Solvers.py
252
 
 
253
 
# IFPACK examples
254
 
@HAVE_PYTRILINOS_AZTECOO_TRUE@@HAVE_PYTRILINOS_EPETRA_TRUE@@HAVE_PYTRILINOS_GALERI_TRUE@@HAVE_PYTRILINOS_IFPACK_TRUE@@HAVE_PYTRILINOS_TRIUTILS_TRUE@IFPACK_EXAMPLES = exIFPACK.py
255
 
 
256
 
# Anasazi examples
257
 
@HAVE_PYTRILINOS_ANASAZI_TRUE@@HAVE_PYTRILINOS_GALERI_TRUE@ANASAZI_EXAMPLES = exAnasazi_BlockDavidson.py
258
 
@HAVE_MPI_FALSE@@HAVE_PYTRILINOS_EPETRA_TRUE@@HAVE_PYTRILINOS_ML_TRUE@ML_EX1 = exMLAPI.py exMLAPI_Iterate.py exMLAPI_PyMatrix.py exMLAPI_Smoother.py
259
 
 
260
 
# ML examples
261
 
@HAVE_MPI_TRUE@@HAVE_PYTRILINOS_EPETRA_TRUE@@HAVE_PYTRILINOS_ML_TRUE@ML_EX1 = exMLAPI_PyMatrix.py exMLAPI_Smoother.py
262
 
@HAVE_MPI_FALSE@@HAVE_PYTRILINOS_AZTECOO_TRUE@@HAVE_PYTRILINOS_EPETRA_TRUE@@HAVE_PYTRILINOS_ML_TRUE@ML_EX2 = exMLAPI_AztecOO.py
263
 
@HAVE_MPI_TRUE@@HAVE_PYTRILINOS_AZTECOO_TRUE@@HAVE_PYTRILINOS_EPETRA_TRUE@@HAVE_PYTRILINOS_ML_TRUE@ML_EX2 = 
264
 
@HAVE_PYTRILINOS_AZTECOO_TRUE@@HAVE_PYTRILINOS_EPETRA_TRUE@@HAVE_PYTRILINOS_GALERI_TRUE@@HAVE_PYTRILINOS_ML_TRUE@ML_EX3 = exMLAPI_Simple.py
265
 
@HAVE_PYTRILINOS_EPETRA_TRUE@@HAVE_PYTRILINOS_ML_TRUE@ML_EXAMPLES = $(ML_EX1) $(ML_EX2) $(ML_EX3)
266
 
@HAVE_MPI_FALSE@@HAVE_PYTRILINOS_NOX_EPETRA_TRUE@@HAVE_PYTRILINOS_NOX_TRUE@NOX_EXAMPLES = exNOX_1Dfem.py
267
 
 
268
 
# NOX examples
269
 
@HAVE_MPI_TRUE@@HAVE_PYTRILINOS_NOX_EPETRA_TRUE@@HAVE_PYTRILINOS_NOX_TRUE@NOX_EXAMPLES = 
270
 
 
271
 
# Collect the package examples into a suite of examples
272
 
EXAMPLE_SUITE = $(TEUCHOS_EXAMPLES)  $(THYRA_EXAMPLES)     $(EPETRA_EXAMPLES) \
273
 
                $(TRIUTILS_EXAMPLES) $(EPETRAEXT_EXAMPLES) $(AZTECOO_EXAMPLES) \
274
 
                $(GALERI_EXAMPLES)   $(AMESOS_EXAMPLES)    $(IFPACK_EXAMPLES) \
275
 
                $(ANASAZI_EXAMPLES)  $(ML_EXAMPLES)        $(NOX_EXAMPLES)
276
 
 
277
 
SETPATH = setpath.py
278
 
GRE__115 = gre__115.rua
279
 
CLEANFILES = $(EXAMPLE_SUITE) $(SETPATH) $(GRE__115) *.pyc *.dat *.mm *.xml
280
 
all: all-am
281
 
 
282
 
.SUFFIXES:
283
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
284
 
        @for dep in $?; do \
285
 
          case '$(am__configure_deps)' in \
286
 
            *$$dep*) \
287
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
288
 
                && exit 0; \
289
 
              exit 1;; \
290
 
          esac; \
291
 
        done; \
292
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  example/Makefile'; \
293
 
        cd $(top_srcdir) && \
294
 
          $(AUTOMAKE) --foreign  example/Makefile
295
 
.PRECIOUS: Makefile
296
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297
 
        @case '$?' in \
298
 
          *config.status*) \
299
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
300
 
          *) \
301
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
302
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
303
 
        esac;
304
 
 
305
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
306
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
 
 
308
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
309
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
311
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312
 
tags: TAGS
313
 
TAGS:
314
 
 
315
 
ctags: CTAGS
316
 
CTAGS:
317
 
 
318
 
 
319
 
distdir: $(DISTFILES)
320
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
321
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
322
 
        list='$(DISTFILES)'; \
323
 
          dist_files=`for file in $$list; do echo $$file; done | \
324
 
          sed -e "s|^$$srcdirstrip/||;t" \
325
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
326
 
        case $$dist_files in \
327
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
328
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
329
 
                           sort -u` ;; \
330
 
        esac; \
331
 
        for file in $$dist_files; do \
332
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
333
 
          if test -d $$d/$$file; then \
334
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
335
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
336
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
337
 
            fi; \
338
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
339
 
          else \
340
 
            test -f $(distdir)/$$file \
341
 
            || cp -p $$d/$$file $(distdir)/$$file \
342
 
            || exit 1; \
343
 
          fi; \
344
 
        done
345
 
check-am: all-am
346
 
check: check-am
347
 
all-am: Makefile all-local
348
 
installdirs:
349
 
install: install-am
350
 
install-exec: install-exec-am
351
 
install-data: install-data-am
352
 
uninstall: uninstall-am
353
 
 
354
 
install-am: all-am
355
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
356
 
 
357
 
installcheck: installcheck-am
358
 
install-strip:
359
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
360
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
361
 
          `test -z '$(STRIP)' || \
362
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
363
 
mostlyclean-generic:
364
 
 
365
 
clean-generic:
366
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
367
 
 
368
 
distclean-generic:
369
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
370
 
 
371
 
maintainer-clean-generic:
372
 
        @echo "This command is intended for maintainers to use"
373
 
        @echo "it deletes files that may require special tools to rebuild."
374
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
375
 
clean: clean-am
376
 
 
377
 
clean-am: clean-generic mostlyclean-am
378
 
 
379
 
distclean: distclean-am
380
 
        -rm -f Makefile
381
 
distclean-am: clean-am distclean-generic
382
 
 
383
 
dvi: dvi-am
384
 
 
385
 
dvi-am:
386
 
 
387
 
html: html-am
388
 
 
389
 
info: info-am
390
 
 
391
 
info-am:
392
 
 
393
 
install-data-am:
394
 
 
395
 
install-dvi: install-dvi-am
396
 
 
397
 
install-exec-am:
398
 
 
399
 
install-html: install-html-am
400
 
 
401
 
install-info: install-info-am
402
 
 
403
 
install-man:
404
 
 
405
 
install-pdf: install-pdf-am
406
 
 
407
 
install-ps: install-ps-am
408
 
 
409
 
installcheck-am:
410
 
 
411
 
maintainer-clean: maintainer-clean-am
412
 
        -rm -f Makefile
413
 
maintainer-clean-am: distclean-am maintainer-clean-generic
414
 
 
415
 
mostlyclean: mostlyclean-am
416
 
 
417
 
mostlyclean-am: mostlyclean-generic
418
 
 
419
 
pdf: pdf-am
420
 
 
421
 
pdf-am:
422
 
 
423
 
ps: ps-am
424
 
 
425
 
ps-am:
426
 
 
427
 
uninstall-am:
428
 
 
429
 
.MAKE: install-am install-strip
430
 
 
431
 
.PHONY: all all-am all-local check check-am clean clean-generic \
432
 
        distclean distclean-generic distdir dvi dvi-am html html-am \
433
 
        info info-am install install-am install-data install-data-am \
434
 
        install-dvi install-dvi-am install-exec install-exec-am \
435
 
        install-html install-html-am install-info install-info-am \
436
 
        install-man install-pdf install-pdf-am install-ps \
437
 
        install-ps-am install-strip installcheck installcheck-am \
438
 
        installdirs maintainer-clean maintainer-clean-generic \
439
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
440
 
        uninstall-am
441
 
 
442
 
 
443
 
# The following line helps the test harness recover from build errors.
444
 
all:
445
 
 
446
 
all-local: $(SETPATH) $(EXAMPLE_SUITE) $(GRE__115)
447
 
 
448
 
%.py: %.src
449
 
        @echo "copying $@"; /bin/cp $< $@
450
 
 
451
 
%.rua: %.mx
452
 
        @echo "copying $@"; /bin/cp $< $@
453
 
 
454
 
run-examples: all-local
455
 
        @for ex_script in $(EXAMPLE_SUITE); do echo; echo "Running $$ex_script"; \
456
 
         echo; $$ex_script -t; done
457
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
458
 
# Otherwise a system limit (for SysV at least) may be exceeded.
459
 
.NOEXPORT: