Remove Autotools

This commit is contained in:
Roland Kaufmann
2013-02-11 23:18:29 +01:00
parent 4dbc976cbd
commit b53a6bf2df
8 changed files with 0 additions and 706 deletions

View File

@@ -1,22 +0,0 @@
AM_CPPFLAGS = \
-I$(top_srcdir) \
$(ERT_CPPFLAGS) \
$(OPM_BOOST_CPPFLAGS)
AM_LDFLAGS = $(OPM_BOOST_LDFLAGS)
LDADD = $(top_builddir)/lib/libopmcore.la
noinst_PROGRAMS = tutorial1
tutorial1_SOURCES = tutorial1.cpp
if UMFPACK
noinst_PROGRAMS += \
tutorial2 \
tutorial3 \
tutorial4
tutorial2_SOURCES = tutorial2.cpp
tutorial3_SOURCES = tutorial3.cpp
tutorial4_SOURCES = tutorial4.cpp
endif