Implement AnjutaSyncCommand class in libanjuta.
[anjuta-git-plugin.git] / libegg / Makefile.am
blob4c982bf17f35e4f3fbd7139a456cfe4ba623cac9
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         eggcellrendererpopup.c \
40         egg-cell-renderer-text.c \
41         eggtreemodelfilter.c \
42         eggtreemodelunion.c \
43         eggtreemultidnd.c \
44         egg-recent-files-module.c \
45         egg-recent-model.c \
46         egg-recent-view-gtk.c \
47         egg-recent-item.c \
48         egg-recent-util.c \
49         egg-recent-view.c \
50         eggcomboselect.c \
51         gtkcellview.h \
52         egg-submenu-action.c 
54 libanjuta_egg_la_LDFLAGS = $(ANJUTA_LDFLAGS)
55 libanjuta_egg_la_LIBADD = \
56         $(GNOME_VFS_MODULE_LIBS) \
57         $(GNOME_UI_LIBS) \
58         $(GCONF_LIBS)
60 noinst_PROGRAMS = \
61         test-multi-drag \
62         test-union \
63         test-actions
65 test_multi_drag_SOURCES = test-multi-drag.c
66 test_multi_drag_LDADD = libanjuta-egg.la
67 test_multi_drag_DEPENDENCIES = libanjuta-egg.la
69 test_union_SOURCES = test-union.c
70 test_union_LDADD = libanjuta-egg.la
71 test_union_DEPENDENCIES = libanjuta-egg.la
73 test_actions_SOURCES = test-actions.c
74 test_actions_LDADD = libanjuta-egg.la
75 test_actions_DEPENDENCIES = libanjuta-egg.la
77 EXTRA_DIST = \
78         eggmarshalers.list \
79         layout.glade