~ilidrissi.amine/ubuntu/maverick/gdm/gdm.fix-617044

« back to all changes in this revision

Viewing changes to .pc/13_cache_ck_history.patch/gui/simple-greeter/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-06-22 13:26:45 UTC
  • Revision ID: james.westby@ubuntu.com-20100622132645-c530n4nbftv40mm4
Tags: 2.30.2-0ubuntu4
* debian/control:
  - Build-depend on gnome-common for autotools
* debian/rules:
  - Run autotools on build
* debian/source:
  - Use source format 3.0
* debian/patches/*:
  - Use quilt and fix patch headers
* debian/patches/09_gdmsetup.patch:
  - Add checkbutton for enabling face browser (LP: #445123)
* debian/patches/99_autoreconf.patch:
  - Removed, autotools now run from debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
SUBDIRS =                               \
 
4
        libnotificationarea             \
 
5
        $(NULL)
 
6
 
 
7
AM_CPPFLAGS = \
 
8
        -I$(top_srcdir)/common                          \
 
9
        -I$(top_srcdir)/gui/simple-greeter/libnotificationarea  \
 
10
        -DDMCONFDIR=\""$(dmconfdir)"\"                  \
 
11
        -DGDMCONFDIR=\"$(gdmconfdir)\"                  \
 
12
        -DDATADIR=\""$(datadir)"\"                      \
 
13
        -DSYSCONFDIR=\""$(sysconfdir)"\"                \
 
14
        -DLIBLOCALEDIR=\""$(prefix)/lib/locale"\"       \
 
15
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
 
16
        -DUIDIR=\""$(pkgdatadir)"\"                     \
 
17
        -DLIBEXECDIR=\""$(libexecdir)"\"                \
 
18
        -DSBINDIR=\""$(sbindir)"\"                      \
 
19
        -DGDM_CACHE_DIR=\""$(localstatedir)/cache/gdm"\"        \
 
20
        -DAT_SPI_REGISTRYD_DIR="\"$(AT_SPI_REGISTRYD_DIR)\""    \
 
21
        $(DEVKIT_POWER_CFLAGS)                          \
 
22
        -DI_KNOW_THE_DEVICEKIT_POWER_API_IS_SUBJECT_TO_CHANGE   \
 
23
        $(DISABLE_DEPRECATED_CFLAGS)                    \
 
24
        $(GTK_CFLAGS)                                   \
 
25
        $(SIMPLE_GREETER_CFLAGS)                        \
 
26
        $(NULL)
 
27
 
 
28
@INTLTOOL_SCHEMAS_RULE@
 
29
 
 
30
schemasdir   = @GCONF_SCHEMA_FILE_DIR@
 
31
schemas_in_files = gdm-simple-greeter.schemas.in
 
32
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
 
33
 
 
34
noinst_LTLIBRARIES =                    \
 
35
        libgdmuser.la                   \
 
36
        $(null)
 
37
 
 
38
libgdmuser_la_SOURCES =                 \
 
39
        gdm-user.c                      \
 
40
        gdm-user.h                      \
 
41
        gdm-user-private.h              \
 
42
        gdm-user-manager.c              \
 
43
        gdm-user-manager.h              \
 
44
        $(NULL)
 
45
 
 
46
libgdmuser_la_CFLAGS =                  \
 
47
        $(SIMPLE_GREETER_CFLAGS)        \
 
48
        $(NULL)
 
49
 
 
50
libgdmuser_la_LIBADD =                  \
 
51
        $(NULL)
 
52
 
 
53
libgdmuser_la_LDFLAGS =         \
 
54
        -export-dynamic         \
 
55
        $(NULL)
 
56
 
 
57
noinst_PROGRAMS =                       \
 
58
        test-filesystem-type            \
 
59
        test-greeter-login-window       \
 
60
        test-greeter-panel              \
 
61
        test-language-chooser           \
 
62
        test-layout-chooser             \
 
63
        test-languages                  \
 
64
        test-sessions                   \
 
65
        test-remote-login-window        \
 
66
        test-user-chooser               \
 
67
        test-user-manager               \
 
68
        $(NULL)
 
69
 
 
70
test_greeter_login_window_SOURCES =     \
 
71
        test-greeter-login-window.c     \
 
72
        gdm-timer.h                     \
 
73
        gdm-timer.c                     \
 
74
        gdm-greeter-login-window.h      \
 
75
        gdm-greeter-login-window.c      \
 
76
        gdm-scrollable-widget.h         \
 
77
        gdm-scrollable-widget.c         \
 
78
        gdm-chooser-widget.h            \
 
79
        gdm-chooser-widget.c            \
 
80
        gdm-sessions.h                  \
 
81
        gdm-sessions.c                  \
 
82
        gdm-cell-renderer-timer.h       \
 
83
        gdm-cell-renderer-timer.c       \
 
84
        gdm-user-chooser-widget.h       \
 
85
        gdm-user-chooser-widget.c       \
 
86
        gdm-user-chooser-dialog.h       \
 
87
        gdm-user-chooser-dialog.c       \
 
88
        $(NULL)
 
89
 
 
90
test_greeter_login_window_LDADD =       \
 
91
        $(top_builddir)/common/libgdmcommon.la  \
 
92
        libgdmuser.la                   \
 
93
        $(COMMON_LIBS)                  \
 
94
        $(SIMPLE_GREETER_LIBS)          \
 
95
        $(RBAC_LIBS)                    \
 
96
        $(NULL)
 
97
 
 
98
test_greeter_panel_SOURCES =    \
 
99
        test-greeter-panel.c    \
 
100
        gdm-greeter-panel.h     \
 
101
        gdm-greeter-panel.c     \
 
102
        gdm-clock-widget.h      \
 
103
        gdm-clock-widget.c      \
 
104
        gdm-option-widget.h     \
 
105
        gdm-option-widget.c     \
 
106
        gdm-recent-option-widget.h      \
 
107
        gdm-recent-option-widget.c      \
 
108
        gdm-languages.h                 \
 
109
        gdm-languages.c                 \
 
110
        gdm-cell-renderer-timer.h       \
 
111
        gdm-cell-renderer-timer.c       \
 
112
        gdm-timer.h                     \
 
113
        gdm-timer.c                     \
 
114
        gdm-scrollable-widget.h         \
 
115
        gdm-scrollable-widget.c         \
 
116
        gdm-chooser-widget.h            \
 
117
        gdm-chooser-widget.c            \
 
118
        gdm-language-chooser-widget.h   \
 
119
        gdm-language-chooser-widget.c   \
 
120
        locarchive.h                    \
 
121
        gdm-language-chooser-dialog.h   \
 
122
        gdm-language-chooser-dialog.c   \
 
123
        gdm-language-option-widget.h    \
 
124
        gdm-language-option-widget.c    \
 
125
        gdm-layout-chooser-widget.h     \
 
126
        gdm-layout-chooser-widget.c     \
 
127
        gdm-layout-chooser-dialog.h     \
 
128
        gdm-layout-chooser-dialog.c     \
 
129
        gdm-layout-option-widget.h      \
 
130
        gdm-layout-option-widget.c      \
 
131
        gdm-layouts.h                   \
 
132
        gdm-layouts.c                   \
 
133
        gdm-sessions.h                  \
 
134
        gdm-sessions.c                  \
 
135
        gdm-session-option-widget.h     \
 
136
        gdm-session-option-widget.c     \
 
137
        $(NULL)
 
138
 
 
139
test_greeter_panel_LDADD =      \
 
140
        $(top_builddir)/common/libgdmcommon.la  \
 
141
        $(top_builddir)/gui/simple-greeter/libnotificationarea/libnotificationarea.la   \
 
142
        $(SIMPLE_GREETER_LIBS)          \
 
143
        $(GTK_LIBS)                     \
 
144
        $(GCONF_LIBS)                   \
 
145
        $(LIBXKLAVIER_LIBS)             \
 
146
        $(DEVKIT_POWER_LIBS)            \
 
147
        $(NULL)
 
148
 
 
149
test_remote_login_window_SOURCES =      \
 
150
        test-remote-login-window.c      \
 
151
        gdm-remote-login-window.h       \
 
152
        gdm-remote-login-window.c       \
 
153
        $(NULL)
 
154
 
 
155
test_remote_login_window_LDADD =        \
 
156
        $(GTK_LIBS)                     \
 
157
        $(top_builddir)/common/libgdmcommon.la  \
 
158
        $(NULL)
 
159
 
 
160
test_filesystem_type_SOURCES =  \
 
161
        test-filesystem-type.c  \
 
162
        $(NULL)
 
163
 
 
164
test_filesystem_type_LDADD =    \
 
165
        $(COMMON_LIBS)                  \
 
166
        $(NULL)
 
167
 
 
168
test_language_chooser_SOURCES =         \
 
169
        test-language-chooser.c         \
 
170
        gdm-cell-renderer-timer.h       \
 
171
        gdm-cell-renderer-timer.c       \
 
172
        gdm-timer.h                     \
 
173
        gdm-timer.c                     \
 
174
        gdm-scrollable-widget.h         \
 
175
        gdm-scrollable-widget.c         \
 
176
        gdm-chooser-widget.h            \
 
177
        gdm-chooser-widget.c            \
 
178
        gdm-languages.h                 \
 
179
        gdm-languages.c                 \
 
180
        gdm-language-chooser-widget.h   \
 
181
        gdm-language-chooser-widget.c   \
 
182
        locarchive.h                    \
 
183
        gdm-language-chooser-dialog.h   \
 
184
        gdm-language-chooser-dialog.c   \
 
185
        $(NULL)
 
186
 
 
187
test_language_chooser_LDADD =   \
 
188
        $(GTK_LIBS)             \
 
189
        $(GCONF_LIBS)           \
 
190
        $(NULL)
 
191
 
 
192
test_layout_chooser_SOURCES =   \
 
193
        test-layout-chooser.c           \
 
194
        gdm-cell-renderer-timer.h       \
 
195
        gdm-cell-renderer-timer.c       \
 
196
        gdm-timer.h                     \
 
197
        gdm-timer.c                     \
 
198
        gdm-scrollable-widget.h         \
 
199
        gdm-scrollable-widget.c         \
 
200
        gdm-chooser-widget.h            \
 
201
        gdm-chooser-widget.c            \
 
202
        gdm-layouts.h                   \
 
203
        gdm-layouts.c                   \
 
204
        gdm-layout-chooser-widget.h     \
 
205
        gdm-layout-chooser-widget.c     \
 
206
        gdm-layout-chooser-dialog.h     \
 
207
        gdm-layout-chooser-dialog.c     \
 
208
        $(NULL)
 
209
 
 
210
test_layout_chooser_LDADD =             \
 
211
        $(GTK_LIBS)                     \
 
212
        $(GCONF_LIBS)                   \
 
213
        $(LIBXKLAVIER_LIBS)             \
 
214
        $(NULL)
 
215
 
 
216
test_languages_SOURCES =                \
 
217
        test-languages.c                \
 
218
        gdm-languages.h                 \
 
219
        gdm-languages.c                 \
 
220
        locarchive.h                    \
 
221
        $(NULL)
 
222
 
 
223
test_languages_LDADD =          \
 
224
        $(GTK_LIBS)             \
 
225
        $(NULL)
 
226
 
 
227
test_sessions_SOURCES =                 \
 
228
        test-sessions.c         \
 
229
        gdm-sessions.h                  \
 
230
        gdm-sessions.c                  \
 
231
        $(NULL)
 
232
 
 
233
test_sessions_LDADD =           \
 
234
        $(GTK_LIBS)             \
 
235
        $(NULL)
 
236
 
 
237
test_user_chooser_SOURCES =             \
 
238
        test-user-chooser.c             \
 
239
        gdm-timer.h                     \
 
240
        gdm-timer.c                     \
 
241
        gdm-cell-renderer-timer.h       \
 
242
        gdm-cell-renderer-timer.c       \
 
243
        gdm-scrollable-widget.h         \
 
244
        gdm-scrollable-widget.c         \
 
245
        gdm-chooser-widget.h            \
 
246
        gdm-chooser-widget.c            \
 
247
        gdm-user-chooser-widget.h       \
 
248
        gdm-user-chooser-widget.c       \
 
249
        gdm-user-chooser-dialog.h       \
 
250
        gdm-user-chooser-dialog.c       \
 
251
        $(NULL)
 
252
 
 
253
test_user_chooser_LDADD =       \
 
254
        libgdmuser.la           \
 
255
        $(top_builddir)/common/libgdmcommon.la  \
 
256
        $(COMMON_LIBS)          \
 
257
        $(SIMPLE_GREETER_LIBS)  \
 
258
        $(NULL)
 
259
 
 
260
test_user_manager_SOURCES =     \
 
261
        test-user-manager.c     \
 
262
        $(NULL)
 
263
 
 
264
test_user_manager_LDADD =       \
 
265
        libgdmuser.la           \
 
266
        $(top_builddir)/common/libgdmcommon.la  \
 
267
        $(COMMON_LIBS)          \
 
268
        $(SIMPLE_GREETER_LIBS)  \
 
269
        $(NULL)
 
270
 
 
271
libexec_PROGRAMS =                      \
 
272
        gdm-simple-greeter
 
273
 
 
274
gdm_simple_greeter_SOURCES =            \
 
275
        greeter-main.c                  \
 
276
        gdm-timer.h                     \
 
277
        gdm-timer.c                     \
 
278
        gdm-cell-renderer-timer.h       \
 
279
        gdm-cell-renderer-timer.c       \
 
280
        gdm-scrollable-widget.h         \
 
281
        gdm-scrollable-widget.c         \
 
282
        gdm-chooser-widget.h            \
 
283
        gdm-chooser-widget.c            \
 
284
        gdm-greeter-client.h            \
 
285
        gdm-greeter-client.c            \
 
286
        gdm-greeter-session.h           \
 
287
        gdm-greeter-session.c           \
 
288
        gdm-greeter-login-window.c      \
 
289
        gdm-greeter-login-window.h      \
 
290
        gdm-remote-login-window.c       \
 
291
        gdm-remote-login-window.h       \
 
292
        gdm-greeter-panel.h             \
 
293
        gdm-greeter-panel.c             \
 
294
        gdm-clock-widget.h              \
 
295
        gdm-clock-widget.c              \
 
296
        gdm-option-widget.h             \
 
297
        gdm-option-widget.c             \
 
298
        gdm-recent-option-widget.h      \
 
299
        gdm-recent-option-widget.c      \
 
300
        gdm-languages.h                 \
 
301
        gdm-languages.c                 \
 
302
        gdm-language-chooser-widget.h   \
 
303
        gdm-language-chooser-widget.c   \
 
304
        gdm-layout-chooser-widget.h     \
 
305
        gdm-layout-chooser-widget.c     \
 
306
        gdm-layout-chooser-dialog.h     \
 
307
        gdm-layout-chooser-dialog.c     \
 
308
        gdm-layout-option-widget.h      \
 
309
        gdm-layout-option-widget.c      \
 
310
        gdm-layouts.h                   \
 
311
        gdm-layouts.c                   \
 
312
        locarchive.h                    \
 
313
        gdm-language-chooser-dialog.h   \
 
314
        gdm-language-chooser-dialog.c   \
 
315
        gdm-language-option-widget.h    \
 
316
        gdm-language-option-widget.c    \
 
317
        gdm-sessions.h                  \
 
318
        gdm-sessions.c                  \
 
319
        gdm-session-option-widget.h     \
 
320
        gdm-session-option-widget.c     \
 
321
        gdm-user-chooser-widget.h       \
 
322
        gdm-user-chooser-widget.c       \
 
323
        $(NULL)
 
324
 
 
325
gdm_simple_greeter_LDADD =              \
 
326
        $(top_builddir)/common/libgdmcommon.la  \
 
327
        libgdmuser.la                   \
 
328
        $(top_builddir)/gui/simple-greeter/libnotificationarea/libnotificationarea.la   \
 
329
        $(COMMON_LIBS)                  \
 
330
        $(EXTRA_GREETER_LIBS)           \
 
331
        $(SIMPLE_GREETER_LIBS)          \
 
332
        $(RBAC_LIBS)                    \
 
333
        $(LIBXKLAVIER_LIBS)             \
 
334
        $(DEVKIT_POWER_LIBS)            \
 
335
        $(NULL)
 
336
 
 
337
uidir = $(pkgdatadir)
 
338
ui_DATA =                                       \
 
339
        gdm-greeter-login-window.ui             \
 
340
        $(NULL)
 
341
 
 
342
EXTRA_DIST =                    \
 
343
        $(schemas_in_files)     \
 
344
        $(ui_DATA)              \
 
345
        $(NULL)
 
346
 
 
347
DISTCLEANFILES =                        \
 
348
        $(schemas_DATA)                 \
 
349
        $(NULL)
 
350
 
 
351
MAINTAINERCLEANFILES =                  \
 
352
        *~                              \
 
353
        Makefile.in
 
354
 
 
355
if GCONF_SCHEMAS_INSTALL
 
356
# don't do this if we are building in eg. rpm
 
357
install-data-local: $(schemas_DATA)
 
358
        if test -z "$(DESTDIR)" ; then \
 
359
                for p in $(schemas_DATA) ; do \
 
360
                        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/gui/simple-greeter/$$p ; \
 
361
                done \
 
362
        fi
 
363
else
 
364
install-data-local:
 
365
endif