2011-06-12 07:12:52 +00:00
|
|
|
AUTOMAKE_OPTIONS= foreign
|
|
|
|
|
|
|
|
INCLUDES= -I$(srcdir) -I$(top_srcdir)/include
|
|
|
|
|
2011-12-08 05:59:35 +00:00
|
|
|
check_PROGRAMS=testclip testcontents testportals
|
2011-12-03 12:13:01 +00:00
|
|
|
EXTRA_DIST= trace-id.c trace-qf-bad.c hulls.h main.c
|
2011-06-12 07:12:52 +00:00
|
|
|
|
2012-02-07 07:04:19 +00:00
|
|
|
test_libs= \
|
|
|
|
$(top_builddir)/libs/models/libQFmodels.la \
|
|
|
|
$(top_builddir)/libs/util/libQFutil.la
|
2011-06-12 07:12:52 +00:00
|
|
|
|
2012-02-07 07:04:19 +00:00
|
|
|
testclip_SOURCES= testclip.c hulls.c
|
|
|
|
testclip_LDADD= $(test_libs)
|
|
|
|
testclip_DEPENDENCIES= $(test_libs)
|
2011-12-03 13:09:11 +00:00
|
|
|
|
2012-02-07 07:04:19 +00:00
|
|
|
testcontents_SOURCES= testcontents.c hulls.c
|
|
|
|
testcontents_LDADD= $(test_libs)
|
|
|
|
testcontents_DEPENDENCIES= $(test_libs)
|
|
|
|
|
|
|
|
testportals_SOURCES= testportals.c hulls.c
|
|
|
|
testportals_LDADD= $(test_libs)
|
|
|
|
testportals_DEPENDENCIES= $(test_libs)
|
2011-12-08 05:59:35 +00:00
|
|
|
|
2011-06-12 07:12:52 +00:00
|
|
|
TESTS=$(check_PROGRAMS)
|