2008-02-05 18:42:09 +01:00
|
|
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
|
2010-08-06 19:09:26 +02:00
|
|
|
INCLUDES = -g $(gobject_INCLUDES) $(GLIB_DEBUG_FLAGS)
|
2008-02-05 18:42:09 +01:00
|
|
|
|
|
|
|
noinst_PROGRAMS = $(TEST_PROGS)
|
|
|
|
libgobject_LDADD = ../libgobject-2.0.la $(top_builddir)/gthread/libgthread-2.0.la $(top_builddir)/glib/libglib-2.0.la
|
|
|
|
|
2010-11-08 22:42:32 +01:00
|
|
|
TEST_PROGS += threadtests dynamictests binding properties reference
|
2008-02-05 18:42:09 +01:00
|
|
|
threadtests_SOURCES = threadtests.c
|
|
|
|
threadtests_LDADD = $(libgobject_LDADD)
|
2009-09-24 13:19:46 +02:00
|
|
|
dynamictests_SOURCES = dynamictests.c
|
|
|
|
dynamictests_LDADD = $(libgobject_LDADD)
|
2010-06-04 17:17:15 +02:00
|
|
|
binding_SOURCES = binding.c
|
|
|
|
binding_LDADD = $(libgobject_LDADD)
|
2010-08-18 16:32:27 +02:00
|
|
|
properties_SOURCES = properties.c
|
|
|
|
properties_LDADD = $(libgobject_LDADD)
|
2010-11-08 22:42:32 +01:00
|
|
|
reference_LDADD = $(libgobject_LDADD)
|