1998-12-08 18:04:58 +00:00
|
|
|
|
2010-10-16 00:59:38 +00:00
|
|
|
# these have a handrolled Makefile that gets in the way of distchecking
|
|
|
|
# so they will not be included in tarballs until they get integrated
|
|
|
|
# in the new 'getting started' section of the docs
|
|
|
|
OLD_EXAMPLES = \
|
|
|
|
arrow \
|
1999-02-01 14:47:05 +00:00
|
|
|
aspectframe \
|
|
|
|
base \
|
|
|
|
buttonbox \
|
|
|
|
buttons \
|
|
|
|
calendar \
|
|
|
|
entry \
|
|
|
|
eventbox \
|
|
|
|
fixed \
|
|
|
|
frame \
|
|
|
|
gtkdial \
|
|
|
|
helloworld \
|
|
|
|
helloworld2 \
|
|
|
|
label \
|
|
|
|
menu \
|
|
|
|
notebook \
|
|
|
|
packbox \
|
|
|
|
paned \
|
|
|
|
progressbar \
|
|
|
|
radiobuttons \
|
|
|
|
rangewidgets \
|
|
|
|
rulers \
|
|
|
|
scribble-simple \
|
1999-11-13 23:06:46 +00:00
|
|
|
scribble-xinput \
|
1999-02-01 14:47:05 +00:00
|
|
|
scrolledwin \
|
|
|
|
selection \
|
1999-02-08 13:10:10 +00:00
|
|
|
spinbutton \
|
1999-02-01 14:47:05 +00:00
|
|
|
statusbar \
|
|
|
|
table \
|
2010-10-16 00:59:38 +00:00
|
|
|
tictactoe \
|
|
|
|
wheelbarrow
|
1998-12-08 18:04:58 +00:00
|
|
|
|
2010-10-15 16:37:21 +00:00
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/gdk \
|
2010-10-16 01:55:17 +00:00
|
|
|
-I$(top_builddir)/gdk \
|
2010-10-15 16:37:21 +00:00
|
|
|
-DGDK_DISABLE_DEPRECATED \
|
|
|
|
-DGTK_DISABLE_DEPRECATED \
|
|
|
|
$(GTK_DEBUG_FLAGS) \
|
|
|
|
$(GTK_DEP_CFLAGS)
|
1998-12-08 18:04:58 +00:00
|
|
|
|
2010-10-15 16:37:21 +00:00
|
|
|
LDADD = \
|
2011-02-10 19:41:02 +00:00
|
|
|
$(top_builddir)/gtk/libgtk-3.la \
|
2010-10-15 16:37:21 +00:00
|
|
|
$(GTK_DEP_LIBS)
|
1998-12-08 18:04:58 +00:00
|
|
|
|
2011-01-19 14:40:46 +00:00
|
|
|
drawing_LDADD = $(LDADD) \
|
2011-02-10 19:41:02 +00:00
|
|
|
$(top_builddir)/gdk/libgdk-3.la
|
2011-01-19 14:40:46 +00:00
|
|
|
|
2011-01-19 04:57:17 +00:00
|
|
|
noinst_PROGRAMS = \
|
|
|
|
hello-world \
|
|
|
|
window-default \
|
|
|
|
bloatpad \
|
|
|
|
grid-packing \
|
2011-01-20 06:30:34 +00:00
|
|
|
drawing \
|
|
|
|
builder
|
|
|
|
|
|
|
|
EXTRA_DIST = builder.ui
|