*** empty log message ***
[anjuta-git-plugin.git] / libegg / Makefile.am
blobc900cfc9d7b6c911553e9be0cc75d9af434b0100
2 SUBDIRS = util treeviewutils menu recent-files
4 gladefiledir = $(anjuta_glade_dir)
5 gladefile_DATA = layout.glade
7 INCLUDES = \
8         $(GNOME_VFS_MODULE_CFLAGS) \
9         $(GNOME_UI_CFLAGS) \
10         $(GCONF_CFLAGS) \
11         $(DEPRECATED_FLAGS) \
12         -DEGG_COMPILATION \
13         -DEGG_GLADEDIR=\"$(gladefiledir)\" \
14         -I$(top_srcdir) \
15         -I$(top_srcdir)/libegg \
16         -I$(top_srcdir)/libegg/menu \
17         -I$(top_srcdir)/libegg/treeviewutils \
18         -I$(top_srcdir)/libegg/util \
19         -I$(top_srcdir)/libegg/recent-files
21 lib_LTLIBRARIES = libanjuta-egg.la
23 BUILT_FILES = eggmarshalers.c
25 CLEANFILES = eggmarshalers.c
27 eggmarshalers.c: eggmarshalers.list
28         cd $(srcdir) \
29         && $(GLIB_GENMARSHAL) --prefix=_egg_marshal eggmarshalers.list --body > xgen-emc \
30         && cp xgen-emc eggmarshalers.c \
31         && rm -f xgen-emc xgen-emc~
33 libanjuta_egg_la_SOURCES = \
34         eggmarshalers.c \
35         egg-entry-action.c \
36         egg-combo-action.c \
37         egg-recent-action.c \
38         eggaccelerators.c \
39         eggcellrendererkeys.c \
40         eggcellrendererpopup.c \
41         egg-cell-renderer-text.c \
42         eggtreemodelfilter.c \
43         eggtreemodelunion.c \
44         eggtreemultidnd.c \
45         eggtreeviewstate.c \
46         egg-recent-files-module.c \
47         egg-recent-model.c \
48         egg-recent-view-gtk.c \
49         egg-recent-item.c \
50         egg-recent-util.c \
51         egg-recent-view.c \
52         eggcomboselect.c \
53         gtkcellview.h \
54         egg-submenu-action.c 
56 libanjuta_egg_la_LIBADD = \
57         $(GNOME_VFS_MODULE_LIBS) \
58         $(GNOME_UI_LIBS) \
59         $(GCONF_LIBS)
61 noinst_PROGRAMS = \
62         test-tree-utils \
63         test-multi-drag \
64         test-union \
65         test-actions
67 test_tree_utils_SOURCES = test-tree-utils.c
68 test_tree_utils_LDADD = libanjuta-egg.la
69 test_tree_utils_DEPENDENCIES = libanjuta-egg.la
71 test_multi_drag_SOURCES = test-multi-drag.c
72 test_multi_drag_LDADD = libanjuta-egg.la
73 test_multi_drag_DEPENDENCIES = libanjuta-egg.la
75 test_union_SOURCES = test-union.c
76 test_union_LDADD = libanjuta-egg.la
77 test_union_DEPENDENCIES = libanjuta-egg.la
79 test_actions_SOURCES = test-actions.c
80 test_actions_LDADD = libanjuta-egg.la
81 test_actions_DEPENDENCIES = libanjuta-egg.la
83 EXTRA_DIST = \
84         eggmarshalers.list \
85         layout.glade