]> Pileus Git - ~andy/gtk/blob - demos/widget-factory/Makefile.am
stylecontext: Do invalidation on first resize container
[~andy/gtk] / demos / widget-factory / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 bin_PROGRAMS = gtk3-widget-factory
4
5 gtk3_widget_factory_SOURCES = \
6         widget-factory.c        \
7         widget_factory_resources.c
8
9 BUILT_SOURCES = \
10         widget_factory_resources.c
11
12 gtk3_widget_factory_DEPENDENCIES = \
13         $(top_builddir)/gtk/libgtk-3.la
14
15 gtk3_widget_factory_CPPFLAGS = \
16         -I$(top_srcdir)                 \
17         $(GTK_DEBUG_FLAGS)              \
18         $(GTK_DEP_CFLAGS)
19
20 gtk3_widget_factory_LDADD = \
21         $(top_builddir)/gdk/libgdk-3.la \
22         $(top_builddir)/gtk/libgtk-3.la \
23         $(GTK_DEP_LIBS)
24
25 widget_factory_resources.c: widget-factory.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/widget-factory.gresource.xml)
26         $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source $<
27
28 EXTRA_DIST += \
29         widget-factory.ui \
30         widget-factory.gresource.xml \
31         gtk-logo-256.png
32
33 -include $(top_srcdir)/git.mk