10
10
BUILT_SOURCES = baobab-resources.c
12
12
baobab_VALAFLAGS = \
13
--vapidir=$(top_builddir)/egg-list-box \
14
--vapidir=$(top_builddir)/libgd \
17
16
--pkg gio-unix-2.0 \
17
--gresources=baobab.gresource.xml \
26
21
baobab-application.vala \
27
22
baobab-cellrenderers.vala \
25
baobab-ringschart.vala \
28
26
baobab-connect-server.vala \
29
27
baobab-location.vala \
30
28
baobab-location-list.vala \
31
baobab-location-widget.vala \
32
29
baobab-scanner.vala \
33
30
baobab-window.vala \
37
egg_list_box_sources = \
38
$(top_builddir)/egg-list-box/egglistbox.vapi \
39
$(top_builddir)/egg-list-box/egg-list-box.c \
40
$(top_builddir)/egg-list-box/egg-list-box-accessible.c
50
$(egg_list_box_sources) \
53
baobab-resources.c: baobab.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir=$(srcdir) $(srcdir)/baobab.gresource.xml)
40
resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir=$(srcdir) $(srcdir)/baobab.gresource.xml)
41
baobab-resources.c: baobab.gresource.xml $(resource_files)
54
42
$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source $<
58
-I$(top_srcdir)/egg-list-box \
59
-I$(top_srcdir)/libgd \
61
47
-Wno-unused-but-set-variable \
62
48
-Wno-unused-variable \
65
baobab_LDFLAGS = -export-dynamic
51
baobab_LDFLAGS = -rdynamic
69
$(top_builddir)/libgd/libgd.la \
72
57
MAINTAINERCLEANFILES = \
74
59
$(VALA_SOURCES:.vala=.c) \
78
baobab.gresource.xml \
79
baobab-main-window.ui \
64
baobab.gresource.xml \
82
68
-include $(top_srcdir)/git.mk