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

« back to all changes in this revision

Viewing changes to util/bigfloat/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:
42
42
 
43
43
TESTS                 = bigfloat_tst.sh
44
44
DIGITS10              = 60
45
 
TESTS_ENVIRONMENT     = /bin/sh
 
45
TESTS_ENVIRONMENT     = /bin/bash
46
46
 
47
47
check_PROGRAMS           = bigfloat_tst bigfloat_io_tst
48
48
bigfloat_tst_SOURCES     = bigfloat_tst.cc
67
67
 
68
68
LDADD    = $(LDADD_FLOAT)
69
69
 
70
 
INCLUDES = -DDIGITS10=$(DIGITS10) -I${top_builddir}/include @INCLUDES_CLN@
 
70
AM_CPPFLAGS = -DDIGITS10=$(DIGITS10) -I${top_builddir}/include @INCLUDES_CLN@
71
71
 
72
72
BUILT_SOURCES =                                                         \
73
73
        stamp-symlink.in