~fginther/grail/grail-2.0.1.1-oneiric

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
if HAVE_CHECK
test_targets = check-grail
else
test_targets =
endif

TESTS = $(test_targets)
noinst_PROGRAMS = $(test_targets)

check_grail_SOURCES = \
	check-mapping.c \
	check-transform.c \
	check-grail.c

check_grail_CFLAGS = \
	-Wall -Wextra \
	-I$(top_srcdir) \
	-I$(top_srcdir)/include \
	$(CHECK_CFLAGS)

#
# Link against the (non-distributed) static lib to pick up the
# internal symbols.
#
check_grail_LDADD = \
	$(top_builddir)/src/.libs/libgrail.a \
	$(CHECK_LIBS) \
	-lframe -levemu -lmtdev -lm