~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/kernel/mf/Makefile.am

  • Committer: Anders Logg
  • Date: 2007-01-10 09:04:44 UTC
  • mfrom: (1689.1.221 trunk)
  • Revision ID: logg@simula.no-20070110090444-ecyux3n1qnei4i8h
RemoveĀ oldĀ head

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS                 = dolfin
 
2
nobase_include_HEADERS  = dolfin/dolfin_mf.h \
 
3
                          dolfin/MatrixFactory.h \
 
4
                          dolfin/StiffnessMatrix.h \
 
5
                          dolfin/LoadVector.h \
 
6
                          dolfin/MassMatrix.h \
 
7
                          dolfin/ConvectionMatrix.h
 
8
INCLUDES                = @KERNEL_CFLAGS@
 
9
lib_LTLIBRARIES         = libdolfin-mf.la
 
10
libdolfin_mf_la_SOURCES = MatrixFactory.cpp
 
11
libdolfin_mf_la_LDFLAGS = -static