]> Pileus Git - ~andy/gtk/blob - examples/Makefile.am
stylecontext: Do invalidation on first resize container
[~andy/gtk] / examples / Makefile.am
1
2 # these have a handrolled Makefile that gets in the way of distchecking
3 # so they will not be included in tarballs until they get integrated
4 # in the new 'getting started' section of the docs
5 OLD_EXAMPLES = \
6                 arrow \
7                 aspectframe \
8                 base \
9                 buttonbox \
10                 buttons \
11                 calendar \
12                 entry \
13                 eventbox \
14                 fixed \
15                 frame \
16                 gtkdial \
17                 helloworld \
18                 helloworld2 \
19                 label \
20                 menu \
21                 notebook \
22                 packbox \
23                 paned \
24                 progressbar \
25                 radiobuttons \
26                 rangewidgets \
27                 rulers \
28                 scribble-simple \
29                 scribble-xinput \
30                 scrolledwin \
31                 selection \
32                 spinbutton \
33                 statusbar \
34                 table \
35                 tictactoe \
36                 wheelbarrow
37
38 AM_CPPFLAGS = \
39         -I$(top_srcdir)                         \
40         -I$(top_srcdir)/gdk                     \
41         -I$(top_builddir)/gdk                   \
42         -DGDK_DISABLE_DEPRECATED                \
43         -DGTK_DISABLE_DEPRECATED                \
44         $(GTK_DEBUG_FLAGS)                      \
45         $(GTK_DEP_CFLAGS)
46
47 LDADD = \
48         $(top_builddir)/gtk/libgtk-3.la \
49         $(top_builddir)/gdk/libgdk-3.la \
50         $(GTK_DEP_LIBS)
51
52 noinst_PROGRAMS = \
53         hello-world                             \
54         window-default                          \
55         bloatpad                                \
56         plugman                                 \
57         sunny                                   \
58         action-namespace                        \
59         grid-packing                            \
60         drawing                                 \
61         builder
62
63 EXTRA_DIST = builder.ui
64
65 -include $(top_srcdir)/git.mk