~ubuntu-branches/ubuntu/quantal/consolekit/quantal-updates

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-10-13 12:28:33 UTC
  • mfrom: (0.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20101013122833-i43tbcnvjs3jiynv
Tags: 0.4.2-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - 10-retry_console_open_eio.patch: Retry console opens if they return
    EIO, since this may happen while a tty is closing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
43
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_HEADER = $(top_builddir)/config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
 
49
AM_V_GEN = $(am__v_GEN_$(V))
 
50
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
51
am__v_GEN_0 = @echo "  GEN   " $@;
 
52
AM_V_at = $(am__v_at_$(V))
 
53
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
54
am__v_at_0 = @
46
55
SOURCES =
47
56
DIST_SOURCES =
48
57
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50
59
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51
60
    *) f=$$p;; \
52
61
  esac;
53
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
62
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
63
am__install_max = 40
 
64
am__nobase_strip_setup = \
 
65
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
66
am__nobase_strip = \
 
67
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
68
am__nobase_list = $(am__nobase_strip_setup); \
 
69
  for p in $$list; do echo "$$p $$p"; done | \
 
70
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
71
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
72
    if (++n[$$2] == $(am__install_max)) \
 
73
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
74
    END { for (dir in files) print dir, files[dir] }'
 
75
am__base_list = \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
77
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
54
78
am__installdirs = "$(DESTDIR)$(dbusconfdir)" \
55
79
        "$(DESTDIR)$(polkit_policydir)" "$(DESTDIR)$(seatdir)" \
56
 
        "$(DESTDIR)$(servicedir)"
57
 
dbusconfDATA_INSTALL = $(INSTALL_DATA)
 
80
        "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(systemdsystemunitdir)"
58
81
am__dist_polkit_policy_DATA_DIST = org.freedesktop.consolekit.policy
59
 
dist_polkit_policyDATA_INSTALL = $(INSTALL_DATA)
60
 
seatDATA_INSTALL = $(INSTALL_DATA)
61
 
serviceDATA_INSTALL = $(INSTALL_DATA)
62
82
DATA = $(dbusconf_DATA) $(dist_polkit_policy_DATA) $(seat_DATA) \
63
 
        $(service_DATA)
 
83
        $(service_DATA) $(systemdsystemunit_DATA)
64
84
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65
85
ACLOCAL = @ACLOCAL@
66
86
AMTAR = @AMTAR@
 
87
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
67
88
AR = @AR@
68
89
AUTOCONF = @AUTOCONF@
69
90
AUTOHEADER = @AUTOHEADER@
139
160
PACKAGE_NAME = @PACKAGE_NAME@
140
161
PACKAGE_STRING = @PACKAGE_STRING@
141
162
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
163
PACKAGE_URL = @PACKAGE_URL@
142
164
PACKAGE_VERSION = @PACKAGE_VERSION@
143
165
PAM_LIBS = @PAM_LIBS@
144
166
PAM_MODULE_DIR = @PAM_MODULE_DIR@
145
167
PATH_SEPARATOR = @PATH_SEPARATOR@
146
168
PKG_CONFIG = @PKG_CONFIG@
 
169
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
170
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
147
171
POFILES = @POFILES@
148
172
POLKIT_CFLAGS = @POLKIT_CFLAGS@
149
173
POLKIT_LIBS = @POLKIT_LIBS@
202
226
libexecdir = @libexecdir@
203
227
localedir = @localedir@
204
228
localstatedir = @localstatedir@
205
 
lt_ECHO = @lt_ECHO@
206
229
mandir = @mandir@
207
230
mkdir_p = @mkdir_p@
208
231
oldincludedir = @oldincludedir@
214
237
sharedstatedir = @sharedstatedir@
215
238
srcdir = @srcdir@
216
239
sysconfdir = @sysconfdir@
 
240
systemdsystemunitdir = @systemdsystemunitdir@
217
241
target_alias = @target_alias@
218
242
top_build_prefix = @top_build_prefix@
219
243
top_builddir = @top_builddir@
231
255
servicedir = $(datadir)/dbus-1/system-services
232
256
service_in_files = org.freedesktop.ConsoleKit.service.in
233
257
service_DATA = $(service_in_files:.service.in=.service)
 
258
@HAVE_SYSTEMD_TRUE@systemdsystemunit_DATA = \
 
259
@HAVE_SYSTEMD_TRUE@     console-kit-daemon.service \
 
260
@HAVE_SYSTEMD_TRUE@     console-kit-log-system-start.service \
 
261
@HAVE_SYSTEMD_TRUE@     console-kit-log-system-stop.service \
 
262
@HAVE_SYSTEMD_TRUE@     console-kit-log-system-restart.service
 
263
 
234
264
edit = sed \
235
265
        -e 's|@sbindir[@]|$(sbindir)|g' \
236
266
        -e 's|@sysconfdir[@]|$(sysconfdir)|g' \
244
274
        $(dbusconf_DATA)                                \
245
275
        $(seat_DATA)                                    \
246
276
        $(service_in_files)                             \
 
277
        console-kit-daemon.service.in                   \
 
278
        console-kit-log-system-start.service.in         \
 
279
        console-kit-log-system-stop.service.in          \
 
280
        console-kit-log-system-restart.service.in       \
247
281
        $(NULL)
248
282
 
249
283
MAINTAINERCLEANFILES = \
250
284
        *~                              \
251
285
        Makefile.in
252
286
 
253
 
CLEANFILES = $(service_DATA)
 
287
CLEANFILES = \
 
288
        $(service_DATA)                                 \
 
289
        console-kit-daemon.service                      \
 
290
        console-kit-log-system-start.service            \
 
291
        console-kit-log-system-stop.service             \
 
292
        console-kit-log-system-restart.service
 
293
 
254
294
all: all-am
255
295
 
256
296
.SUFFIXES:
258
298
        @for dep in $?; do \
259
299
          case '$(am__configure_deps)' in \
260
300
            *$$dep*) \
261
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
262
 
                && exit 0; \
 
301
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
302
                && { if test -f $@; then exit 0; else break; fi; }; \
263
303
              exit 1;; \
264
304
          esac; \
265
305
        done; \
266
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/Makefile'; \
267
 
        cd $(top_srcdir) && \
268
 
          $(AUTOMAKE) --gnu  data/Makefile
 
306
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
 
307
        $(am__cd) $(top_srcdir) && \
 
308
          $(AUTOMAKE) --gnu data/Makefile
269
309
.PRECIOUS: Makefile
270
310
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271
311
        @case '$?' in \
283
323
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
324
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
285
325
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
326
$(am__aclocal_m4_deps):
286
327
 
287
328
mostlyclean-libtool:
288
329
        -rm -f *.lo
292
333
install-dbusconfDATA: $(dbusconf_DATA)
293
334
        @$(NORMAL_INSTALL)
294
335
        test -z "$(dbusconfdir)" || $(MKDIR_P) "$(DESTDIR)$(dbusconfdir)"
295
 
        @list='$(dbusconf_DATA)'; for p in $$list; do \
 
336
        @list='$(dbusconf_DATA)'; test -n "$(dbusconfdir)" || list=; \
 
337
        for p in $$list; do \
296
338
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
297
 
          f=$(am__strip_dir) \
298
 
          echo " $(dbusconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dbusconfdir)/$$f'"; \
299
 
          $(dbusconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dbusconfdir)/$$f"; \
 
339
          echo "$$d$$p"; \
 
340
        done | $(am__base_list) | \
 
341
        while read files; do \
 
342
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbusconfdir)'"; \
 
343
          $(INSTALL_DATA) $$files "$(DESTDIR)$(dbusconfdir)" || exit $$?; \
300
344
        done
301
345
 
302
346
uninstall-dbusconfDATA:
303
347
        @$(NORMAL_UNINSTALL)
304
 
        @list='$(dbusconf_DATA)'; for p in $$list; do \
305
 
          f=$(am__strip_dir) \
306
 
          echo " rm -f '$(DESTDIR)$(dbusconfdir)/$$f'"; \
307
 
          rm -f "$(DESTDIR)$(dbusconfdir)/$$f"; \
308
 
        done
 
348
        @list='$(dbusconf_DATA)'; test -n "$(dbusconfdir)" || list=; \
 
349
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
350
        test -n "$$files" || exit 0; \
 
351
        echo " ( cd '$(DESTDIR)$(dbusconfdir)' && rm -f" $$files ")"; \
 
352
        cd "$(DESTDIR)$(dbusconfdir)" && rm -f $$files
309
353
install-dist_polkit_policyDATA: $(dist_polkit_policy_DATA)
310
354
        @$(NORMAL_INSTALL)
311
355
        test -z "$(polkit_policydir)" || $(MKDIR_P) "$(DESTDIR)$(polkit_policydir)"
312
 
        @list='$(dist_polkit_policy_DATA)'; for p in $$list; do \
 
356
        @list='$(dist_polkit_policy_DATA)'; test -n "$(polkit_policydir)" || list=; \
 
357
        for p in $$list; do \
313
358
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
314
 
          f=$(am__strip_dir) \
315
 
          echo " $(dist_polkit_policyDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(polkit_policydir)/$$f'"; \
316
 
          $(dist_polkit_policyDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(polkit_policydir)/$$f"; \
 
359
          echo "$$d$$p"; \
 
360
        done | $(am__base_list) | \
 
361
        while read files; do \
 
362
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(polkit_policydir)'"; \
 
363
          $(INSTALL_DATA) $$files "$(DESTDIR)$(polkit_policydir)" || exit $$?; \
317
364
        done
318
365
 
319
366
uninstall-dist_polkit_policyDATA:
320
367
        @$(NORMAL_UNINSTALL)
321
 
        @list='$(dist_polkit_policy_DATA)'; for p in $$list; do \
322
 
          f=$(am__strip_dir) \
323
 
          echo " rm -f '$(DESTDIR)$(polkit_policydir)/$$f'"; \
324
 
          rm -f "$(DESTDIR)$(polkit_policydir)/$$f"; \
325
 
        done
 
368
        @list='$(dist_polkit_policy_DATA)'; test -n "$(polkit_policydir)" || list=; \
 
369
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
370
        test -n "$$files" || exit 0; \
 
371
        echo " ( cd '$(DESTDIR)$(polkit_policydir)' && rm -f" $$files ")"; \
 
372
        cd "$(DESTDIR)$(polkit_policydir)" && rm -f $$files
326
373
install-seatDATA: $(seat_DATA)
327
374
        @$(NORMAL_INSTALL)
328
375
        test -z "$(seatdir)" || $(MKDIR_P) "$(DESTDIR)$(seatdir)"
329
 
        @list='$(seat_DATA)'; for p in $$list; do \
 
376
        @list='$(seat_DATA)'; test -n "$(seatdir)" || list=; \
 
377
        for p in $$list; do \
330
378
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
331
 
          f=$(am__strip_dir) \
332
 
          echo " $(seatDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(seatdir)/$$f'"; \
333
 
          $(seatDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(seatdir)/$$f"; \
 
379
          echo "$$d$$p"; \
 
380
        done | $(am__base_list) | \
 
381
        while read files; do \
 
382
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(seatdir)'"; \
 
383
          $(INSTALL_DATA) $$files "$(DESTDIR)$(seatdir)" || exit $$?; \
334
384
        done
335
385
 
336
386
uninstall-seatDATA:
337
387
        @$(NORMAL_UNINSTALL)
338
 
        @list='$(seat_DATA)'; for p in $$list; do \
339
 
          f=$(am__strip_dir) \
340
 
          echo " rm -f '$(DESTDIR)$(seatdir)/$$f'"; \
341
 
          rm -f "$(DESTDIR)$(seatdir)/$$f"; \
342
 
        done
 
388
        @list='$(seat_DATA)'; test -n "$(seatdir)" || list=; \
 
389
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
390
        test -n "$$files" || exit 0; \
 
391
        echo " ( cd '$(DESTDIR)$(seatdir)' && rm -f" $$files ")"; \
 
392
        cd "$(DESTDIR)$(seatdir)" && rm -f $$files
343
393
install-serviceDATA: $(service_DATA)
344
394
        @$(NORMAL_INSTALL)
345
395
        test -z "$(servicedir)" || $(MKDIR_P) "$(DESTDIR)$(servicedir)"
346
 
        @list='$(service_DATA)'; for p in $$list; do \
 
396
        @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
 
397
        for p in $$list; do \
347
398
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
348
 
          f=$(am__strip_dir) \
349
 
          echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
350
 
          $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
 
399
          echo "$$d$$p"; \
 
400
        done | $(am__base_list) | \
 
401
        while read files; do \
 
402
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(servicedir)'"; \
 
403
          $(INSTALL_DATA) $$files "$(DESTDIR)$(servicedir)" || exit $$?; \
351
404
        done
352
405
 
353
406
uninstall-serviceDATA:
354
407
        @$(NORMAL_UNINSTALL)
355
 
        @list='$(service_DATA)'; for p in $$list; do \
356
 
          f=$(am__strip_dir) \
357
 
          echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
358
 
          rm -f "$(DESTDIR)$(servicedir)/$$f"; \
 
408
        @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
 
409
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
410
        test -n "$$files" || exit 0; \
 
411
        echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \
 
412
        cd "$(DESTDIR)$(servicedir)" && rm -f $$files
 
413
install-systemdsystemunitDATA: $(systemdsystemunit_DATA)
 
414
        @$(NORMAL_INSTALL)
 
415
        test -z "$(systemdsystemunitdir)" || $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)"
 
416
        @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
 
417
        for p in $$list; do \
 
418
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
419
          echo "$$d$$p"; \
 
420
        done | $(am__base_list) | \
 
421
        while read files; do \
 
422
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
 
423
          $(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
359
424
        done
 
425
 
 
426
uninstall-systemdsystemunitDATA:
 
427
        @$(NORMAL_UNINSTALL)
 
428
        @list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
 
429
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
430
        test -n "$$files" || exit 0; \
 
431
        echo " ( cd '$(DESTDIR)$(systemdsystemunitdir)' && rm -f" $$files ")"; \
 
432
        cd "$(DESTDIR)$(systemdsystemunitdir)" && rm -f $$files
360
433
tags: TAGS
361
434
TAGS:
362
435
 
380
453
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
381
454
          if test -d $$d/$$file; then \
382
455
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
456
            if test -d "$(distdir)/$$file"; then \
 
457
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
458
            fi; \
383
459
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
384
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
460
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
461
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385
462
            fi; \
386
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
463
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
387
464
          else \
388
 
            test -f $(distdir)/$$file \
389
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
465
            test -f "$(distdir)/$$file" \
 
466
            || cp -p $$d/$$file "$(distdir)/$$file" \
390
467
            || exit 1; \
391
468
          fi; \
392
469
        done
394
471
check: check-am
395
472
all-am: Makefile $(DATA)
396
473
installdirs:
397
 
        for dir in "$(DESTDIR)$(dbusconfdir)" "$(DESTDIR)$(polkit_policydir)" "$(DESTDIR)$(seatdir)" "$(DESTDIR)$(servicedir)"; do \
 
474
        for dir in "$(DESTDIR)$(dbusconfdir)" "$(DESTDIR)$(polkit_policydir)" "$(DESTDIR)$(seatdir)" "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(systemdsystemunitdir)"; do \
398
475
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
399
476
        done
400
477
install: install-am
418
495
 
419
496
distclean-generic:
420
497
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
498
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
421
499
 
422
500
maintainer-clean-generic:
423
501
        @echo "This command is intended for maintainers to use"
424
502
        @echo "it deletes files that may require special tools to rebuild."
425
503
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
504
@HAVE_SYSTEMD_FALSE@install-data-hook:
426
505
clean: clean-am
427
506
 
428
507
clean-am: clean-generic clean-libtool mostlyclean-am
437
516
 
438
517
html: html-am
439
518
 
 
519
html-am:
 
520
 
440
521
info: info-am
441
522
 
442
523
info-am:
443
524
 
444
525
install-data-am: install-dbusconfDATA install-dist_polkit_policyDATA \
445
 
        install-seatDATA install-serviceDATA
446
 
 
 
526
        install-seatDATA install-serviceDATA \
 
527
        install-systemdsystemunitDATA
 
528
        @$(NORMAL_INSTALL)
 
529
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
447
530
install-dvi: install-dvi-am
448
531
 
 
532
install-dvi-am:
 
533
 
449
534
install-exec-am:
450
535
 
451
536
install-html: install-html-am
452
537
 
 
538
install-html-am:
 
539
 
453
540
install-info: install-info-am
454
541
 
 
542
install-info-am:
 
543
 
455
544
install-man:
456
545
 
457
546
install-pdf: install-pdf-am
458
547
 
 
548
install-pdf-am:
 
549
 
459
550
install-ps: install-ps-am
460
551
 
 
552
install-ps-am:
 
553
 
461
554
installcheck-am:
462
555
 
463
556
maintainer-clean: maintainer-clean-am
477
570
ps-am:
478
571
 
479
572
uninstall-am: uninstall-dbusconfDATA uninstall-dist_polkit_policyDATA \
480
 
        uninstall-seatDATA uninstall-serviceDATA
 
573
        uninstall-seatDATA uninstall-serviceDATA \
 
574
        uninstall-systemdsystemunitDATA
481
575
 
482
 
.MAKE: install-am install-strip
 
576
.MAKE: install-am install-data-am install-strip
483
577
 
484
578
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
485
579
        distclean distclean-generic distclean-libtool distdir dvi \
486
580
        dvi-am html html-am info info-am install install-am \
487
 
        install-data install-data-am install-dbusconfDATA \
488
 
        install-dist_polkit_policyDATA install-dvi install-dvi-am \
489
 
        install-exec install-exec-am install-html install-html-am \
490
 
        install-info install-info-am install-man install-pdf \
491
 
        install-pdf-am install-ps install-ps-am install-seatDATA \
492
 
        install-serviceDATA install-strip installcheck installcheck-am \
493
 
        installdirs maintainer-clean maintainer-clean-generic \
494
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
495
 
        ps ps-am uninstall uninstall-am uninstall-dbusconfDATA \
496
 
        uninstall-dist_polkit_policyDATA uninstall-seatDATA \
497
 
        uninstall-serviceDATA
 
581
        install-data install-data-am install-data-hook \
 
582
        install-dbusconfDATA install-dist_polkit_policyDATA \
 
583
        install-dvi install-dvi-am install-exec install-exec-am \
 
584
        install-html install-html-am install-info install-info-am \
 
585
        install-man install-pdf install-pdf-am install-ps \
 
586
        install-ps-am install-seatDATA install-serviceDATA \
 
587
        install-strip install-systemdsystemunitDATA installcheck \
 
588
        installcheck-am installdirs maintainer-clean \
 
589
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
590
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
591
        uninstall-dbusconfDATA uninstall-dist_polkit_policyDATA \
 
592
        uninstall-seatDATA uninstall-serviceDATA \
 
593
        uninstall-systemdsystemunitDATA
498
594
 
499
595
 
500
596
$(service_DATA): $(service_in_files) Makefile
501
597
        $(edit) $< >$@
 
598
 
 
599
@HAVE_SYSTEMD_TRUE@console-kit-daemon.service: console-kit-daemon.service.in
 
600
@HAVE_SYSTEMD_TRUE@     $(edit) $< >$@
 
601
 
 
602
@HAVE_SYSTEMD_TRUE@console-kit-log-system-start.service: console-kit-log-system-start.service.in
 
603
@HAVE_SYSTEMD_TRUE@     $(edit) $< >$@
 
604
 
 
605
@HAVE_SYSTEMD_TRUE@console-kit-log-system-stop.service: console-kit-log-system-stop.service.in
 
606
@HAVE_SYSTEMD_TRUE@     $(edit) $< >$@
 
607
 
 
608
@HAVE_SYSTEMD_TRUE@console-kit-log-system-restart.service: console-kit-log-system-restart.service.in
 
609
@HAVE_SYSTEMD_TRUE@     $(edit) $< >$@
 
610
 
 
611
@HAVE_SYSTEMD_TRUE@install-data-hook:
 
612
@HAVE_SYSTEMD_TRUE@     $(MKDIR_P) -m 755 \
 
613
@HAVE_SYSTEMD_TRUE@             $(DESTDIR)$(systemdsystemunitdir)/basic.target.wants \
 
614
@HAVE_SYSTEMD_TRUE@             $(DESTDIR)$(systemdsystemunitdir)/halt.target.wants \
 
615
@HAVE_SYSTEMD_TRUE@             $(DESTDIR)$(systemdsystemunitdir)/poweroff.target.wants \
 
616
@HAVE_SYSTEMD_TRUE@             $(DESTDIR)$(systemdsystemunitdir)/reboot.target.wants
 
617
@HAVE_SYSTEMD_TRUE@     ( cd $(DESTDIR)$(systemdsystemunitdir)/basic.target.wants && \
 
618
@HAVE_SYSTEMD_TRUE@             $(LN_S) ../console-kit-log-system-start.service )
 
619
@HAVE_SYSTEMD_TRUE@     ( cd $(DESTDIR)$(systemdsystemunitdir)/halt.target.wants && \
 
620
@HAVE_SYSTEMD_TRUE@             $(LN_S) ../console-kit-log-system-stop.service )
 
621
@HAVE_SYSTEMD_TRUE@     ( cd $(DESTDIR)$(systemdsystemunitdir)/poweroff.target.wants && \
 
622
@HAVE_SYSTEMD_TRUE@             $(LN_S) ../console-kit-log-system-stop.service )
 
623
@HAVE_SYSTEMD_TRUE@     ( cd $(DESTDIR)$(systemdsystemunitdir)/reboot.target.wants && \
 
624
@HAVE_SYSTEMD_TRUE@             $(LN_S) ../console-kit-log-system-restart.service )
 
625
 
502
626
# Tell versions [3.59,3.63) of GNU make to not export all variables.
503
627
# Otherwise a system limit (for SysV at least) may be exceeded.
504
628
.NOEXPORT: