]> Pileus Git - ~andy/gtk/blob - examples/Makefile.am
examples: build examples that are included in the docs
[~andy/gtk] / examples / Makefile.am
1
2 DIST_SUBDIRS =  arrow \
3                 aspectframe \
4                 base \
5                 buttonbox \
6                 buttons \
7                 calendar \
8                 entry \
9                 eventbox \
10                 fixed \
11                 frame \
12                 gtkdial \
13                 helloworld \
14                 helloworld2 \
15                 label \
16                 menu \
17                 notebook \
18                 packbox \
19                 paned \
20                 progressbar \
21                 radiobuttons \
22                 rangewidgets \
23                 rulers \
24                 scribble-simple \
25                 scribble-xinput \
26                 scrolledwin \
27                 selection \
28                 spinbutton \
29                 statusbar \
30                 table \
31                 tictactoe
32 # wheelbarrow
33
34 INCLUDES = \
35         -I$(top_srcdir)                         \
36         -I$(top_srcdir)/gdk                     \
37         -DGDK_DISABLE_DEPRECATED                \
38         -DGTK_DISABLE_DEPRECATED                \
39         $(GTK_DEBUG_FLAGS)                      \
40         $(GTK_DEP_CFLAGS)
41
42 LDADD = \
43         $(top_builddir)/gdk/$(gdktargetlib)             \
44         $(top_builddir)/gtk/$(gtktargetlib)             \
45         $(GTK_DEP_LIBS)
46
47 bin_PROGRAMS = hello-world window-default