]> Pileus Git - ~andy/gtk/blob - examples/Makefile.am
Bump the version to 3.0.0
[~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 INCLUDES = \
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         $(GTK_DEP_LIBS)
50
51 drawing_LDADD = $(LDADD) \
52         $(top_builddir)/gdk/libgdk-3.la
53
54 noinst_PROGRAMS = \
55         hello-world                             \
56         window-default                          \
57         bloatpad                                \
58         grid-packing                            \
59         drawing                                 \
60         builder
61
62 EXTRA_DIST = builder.ui