2011-06-19 04:11:38 +00:00
|
|
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
|
|
|
|
check_PROGRAMS = $(TEST_PROGS)
|
|
|
|
|
2011-06-27 00:58:57 +00:00
|
|
|
INCLUDES = \
|
2011-06-22 21:39:38 +00:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/gdk \
|
|
|
|
-I$(top_srcdir)/gdk \
|
|
|
|
-DGDK_DISABLE_DEPRECATED \
|
|
|
|
-DGTK_DISABLE_DEPRECATED \
|
|
|
|
$(GTK_DEBUG_FLAGS) \
|
|
|
|
$(GTK_DEP_CFLAGS)
|
2011-06-19 04:11:38 +00:00
|
|
|
|
2011-06-23 17:07:50 +00:00
|
|
|
LDADD = \
|
2011-06-22 21:39:38 +00:00
|
|
|
$(top_builddir)/gdk/libgdk-3.la \
|
|
|
|
$(top_builddir)/gtk/libgtk-3.la \
|
2011-06-19 04:11:38 +00:00
|
|
|
$(GTK_DEP_LIBS)
|
|
|
|
|
2011-06-23 17:07:50 +00:00
|
|
|
TEST_PROGS += accessibility-dump
|
|
|
|
|
2011-06-22 21:39:38 +00:00
|
|
|
TEST_PROGS += tree-performance
|
|
|
|
|
2011-06-23 17:07:50 +00:00
|
|
|
TEST_PROGS += text
|
|
|
|
|
2011-06-29 04:35:24 +00:00
|
|
|
TEST_PROGS += children
|
2011-06-23 17:07:50 +00:00
|
|
|
|
2011-07-03 16:16:43 +00:00
|
|
|
TEST_PROGS += focus
|
|
|
|
|
2011-06-19 04:11:38 +00:00
|
|
|
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 \
|
2011-06-19 21:58:57 +00:00
|
|
|
notebook.ui notebook.txt \
|
2011-06-19 23:16:26 +00:00
|
|
|
range.ui range.txt \
|
|
|
|
link.ui link.txt \
|
2011-06-20 01:29:42 +00:00
|
|
|
text.ui text.txt \
|
2011-06-20 04:03:53 +00:00
|
|
|
tree.ui tree.txt \
|
2011-06-21 22:56:32 +00:00
|
|
|
buttons.ui buttions.txt \
|
2011-06-21 23:20:59 +00:00
|
|
|
colorchooser.ui colorchooser.txt \
|
2011-06-21 23:55:39 +00:00
|
|
|
about.ui about.txt \
|
2011-06-21 23:58:25 +00:00
|
|
|
appchooser.ui appchooser.txt \
|
2011-06-22 00:08:46 +00:00
|
|
|
messagedialog.ui messagedialog.txt \
|
2011-06-22 00:18:04 +00:00
|
|
|
expander.ui expander.txt \
|
2011-06-22 03:31:34 +00:00
|
|
|
assistant.ui assistant.txt \
|
2011-06-22 03:34:38 +00:00
|
|
|
pickers.ui pickers.txt \
|
2011-06-22 03:37:30 +00:00
|
|
|
lockbutton.ui lockbutton.txt \
|
2011-06-22 03:41:29 +00:00
|
|
|
spinner.ui spinner.txt \
|
2011-06-22 03:45:46 +00:00
|
|
|
progress.ui progress.txt \
|
2011-06-22 03:49:05 +00:00
|
|
|
infobar.ui infobar.txt \
|
2011-06-23 03:08:59 +00:00
|
|
|
calendar.ui calendar.txt \
|
2011-06-23 03:11:20 +00:00
|
|
|
statusbar.ui statusbar.txt \
|
2011-06-23 03:16:28 +00:00
|
|
|
paned.ui paned.txt \
|
2011-06-23 03:20:11 +00:00
|
|
|
iconview.ui iconview.txt \
|
2011-06-26 21:07:11 +00:00
|
|
|
entries.ui entries.txt \
|
2011-07-01 04:51:56 +00:00
|
|
|
scale-drawvalue.ui scale-drawvalue.txt \
|
|
|
|
placeholder-text.ui placeholder-text.txt
|