]> www.fi.muni.cz Git - evince.git/blob - cut-n-paste/toolbar-editor/Makefile.am
Implement epiphany like toolbar editor. Based on patch by
[evince.git] / cut-n-paste / toolbar-editor / Makefile.am
1
2 INCLUDES = $(TOOLBAR_EDITOR_CFLAGS) \
3         -DCURSOR_DIR=\"$(pkgdatadir)\" 
4
5 BUILT_SOURCES = eggmarshalers.c eggmarshalers.h
6
7 noinst_LTLIBRARIES = libtoolbareditor.la
8
9 libtoolbareditor_la_SOURCES =   \
10         egg-toolbars-model.c            \
11         egg-editable-toolbar.c          \
12         egg-toolbar-editor.c            \
13         egg-marshal.c   
14
15 noinst_HEADERS =                        \
16         egg-toolbars-model.h            \
17         egg-editable-toolbar.h          \
18         egg-toolbar-editor.h            
19
20 eggmarshalers.h: eggmarshalers.list
21         cd $(srcdir) \
22         && $(GLIB_GENMARSHAL) --prefix=_egg_marshal eggmarshalers.list --header > xgen-emh \
23         && cp xgen-emh eggmarshalers.h \
24         && rm -f xgen-emh xgen-emh~
25
26 eggmarshalers.c: eggmarshalers.list
27         cd $(srcdir) \
28         && $(GLIB_GENMARSHAL) --prefix=_egg_marshal eggmarshalers.list --body > xgen-emc \
29         && cp xgen-emc eggmarshalers.c \
30         && rm -f xgen-emc xgen-emc~
31
32 egg-marshal.c: eggmarshalers.c eggmarshalers.h
33
34 EXTRA_DIST= \
35         eggmarshalers.list