~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to lib/src/Base/Type/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2008-11-18 06:32:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118063222-pa0qncclrerrqkg2
Tags: 0.12.2-1
* New upstream release
* Bug fix: "New upstream release available (0.12.2)", thanks to Jerome
  Robert (Closes: #506005).
* Applied patch by J. Robert.
* debian/control: build-depends on libxml2

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
20
20
#
21
21
#  @author: $LastChangedBy: dutka $
22
 
#  @date:   $LastChangedDate: 2008-06-26 13:50:17 +0200 (jeu, 26 jun 2008) $
23
 
#  Id:      $Id: Makefile.am 862 2008-06-26 11:50:17Z dutka $
 
22
#  @date:   $LastChangedDate: 2008-10-31 16:07:46 +0100 (ven 31 oct 2008) $
 
23
#  Id:      $Id: Makefile.am 996 2008-10-31 15:07:46Z dutka $
24
24
#
25
25
include $(top_srcdir)/config/common.am
26
26
 
45
45
        SymmetricMatrix.hxx \
46
46
        IdentityMatrix.hxx \
47
47
        Lapack.hxx \
48
 
        Kronecker.hxx \
49
48
        TensorImplementation.hxx \
50
49
        Indices.hxx \
51
50
        Cache.hxx \
53
52
 
54
53
noinst_LTLIBRARIES    = libOTType.la
55
54
libOTType_la_LDFLAGS  = -no-undefined
 
55
libOTType_la_CXXFLAGS = $(QT_CXXFLAGS)
56
56
libOTType_la_SOURCES  = \
57
57
        Description.cxx \
58
58
        NumericalPointImplementation.cxx \
61
61
        NumericalPointWithDescription.cxx \
62
62
        DescriptionImplementation.cxx \
63
63
        MatrixImplementation.cxx \
64
 
        Kronecker.cxx \
65
64
        Matrix.cxx \
66
65
        Tensor.cxx \
67
66
        SymmetricTensor.cxx \