Skip to content
Snippets Groups Projects
Makefile.am 1.65 KiB
Newer Older
  • Learn to ignore specific revisions
  • SUBDIRS = coupling
    
    
    AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/..
    
    srcincludedir = $(includedir)/dune/common
    
    srcinclude_HEADERS = adolcnamespaceinjections.hh \
                         averagedistanceassembler.hh \
    
                         cosseratvtkwriter.hh \
    
                         geodesicdifference.hh \
                         geodesicfeassembler.hh \
                         geodesicfefunctionadaptor.hh \
    
                         globalgeodesicfefunction.hh \
                         globalgfetestfunctionbasis.hh \
                         globalgfetestfunction.hh \
    
                         localgeodesicfefunction.hh \
                         localgeodesicfestiffness.hh \
    
                         localgfetestfunctionbasis.hh \
    
                         orthogonalmatrix.hh \
    
    Oliver Sander's avatar
    Oliver Sander committed
                         realtuple.hh \
    
                         riemanniantrsolver.hh \
                         rigidbodymotion.hh \
                         rodassembler.hh \
    
                         rodlocalstiffness.hh \
                         rodwriter.hh \
                         rotation.hh \
    
    Oliver Sander's avatar
    Oliver Sander committed
                         targetspacertrsolver.hh \
    
    Oliver Sander's avatar
    Oliver Sander committed
                         tensor3.hh \
                         unitvector.hh
    
    
    include $(top_srcdir)/am/global-rules