2011-06-19 04:11:38 +00:00
|
|
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
|
|
|
|
TEST_PROGS += accessibility-dump
|
|
|
|
|
|
|
|
check_PROGRAMS = $(TEST_PROGS)
|
|
|
|
|
|
|
|
accessibility_dump_CFLAGS = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/gdk \
|
|
|
|
-I$(top_srcdir)/gdk \
|
|
|
|
-DGDK_DISABLE_DEPRECATED \
|
|
|
|
-DGTK_DISABLE_DEPRECATED \
|
|
|
|
$(GTK_DEBUG_FLAGS) \
|
|
|
|
$(GTK_DEP_CFLAGS)
|
|
|
|
|
|
|
|
accessibility_dump_LDADD = \
|
|
|
|
$(top_builddir)/gdk/libgdk-3.la \
|
|
|
|
$(top_builddir)/gtk/libgtk-3.la \
|
|
|
|
$(GTK_DEP_LIBS)
|
|
|
|
|
|
|
|
accessibility_dump_SOURCES = \
|
|
|
|
accessibility-dump.c
|
|
|
|
|
|
|
|
EXTRA_DIST += \
|
2011-06-19 06:11:11 +00:00
|
|
|
hello-world.ui hello-world.txt \
|
|
|
|
mnemonic.ui mnemonic.txt \
|
2011-06-19 21:19:34 +00:00
|
|
|
accessible-name.ui accessible-name.txt \
|
|
|
|
notebook.ui notebook.txt
|