File: Makefile.am

package info (click to toggle)
rhythmbox 2.97-2.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 40,820 kB
  • sloc: ansic: 117,691; xml: 28,786; sh: 11,150; python: 3,862; makefile: 2,561
file content (77 lines) | stat: -rw-r--r-- 2,149 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
noinst_LTLIBRARIES = librbwidgets.la

widgetincludedir = $(includedir)/rhythmbox/widgets
widgetinclude_HEADERS =					\
	rb-alert-dialog.h				\
	rb-entry-view.h					\
	rb-property-view.h				\
	rb-dialog.h					\
	rb-cell-renderer-pixbuf.h			\
	rb-cell-renderer-rating.h			\
	rb-rating.h					\
	rb-library-browser.h				\
	rb-segmented-bar.h				\
	rb-song-info.h					\
	rb-source-toolbar.h				\
	rb-uri-dialog.h					\
	rb-fading-image.h				\
	rb-object-property-editor.h

librbwidgets_la_SOURCES =				\
	$(widgetinclude_HEADERS)			\
	rb-alert-dialog.c				\
	rb-entry-view.c					\
	rb-property-view.c				\
	rb-search-entry.c				\
	rb-search-entry.h				\
	rb-header.c					\
	rb-header.h					\
	rb-dialog.c					\
	rb-cell-renderer-pixbuf.c			\
	rb-cell-renderer-rating.c			\
	gossip-cell-renderer-expander.c			\
	gossip-cell-renderer-expander.h			\
	rb-song-info.c					\
	rb-rating.c					\
	rb-rating-helper.c				\
	rb-segmented-bar.c				\
	rb-library-browser.c				\
	rb-rating-helper.h				\
	rb-query-creator.c				\
	rb-query-creator.h				\
	rb-query-creator-private.h			\
	rb-query-creator-properties.c			\
	rb-uri-dialog.c					\
	eggwrapbox.c					\
	eggwrapbox.h					\
	eggwrapbox-enums.c				\
	eggwrapbox-enums.h				\
	rb-source-toolbar.c				\
	rb-fading-image.c				\
	rb-object-property-editor.c

INCLUDES =						\
	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
	-DG_LOG_DOMAIN=\"Rhythmbox\"		 	\
	-I$(top_srcdir) 				\
	-I$(top_srcdir)/lib 				\
	-I$(top_builddir)/lib 				\
	-I$(top_srcdir)/player				\
	-I$(top_srcdir)/metadata			\
	-I$(top_srcdir)/rhythmdb			\
	-I$(top_srcdir)/sources				\
	-I$(top_srcdir)/library				\
	-I$(top_srcdir)/iradio				\
	-I$(top_srcdir)/shell				\
	-I$(top_srcdir)/backends			\
	$(NOTIFY_CFLAGS)				\
	$(RHYTHMBOX_CFLAGS)

librbwidgets_la_LDFLAGS = -export-dynamic
librbwidgets_la_LIBADD = $(NOTIFY_LIBS)

noinst_PROGRAMS = test-rb-segmented-bar test-uri-dialog
test_rb_segmented_bar_SOURCES = test-rb-segmented-bar.c
test_rb_segmented_bar_LDADD = librbwidgets.la $(RHYTHMBOX_LIBS)
test_uri_dialog_SOURCES = test-uri-dialog.c
test_uri_dialog_LDADD = librbwidgets.la $(top_builddir)/lib/librb.la $(RHYTHMBOX_LIBS)