~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to simpleinit/Makefile.in

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
 
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
install_sh_DATA = $(install_sh) -c -m 644
26
 
install_sh_PROGRAM = $(install_sh) -c
27
 
install_sh_SCRIPT = $(install_sh) -c
28
 
INSTALL_HEADER = $(INSTALL_DATA)
29
 
transform = $(program_transform_name)
30
 
NORMAL_INSTALL = :
31
 
PRE_INSTALL = :
32
 
POST_INSTALL = :
33
 
NORMAL_UNINSTALL = :
34
 
PRE_UNINSTALL = :
35
 
POST_UNINSTALL = :
36
 
build_triplet = @build@
37
 
host_triplet = @host@
38
 
DIST_COMMON = $(dist_man_MANS) $(dist_noinst_DATA) \
39
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40
 
        $(top_srcdir)/config/include-Makefile.am
41
 
sbin_PROGRAMS = simpleinit$(EXEEXT) shutdown$(EXEEXT) initctl$(EXEEXT)
42
 
subdir = simpleinit
43
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
45
 
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
46
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
47
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
48
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
49
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
50
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
51
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/tls.m4 \
52
 
        $(top_srcdir)/configure.ac
53
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
 
        $(ACLOCAL_M4)
55
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
56
 
CONFIG_HEADER = $(top_builddir)/config.h
57
 
CONFIG_CLEAN_FILES =
58
 
CONFIG_CLEAN_VPATH_FILES =
59
 
am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
60
 
PROGRAMS = $(sbin_PROGRAMS)
61
 
am_initctl_OBJECTS = initctl.$(OBJEXT)
62
 
initctl_OBJECTS = $(am_initctl_OBJECTS)
63
 
initctl_LDADD = $(LDADD)
64
 
AM_V_lt = $(am__v_lt_$(V))
65
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
66
 
am__v_lt_0 = --silent
67
 
shutdown_SOURCES = shutdown.c
68
 
shutdown_OBJECTS = shutdown.$(OBJEXT)
69
 
shutdown_LDADD = $(LDADD)
70
 
am_simpleinit_OBJECTS = simpleinit.$(OBJEXT)
71
 
simpleinit_OBJECTS = $(am_simpleinit_OBJECTS)
72
 
simpleinit_DEPENDENCIES =
73
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
74
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
75
 
am__depfiles_maybe = depfiles
76
 
am__mv = mv -f
77
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
78
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
80
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
81
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
82
 
        $(AM_CFLAGS) $(CFLAGS)
83
 
AM_V_CC = $(am__v_CC_$(V))
84
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
85
 
am__v_CC_0 = @echo "  CC    " $@;
86
 
AM_V_at = $(am__v_at_$(V))
87
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
88
 
am__v_at_0 = @
89
 
CCLD = $(CC)
90
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
91
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
92
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
93
 
AM_V_CCLD = $(am__v_CCLD_$(V))
94
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
95
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
96
 
AM_V_GEN = $(am__v_GEN_$(V))
97
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
98
 
am__v_GEN_0 = @echo "  GEN   " $@;
99
 
SOURCES = $(initctl_SOURCES) shutdown.c $(simpleinit_SOURCES)
100
 
DIST_SOURCES = $(initctl_SOURCES) shutdown.c $(simpleinit_SOURCES)
101
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
102
 
am__vpath_adj = case $$p in \
103
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
104
 
    *) f=$$p;; \
105
 
  esac;
106
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
107
 
am__install_max = 40
108
 
am__nobase_strip_setup = \
109
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
110
 
am__nobase_strip = \
111
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
112
 
am__nobase_list = $(am__nobase_strip_setup); \
113
 
  for p in $$list; do echo "$$p $$p"; done | \
114
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
115
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
116
 
    if (++n[$$2] == $(am__install_max)) \
117
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
118
 
    END { for (dir in files) print dir, files[dir] }'
119
 
am__base_list = \
120
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
121
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
122
 
man8dir = $(mandir)/man8
123
 
NROFF = nroff
124
 
MANS = $(dist_man_MANS)
125
 
DATA = $(dist_noinst_DATA)
126
 
ETAGS = etags
127
 
CTAGS = ctags
128
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129
 
ACLOCAL = @ACLOCAL@
130
 
AMTAR = @AMTAR@
131
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
132
 
AR = @AR@
133
 
AUTOCONF = @AUTOCONF@
134
 
AUTOHEADER = @AUTOHEADER@
135
 
AUTOMAKE = @AUTOMAKE@
136
 
AWK = @AWK@
137
 
BLKID_CFLAGS = @BLKID_CFLAGS@
138
 
BLKID_LIBS = @BLKID_LIBS@
139
 
BLKID_LIBS_STATIC = @BLKID_LIBS_STATIC@
140
 
CC = @CC@
141
 
CCDEPMODE = @CCDEPMODE@
142
 
CFLAGS = @CFLAGS@
143
 
CPP = @CPP@
144
 
CPPFLAGS = @CPPFLAGS@
145
 
CYGPATH_W = @CYGPATH_W@
146
 
DEFS = @DEFS@
147
 
DEPDIR = @DEPDIR@
148
 
DSYMUTIL = @DSYMUTIL@
149
 
DUMPBIN = @DUMPBIN@
150
 
ECHO_C = @ECHO_C@
151
 
ECHO_N = @ECHO_N@
152
 
ECHO_T = @ECHO_T@
153
 
EGREP = @EGREP@
154
 
EXEEXT = @EXEEXT@
155
 
FGREP = @FGREP@
156
 
GMSGFMT = @GMSGFMT@
157
 
GREP = @GREP@
158
 
GTKDOC_CHECK = @GTKDOC_CHECK@
159
 
HTML_DIR = @HTML_DIR@
160
 
INSTALL = @INSTALL@
161
 
INSTALL_DATA = @INSTALL_DATA@
162
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
163
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
164
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
165
 
INTLLIBS = @INTLLIBS@
166
 
LD = @LD@
167
 
LDFLAGS = @LDFLAGS@
168
 
LIBBLKID_DATE = @LIBBLKID_DATE@
169
 
LIBBLKID_VERSION = @LIBBLKID_VERSION@
170
 
LIBBLKID_VERSION_INFO = @LIBBLKID_VERSION_INFO@
171
 
LIBICONV = @LIBICONV@
172
 
LIBINTL = @LIBINTL@
173
 
LIBMOUNT_VERSION = @LIBMOUNT_VERSION@
174
 
LIBMOUNT_VERSION_INFO = @LIBMOUNT_VERSION_INFO@
175
 
LIBOBJS = @LIBOBJS@
176
 
LIBS = @LIBS@
177
 
LIBTOOL = @LIBTOOL@
178
 
LIBUUID_VERSION = @LIBUUID_VERSION@
179
 
LIBUUID_VERSION_INFO = @LIBUUID_VERSION_INFO@
180
 
LIPO = @LIPO@
181
 
LN_S = @LN_S@
182
 
LTLIBICONV = @LTLIBICONV@
183
 
LTLIBINTL = @LTLIBINTL@
184
 
LTLIBOBJS = @LTLIBOBJS@
185
 
MAKEINFO = @MAKEINFO@
186
 
MKDIR_P = @MKDIR_P@
187
 
MKINSTALLDIRS = @MKINSTALLDIRS@
188
 
MSGFMT = @MSGFMT@
189
 
MSGMERGE = @MSGMERGE@
190
 
NCURSES_LIBS = @NCURSES_LIBS@
191
 
NM = @NM@
192
 
NMEDIT = @NMEDIT@
193
 
OBJDUMP = @OBJDUMP@
194
 
OBJEXT = @OBJEXT@
195
 
OTOOL = @OTOOL@
196
 
OTOOL64 = @OTOOL64@
197
 
PACKAGE = @PACKAGE@
198
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
199
 
PACKAGE_NAME = @PACKAGE_NAME@
200
 
PACKAGE_STRING = @PACKAGE_STRING@
201
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
202
 
PACKAGE_URL = @PACKAGE_URL@
203
 
PACKAGE_VERSION = @PACKAGE_VERSION@
204
 
PATH_SEPARATOR = @PATH_SEPARATOR@
205
 
PERL = @PERL@
206
 
PKG_CONFIG = @PKG_CONFIG@
207
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
208
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
209
 
POSUB = @POSUB@
210
 
RANLIB = @RANLIB@
211
 
SED = @SED@
212
 
SELINUX_LIBS = @SELINUX_LIBS@
213
 
SELINUX_LIBS_STATIC = @SELINUX_LIBS_STATIC@
214
 
SET_MAKE = @SET_MAKE@
215
 
SHELL = @SHELL@
216
 
SOCKET_LIBS = @SOCKET_LIBS@
217
 
STRIP = @STRIP@
218
 
SUID_CFLAGS = @SUID_CFLAGS@
219
 
SUID_LDFLAGS = @SUID_LDFLAGS@
220
 
USE_NLS = @USE_NLS@
221
 
UUID_CFLAGS = @UUID_CFLAGS@
222
 
UUID_LIBS = @UUID_LIBS@
223
 
VERSION = @VERSION@
224
 
XGETTEXT = @XGETTEXT@
225
 
XSLTPROC = @XSLTPROC@
226
 
abs_builddir = @abs_builddir@
227
 
abs_srcdir = @abs_srcdir@
228
 
abs_top_builddir = @abs_top_builddir@
229
 
abs_top_srcdir = @abs_top_srcdir@
230
 
ac_ct_CC = @ac_ct_CC@
231
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
232
 
am__include = @am__include@
233
 
am__leading_dot = @am__leading_dot@
234
 
am__quote = @am__quote@
235
 
am__tar = @am__tar@
236
 
am__untar = @am__untar@
237
 
bindir = @bindir@
238
 
build = @build@
239
 
build_alias = @build_alias@
240
 
build_cpu = @build_cpu@
241
 
build_os = @build_os@
242
 
build_vendor = @build_vendor@
243
 
builddir = @builddir@
244
 
datadir = @datadir@
245
 
datarootdir = @datarootdir@
246
 
docdir = @docdir@
247
 
dvidir = @dvidir@
248
 
exec_prefix = @exec_prefix@
249
 
host = @host@
250
 
host_alias = @host_alias@
251
 
host_cpu = @host_cpu@
252
 
host_os = @host_os@
253
 
host_vendor = @host_vendor@
254
 
htmldir = @htmldir@
255
 
includedir = @includedir@
256
 
infodir = @infodir@
257
 
install_sh = @install_sh@
258
 
libdir = @libdir@
259
 
libdirname = @libdirname@
260
 
libexecdir = @libexecdir@
261
 
localedir = @localedir@
262
 
localstatedir = @localstatedir@
263
 
mandir = @mandir@
264
 
mkdir_p = @mkdir_p@
265
 
oldincludedir = @oldincludedir@
266
 
pdfdir = @pdfdir@
267
 
prefix = @prefix@
268
 
program_transform_name = @program_transform_name@
269
 
psdir = @psdir@
270
 
sbindir = @sbindir@
271
 
sharedstatedir = @sharedstatedir@
272
 
srcdir = @srcdir@
273
 
sysconfdir = @sysconfdir@
274
 
target_alias = @target_alias@
275
 
top_build_prefix = @top_build_prefix@
276
 
top_builddir = @top_builddir@
277
 
top_srcdir = @top_srcdir@
278
 
usrbin_execdir = @usrbin_execdir@
279
 
usrlib_execdir = @usrlib_execdir@
280
 
usrsbin_execdir = @usrsbin_execdir@
281
 
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \
282
 
        -DLOCALEDIR=\"$(localedir)\"
283
 
 
284
 
AM_CFLAGS = -fsigned-char
285
 
AM_LDFLAGS = 
286
 
 
287
 
# Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals.
288
 
# Unlike with other dist primaries, the files are not distributed if the
289
 
# conditional is false.
290
 
# Work the bug around until it is fixed:
291
 
dist_noinst_DATA = $(dist_man_MANS)
292
 
 
293
 
# Paths to in-tree libraries (use ul_ prefix to avoid possible collisions)
294
 
#
295
 
# blkid
296
 
ul_libblkid_srcdir = $(top_srcdir)/shlibs/blkid/src
297
 
ul_libblkid_builddir = $(top_builddir)/shlibs/blkid/src
298
 
ul_libblkid_la = $(top_builddir)/shlibs/blkid/src/libblkid.la
299
 
 
300
 
# blkid.h is generated by ./configure script and stored in build directory
301
 
ul_libblkid_incdir = $(ul_libblkid_builddir)
302
 
 
303
 
# uuid
304
 
ul_libuuid_srcdir = $(top_srcdir)/shlibs/uuid/src
305
 
ul_libuuid_builddir = $(top_builddir)/shlibs/uuid/src
306
 
ul_libuuid_la = $(top_builddir)/shlibs/uuid/src/libuuid.la
307
 
 
308
 
# mount
309
 
ul_libmount_srcdir = $(top_srcdir)/shlibs/mount/src
310
 
ul_libmount_builddir = $(top_builddir)/shlibs/mount/src
311
 
ul_libmount_la = $(top_builddir)/shlibs/mount/src/libmount.la
312
 
 
313
 
# libmount.h is generated by ./configure script and stored in build directory
314
 
ul_libmount_incdir = $(ul_libmount_builddir)
315
 
dist_man_MANS = fastboot.8 fasthalt.8 halt.8 reboot.8 simpleinit.8 shutdown.8 \
316
 
        initctl.8
317
 
 
318
 
simpleinit_SOURCES = simpleinit.c simpleinit.h
319
 
initctl_SOURCES = initctl.c simpleinit.h
320
 
@NEED_LIBCRYPT_TRUE@simpleinit_LDADD = -lcrypt
321
 
all: all-am
322
 
 
323
 
.SUFFIXES:
324
 
.SUFFIXES: .c .lo .o .obj
325
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/include-Makefile.am $(am__configure_deps)
326
 
        @for dep in $?; do \
327
 
          case '$(am__configure_deps)' in \
328
 
            *$$dep*) \
329
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
330
 
                && { if test -f $@; then exit 0; else break; fi; }; \
331
 
              exit 1;; \
332
 
          esac; \
333
 
        done; \
334
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign simpleinit/Makefile'; \
335
 
        $(am__cd) $(top_srcdir) && \
336
 
          $(AUTOMAKE) --foreign simpleinit/Makefile
337
 
.PRECIOUS: Makefile
338
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
339
 
        @case '$?' in \
340
 
          *config.status*) \
341
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
342
 
          *) \
343
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
344
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
345
 
        esac;
346
 
 
347
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
348
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349
 
 
350
 
$(top_srcdir)/configure:  $(am__configure_deps)
351
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
353
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354
 
$(am__aclocal_m4_deps):
355
 
install-sbinPROGRAMS: $(sbin_PROGRAMS)
356
 
        @$(NORMAL_INSTALL)
357
 
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
358
 
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
359
 
        for p in $$list; do echo "$$p $$p"; done | \
360
 
        sed 's/$(EXEEXT)$$//' | \
361
 
        while read p p1; do if test -f $$p || test -f $$p1; \
362
 
          then echo "$$p"; echo "$$p"; else :; fi; \
363
 
        done | \
364
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
365
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
366
 
        sed 'N;N;N;s,\n, ,g' | \
367
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
368
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
369
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
370
 
            else { print "f", $$3 "/" $$4, $$1; } } \
371
 
          END { for (d in files) print "f", d, files[d] }' | \
372
 
        while read type dir files; do \
373
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
374
 
            test -z "$$files" || { \
375
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
376
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
377
 
            } \
378
 
        ; done
379
 
 
380
 
uninstall-sbinPROGRAMS:
381
 
        @$(NORMAL_UNINSTALL)
382
 
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
383
 
        files=`for p in $$list; do echo "$$p"; done | \
384
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
385
 
              -e 's/$$/$(EXEEXT)/' `; \
386
 
        test -n "$$list" || exit 0; \
387
 
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
388
 
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
389
 
 
390
 
clean-sbinPROGRAMS:
391
 
        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
392
 
        echo " rm -f" $$list; \
393
 
        rm -f $$list || exit $$?; \
394
 
        test -n "$(EXEEXT)" || exit 0; \
395
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
396
 
        echo " rm -f" $$list; \
397
 
        rm -f $$list
398
 
initctl$(EXEEXT): $(initctl_OBJECTS) $(initctl_DEPENDENCIES) 
399
 
        @rm -f initctl$(EXEEXT)
400
 
        $(AM_V_CCLD)$(LINK) $(initctl_OBJECTS) $(initctl_LDADD) $(LIBS)
401
 
shutdown$(EXEEXT): $(shutdown_OBJECTS) $(shutdown_DEPENDENCIES) 
402
 
        @rm -f shutdown$(EXEEXT)
403
 
        $(AM_V_CCLD)$(LINK) $(shutdown_OBJECTS) $(shutdown_LDADD) $(LIBS)
404
 
simpleinit$(EXEEXT): $(simpleinit_OBJECTS) $(simpleinit_DEPENDENCIES) 
405
 
        @rm -f simpleinit$(EXEEXT)
406
 
        $(AM_V_CCLD)$(LINK) $(simpleinit_OBJECTS) $(simpleinit_LDADD) $(LIBS)
407
 
 
408
 
mostlyclean-compile:
409
 
        -rm -f *.$(OBJEXT)
410
 
 
411
 
distclean-compile:
412
 
        -rm -f *.tab.c
413
 
 
414
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/initctl.Po@am__quote@
415
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shutdown.Po@am__quote@
416
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simpleinit.Po@am__quote@
417
 
 
418
 
.c.o:
419
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
420
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
421
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
422
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
425
 
 
426
 
.c.obj:
427
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
428
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
429
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
430
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
431
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
433
 
 
434
 
.c.lo:
435
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
436
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
437
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
438
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
439
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
441
 
 
442
 
mostlyclean-libtool:
443
 
        -rm -f *.lo
444
 
 
445
 
clean-libtool:
446
 
        -rm -rf .libs _libs
447
 
install-man8: $(dist_man_MANS)
448
 
        @$(NORMAL_INSTALL)
449
 
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
450
 
        @list=''; test -n "$(man8dir)" || exit 0; \
451
 
        { for i in $$list; do echo "$$i"; done; \
452
 
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
453
 
          sed -n '/\.8[a-z]*$$/p'; \
454
 
        } | while read p; do \
455
 
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
456
 
          echo "$$d$$p"; echo "$$p"; \
457
 
        done | \
458
 
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
459
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
460
 
        sed 'N;N;s,\n, ,g' | { \
461
 
        list=; while read file base inst; do \
462
 
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
463
 
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
464
 
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
465
 
          fi; \
466
 
        done; \
467
 
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
468
 
        while read files; do \
469
 
          test -z "$$files" || { \
470
 
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
471
 
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
472
 
        done; }
473
 
 
474
 
uninstall-man8:
475
 
        @$(NORMAL_UNINSTALL)
476
 
        @list=''; test -n "$(man8dir)" || exit 0; \
477
 
        files=`{ for i in $$list; do echo "$$i"; done; \
478
 
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
479
 
          sed -n '/\.8[a-z]*$$/p'; \
480
 
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
481
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
482
 
        test -z "$$files" || { \
483
 
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
484
 
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
485
 
 
486
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
487
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
488
 
        unique=`for i in $$list; do \
489
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490
 
          done | \
491
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
493
 
        mkid -fID $$unique
494
 
tags: TAGS
495
 
 
496
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
497
 
                $(TAGS_FILES) $(LISP)
498
 
        set x; \
499
 
        here=`pwd`; \
500
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
501
 
        unique=`for i in $$list; do \
502
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503
 
          done | \
504
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
505
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
506
 
        shift; \
507
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
508
 
          test -n "$$unique" || unique=$$empty_fix; \
509
 
          if test $$# -gt 0; then \
510
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
511
 
              "$$@" $$unique; \
512
 
          else \
513
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
514
 
              $$unique; \
515
 
          fi; \
516
 
        fi
517
 
ctags: CTAGS
518
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
519
 
                $(TAGS_FILES) $(LISP)
520
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
521
 
        unique=`for i in $$list; do \
522
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523
 
          done | \
524
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
525
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
526
 
        test -z "$(CTAGS_ARGS)$$unique" \
527
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
528
 
             $$unique
529
 
 
530
 
GTAGS:
531
 
        here=`$(am__cd) $(top_builddir) && pwd` \
532
 
          && $(am__cd) $(top_srcdir) \
533
 
          && gtags -i $(GTAGS_ARGS) "$$here"
534
 
 
535
 
distclean-tags:
536
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
537
 
 
538
 
distdir: $(DISTFILES)
539
 
        @list='$(MANS)'; if test -n "$$list"; then \
540
 
          list=`for p in $$list; do \
541
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
542
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
543
 
          if test -n "$$list" && \
544
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
545
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
546
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
547
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
548
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
549
 
            exit 1; \
550
 
          else :; fi; \
551
 
        else :; fi
552
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
553
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554
 
        list='$(DISTFILES)'; \
555
 
          dist_files=`for file in $$list; do echo $$file; done | \
556
 
          sed -e "s|^$$srcdirstrip/||;t" \
557
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
558
 
        case $$dist_files in \
559
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
560
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
561
 
                           sort -u` ;; \
562
 
        esac; \
563
 
        for file in $$dist_files; do \
564
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
565
 
          if test -d $$d/$$file; then \
566
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
567
 
            if test -d "$(distdir)/$$file"; then \
568
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
569
 
            fi; \
570
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
571
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
572
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573
 
            fi; \
574
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
575
 
          else \
576
 
            test -f "$(distdir)/$$file" \
577
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
578
 
            || exit 1; \
579
 
          fi; \
580
 
        done
581
 
check-am: all-am
582
 
check: check-am
583
 
all-am: Makefile $(PROGRAMS) $(MANS) $(DATA)
584
 
installdirs:
585
 
        for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
586
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
587
 
        done
588
 
install: install-am
589
 
install-exec: install-exec-am
590
 
install-data: install-data-am
591
 
uninstall: uninstall-am
592
 
 
593
 
install-am: all-am
594
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
595
 
 
596
 
installcheck: installcheck-am
597
 
install-strip:
598
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
599
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
600
 
          `test -z '$(STRIP)' || \
601
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
602
 
mostlyclean-generic:
603
 
 
604
 
clean-generic:
605
 
 
606
 
distclean-generic:
607
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
608
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
609
 
 
610
 
maintainer-clean-generic:
611
 
        @echo "This command is intended for maintainers to use"
612
 
        @echo "it deletes files that may require special tools to rebuild."
613
 
clean: clean-am
614
 
 
615
 
clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
616
 
        mostlyclean-am
617
 
 
618
 
distclean: distclean-am
619
 
        -rm -rf ./$(DEPDIR)
620
 
        -rm -f Makefile
621
 
distclean-am: clean-am distclean-compile distclean-generic \
622
 
        distclean-tags
623
 
 
624
 
dvi: dvi-am
625
 
 
626
 
dvi-am:
627
 
 
628
 
html: html-am
629
 
 
630
 
html-am:
631
 
 
632
 
info: info-am
633
 
 
634
 
info-am:
635
 
 
636
 
install-data-am: install-man
637
 
        @$(NORMAL_INSTALL)
638
 
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
639
 
install-dvi: install-dvi-am
640
 
 
641
 
install-dvi-am:
642
 
 
643
 
install-exec-am: install-sbinPROGRAMS
644
 
        @$(NORMAL_INSTALL)
645
 
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
646
 
install-html: install-html-am
647
 
 
648
 
install-html-am:
649
 
 
650
 
install-info: install-info-am
651
 
 
652
 
install-info-am:
653
 
 
654
 
install-man: install-man8
655
 
 
656
 
install-pdf: install-pdf-am
657
 
 
658
 
install-pdf-am:
659
 
 
660
 
install-ps: install-ps-am
661
 
 
662
 
install-ps-am:
663
 
 
664
 
installcheck-am:
665
 
 
666
 
maintainer-clean: maintainer-clean-am
667
 
        -rm -rf ./$(DEPDIR)
668
 
        -rm -f Makefile
669
 
maintainer-clean-am: distclean-am maintainer-clean-generic
670
 
 
671
 
mostlyclean: mostlyclean-am
672
 
 
673
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
674
 
        mostlyclean-libtool
675
 
 
676
 
pdf: pdf-am
677
 
 
678
 
pdf-am:
679
 
 
680
 
ps: ps-am
681
 
 
682
 
ps-am:
683
 
 
684
 
uninstall-am: uninstall-man uninstall-sbinPROGRAMS
685
 
 
686
 
uninstall-man: uninstall-man8
687
 
 
688
 
.MAKE: install-am install-data-am install-exec-am install-strip
689
 
 
690
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
691
 
        clean-libtool clean-sbinPROGRAMS ctags distclean \
692
 
        distclean-compile distclean-generic distclean-libtool \
693
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
694
 
        install install-am install-data install-data-am \
695
 
        install-data-hook install-dvi install-dvi-am install-exec \
696
 
        install-exec-am install-exec-hook install-html install-html-am \
697
 
        install-info install-info-am install-man install-man8 \
698
 
        install-pdf install-pdf-am install-ps install-ps-am \
699
 
        install-sbinPROGRAMS install-strip installcheck \
700
 
        installcheck-am installdirs maintainer-clean \
701
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
702
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
703
 
        tags uninstall uninstall-am uninstall-man uninstall-man8 \
704
 
        uninstall-sbinPROGRAMS
705
 
 
706
 
 
707
 
$(ul_libblkid_la):
708
 
        $(MAKE) -C $(ul_libblkid_builddir)
709
 
 
710
 
$(ul_libuuid_la):
711
 
        $(MAKE) -C $(ul_libuuid_builddir)
712
 
 
713
 
$(ul_libmount_la):
714
 
        $(MAKE) -C $(ul_libmount_builddir)
715
 
 
716
 
install-exec-hook::
717
 
        cd $(DESTDIR)$(sbindir) && ln -sf shutdown reboot
718
 
        cd $(DESTDIR)$(sbindir) && ln -sf shutdown fastboot
719
 
        cd $(DESTDIR)$(sbindir) && ln -sf shutdown halt
720
 
        cd $(DESTDIR)$(sbindir) && ln -sf shutdown fasthalt
721
 
        cd $(DESTDIR)$(sbindir) && ln -sf initctl need
722
 
        cd $(DESTDIR)$(sbindir) && ln -sf initctl display-services
723
 
        cd $(DESTDIR)$(sbindir) && ln -sf initctl provide
724
 
 
725
 
install-data-hook:
726
 
        cd $(DESTDIR)$(mandir)/man8 && ln -sf initctl.8 need.8
727
 
        cd $(DESTDIR)$(mandir)/man8 && ln -sf initctl.8 display-services.8
728
 
        cd $(DESTDIR)$(mandir)/man8 && ln -sf initctl.8 provide.8
729
 
 
730
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
731
 
# Otherwise a system limit (for SysV at least) may be exceeded.
732
 
.NOEXPORT: