Newer
Older
SUBDIRS = . test parallel std
# the standard debug streams are put into the libdune
noinst_LTLIBRARIES = libcommon.la
libcommon_la_SOURCES = \
ios_state.cc \
parametertree.cc \
Oliver Sander
committed
parametertreeparser.cc \
exceptions.cc \
stdstreams.cc \
stdthread.cc
libcommon_la_LIBADD = $(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS)
commonincludedir = $(includedir)/dune/common
commoninclude_HEADERS = \
alignment.hh \
array.hh \
arraylist.hh \
bartonnackmanifcheck.hh \
bigunsignedint.hh \
binaryfunctions.hh \
bitsetvector.hh \
Oliver Sander
committed
classname.hh \
debugstream.hh \
deprecated.hh \
densevector.hh \
Jorrit Fahlke
committed
documentation.hh \
dynvector.hh \
enumset.hh \
exceptions.hh \
fassign.hh \
float_cmp.cc \
float_cmp.hh \
fmatrix.hh \
fmatrixev.hh \
forloop.hh \
ftraits.hh \
function.hh \
fvector.hh \
gcd.hh \
genericiterator.hh \
gmpfield.hh \
indent.hh \
interfaces.hh \
ios_state.hh \
iteratorfacades.hh \
lcm.hh \
lru.hh \
math.hh \
nullptr.hh \
parametertree.hh \
Oliver Sander
committed
parametertreeparser.hh \
poolallocator.hh \
power.hh \
precision.hh \
propertymap.hh \
Steffen Müthing
committed
proxymemberaccess.hh \
shared_ptr.hh \
singleton.hh \
sllist.hh \
static_assert.hh \
stdstreams.hh \
stdthread.hh \
Oliver Sander
committed
stringutility.hh \
timer.hh \
tuples.hh \
tupleutility.hh \
typetraits.hh \
version.hh \
visibility.hh
include $(top_srcdir)/am/global-rules
EXTRA_DIST = CMakeLists.txt