1## Process this file with automake to produce Makefile.in
2
3noinst_LTLIBRARIES = libcidertwod.la
4
5libcidertwod_la_SOURCES =	\
6		twoadmit.c	\
7		twoaval.c	\
8		twocond.c	\
9		twocont.c	\
10		twocurr.c	\
11		twoddefs.h	\
12		twodest.c	\
13		twodext.h	\
14		twodopng.c	\
15		twoelect.c	\
16		twofield.c	\
17		twomesh.c	\
18		twomobdv.c	\
19		twomobfn.c	\
20		twomobil.c	\
21		twoncont.c	\
22		twopcont.c	\
23		twopoiss.c	\
24		twoprint.c	\
25		twoproj.c	\
26		tworead.c	\
27		twosetbc.c	\
28		twosetup.c	\
29		twosolve.c
30
31EXTRA_DIST = readme
32AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include
33AM_CFLAGS = $(STATIC)
34MAINTAINERCLEANFILES = Makefile.in
35