blob: f1e2f0dbd6184820fed664c148a6db8bbb4291f7 (
plain) (
tree)
|
|
noinst_LTLIBRARIES = libephywidgets.la
libephywidgets_la_SOURCES = \
ephy-location-entry.c \
ephy-location-entry.h \
ephy-node-view.c \
ephy-node-view.h \
ephy-search-entry.c \
ephy-search-entry.h \
ephy-tree-model-node.c \
ephy-tree-model-node.h \
ephy-tree-model-sort.c \
ephy-tree-model-sort.h \
ephy-zoom-action.h \
ephy-zoom-action.c \
ephy-zoom-control.c \
ephy-zoom-control.h \
gedit-overlay.c \
gedit-overlay.h \
gedit-overlay-child.c \
gedit-overlay-child.h \
$(BUILT_SOURCES)
libephywidgets_la_CPPFLAGS = \
-I$(top_builddir)/lib \
-I$(top_builddir)/lib/widgets \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/lib/egg \
-DSHARE_DIR=\"$(pkgdatadir)\" \
$(AM_CPPFLAGS)
libephywidgets_la_CFLAGS = \
$(DEPENDENCIES_CFLAGS) \
$(AM_CFLAGS)
BUILT_SOURCES = \
gedit-enum-types.c \
gedit-enum-types.h
ENUM_TYPES = \
gedit-overlay-child.h
gedit-enum-types.h: gedit-enum-types.h.template $(ENUM_TYPES) $(GLIB_MKENUMS)
$(AM_V_GEN)(cd $(srcdir) && $(GLIB_MKENUMS) --template gedit-enum-types.h.template $(ENUM_TYPES)) > $@
gedit-enum-types.c: gedit-enum-types.c.template $(ENUM_TYPES) $(GLIB_MKENUMS)
$(AM_V_GEN)(cd $(srcdir) && $(GLIB_MKENUMS) --template gedit-enum-types.c.template $(ENUM_TYPES)) > $@
EXTRA_DIST = \
gedit-enum-types.c.template \
gedit-enum-types.h.template
|