Skip to content
Snippets Groups Projects
Makefile.am 2.12 KiB
Newer Older
  • Learn to ignore specific revisions
  • SUBDIRS = . test parallel std
    
    # the standard debug streams are put into the libdune
    noinst_LTLIBRARIES = libcommon.la
    
    
    Christian Engwer's avatar
    Christian Engwer committed
    	debugallocator.cc			\
    
    Markus Blatt's avatar
    Markus Blatt committed
    	fmatrixev.cc                            \
    	dynmatrixev.cc                          \
    
    libcommon_la_LIBADD = $(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS)
    
    Markus Blatt's avatar
     
    Markus Blatt committed
    
    
    commonincludedir = $(includedir)/dune/common
    
    commoninclude_HEADERS = 			\
    	alignment.hh				\
    	array.hh				\
    	arraylist.hh				\
    	bartonnackmanifcheck.hh			\
    	bigunsignedint.hh			\
    	binaryfunctions.hh			\
    	bitsetvector.hh				\
    
    	concept.hh \
    
    Christian Engwer's avatar
    Christian Engwer committed
    	debugallocator.hh			\
    
    	densematrix.hh				\
    
    	diagonalmatrix.hh                       \
    
    Christian Engwer's avatar
    Christian Engwer committed
    	dotproduct.hh				\
    
    	dynmatrix.hh				\
    
            dynmatrixev.hh                          \
    
    	enumset.hh				\
    	exceptions.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				\
    
    Christian Engwer's avatar
    Christian Engwer committed
    	hash.hh					\
    
    	identitymatrix.hh                       \
    
    	iteratorrange.hh			\
    
    Markus Blatt's avatar
    Markus Blatt committed
    	mallocallocator.hh			\
    
    Markus Blatt's avatar
    Markus Blatt committed
    	matvectraits.hh                         \
    
    Christian Engwer's avatar
    Christian Engwer committed
    	promotiontraits.hh			\
    
    	reservedvector.hh			\
    
    	shared_ptr.hh				\
    	singleton.hh				\
    	sllist.hh				\
    	stdstreams.hh				\
    
    	typelist.hh \
    
    Carsten Gräser's avatar
    Carsten Gräser committed
    	typeutilities.hh \
    
    	unused.hh				\
    
    include $(top_srcdir)/am/global-rules
    
    
    EXTRA_DIST = CMakeLists.txt