Created Makefile.am for use with dune build system.

Very primitive version so far, and only includes ifsh-related things.
This commit is contained in:
Atgeirr Flø Rasmussen 2010-09-24 07:47:07 +00:00
parent 4deb63137a
commit 77c65d1cc2

23
Makefile.am Normal file
View File

@ -0,0 +1,23 @@
# $Id: $
#SUBDIRS = test
libmimeticdir = $(includedir)/dune/grid/libmimetic
libmimetic_HEADERS =
lib_LTLIBRARIES = libmimetic.la
libmimetic_la_SOURCES = flow_bc.c \
hash_set.c \
hybsys.c \
hybsys_global.c \
ifsh.c \
mimetic.c \
sparse_sys.c \
well.c
include $(top_srcdir)/am/global-rules