Updated Spanish translation
[anjuta-git-plugin.git] / libegg / Makefile.am
blob2f901799a82b2c9c91c2bf28d07a4190ebb49d3a
2 SUBDIRS = util treeviewutils menu recent-files
4 gladefiledir = $(anjuta_glade_dir)
5 gladefile_DATA = layout.glade
7 AM_CPPFLAGS = \
8         $(GNOME_VFS_MODULE_CFLAGS) \
9         $(GNOME_UI_CFLAGS) \
10         $(GCONF_CFLAGS) \
11         $(DEPRECATED_FLAGS) \
12         -DEGG_COMPILATION \
13         -DEGG_GLADEDIR=\"$(gladefiledir)\" \
14         -DPACKAGE_PIXMAPS_DIR=\"$(datadir)/pixmaps/$(PACKAGE)\" \
15         -I$(top_srcdir) \
16         -I$(top_srcdir)/libegg \
17         -I$(top_srcdir)/libegg/menu \
18         -I$(top_srcdir)/libegg/treeviewutils \
19         -I$(top_srcdir)/libegg/util \
20         -I$(top_srcdir)/libegg/recent-files
22 lib_LTLIBRARIES = libanjuta-egg.la
24 BUILT_FILES = eggmarshalers.c
26 CLEANFILES = eggmarshalers.c
28 eggmarshalers.c: eggmarshalers.list
29         cd $(srcdir) \
30         && $(GLIB_GENMARSHAL) --prefix=_egg_marshal eggmarshalers.list --body > xgen-emc \
31         && cp xgen-emc eggmarshalers.c \
32         && rm -f xgen-emc xgen-emc~
34 libanjuta_egg_la_SOURCES = \
35         eggmarshalers.c \
36         egg-entry-action.c \
37         egg-combo-action.c \
38         egg-recent-action.c \
39         eggaccelerators.c \
40         eggcellrendererkeys.c \
41         eggcellrendererpopup.c \
42         egg-cell-renderer-text.c \
43         eggtreemodelfilter.c \
44         eggtreemodelunion.c \
45         eggtreemultidnd.c \
46         eggtreeviewstate.c \
47         egg-recent-files-module.c \
48         egg-recent-model.c \
49         egg-recent-view-gtk.c \
50         egg-recent-item.c \
51         egg-recent-util.c \
52         egg-recent-view.c \
53         eggcomboselect.c \
54         gtkcellview.h \
55         egg-submenu-action.c 
57 libanjuta_egg_la_LDFLAGS = $(ANJUTA_LDFLAGS)
58 libanjuta_egg_la_LIBADD = \
59         $(GNOME_VFS_MODULE_LIBS) \
60         $(GNOME_UI_LIBS) \
61         $(GCONF_LIBS)
63 noinst_PROGRAMS = \
64         test-tree-utils \
65         test-multi-drag \
66         test-union \
67         test-actions
69 test_tree_utils_SOURCES = test-tree-utils.c
70 test_tree_utils_LDADD = libanjuta-egg.la
71 test_tree_utils_DEPENDENCIES = libanjuta-egg.la
73 test_multi_drag_SOURCES = test-multi-drag.c
74 test_multi_drag_LDADD = libanjuta-egg.la
75 test_multi_drag_DEPENDENCIES = libanjuta-egg.la
77 test_union_SOURCES = test-union.c
78 test_union_LDADD = libanjuta-egg.la
79 test_union_DEPENDENCIES = libanjuta-egg.la
81 test_actions_SOURCES = test-actions.c
82 test_actions_LDADD = libanjuta-egg.la
83 test_actions_DEPENDENCIES = libanjuta-egg.la
85 EXTRA_DIST = \
86         eggmarshalers.list \
87         layout.glade