2012-04-10 17:18:19 +02:00
|
|
|
AM_CPPFLAGS = \
|
|
|
|
|
-I$(top_srcdir) \
|
2012-07-09 17:42:56 +02:00
|
|
|
$(OPM_BOOST_CPPFLAGS)
|
2012-04-10 17:18:19 +02:00
|
|
|
|
2012-07-10 13:46:30 +02:00
|
|
|
AM_LDFLAGS = $(OPM_BOOST_LDFLAGS)
|
2012-04-10 17:18:19 +02:00
|
|
|
|
2012-07-03 16:44:03 +02:00
|
|
|
LDADD = $(top_builddir)/lib/libopmcore.la
|
2012-04-10 17:18:19 +02:00
|
|
|
|
2012-05-24 11:01:58 +02:00
|
|
|
noinst_PROGRAMS = tutorial1
|
|
|
|
|
tutorial1_SOURCES = tutorial1.cpp
|
2012-04-12 18:12:03 +02:00
|
|
|
|
2012-04-12 21:13:57 +02:00
|
|
|
if UMFPACK
|
2012-05-24 11:01:58 +02:00
|
|
|
noinst_PROGRAMS += \
|
|
|
|
|
tutorial2 \
|
|
|
|
|
tutorial3 \
|
|
|
|
|
tutorial4
|
2012-04-16 17:50:29 +02:00
|
|
|
|
2012-05-24 11:01:58 +02:00
|
|
|
tutorial2_SOURCES = tutorial2.cpp
|
|
|
|
|
tutorial3_SOURCES = tutorial3.cpp
|
2012-05-15 10:53:13 +02:00
|
|
|
tutorial4_SOURCES = tutorial4.cpp
|
|
|
|
|
endif
|