mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
16 lines
297 B
Makefile
16 lines
297 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = . examples
|
|
|
|
|
|
# Declare libraries
|
|
lib_LTLIBRARIES = libopmpolymer.la
|
|
|
|
libopmpolymer_la_SOURCES = \
|
|
opm/polymer/polymermodel.cpp \
|
|
opm/polymer/polymertransport.cpp
|
|
|
|
nobase_include_HEADERS = \
|
|
opm/polymer/polymermodel.hpp \
|
|
opm/polymer/polymertransport.hpp
|