~njansson/dolfin/hpc

« back to all changes in this revision

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

  • Committer: Johannes Ring
  • Date: 2008-03-05 22:43:06 UTC
  • Revision ID: johannr@simula.no-20080305224306-2npsdyhfdpl2esji
The BIG commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = dolfin
2
 
 
3
 
nobase_include_HEADERS = dolfin/dolfin_common.h \
4
 
                         dolfin/Array.h \
5
 
                         dolfin/List.h \
6
 
                         dolfin/simple_array.h \
7
 
                         dolfin/TimeDependent.h \
8
 
                         dolfin/Variable.h \
9
 
                         dolfin/timing.h \
10
 
                         dolfin/unittest.h \
11
 
                         dolfin/utils.h
12
 
 
13
 
INCLUDES = @KERNEL_CFLAGS@
14
 
 
15
 
lib_LTLIBRARIES = libdolfin-common.la
16
 
 
17
 
libdolfin_common_la_SOURCES = TimeDependent.cpp \
18
 
                              Variable.cpp \
19
 
                              timing.cpp \
20
 
                              utils.cpp
21
 
libdolfin_common_la_LDFLAGS = -static