noinst_LTLIBRARIES = libephywidgets.la

BUILT_SOURCES = \
	ephy-widgets-type-builtins.c	\
	ephy-widgets-type-builtins.h

TYPES_H_FILES = \
	ephy-removable-pixbuf-renderer.h

CLEANFILES = $(stamp_files) $(BUILT_SOURCES)
DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)

stamp_files = \
	stamp-ephy-widgets-type-builtins.c	\
	stamp-ephy-widgets-type-builtins.h

ephy-widgets-type-builtins.c: stamp-ephy-widgets-type-builtins.c Makefile
	@true

stamp-ephy-widgets-type-builtins.c: Makefile $(TYPES_H_FILES)
	$(AM_V_GEN) $(GLIB_MKENUMS) \
		--fhead "#include <config.h>\n\n" \
		--fhead "#include \"ephy-widgets-type-builtins.h\"\n\n" \
		--fprod "\n/* enumerations from \"@filename@\" */" \
		--fprod "\n#include \"@filename@\"" \
		--vhead "GType\n@enum_name@_get_type (void)\n{\n" \
		--vhead "  static GType type = 0;\n\n" \
		--vhead "  if (G_UNLIKELY (type == 0))\n  {\n" \
		--vhead "    static const G@Type@Value _@enum_name@_values[] = {" \
		--vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
		--vtail "      { 0, NULL, NULL }\n    };\n\n" \
		--vtail "    type = g_@type@_register_static (\"@EnumName@\", _@enum_name@_values);\n  }\n\n" \
		--vtail "  return type;\n}\n\n" \
		$(filter-out $<,$^) > xgen-$(@F) \
	&& ( cmp -s xgen-$(@F) $(@F:stamp-%=%) || cp xgen-$(@F) $(@F:stamp-%=%) ) \
	&& rm -f xgen-$(@F) \
	&& echo timestamp > $(@F)

ephy-widgets-type-builtins.h: stamp-ephy-widgets-type-builtins.h Makefile
	@true

stamp-ephy-widgets-type-builtins.h: Makefile $(TYPES_H_FILES)
	$(AM_V_GEN) $(GLIB_MKENUMS) \
		--fhead "#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)\n" \
		--fhead "#error Only <epiphany/epiphany.h> can be included directly.\n" \
		--fhead "#endif\n\n" \
		--fhead "#ifndef EPHY_WIDGETS_TYPE_BUILTINS_H\n" \
		--fhead "#define EPHY_WIDGETS_TYPE_BUILTINS_H 1\n\n" \
		--fhead "#include <glib-object.h>\n\n" \
		--fhead "G_BEGIN_DECLS\n\n" \
		--ftail "G_END_DECLS\n\n" \
		--ftail "#endif /* EPHY_WIDGETS_TYPE_BUILTINS_H */\n" \
		--fprod "\n/* --- @filename@ --- */" \
		--eprod "#define EPHY_TYPE_@ENUMSHORT@ @enum_name@_get_type()\n" \
		--eprod "GType @enum_name@_get_type (void);\n" \
		$(filter-out $<,$^) > xgen-$(@F) \
	&& ( cmp -s xgen-$(@F) $(@F:stamp-%=%) || cp xgen-$(@F) $(@F:stamp-%=%) ) \
	&& rm -f xgen-$(@F) \
	&& echo timestamp > $(@F)

nodist_libephywidgets_la_SOURCES = \
	$(BUILT_SOURCES)

libephywidgets_la_SOURCES = \
	ephy-certificate-dialog.c		\
	ephy-certificate-dialog.h		\
	ephy-download-widget.c			\
	ephy-download-widget.h			\
	ephy-frecent-store.c			\
	ephy-frecent-store.h			\
	ephy-history-view.c			\
	ephy-history-view.h			\
	ephy-hosts-store.c			\
	ephy-hosts-store.h			\
	ephy-hosts-view.c			\
	ephy-hosts-view.h			\
	ephy-location-entry.c			\
	ephy-location-entry.h			\
	ephy-middle-clickable-button.c		\
	ephy-middle-clickable-button.h		\
	ephy-node-view.c			\
	ephy-node-view.h			\
	ephy-overview-store.c			\
	ephy-overview-store.h			\
	ephy-removable-pixbuf-renderer.c	\
	ephy-removable-pixbuf-renderer.h	\
	ephy-tree-model-node.c			\
	ephy-tree-model-node.h			\
	ephy-tree-model-sort.c			\
	ephy-tree-model-sort.h			\
	ephy-urls-store.c			\
	ephy-urls-store.h			\
	ephy-urls-view.c			\
	ephy-urls-view.h			\
	ephy-zoom-action.h			\
	ephy-zoom-action.c			\
	gd-main-icon-view.c			\
	gd-main-icon-view.h			\
	gd-main-list-view.c			\
	gd-main-list-view.h			\
	gd-main-view-generic.c			\
	gd-main-view-generic.h			\
	gd-main-view.c				\
	gd-main-view.h				\
	gd-toggle-pixbuf-renderer.c		\
	gd-toggle-pixbuf-renderer.h		\
	gd-two-lines-renderer.c			\
	gd-two-lines-renderer.h			\
	nautilus-floating-bar.c			\
	nautilus-floating-bar.h			\
	totem-glow-button.c			\
	totem-glow-button.h

libephywidgets_la_CPPFLAGS = \
	-I$(top_builddir)/lib		\
	-I$(top_builddir)/lib/widgets	\
	-I$(top_srcdir)/lib		\
	-I$(top_srcdir)/embed		\
	-I$(top_srcdir)/lib/egg		\
	-I$(top_srcdir)/lib/history	\
	-DSHARE_DIR=\"$(pkgdatadir)\"	\
	$(AM_CPPFLAGS)

libephywidgets_la_CFLAGS = \
	$(DEPENDENCIES_CFLAGS)	\
	$(CODE_COVERAGE_CFLAGS) \
	$(AM_CFLAGS)