2000-10-18 15:50:13 +00:00
|
|
|
## Makefile.am for gtk+/demos
|
|
|
|
|
2000-11-13 06:08:17 +00:00
|
|
|
democodedir=$(datadir)/gtk-2.0/demo
|
2000-11-13 04:36:38 +00:00
|
|
|
|
2001-04-18 18:09:18 +00:00
|
|
|
## These should be in the order you want them to appear in the
|
|
|
|
## demo app, which means alphabetized by demo title, not filename
|
2003-05-06 21:55:41 +00:00
|
|
|
demos = \
|
|
|
|
appwindow.c \
|
2006-01-28 06:03:50 +00:00
|
|
|
assistant.c \
|
2003-05-06 21:55:41 +00:00
|
|
|
button_box.c \
|
|
|
|
changedisplay.c \
|
2004-07-29 15:40:35 +00:00
|
|
|
clipboard.c \
|
2003-05-06 21:55:41 +00:00
|
|
|
colorsel.c \
|
2005-05-25 06:15:19 +00:00
|
|
|
combobox.c \
|
2003-05-06 21:55:41 +00:00
|
|
|
dialog.c \
|
|
|
|
drawingarea.c \
|
|
|
|
editable_cells.c \
|
2004-01-07 22:19:51 +00:00
|
|
|
entry_completion.c \
|
2004-04-21 17:52:33 +00:00
|
|
|
expander.c \
|
2003-09-26 23:33:46 +00:00
|
|
|
hypertext.c \
|
2004-07-04 20:35:35 +00:00
|
|
|
iconview.c \
|
2005-07-12 16:02:19 +00:00
|
|
|
iconview_edit.c \
|
2003-05-06 21:55:41 +00:00
|
|
|
images.c \
|
|
|
|
list_store.c \
|
|
|
|
menus.c \
|
|
|
|
panes.c \
|
2005-05-25 04:09:20 +00:00
|
|
|
pickers.c \
|
2003-05-06 21:55:41 +00:00
|
|
|
pixbufs.c \
|
2006-05-11 19:02:05 +00:00
|
|
|
printing.c \
|
2004-11-21 16:24:01 +00:00
|
|
|
rotated_text.c \
|
2003-05-06 21:55:41 +00:00
|
|
|
sizegroup.c \
|
|
|
|
stock_browser.c \
|
|
|
|
textview.c \
|
2006-08-26 01:17:17 +00:00
|
|
|
textscroll.c \
|
2003-08-05 19:16:01 +00:00
|
|
|
tree_store.c \
|
2003-09-26 23:33:46 +00:00
|
|
|
ui_manager.c
|
2000-10-18 15:50:13 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
INCLUDES = \
|
2000-11-13 04:36:38 +00:00
|
|
|
-DDEMOCODEDIR="\"$(democodedir)\"" \
|
2000-10-18 15:50:13 +00:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/gdk \
|
2002-02-21 00:40:16 +00:00
|
|
|
-DGDK_PIXBUF_DISABLE_DEPRECATED \
|
2002-09-29 21:24:24 +00:00
|
|
|
-DGDK_DISABLE_DEPRECATED \
|
2001-02-03 01:09:41 +00:00
|
|
|
-DGTK_DISABLE_DEPRECATED \
|
2003-05-06 21:55:41 +00:00
|
|
|
$(GTK_DEBUG_FLAGS) \
|
|
|
|
$(GTK_DEP_CFLAGS)
|
2000-10-18 15:50:13 +00:00
|
|
|
|
|
|
|
DEPS = \
|
2002-03-05 21:04:09 +00:00
|
|
|
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
|
2003-05-06 21:55:41 +00:00
|
|
|
$(top_builddir)/gdk/$(gdktargetlib) \
|
|
|
|
$(top_builddir)/gtk/$(gtktargetlib)
|
2000-10-18 15:50:13 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
LDADDS = \
|
2002-03-05 21:04:09 +00:00
|
|
|
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
|
2003-05-06 21:55:41 +00:00
|
|
|
$(top_builddir)/gdk/$(gdktargetlib) \
|
|
|
|
$(top_builddir)/gtk/$(gtktargetlib)
|
2000-10-18 15:50:13 +00:00
|
|
|
|
2000-11-13 04:36:38 +00:00
|
|
|
bin_PROGRAMS = gtk-demo
|
2000-10-18 15:50:13 +00:00
|
|
|
|
|
|
|
BUILT_SOURCES = demos.h
|
|
|
|
|
2001-05-05 14:07:45 +00:00
|
|
|
EXTRA_DIST = \
|
|
|
|
$(IMAGEFILES)
|
2000-10-18 15:50:13 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
demos.h: @REBUILD@ $(demos) geninclude.pl
|
|
|
|
(here=`pwd` ; cd $(srcdir) && $(PERL) $$here/geninclude.pl $(demos)) > demos.h
|
2000-10-18 15:50:13 +00:00
|
|
|
|
2000-11-13 04:36:38 +00:00
|
|
|
gtk_demo_SOURCES = \
|
2000-10-18 15:50:13 +00:00
|
|
|
$(demos) \
|
2001-11-23 21:46:44 +00:00
|
|
|
demo-common.h \
|
2000-10-18 15:50:13 +00:00
|
|
|
main.c \
|
|
|
|
demos.h
|
|
|
|
|
2000-11-13 04:36:38 +00:00
|
|
|
gtk_demo_DEPENDENCIES = $(DEPS)
|
|
|
|
gtk_demo_LDADD = $(LDADDS)
|
|
|
|
|
2001-05-07 15:58:47 +00:00
|
|
|
IMAGEFILES= alphatest.png \
|
|
|
|
apple-red.png \
|
2001-04-18 18:09:18 +00:00
|
|
|
background.jpg \
|
2001-05-07 15:58:47 +00:00
|
|
|
floppybuddy.gif \
|
2001-04-18 18:09:18 +00:00
|
|
|
gnome-applets.png \
|
|
|
|
gnome-calendar.png \
|
2004-07-04 20:35:35 +00:00
|
|
|
gnome-fs-directory.png \
|
|
|
|
gnome-fs-regular.png \
|
2001-04-18 18:09:18 +00:00
|
|
|
gnome-foot.png \
|
|
|
|
gnome-gimp.png \
|
|
|
|
gnome-gmush.png \
|
|
|
|
gnome-gsame.png \
|
|
|
|
gnu-keys.png \
|
2004-07-04 20:35:35 +00:00
|
|
|
gtk-logo-rgb.gif
|
2001-04-18 18:09:18 +00:00
|
|
|
|
|
|
|
democode_DATA = $(demos) $(IMAGEFILES)
|
2003-05-06 21:55:41 +00:00
|
|
|
|
|
|
|
DISTCLEANFILES = demos.h
|