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:
parent
4deb63137a
commit
77c65d1cc2
23
Makefile.am
Normal file
23
Makefile.am
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user