~ubuntu-branches/ubuntu/wily/rheolef/wily

« back to all changes in this revision

Viewing changes to doc/pexamples/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Pierre Saramito
  • Date: 2013-09-16 17:11:03 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20130916171103-3osrjwzjx20bstow
Tags: 6.5-1
* New upstream release 6.5 (major changes):
   - new discontinuous Galerkin FEM methods
   - source code compile now with g++-4.8 and boost-1.54 (closes: #701347)
     thanks to Matthias Klose <doko@debian.org>
   - minor bug fixes (closes: #716110, #715672, #716547)
     thanks to Alexandre Rebert <alexandre@cmu.edu>
   - minor changes for automake-1.14
* control:
  - add break and replaces rules (closes: #709155)
    thanks to a patch from Andreas Beckmann <anbe@debian.org>
  - fix lintian warning "vcs-fields-not-canonical" (closes: #714185)
    thanks to Sebastian Ramacher <sramacher@debian.org>
  - remove texi2html from "build-depends" (was a lintian error)
* rules: add "make distclean" to the rules/clean target (closes: #714204)
  thanks to explanations from Sebastian Ramacher <sramacher@debian.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# along with Rheolef; if not, write to the Free Software
19
19
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
20
#
 
21
include ../../config/am_options.mk
21
22
include ${top_builddir}/config/config.mk
22
23
 
23
24
docdir     = $(prefix)/share/doc/@doc_dir@
37
38
        stokes_contraction_bubble_old                           \
38
39
        helmholtz_band                                          \
39
40
        laplace_s                                               \
40
 
        laplace_band
 
41
        laplace_band                                            \
 
42
        navier_stokes_taylor_dg                                 \
 
43
        navier_stokes_taylor_cks_dg                             \
 
44
        navier_stokes_taylor_newton_dg
41
45
 
42
46
if HAVE_STD_INITIALIZER_LIST
43
47
   CXX2011_CHECK_PROGS = $(CXX2011_CHECK_PROGS_LST)
74
78
        elasticity_taylor_dg                                    \
75
79
        embankment_dg                                           \
76
80
        stokes_taylor_dg                                        \
77
 
        navier_stokes_taylor_dg                                 \
78
 
        navier_stokes_taylor_cks_dg                             \
79
 
        navier_stokes_taylor_newton_dg                          \
80
81
        $(CXX2011_CHECK_PROGS)
81
82
 
82
83
dirichlet_SOURCES       = dirichlet.cc
126
127
        transport_dg_error                                      \
127
128
        transport_dg2_error                                     \
128
129
        cosinusprod_error_dg                                    \
 
130
        cosinusprod_post_dg                                     \
129
131
        sinusprod_error_dg                                      \
130
132
        elasticity_taylor_error_dg                              \
131
133
        stokes_taylor_error_dg                                  \
142
144
transport_dg_error_SOURCES = transport_dg_error.cc
143
145
transport_dg2_error_SOURCES = transport_dg2_error.cc
144
146
cosinusprod_error_dg_SOURCES = cosinusprod_error_dg.cc
 
147
cosinusprod_post_dg_SOURCES = cosinusprod_post_dg.cc
145
148
sinusprod_error_dg_SOURCES = sinusprod_error_dg.cc
146
149
elasticity_taylor_error_dg_SOURCES = elasticity_taylor_error_dg.cc
147
150
stokes_taylor_error_dg_SOURCES = stokes_taylor_error_dg.cc
153
156
        cosinusprod_laplace.icc                                 \
154
157
        cosinusrad_laplace.icc                                  \
155
158
        cosinusprod.icc                                         \
 
159
        cosinusprod_grad.icc                                    \
156
160
        cosinusrad.icc                                          \
157
161
        sinusprod_helmholtz.icc                                 \
158
162
        sphere.icc                                              \
195
199
        navier_stokes_upw_dg.h                                  \
196
200
        navier_stokes_upw_dg.icc                                \
197
201
        cavity_dg.icc                                           \
198
 
        $(CONCAT_CHECK_PROGS:=.cc)                              \
199
202
        $(CHECK_EXAMPLE_PRGM:=.cc)                              \
200
203
        $(OTHERS_EXAMPLE_PRGM:=.cc)
201
204
 
326
329
        TOP_SRCDIR=${top_srcdir}; export TOP_SRCDIR;            \
327
330
        DD_EXT=${DD_EXT};     export DD_EXT;                    \
328
331
        MPIRUN="${MPIRUN}";     export MPIRUN;                  \
329
 
        NPROC_MAX=${NPROC_MAX}; export NPROC_MAX;               \
330
 
        /bin/sh
 
332
        NPROC_MAX=${NPROC_MAX}; export NPROC_MAX;               \
 
333
        /bin/bash
331
334
 
332
335
GEO_SRC =                                                       \
333
336
        square-10-bdry.geo                                      \
389
392
        ${TESTS}                                                \
390
393
        ${GEO_SRC}                                              \
391
394
        ${FIELD_SRC}                                            \
392
 
        $(CONCAT_CHECK_PROGS:=.sh)                              \
 
395
        $(CXX2011_CHECK_PROGS_LST:=.cc)                         \
 
396
        $(CXX2011_CHECK_PROGS_LST:=.sh)                         \
393
397
        ${VALID}                                                \
394
398
        cvge.sh                                                 \
395
399
        cvge-disto.sh                                           \
409
413
        p_laplacian_relax_opt.sh                                \
410
414
        transport_dg_cvge_loop.sh                               \
411
415
        dirichlet_dg_cvge_loop.sh                               \
412
 
        navier_stokes_continuation.sh
 
416
        navier_stokes_continuation.sh                           \
 
417
        transport_stress_exact_check.mac
413
418
 
414
419
CLEANFILES = *.ii *.ii_pic *.gcov *.[oa1359] KCC_files/*        \
415
420
        *.glog KCC_pic/*
437
442
            touch $$f;                          \
438
443
        done
439
444
 
440
 
INCLUDES =                              \
 
445
AM_CPPFLAGS =                           \
441
446
        -I${top_builddir}/include       \
442
447
        $(INCLUDES_BOOST_MPI)           \
443
448
        $(INCLUDES_MPI)                 \