Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
7263 commits behind the upstream repository.
Makefile.am 1.15 KiB
# $Id$

SUBDIRS = . test exprtmpl

# the standard debug streams are put into the libdune
noinst_LTLIBRARIES = libcommon.la

libcommon_la_SOURCES = stdstreams.cc configparser.cc

AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/..

commonincludedir = $(includedir)/dune/common
commoninclude_HEADERS = dlist.cc stdstreams.cc alignment.hh \
  array.hh arraylist.hh bitfield.hh debugstream.hh dlist.hh \
  enumset.hh exceptions.hh fixedarray.hh fmatrix.hh \
  fvector.hh genericiterator.hh \
  helpertemplates.hh interfaces.hh iteratorfacades.hh logictraits.hh \
  misc.hh poolallocator.hh simplevector.hh \
  sllist.hh smartpointer.hh stack.hh stdstreams.hh timer.hh tuples.hh \
  typetraits.hh precision.hh bigunsignedint.hh \
  gcd.hh lcm.hh configparser.hh propertymap.hh \
  collectivecommunication.hh mpihelper.hh singleton.hh \
  mpicollectivecommunication.hh geometrytype.hh tripel.hh utility.hh \
  bartonnackmanifcheck.hh binaryfunctions.hh

if EXPRESSIONTEMPLATES
commoninclude_HEADERS += exprtmpl.hh exprtmpl/scalar.inc exprtmpl/exprexpr.inc
libcommon_la_SOURCES += exprtmpl.cc
else
sourcescheck_NOSOURCES = exprtmpl.hh exprtmpl.cc
endif

include $(top_srcdir)/am/global-rules