summaryrefslogtreecommitdiff
path: root/gui/simple-greeter/Makefile.am
blob: f11e6cf4e6bdfedefef6765fc80e2fd86ec7dd1d (plain)
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
NULL =
SUBDIRS = 				\
	libgdmsimplegreeter		\
	extensions				\
	$(NULL)

AM_CPPFLAGS = \
	-I$(top_srcdir)/common				\
	-I$(top_builddir)/common			\
	-I$(top_srcdir)/gui/simple-greeter/libgdmsimplegreeter	\
	-DDMCONFDIR=\""$(dmconfdir)"\"			\
	-DGDMCONFDIR=\"$(gdmconfdir)\"                  \
	-DDATADIR=\""$(datadir)"\"		 	\
	-DSYSCONFDIR=\""$(sysconfdir)"\"		\
	-DLIBLOCALEDIR=\""$(prefix)/lib/locale"\"	\
	-DGNOMELOCALEDIR=\""$(datadir)/locale"\" 	\
	-DUIDIR=\""$(pkgdatadir)"\"			\
	-DLIBEXECDIR=\""$(libexecdir)"\" 		\
	-DSBINDIR=\""$(sbindir)"\"		 	\
	-DGDM_CACHE_DIR=\""$(localstatedir)/cache/gdm"\"	\
	-DAT_SPI_REGISTRYD_DIR="\"$(AT_SPI_REGISTRYD_DIR)\""	\
	$(UPOWER_CFLAGS)				\
	-DGDM_SIMPLE_GREETER_PLUGINS_DIR="\"$(GDM_SIMPLE_GREETER_PLUGINS_DIR)\""\
	$(DISABLE_DEPRECATED_CFLAGS)			\
	$(GTK_CFLAGS)					\
	$(SIMPLE_GREETER_CFLAGS)			\
	$(NULL)

noinst_PROGRAMS = 			\
	test-filesystem-type		\
	test-greeter-login-window	\
	test-greeter-panel		\
	test-sessions			\
	test-remote-login-window	\
	test-user-chooser		\
	test-user-manager		\
	$(NULL)

test_greeter_login_window_SOURCES = 	\
	test-greeter-login-window.c	\
	gdm-timer.h			\
	gdm-timer.c			\
	gdm-greeter-login-window.h	\
	gdm-greeter-login-window.c	\
	gdm-scrollable-widget.h		\
	gdm-scrollable-widget.c		\
	gdm-chooser-widget.h		\
	gdm-chooser-widget.c		\
	gdm-sessions.h			\
	gdm-sessions.c			\
	gdm-cell-renderer-timer.h	\
	gdm-cell-renderer-timer.c	\
	gdm-option-widget.h		\
	gdm-option-widget.c		\
	gdm-session-option-widget.h	\
	gdm-session-option-widget.c	\
	gdm-user-chooser-widget.h	\
	gdm-user-chooser-widget.c	\
	gdm-user-chooser-dialog.h	\
	gdm-user-chooser-dialog.c	\
	gdm-extension-list.h		\
	gdm-extension-list.c		\
	$(NULL)

test_greeter_login_window_LDADD =	\
	$(top_builddir)/common/libgdmcommon.la	\
	$(top_builddir)/gui/simple-greeter/libgdmsimplegreeter/libgdmsimplegreeter.la	\
	$(top_builddir)/gui/simple-greeter/extensions/unified/libunified.la	\
	$(COMMON_LIBS)			\
	$(SIMPLE_GREETER_LIBS)		\
	$(RBAC_LIBS)			\
	$(NULL)

test_greeter_panel_SOURCES = 	\
	test-greeter-panel.c	\
	gdm-greeter-panel.h	\
	gdm-greeter-panel.c	\
	gdm-clock-widget.h      \
	gdm-clock-widget.c      \
	gdm-option-widget.h     \
	gdm-option-widget.c     \
	gdm-cell-renderer-timer.h	\
	gdm-cell-renderer-timer.c	\
	gdm-timer.h			\
	gdm-timer.c			\
	gdm-scrollable-widget.h		\
	gdm-scrollable-widget.c		\
	gdm-chooser-widget.h		\
	gdm-chooser-widget.c		\
	gdm-sessions.h			\
	gdm-sessions.c			\
	gdm-session-option-widget.h	\
	gdm-session-option-widget.c	\
	$(NULL)

test_greeter_panel_LDADD =	\
	$(top_builddir)/common/libgdmcommon.la	\
	$(top_builddir)/gui/simple-greeter/libgdmsimplegreeter/libgdmsimplegreeter.la	\
	$(SIMPLE_GREETER_LIBS)		\
	$(GTK_LIBS)			\
	$(LIBXKLAVIER_LIBS)		\
	$(UPOWER_LIBS)		\
	$(NULL)

test_remote_login_window_SOURCES = 	\
	test-remote-login-window.c	\
	gdm-remote-login-window.h	\
	gdm-remote-login-window.c	\
	$(NULL)

test_remote_login_window_LDADD =	\
	$(GTK_LIBS)			\
	$(top_builddir)/common/libgdmcommon.la	\
	$(NULL)

test_filesystem_type_SOURCES = 	\
	test-filesystem-type.c	\
	$(NULL)

test_filesystem_type_LDADD =	\
	$(COMMON_LIBS)			\
	$(NULL)

test_sessions_SOURCES = 		\
	test-sessions.c		\
	gdm-sessions.h			\
	gdm-sessions.c			\
	$(NULL)

test_sessions_LDADD =		\
	$(GTK_LIBS)		\
	$(NULL)

test_user_chooser_SOURCES = 		\
	test-user-chooser.c		\
	gdm-timer.h			\
	gdm-timer.c			\
	gdm-cell-renderer-timer.h	\
	gdm-cell-renderer-timer.c	\
	gdm-scrollable-widget.h		\
	gdm-scrollable-widget.c		\
	gdm-chooser-widget.h		\
	gdm-chooser-widget.c		\
	gdm-user-chooser-widget.h	\
	gdm-user-chooser-widget.c	\
	gdm-user-chooser-dialog.h	\
	gdm-user-chooser-dialog.c	\
	$(NULL)

test_user_chooser_LDADD =	\
	$(top_builddir)/common/libgdmcommon.la	\
	$(COMMON_LIBS)		\
	$(SIMPLE_GREETER_LIBS)	\
	$(NULL)

test_user_manager_SOURCES = 	\
	test-user-manager.c	\
	$(NULL)

test_user_manager_LDADD =	\
	$(top_builddir)/common/libgdmcommon.la	\
	$(COMMON_LIBS)		\
	$(SIMPLE_GREETER_LIBS)	\
	$(NULL)

libexec_PROGRAMS =			\
	gdm-simple-greeter

gdm_simple_greeter_SOURCES =  		\
	greeter-main.c 			\
	gdm-timer.h			\
	gdm-timer.c			\
	gdm-cell-renderer-timer.h	\
	gdm-cell-renderer-timer.c	\
	gdm-scrollable-widget.h		\
	gdm-scrollable-widget.c		\
	gdm-chooser-widget.h		\
	gdm-chooser-widget.c		\
	gdm-greeter-client.h		\
	gdm-greeter-client.c		\
	gdm-greeter-session.h		\
	gdm-greeter-session.c		\
	gdm-greeter-login-window.c	\
	gdm-greeter-login-window.h	\
	gdm-remote-login-window.c	\
	gdm-remote-login-window.h	\
	gdm-greeter-panel.h		\
	gdm-greeter-panel.c		\
	gdm-clock-widget.h		\
	gdm-clock-widget.c		\
	gdm-option-widget.h		\
	gdm-option-widget.c		\
	gdm-sessions.h			\
	gdm-sessions.c			\
	gdm-session-option-widget.h	\
	gdm-session-option-widget.c	\
	gdm-user-chooser-widget.h	\
	gdm-user-chooser-widget.c	\
	gdm-extension-list.h		\
	gdm-extension-list.c		\
	$(NULL)

gdm_simple_greeter_LDADD = 		\
	$(top_builddir)/common/libgdmcommon.la	\
	$(top_builddir)/gui/simple-greeter/libgdmsimplegreeter/libgdmsimplegreeter.la	\
	$(top_builddir)/gui/simple-greeter/extensions/unified/libunified.la	\
	$(COMMON_LIBS)			\
	$(EXTRA_GREETER_LIBS)   	\
	$(SIMPLE_GREETER_LIBS)		\
	$(RBAC_LIBS)			\
	$(LIBXKLAVIER_LIBS)		\
	$(UPOWER_LIBS)		\
	$(NULL)

uidir = $(pkgdatadir)
ui_DATA = 					\
	gdm-greeter-login-window.ui		\
	$(NULL)

EXTRA_DIST = 						\
	$(ui_DATA)					\
	$(NULL)

MAINTAINERCLEANFILES =                  \
        *~                              \
        Makefile.in