INCLUDES = \ $(EPIPHANY_DEPENDENCY_CFLAGS) \ -DCURSOR_DIR=\"$(pkgdatadir)/art\" \ -DGTK_DISABLE_DEPRECATED \ -DGDK_DISABLE_DEPRECATED \ -DG_DISABLE_DEPRECATED noinst_LTLIBRARIES = libegg.la EGGSOURCES = \ eggdropdowntoolbutton.c \ eggtreemultidnd.c \ egg-editable-toolbar.c \ egg-toolbars-model.c \ egg-toolbar-editor.c \ eggstatusicon.c \ eggtrayicon.c \ eggtraymanager.c libegg_la_SOURCES = \ $(EGGSOURCES) \ eggmarshalers.c INST_H_FILES = \ egg-editable-toolbar.h NO_INST_H_FILES = \ eggdropdowntoolbutton.h \ eggtreemultidnd.h \ egg-editable-toolbar.h \ egg-toolbars-model.h \ egg-toolbar-editor.h \ eggstatusicon.h \ eggtrayicon.h \ eggtraymanager.h \ eggmarshalers.h \ eggintl.h headerdir = $(prefix)/include/epiphany-@EPIPHANY_MAJOR@/epiphany header_DATA = $(INST_H_FILES) BUILT_SOURCES = eggmarshalers.h eggmarshalers.c eggmarshalers.h: eggmarshalers.list cd $(srcdir) \ && $(GLIB_GENMARSHAL) --prefix=_egg_marshal eggmarshalers.list --header > xgen-emh \ && cp xgen-emh eggmarshalers.h \ && rm -f xgen-emh xgen-emh~ eggmarshalers.c: eggmarshalers.list cd $(srcdir) \ && $(GLIB_GENMARSHAL) --prefix=_egg_marshal eggmarshalers.list --body > xgen-emc \ && cp xgen-emc eggmarshalers.c \ && rm -f xgen-emc xgen-emc~ egg-marshal.c: eggmarshalers.h eggmarshalers.c EXTRA_DIST= \ eggmarshalers.list EGGFILES=$(EGGSOURCES) $(INST_H_FILES) $(NO_INST_H_FILES) EGGDIR=$(srcdir)/../../../libegg/libegg regenerate-built-sources: EGGFILES="$(EGGFILES) eggmarshalers.list" EGGDIR="$(EGGDIR)" $(srcdir)/update-from-egg.sh