~ubuntu-branches/ubuntu/trusty/systemd-shim/trusty

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-11-12 09:31:19 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20131112093119-mdfvv2qxuorgy2w2
Tags: 4-0ubuntu1
* New upstream release:
  - Flush bus before exiting on idle to avoid a race where a message is
    queued up but not yet sent. (LP: #1184262, part 1)
  - Adjust the definition of "inactivity" to be 10 seconds after done
    processing the last request instead of 10 seconds after we started.
    This matters for long-running tasks like suspend. (LP: #1184262, part 2)
  - Don't exit-on-idle while shutting down to avoid losing the flag that
    tells us we are in the middle of a shutdown. (Necessary, but not
    sufficient for LP #1211514)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
51
78
POST_UNINSTALL = :
52
79
libexec_PROGRAMS = systemd-shim$(EXEEXT)
53
80
subdir = src
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
82
        $(top_srcdir)/depcomp
55
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
84
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
57
85
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67
95
systemd_shim_OBJECTS = $(am_systemd_shim_OBJECTS)
68
96
am__DEPENDENCIES_1 =
69
97
systemd_shim_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
98
AM_V_P = $(am__v_P_@AM_V@)
 
99
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
100
am__v_P_0 = false
 
101
am__v_P_1 = :
 
102
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
103
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
104
am__v_GEN_0 = @echo "  GEN     " $@;
 
105
am__v_GEN_1 = 
 
106
AM_V_at = $(am__v_at_@AM_V@)
 
107
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
108
am__v_at_0 = @
 
109
am__v_at_1 = 
70
110
DEFAULT_INCLUDES = -I.@am__isrc@
71
111
depcomp = $(SHELL) $(top_srcdir)/depcomp
72
112
am__depfiles_maybe = depfiles
75
115
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
116
AM_V_CC = $(am__v_CC_@AM_V@)
77
117
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
78
 
am__v_CC_0 = @echo "  CC    " $@;
79
 
AM_V_at = $(am__v_at_@AM_V@)
80
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
81
 
am__v_at_0 = @
 
118
am__v_CC_0 = @echo "  CC      " $@;
 
119
am__v_CC_1 = 
82
120
CCLD = $(CC)
83
121
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
84
122
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
85
123
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
86
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
87
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
88
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
89
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
124
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
125
am__v_CCLD_1 = 
90
126
SOURCES = $(systemd_shim_SOURCES)
91
127
DIST_SOURCES = $(systemd_shim_SOURCES)
92
128
am__can_run_installinfo = \
94
130
    n|no|NO) false;; \
95
131
    *) (install-info --version) >/dev/null 2>&1;; \
96
132
  esac
 
133
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
134
# Read a list of newline-separated strings from the standard input,
 
135
# and print each of them once, without duplicates.  Input order is
 
136
# *not* preserved.
 
137
am__uniquify_input = $(AWK) '\
 
138
  BEGIN { nonempty = 0; } \
 
139
  { items[$$0] = 1; nonempty = 1; } \
 
140
  END { if (nonempty) { for (i in items) print i; }; } \
 
141
'
 
142
# Make sure the list of sources is unique.  This is necessary because,
 
143
# e.g., the same source file might be shared among _SOURCES variables
 
144
# for different programs/libraries.
 
145
am__define_uniq_tagged_files = \
 
146
  list='$(am__tagged_files)'; \
 
147
  unique=`for i in $$list; do \
 
148
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
149
  done | $(am__uniquify_input)`
97
150
ETAGS = etags
98
151
CTAGS = ctags
99
152
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
247
300
        fi; \
248
301
        for p in $$list; do echo "$$p $$p"; done | \
249
302
        sed 's/$(EXEEXT)$$//' | \
250
 
        while read p p1; do if test -f $$p; \
251
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
303
        while read p p1; do if test -f $$p \
 
304
          ; then echo "$$p"; echo "$$p"; else :; fi; \
252
305
        done | \
253
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
306
        sed -e 'p;s,.*/,,;n;h' \
 
307
            -e 's|.*|.|' \
254
308
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
255
309
        sed 'N;N;N;s,\n, ,g' | \
256
310
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
271
325
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
272
326
        files=`for p in $$list; do echo "$$p"; done | \
273
327
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
274
 
              -e 's/$$/$(EXEEXT)/' `; \
 
328
              -e 's/$$/$(EXEEXT)/' \
 
329
        `; \
275
330
        test -n "$$list" || exit 0; \
276
331
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
277
332
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
278
333
 
279
334
clean-libexecPROGRAMS:
280
335
        -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
 
336
 
281
337
systemd-shim$(EXEEXT): $(systemd_shim_OBJECTS) $(systemd_shim_DEPENDENCIES) $(EXTRA_systemd_shim_DEPENDENCIES) 
282
338
        @rm -f systemd-shim$(EXEEXT)
283
339
        $(AM_V_CCLD)$(LINK) $(systemd_shim_OBJECTS) $(systemd_shim_LDADD) $(LIBS)
300
356
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
301
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
302
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
359
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
304
360
 
305
361
.c.obj:
306
362
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
307
363
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
308
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
309
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
311
 
 
312
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
313
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
314
 
        unique=`for i in $$list; do \
315
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316
 
          done | \
317
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
318
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
319
 
        mkid -fID $$unique
320
 
tags: TAGS
321
 
 
322
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
323
 
                $(TAGS_FILES) $(LISP)
 
366
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
367
 
 
368
ID: $(am__tagged_files)
 
369
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
370
tags: tags-am
 
371
TAGS: tags
 
372
 
 
373
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
324
374
        set x; \
325
375
        here=`pwd`; \
326
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
327
 
        unique=`for i in $$list; do \
328
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
329
 
          done | \
330
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
331
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
376
        $(am__define_uniq_tagged_files); \
332
377
        shift; \
333
378
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
334
379
          test -n "$$unique" || unique=$$empty_fix; \
340
385
              $$unique; \
341
386
          fi; \
342
387
        fi
343
 
ctags: CTAGS
344
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
345
 
                $(TAGS_FILES) $(LISP)
346
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
347
 
        unique=`for i in $$list; do \
348
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349
 
          done | \
350
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
351
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
388
ctags: ctags-am
 
389
 
 
390
CTAGS: ctags
 
391
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
392
        $(am__define_uniq_tagged_files); \
352
393
        test -z "$(CTAGS_ARGS)$$unique" \
353
394
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
354
395
             $$unique
357
398
        here=`$(am__cd) $(top_builddir) && pwd` \
358
399
          && $(am__cd) $(top_srcdir) \
359
400
          && gtags -i $(GTAGS_ARGS) "$$here"
 
401
cscopelist: cscopelist-am
 
402
 
 
403
cscopelist-am: $(am__tagged_files)
 
404
        list='$(am__tagged_files)'; \
 
405
        case "$(srcdir)" in \
 
406
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
407
          *) sdir=$(subdir)/$(srcdir) ;; \
 
408
        esac; \
 
409
        for i in $$list; do \
 
410
          if test -f "$$i"; then \
 
411
            echo "$(subdir)/$$i"; \
 
412
          else \
 
413
            echo "$$sdir/$$i"; \
 
414
          fi; \
 
415
        done >> $(top_builddir)/cscope.files
360
416
 
361
417
distclean-tags:
362
418
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
499
555
 
500
556
.MAKE: install-am install-strip
501
557
 
502
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
503
 
        clean-libexecPROGRAMS ctags distclean distclean-compile \
504
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
505
 
        html-am info info-am install install-am install-data \
506
 
        install-data-am install-dvi install-dvi-am install-exec \
507
 
        install-exec-am install-html install-html-am install-info \
508
 
        install-info-am install-libexecPROGRAMS install-man \
509
 
        install-pdf install-pdf-am install-ps install-ps-am \
510
 
        install-strip installcheck installcheck-am installdirs \
511
 
        maintainer-clean maintainer-clean-generic mostlyclean \
512
 
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
513
 
        tags uninstall uninstall-am uninstall-libexecPROGRAMS
 
558
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
559
        clean-libexecPROGRAMS cscopelist-am ctags ctags-am distclean \
 
560
        distclean-compile distclean-generic distclean-tags distdir dvi \
 
561
        dvi-am html html-am info info-am install install-am \
 
562
        install-data install-data-am install-dvi install-dvi-am \
 
563
        install-exec install-exec-am install-html install-html-am \
 
564
        install-info install-info-am install-libexecPROGRAMS \
 
565
        install-man install-pdf install-pdf-am install-ps \
 
566
        install-ps-am install-strip installcheck installcheck-am \
 
567
        installdirs maintainer-clean maintainer-clean-generic \
 
568
        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
 
569
        ps ps-am tags tags-am uninstall uninstall-am \
 
570
        uninstall-libexecPROGRAMS
514
571
 
515
572
 
516
573
# Tell versions [3.59,3.63) of GNU make to not export all variables.