]> Pileus Git - ~andy/gtk/blob - examples/Makefile.am
Use gtk_scale_new() instead gtk_[v|h]scale_new()
[~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)/gdk/$(gdktargetlib)             \
49         $(top_builddir)/gtk/$(gtktargetlib)             \
50         $(GTK_DEP_LIBS)
51
52 noinst_PROGRAMS = hello-world window-default