~ubuntu-branches/ubuntu/trusty/cgmanager/trusty-backports

« back to all changes in this revision

Viewing changes to config/init/upstart/sessions/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2015-10-15 12:32:18 UTC
  • mfrom: (26.1.43 wily)
  • Revision ID: package-import@ubuntu.com-20151015123218-tbjmj12qp7c3n7ve
Tags: 0.39-2ubuntu2~ubuntu14.04.1
No-change backport to trusty

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
VPATH = @srcdir@
 
17
am__is_gnu_make = { \
 
18
  if test -z '$(MAKELEVEL)'; then \
 
19
    false; \
 
20
  elif test -n '$(MAKE_HOST)'; then \
 
21
    true; \
 
22
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
23
    true; \
 
24
  else \
 
25
    false; \
 
26
  fi; \
 
27
}
 
28
am__make_running_with_option = \
 
29
  case $${target_option-} in \
 
30
      ?) ;; \
 
31
      *) echo "am__make_running_with_option: internal error: invalid" \
 
32
              "target option '$${target_option-}' specified" >&2; \
 
33
         exit 1;; \
 
34
  esac; \
 
35
  has_opt=no; \
 
36
  sane_makeflags=$$MAKEFLAGS; \
 
37
  if $(am__is_gnu_make); then \
 
38
    sane_makeflags=$$MFLAGS; \
 
39
  else \
 
40
    case $$MAKEFLAGS in \
 
41
      *\\[\ \   ]*) \
 
42
        bs=\\; \
 
43
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
44
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
45
    esac; \
 
46
  fi; \
 
47
  skip_next=no; \
 
48
  strip_trailopt () \
 
49
  { \
 
50
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
51
  }; \
 
52
  for flg in $$sane_makeflags; do \
 
53
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
54
    case $$flg in \
 
55
      *=*|--*) continue;; \
 
56
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
57
      -*I?*) strip_trailopt 'I';; \
 
58
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
59
      -*O?*) strip_trailopt 'O';; \
 
60
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
61
      -*l?*) strip_trailopt 'l';; \
 
62
      -[dEDm]) skip_next=yes;; \
 
63
      -[JT]) skip_next=yes;; \
 
64
    esac; \
 
65
    case $$flg in \
 
66
      *$$target_option*) has_opt=yes; break;; \
 
67
    esac; \
 
68
  done; \
 
69
  test $$has_opt = yes
 
70
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
71
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
72
pkgdatadir = $(datadir)/@PACKAGE@
 
73
pkgincludedir = $(includedir)/@PACKAGE@
 
74
pkglibdir = $(libdir)/@PACKAGE@
 
75
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
76
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
77
install_sh_DATA = $(install_sh) -c -m 644
 
78
install_sh_PROGRAM = $(install_sh) -c
 
79
install_sh_SCRIPT = $(install_sh) -c
 
80
INSTALL_HEADER = $(INSTALL_DATA)
 
81
transform = $(program_transform_name)
 
82
NORMAL_INSTALL = :
 
83
PRE_INSTALL = :
 
84
POST_INSTALL = :
 
85
NORMAL_UNINSTALL = :
 
86
PRE_UNINSTALL = :
 
87
POST_UNINSTALL = :
 
88
build_triplet = @build@
 
89
host_triplet = @host@
 
90
subdir = config/init/upstart/sessions
 
91
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
92
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
93
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
94
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
95
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
96
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
97
        $(ACLOCAL_M4)
 
98
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
 
99
mkinstalldirs = $(install_sh) -d
 
100
CONFIG_HEADER = $(top_builddir)/config.h
 
101
CONFIG_CLEAN_FILES =
 
102
CONFIG_CLEAN_VPATH_FILES =
 
103
AM_V_P = $(am__v_P_@AM_V@)
 
104
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
105
am__v_P_0 = false
 
106
am__v_P_1 = :
 
107
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
108
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
109
am__v_GEN_0 = @echo "  GEN     " $@;
 
110
am__v_GEN_1 = 
 
111
AM_V_at = $(am__v_at_@AM_V@)
 
112
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
113
am__v_at_0 = @
 
114
am__v_at_1 = 
 
115
SOURCES =
 
116
DIST_SOURCES =
 
117
am__can_run_installinfo = \
 
118
  case $$AM_UPDATE_INFO_DIR in \
 
119
    n|no|NO) false;; \
 
120
    *) (install-info --version) >/dev/null 2>&1;; \
 
121
  esac
 
122
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
123
am__DIST_COMMON = $(srcdir)/Makefile.in
 
124
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
125
ACLOCAL = @ACLOCAL@
 
126
AMTAR = @AMTAR@
 
127
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
128
AR = @AR@
 
129
AUTOCONF = @AUTOCONF@
 
130
AUTOHEADER = @AUTOHEADER@
 
131
AUTOMAKE = @AUTOMAKE@
 
132
AWK = @AWK@
 
133
CC = @CC@
 
134
CCDEPMODE = @CCDEPMODE@
 
135
CFLAGS = @CFLAGS@
 
136
CPP = @CPP@
 
137
CPPFLAGS = @CPPFLAGS@
 
138
CYGPATH_W = @CYGPATH_W@
 
139
DBUS_CFLAGS = @DBUS_CFLAGS@
 
140
DBUS_LIBS = @DBUS_LIBS@
 
141
DEFS = @DEFS@
 
142
DEPDIR = @DEPDIR@
 
143
DLLTOOL = @DLLTOOL@
 
144
DSYMUTIL = @DSYMUTIL@
 
145
DUMPBIN = @DUMPBIN@
 
146
ECHO_C = @ECHO_C@
 
147
ECHO_N = @ECHO_N@
 
148
ECHO_T = @ECHO_T@
 
149
EGREP = @EGREP@
 
150
EXEEXT = @EXEEXT@
 
151
FGREP = @FGREP@
 
152
GREP = @GREP@
 
153
HELP2MAN = @HELP2MAN@
 
154
INSTALL = @INSTALL@
 
155
INSTALL_DATA = @INSTALL_DATA@
 
156
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
157
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
158
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
159
LD = @LD@
 
160
LDFLAGS = @LDFLAGS@
 
161
LIBOBJS = @LIBOBJS@
 
162
LIBS = @LIBS@
 
163
LIBTOOL = @LIBTOOL@
 
164
LIPO = @LIPO@
 
165
LN_S = @LN_S@
 
166
LTLIBOBJS = @LTLIBOBJS@
 
167
MAKEINFO = @MAKEINFO@
 
168
MANIFEST_TOOL = @MANIFEST_TOOL@
 
169
MKDIR_P = @MKDIR_P@
 
170
NIH_CFLAGS = @NIH_CFLAGS@
 
171
NIH_DBUS_CFLAGS = @NIH_DBUS_CFLAGS@
 
172
NIH_DBUS_LIBS = @NIH_DBUS_LIBS@
 
173
NIH_DBUS_TOOL = @NIH_DBUS_TOOL@
 
174
NIH_LIBS = @NIH_LIBS@
 
175
NM = @NM@
 
176
NMEDIT = @NMEDIT@
 
177
OBJDUMP = @OBJDUMP@
 
178
OBJEXT = @OBJEXT@
 
179
OTOOL = @OTOOL@
 
180
OTOOL64 = @OTOOL64@
 
181
PACKAGE = @PACKAGE@
 
182
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
183
PACKAGE_NAME = @PACKAGE_NAME@
 
184
PACKAGE_STRING = @PACKAGE_STRING@
 
185
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
186
PACKAGE_URL = @PACKAGE_URL@
 
187
PACKAGE_VERSION = @PACKAGE_VERSION@
 
188
PAM_CFLAGS = @PAM_CFLAGS@
 
189
PAM_LIBS = @PAM_LIBS@
 
190
PATH_SEPARATOR = @PATH_SEPARATOR@
 
191
PKG_CONFIG = @PKG_CONFIG@
 
192
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
193
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
194
RANLIB = @RANLIB@
 
195
SBINDIR = @SBINDIR@
 
196
SED = @SED@
 
197
SET_MAKE = @SET_MAKE@
 
198
SHELL = @SHELL@
 
199
STRIP = @STRIP@
 
200
VERSION = @VERSION@
 
201
abs_builddir = @abs_builddir@
 
202
abs_srcdir = @abs_srcdir@
 
203
abs_top_builddir = @abs_top_builddir@
 
204
abs_top_srcdir = @abs_top_srcdir@
 
205
ac_ct_AR = @ac_ct_AR@
 
206
ac_ct_CC = @ac_ct_CC@
 
207
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
208
am__include = @am__include@
 
209
am__leading_dot = @am__leading_dot@
 
210
am__quote = @am__quote@
 
211
am__tar = @am__tar@
 
212
am__untar = @am__untar@
 
213
bindir = @bindir@
 
214
build = @build@
 
215
build_alias = @build_alias@
 
216
build_cpu = @build_cpu@
 
217
build_os = @build_os@
 
218
build_vendor = @build_vendor@
 
219
builddir = @builddir@
 
220
datadir = @datadir@
 
221
datarootdir = @datarootdir@
 
222
docdir = @docdir@
 
223
dvidir = @dvidir@
 
224
exec_prefix = @exec_prefix@
 
225
host = @host@
 
226
host_alias = @host_alias@
 
227
host_cpu = @host_cpu@
 
228
host_os = @host_os@
 
229
host_vendor = @host_vendor@
 
230
htmldir = @htmldir@
 
231
includedir = @includedir@
 
232
infodir = @infodir@
 
233
install_sh = @install_sh@
 
234
libdir = @libdir@
 
235
libexecdir = @libexecdir@
 
236
localedir = @localedir@
 
237
localstatedir = @localstatedir@
 
238
mandir = @mandir@
 
239
mkdir_p = @mkdir_p@
 
240
oldincludedir = @oldincludedir@
 
241
pamdir = @pamdir@
 
242
pdfdir = @pdfdir@
 
243
prefix = @prefix@
 
244
program_transform_name = @program_transform_name@
 
245
psdir = @psdir@
 
246
sbindir = @sbindir@
 
247
sharedstatedir = @sharedstatedir@
 
248
srcdir = @srcdir@
 
249
sysconfdir = @sysconfdir@
 
250
target_alias = @target_alias@
 
251
top_build_prefix = @top_build_prefix@
 
252
top_builddir = @top_builddir@
 
253
top_srcdir = @top_srcdir@
 
254
EXTRA_DIST = cgmanager.conf
 
255
all: all-am
 
256
 
 
257
.SUFFIXES:
 
258
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
259
        @for dep in $?; do \
 
260
          case '$(am__configure_deps)' in \
 
261
            *$$dep*) \
 
262
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
263
                && { if test -f $@; then exit 0; else break; fi; }; \
 
264
              exit 1;; \
 
265
          esac; \
 
266
        done; \
 
267
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu config/init/upstart/sessions/Makefile'; \
 
268
        $(am__cd) $(top_srcdir) && \
 
269
          $(AUTOMAKE) --gnu config/init/upstart/sessions/Makefile
 
270
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
271
        @case '$?' in \
 
272
          *config.status*) \
 
273
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
274
          *) \
 
275
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
276
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
277
        esac;
 
278
 
 
279
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
280
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
281
 
 
282
$(top_srcdir)/configure:  $(am__configure_deps)
 
283
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
284
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
285
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
286
$(am__aclocal_m4_deps):
 
287
 
 
288
mostlyclean-libtool:
 
289
        -rm -f *.lo
 
290
 
 
291
clean-libtool:
 
292
        -rm -rf .libs _libs
 
293
tags TAGS:
 
294
 
 
295
ctags CTAGS:
 
296
 
 
297
cscope cscopelist:
 
298
 
 
299
 
 
300
distdir: $(DISTFILES)
 
301
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
302
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
303
        list='$(DISTFILES)'; \
 
304
          dist_files=`for file in $$list; do echo $$file; done | \
 
305
          sed -e "s|^$$srcdirstrip/||;t" \
 
306
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
307
        case $$dist_files in \
 
308
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
309
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
310
                           sort -u` ;; \
 
311
        esac; \
 
312
        for file in $$dist_files; do \
 
313
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
314
          if test -d $$d/$$file; then \
 
315
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
316
            if test -d "$(distdir)/$$file"; then \
 
317
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
318
            fi; \
 
319
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
320
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
321
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
322
            fi; \
 
323
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
324
          else \
 
325
            test -f "$(distdir)/$$file" \
 
326
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
327
            || exit 1; \
 
328
          fi; \
 
329
        done
 
330
check-am: all-am
 
331
check: check-am
 
332
all-am: Makefile
 
333
installdirs:
 
334
install: install-am
 
335
install-exec: install-exec-am
 
336
install-data: install-data-am
 
337
uninstall: uninstall-am
 
338
 
 
339
install-am: all-am
 
340
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
341
 
 
342
installcheck: installcheck-am
 
343
install-strip:
 
344
        if test -z '$(STRIP)'; then \
 
345
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
346
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
347
              install; \
 
348
        else \
 
349
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
350
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
351
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
352
        fi
 
353
mostlyclean-generic:
 
354
 
 
355
clean-generic:
 
356
 
 
357
distclean-generic:
 
358
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
359
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
360
 
 
361
maintainer-clean-generic:
 
362
        @echo "This command is intended for maintainers to use"
 
363
        @echo "it deletes files that may require special tools to rebuild."
 
364
@INIT_SCRIPT_UPSTART_FALSE@install-data-local:
 
365
@INIT_SCRIPT_UPSTART_FALSE@uninstall-local:
 
366
clean: clean-am
 
367
 
 
368
clean-am: clean-generic clean-libtool mostlyclean-am
 
369
 
 
370
distclean: distclean-am
 
371
        -rm -f Makefile
 
372
distclean-am: clean-am distclean-generic
 
373
 
 
374
dvi: dvi-am
 
375
 
 
376
dvi-am:
 
377
 
 
378
html: html-am
 
379
 
 
380
html-am:
 
381
 
 
382
info: info-am
 
383
 
 
384
info-am:
 
385
 
 
386
install-data-am: install-data-local
 
387
 
 
388
install-dvi: install-dvi-am
 
389
 
 
390
install-dvi-am:
 
391
 
 
392
install-exec-am:
 
393
 
 
394
install-html: install-html-am
 
395
 
 
396
install-html-am:
 
397
 
 
398
install-info: install-info-am
 
399
 
 
400
install-info-am:
 
401
 
 
402
install-man:
 
403
 
 
404
install-pdf: install-pdf-am
 
405
 
 
406
install-pdf-am:
 
407
 
 
408
install-ps: install-ps-am
 
409
 
 
410
install-ps-am:
 
411
 
 
412
installcheck-am:
 
413
 
 
414
maintainer-clean: maintainer-clean-am
 
415
        -rm -f Makefile
 
416
maintainer-clean-am: distclean-am maintainer-clean-generic
 
417
 
 
418
mostlyclean: mostlyclean-am
 
419
 
 
420
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
421
 
 
422
pdf: pdf-am
 
423
 
 
424
pdf-am:
 
425
 
 
426
ps: ps-am
 
427
 
 
428
ps-am:
 
429
 
 
430
uninstall-am: uninstall-local
 
431
 
 
432
.MAKE: install-am install-strip
 
433
 
 
434
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
435
        cscopelist-am ctags-am distclean distclean-generic \
 
436
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
437
        install install-am install-data install-data-am \
 
438
        install-data-local install-dvi install-dvi-am install-exec \
 
439
        install-exec-am install-html install-html-am install-info \
 
440
        install-info-am install-man install-pdf install-pdf-am \
 
441
        install-ps install-ps-am install-strip installcheck \
 
442
        installcheck-am installdirs maintainer-clean \
 
443
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
444
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
445
        uninstall-am uninstall-local
 
446
 
 
447
.PRECIOUS: Makefile
 
448
 
 
449
 
 
450
@INIT_SCRIPT_UPSTART_TRUE@install-upstart-session: cgmanager.conf
 
451
@INIT_SCRIPT_UPSTART_TRUE@      $(MKDIR_P) $(DESTDIR)${datadir}/upstart/sessions/
 
452
@INIT_SCRIPT_UPSTART_TRUE@      $(INSTALL_DATA) cgmanager.conf $(DESTDIR)${datadir}/upstart/sessions/
 
453
 
 
454
@INIT_SCRIPT_UPSTART_TRUE@uninstall-upstart-session:
 
455
@INIT_SCRIPT_UPSTART_TRUE@      rm -f $(DESTDIR)${datadir}/upstart/sessions/cgmanager.conf
 
456
@INIT_SCRIPT_UPSTART_TRUE@      rmdir $(DESTDIR)${datadir}/upstart/sessions || :
 
457
 
 
458
@INIT_SCRIPT_UPSTART_TRUE@install-data-local: install-upstart-session
 
459
@INIT_SCRIPT_UPSTART_TRUE@uninstall-local: uninstall-upstart-session
 
460
 
 
461
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
462
# Otherwise a system limit (for SysV at least) may be exceeded.
 
463
.NOEXPORT: