]> Pileus Git - ~andy/gtk/blob - tests/Makefile.am
For XEMBED embedding add a _XEMBED_INFO property to the client with
[~andy/gtk] / tests / Makefile.am
1 ## Makefile.am for gtk+/tests
2
3 INCLUDES = @STRIP_BEGIN@ \
4         -I$(top_srcdir)                                 \
5         -I$(top_builddir)/gdk                           \
6         -I$(top_srcdir)/gdk                             \
7         -DGTK_DISABLE_COMPAT_H                          \
8         @GTK_DEBUG_FLAGS@                               \
9         @GTK_DEP_CFLAGS@                                \
10 @STRIP_END@
11
12 DEPS = \
13         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la \
14         $(top_builddir)/gdk/@gdktargetlib@              \
15         $(top_builddir)/gtk/@gtktargetlib@
16
17 LDADDS = @STRIP_BEGIN@                                  \
18         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la \
19         $(top_builddir)/gdk/@gdktargetlib@              \
20         $(top_builddir)/gtk/@gtktargetlib@              \
21 @STRIP_END@
22
23 if USE_X11
24 testsocket_programs = testsocket testsocket_child
25 endif
26
27
28 noinst_PROGRAMS =               \
29         simple                  \
30         testcalendar            \
31         testdnd                 \
32         testgtk                 \
33         testinput               \
34         testrgb                 \
35         testselection           \
36         $(testsocket_programs)  \
37         testtext                \
38         testtextbuffer          \
39         testtreeview            \
40         testtreefocus           \
41         testtreecolumns         \
42         testtreesort            \
43         treestoretest
44
45 simple_DEPENDENCIES = $(TEST_DEPS)
46 testcalendar_DEPENDENCIES = $(TEST_DEPS)
47 testdnd_DEPENDENCIES = $(TEST_DEPS)
48 testgtk_DEPENDENCIES = $(TEST_DEPS)
49 testinput_DEPENDENCIES = $(TEST_DEPS)
50 testrgb_DEPENDENCIES = $(TEST_DEPS)
51 testselection_DEPENDENCIES = $(TEST_DEPS)
52 testsocket_DEPENDENCIES = $(DEPS)
53 testsocket_child_DEPENDENCIES = $(DEPS)
54 testtext_DEPENDENCIES = $(TEST_DEPS)
55 testtextbuffer_DEPENDENCIES = $(TEST_DEPS)
56 testtreeview_DEPENDENCIES = $(DEPS)
57 testtreefocus_DEPENDENCIES = $(DEPS)
58 testtreecolumns_DEPENDENCIES = $(DEPS)
59 testtreesort_DEPENDENCIES = $(DEPS)
60 treestoretest_DEPENDENCIES = $(TEST_DEPS)
61
62 simple_LDADD = $(LDADDS)
63 testcalendar_LDADD = $(LDADDS)
64 testdnd_LDADD = $(LDADDS)
65 testgtk_LDADD = $(LDADDS)
66 testinput_LDADD = $(LDADDS)
67 testrgb_LDADD = $(LDADDS)
68 testselection_LDADD = $(LDADDS)
69 testsocket_LDADD = $(LDADDS)
70 testsocket_child_LDADD = $(LDADDS)
71 testtextbuffer_LDADD = $(LDADDS)
72 testtreeview_LDADD = $(LDADDS)
73 testtreefocus_LDADD = $(LDADDS)
74 testtreecolumns_LDADD = $(LDADDS)
75 testtreesort_LDADD = $(LDADDS)
76 testtext_LDADD = $(LDADDS)
77 treestoretest_LDADD = $(LDADDS)
78
79 testgtk_SOURCES =       \
80         testgtk.c 
81
82 testtreeview_SOURCES =  \
83         prop-editor.c   \
84         testtreeview.c 
85
86 testtext_SOURCES =      \
87         prop-editor.c   \
88         testtext.c 
89
90 testsocket_SOURCES =            \
91         testsocket.c            \
92         testsocket_common.c
93
94 testsocket_child_SOURCES =      \
95         testsocket_child.c      \
96         testsocket_common.c
97
98 EXTRA_DIST += @STRIP_BEGIN@     \
99         prop-editor.h           \
100         testgtk.1               \
101         testgtkrc               \
102         testgtkrc2              \
103         circles.xbm             \
104         3DRings.xpm             \
105         FilesQueue.xpm          \
106         Modeller.xpm            \
107         check-y.xpm             \
108         check-n.xpm             \
109         marble.xpm              \
110         test.xpm                \
111         check-y.xpm             \
112         check-n.xpm             \
113         test.xpm                \
114 @STRIP_END@
115
116