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

« back to all changes in this revision

Viewing changes to shlibs/mount/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-06-20 22:31:50 UTC
  • mfrom: (1.6.3 upstream) (4.5.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110620223150-lz8wrv0946ihcz3z
Tags: 2.19.1-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - Build for multiarch.
  - Add pre-depends on multiarch-support.
  - configure.ac: don't try to be clever about extracting a path name from
    $libdir to append to /usr in a way that's not overridable; instead,
    reuse the built-in configurable libexecdir.
  - Fix up the .pc.in files to know about libexecdir, so our substitutions
    don't leave us with unusable pkg-config files.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - Mention mountall(8) in fstab(5) manpages, along with its special
    options.
  - Since upstart is required in Ubuntu, the hwclock.sh init script is not
    called on startup and the hwclockfirst.sh init script is removed.
  - Drop depends on initscripts for the above.
  - Replace hwclock udev rule with an Upstart job.
  - For the case where mount is called with a directory to mount, look
    that directory up in mountall's /lib/init/fstab if we couldn't find
    it mentioned anywhere else.  This means "mount /proc", "mount /sys",
    etc. work.
  - mount.8 points to the cifs-utils package, not the obsolete smbfs one. 
* Dropped changes:
  - mount.preinst: lsb_release has been fixed in lucid and above to be
    usable without configuration, so we don't have to diverge from Debian
    here anymore.
* Changes merged upstream:
  - sfdisk support for '+' with '-N'
  - mount/umount.c: fix a segfault on umount with empty mtab entry
  - Fix arbitrary unmount with fuse security issue

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
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
DIST_COMMON = $(dist_noinst_DATA) $(srcdir)/Makefile.am \
 
38
        $(srcdir)/Makefile.in $(srcdir)/mount.pc.in \
 
39
        $(top_srcdir)/config/include-Makefile.am
 
40
@ENABLE_GTK_DOC_TRUE@am__append_1 = docs
 
41
subdir = shlibs/mount
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
44
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
 
45
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
46
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
47
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
48
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
49
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
50
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/tls.m4 \
 
51
        $(top_srcdir)/configure.ac
 
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
53
        $(ACLOCAL_M4)
 
54
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
55
CONFIG_HEADER = $(top_builddir)/config.h
 
56
CONFIG_CLEAN_FILES = mount.pc
 
57
CONFIG_CLEAN_VPATH_FILES =
 
58
AM_V_GEN = $(am__v_GEN_$(V))
 
59
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
60
am__v_GEN_0 = @echo "  GEN   " $@;
 
61
AM_V_at = $(am__v_at_$(V))
 
62
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
63
am__v_at_0 = @
 
64
SOURCES =
 
65
DIST_SOURCES =
 
66
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
67
        html-recursive info-recursive install-data-recursive \
 
68
        install-dvi-recursive install-exec-recursive \
 
69
        install-html-recursive install-info-recursive \
 
70
        install-pdf-recursive install-ps-recursive install-recursive \
 
71
        installcheck-recursive installdirs-recursive pdf-recursive \
 
72
        ps-recursive uninstall-recursive
 
73
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
74
am__vpath_adj = case $$p in \
 
75
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
76
    *) f=$$p;; \
 
77
  esac;
 
78
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
79
am__install_max = 40
 
80
am__nobase_strip_setup = \
 
81
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
82
am__nobase_strip = \
 
83
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
84
am__nobase_list = $(am__nobase_strip_setup); \
 
85
  for p in $$list; do echo "$$p $$p"; done | \
 
86
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
87
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
88
    if (++n[$$2] == $(am__install_max)) \
 
89
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
90
    END { for (dir in files) print dir, files[dir] }'
 
91
am__base_list = \
 
92
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
93
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
94
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
 
95
DATA = $(dist_noinst_DATA) $(pkgconfig_DATA)
 
96
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
97
  distclean-recursive maintainer-clean-recursive
 
98
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
99
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
100
        distdir
 
101
ETAGS = etags
 
102
CTAGS = ctags
 
103
DIST_SUBDIRS = src samples docs
 
104
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
105
am__relativize = \
 
106
  dir0=`pwd`; \
 
107
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
108
  sed_rest='s,^[^/]*/*,,'; \
 
109
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
110
  sed_butlast='s,/*[^/]*$$,,'; \
 
111
  while test -n "$$dir1"; do \
 
112
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
113
    if test "$$first" != "."; then \
 
114
      if test "$$first" = ".."; then \
 
115
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
116
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
117
      else \
 
118
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
119
        if test "$$first2" = "$$first"; then \
 
120
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
121
        else \
 
122
          dir2="../$$dir2"; \
 
123
        fi; \
 
124
        dir0="$$dir0"/"$$first"; \
 
125
      fi; \
 
126
    fi; \
 
127
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
128
  done; \
 
129
  reldir="$$dir2"
 
130
ACLOCAL = @ACLOCAL@
 
131
AMTAR = @AMTAR@
 
132
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
133
AR = @AR@
 
134
AUTOCONF = @AUTOCONF@
 
135
AUTOHEADER = @AUTOHEADER@
 
136
AUTOMAKE = @AUTOMAKE@
 
137
AWK = @AWK@
 
138
BLKID_CFLAGS = @BLKID_CFLAGS@
 
139
BLKID_LIBS = @BLKID_LIBS@
 
140
BLKID_LIBS_STATIC = @BLKID_LIBS_STATIC@
 
141
CC = @CC@
 
142
CCDEPMODE = @CCDEPMODE@
 
143
CFLAGS = @CFLAGS@
 
144
CPP = @CPP@
 
145
CPPFLAGS = @CPPFLAGS@
 
146
CYGPATH_W = @CYGPATH_W@
 
147
DEFS = @DEFS@
 
148
DEPDIR = @DEPDIR@
 
149
DSYMUTIL = @DSYMUTIL@
 
150
DUMPBIN = @DUMPBIN@
 
151
ECHO_C = @ECHO_C@
 
152
ECHO_N = @ECHO_N@
 
153
ECHO_T = @ECHO_T@
 
154
EGREP = @EGREP@
 
155
EXEEXT = @EXEEXT@
 
156
FGREP = @FGREP@
 
157
GMSGFMT = @GMSGFMT@
 
158
GREP = @GREP@
 
159
GTKDOC_CHECK = @GTKDOC_CHECK@
 
160
HTML_DIR = @HTML_DIR@
 
161
INSTALL = @INSTALL@
 
162
INSTALL_DATA = @INSTALL_DATA@
 
163
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
164
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
165
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
166
INTLLIBS = @INTLLIBS@
 
167
LD = @LD@
 
168
LDFLAGS = @LDFLAGS@
 
169
LIBBLKID_DATE = @LIBBLKID_DATE@
 
170
LIBBLKID_VERSION = @LIBBLKID_VERSION@
 
171
LIBBLKID_VERSION_INFO = @LIBBLKID_VERSION_INFO@
 
172
LIBICONV = @LIBICONV@
 
173
LIBINTL = @LIBINTL@
 
174
LIBMOUNT_VERSION = @LIBMOUNT_VERSION@
 
175
LIBMOUNT_VERSION_INFO = @LIBMOUNT_VERSION_INFO@
 
176
LIBOBJS = @LIBOBJS@
 
177
LIBS = @LIBS@
 
178
LIBTOOL = @LIBTOOL@
 
179
LIBUUID_VERSION = @LIBUUID_VERSION@
 
180
LIBUUID_VERSION_INFO = @LIBUUID_VERSION_INFO@
 
181
LIPO = @LIPO@
 
182
LN_S = @LN_S@
 
183
LTLIBICONV = @LTLIBICONV@
 
184
LTLIBINTL = @LTLIBINTL@
 
185
LTLIBOBJS = @LTLIBOBJS@
 
186
MAKEINFO = @MAKEINFO@
 
187
MKDIR_P = @MKDIR_P@
 
188
MKINSTALLDIRS = @MKINSTALLDIRS@
 
189
MSGFMT = @MSGFMT@
 
190
MSGMERGE = @MSGMERGE@
 
191
NCURSES_LIBS = @NCURSES_LIBS@
 
192
NM = @NM@
 
193
NMEDIT = @NMEDIT@
 
194
OBJDUMP = @OBJDUMP@
 
195
OBJEXT = @OBJEXT@
 
196
OTOOL = @OTOOL@
 
197
OTOOL64 = @OTOOL64@
 
198
PACKAGE = @PACKAGE@
 
199
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
200
PACKAGE_NAME = @PACKAGE_NAME@
 
201
PACKAGE_STRING = @PACKAGE_STRING@
 
202
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
203
PACKAGE_URL = @PACKAGE_URL@
 
204
PACKAGE_VERSION = @PACKAGE_VERSION@
 
205
PATH_SEPARATOR = @PATH_SEPARATOR@
 
206
PERL = @PERL@
 
207
PKG_CONFIG = @PKG_CONFIG@
 
208
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
209
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
210
POSUB = @POSUB@
 
211
RANLIB = @RANLIB@
 
212
SED = @SED@
 
213
SELINUX_LIBS = @SELINUX_LIBS@
 
214
SELINUX_LIBS_STATIC = @SELINUX_LIBS_STATIC@
 
215
SET_MAKE = @SET_MAKE@
 
216
SHELL = @SHELL@
 
217
SOCKET_LIBS = @SOCKET_LIBS@
 
218
STRIP = @STRIP@
 
219
SUID_CFLAGS = @SUID_CFLAGS@
 
220
SUID_LDFLAGS = @SUID_LDFLAGS@
 
221
USE_NLS = @USE_NLS@
 
222
UUID_CFLAGS = @UUID_CFLAGS@
 
223
UUID_LIBS = @UUID_LIBS@
 
224
VERSION = @VERSION@
 
225
XGETTEXT = @XGETTEXT@
 
226
XSLTPROC = @XSLTPROC@
 
227
abs_builddir = @abs_builddir@
 
228
abs_srcdir = @abs_srcdir@
 
229
abs_top_builddir = @abs_top_builddir@
 
230
abs_top_srcdir = @abs_top_srcdir@
 
231
ac_ct_CC = @ac_ct_CC@
 
232
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
233
am__include = @am__include@
 
234
am__leading_dot = @am__leading_dot@
 
235
am__quote = @am__quote@
 
236
am__tar = @am__tar@
 
237
am__untar = @am__untar@
 
238
bindir = @bindir@
 
239
build = @build@
 
240
build_alias = @build_alias@
 
241
build_cpu = @build_cpu@
 
242
build_os = @build_os@
 
243
build_vendor = @build_vendor@
 
244
builddir = @builddir@
 
245
datadir = @datadir@
 
246
datarootdir = @datarootdir@
 
247
docdir = @docdir@
 
248
dvidir = @dvidir@
 
249
exec_prefix = @exec_prefix@
 
250
host = @host@
 
251
host_alias = @host_alias@
 
252
host_cpu = @host_cpu@
 
253
host_os = @host_os@
 
254
host_vendor = @host_vendor@
 
255
htmldir = @htmldir@
 
256
includedir = @includedir@
 
257
infodir = @infodir@
 
258
install_sh = @install_sh@
 
259
libdir = @libdir@
 
260
libexecdir = @libexecdir@
 
261
localedir = @localedir@
 
262
localstatedir = @localstatedir@
 
263
lt_ECHO = @lt_ECHO@
 
264
mandir = @mandir@
 
265
mkdir_p = @mkdir_p@
 
266
oldincludedir = @oldincludedir@
 
267
pdfdir = @pdfdir@
 
268
prefix = @prefix@
 
269
program_transform_name = @program_transform_name@
 
270
psdir = @psdir@
 
271
sbindir = @sbindir@
 
272
sharedstatedir = @sharedstatedir@
 
273
srcdir = @srcdir@
 
274
sysconfdir = @sysconfdir@
 
275
target_alias = @target_alias@
 
276
top_build_prefix = @top_build_prefix@
 
277
top_builddir = @top_builddir@
 
278
top_srcdir = @top_srcdir@
 
279
usrbin_execdir = @usrbin_execdir@
 
280
usrlib_execdir = @usrlib_execdir@
 
281
usrsbin_execdir = @usrsbin_execdir@
 
282
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \
 
283
        -DLOCALEDIR=\"$(localedir)\"
 
284
 
 
285
AM_CFLAGS = -fsigned-char
 
286
AM_LDFLAGS = 
 
287
 
 
288
# Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals.
 
289
# Unlike with other dist primaries, the files are not distributed if the
 
290
# conditional is false.
 
291
# Work the bug around until it is fixed:
 
292
dist_noinst_DATA = $(dist_man_MANS)
 
293
 
 
294
# Paths to in-tree libraries (use ul_ prefix to avoid possible collisions)
 
295
#
 
296
# blkid
 
297
ul_libblkid_srcdir = $(top_srcdir)/shlibs/blkid/src
 
298
ul_libblkid_builddir = $(top_builddir)/shlibs/blkid/src
 
299
ul_libblkid_la = $(top_builddir)/shlibs/blkid/src/libblkid.la
 
300
 
 
301
# blkid.h is generated by ./configure script and stored in build directory
 
302
ul_libblkid_incdir = $(ul_libblkid_builddir)
 
303
 
 
304
# uuid
 
305
ul_libuuid_srcdir = $(top_srcdir)/shlibs/uuid/src
 
306
ul_libuuid_builddir = $(top_builddir)/shlibs/uuid/src
 
307
ul_libuuid_la = $(top_builddir)/shlibs/uuid/src/libuuid.la
 
308
 
 
309
# mount
 
310
ul_libmount_srcdir = $(top_srcdir)/shlibs/mount/src
 
311
ul_libmount_builddir = $(top_builddir)/shlibs/mount/src
 
312
ul_libmount_la = $(top_builddir)/shlibs/mount/src/libmount.la
 
313
 
 
314
# libmount.h is generated by ./configure script and stored in build directory
 
315
ul_libmount_incdir = $(ul_libmount_builddir)
 
316
SUBDIRS = src samples $(am__append_1)
 
317
 
 
318
# pkg-config stuff
 
319
pkgconfigdir = $(usrlib_execdir)/pkgconfig
 
320
pkgconfig_DATA = mount.pc
 
321
EXTRA_DIST = COPYING.libmount mount.pc.in
 
322
all: all-recursive
 
323
 
 
324
.SUFFIXES:
 
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 shlibs/mount/Makefile'; \
 
335
        $(am__cd) $(top_srcdir) && \
 
336
          $(AUTOMAKE) --foreign shlibs/mount/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
mount.pc: $(top_builddir)/config.status $(srcdir)/mount.pc.in
 
356
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
357
 
 
358
mostlyclean-libtool:
 
359
        -rm -f *.lo
 
360
 
 
361
clean-libtool:
 
362
        -rm -rf .libs _libs
 
363
install-pkgconfigDATA: $(pkgconfig_DATA)
 
364
        @$(NORMAL_INSTALL)
 
365
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
366
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
367
        for p in $$list; do \
 
368
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
369
          echo "$$d$$p"; \
 
370
        done | $(am__base_list) | \
 
371
        while read files; do \
 
372
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
373
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
 
374
        done
 
375
 
 
376
uninstall-pkgconfigDATA:
 
377
        @$(NORMAL_UNINSTALL)
 
378
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
379
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
380
        test -n "$$files" || exit 0; \
 
381
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
382
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
383
 
 
384
# This directory's subdirectories are mostly independent; you can cd
 
385
# into them and run `make' without going through this Makefile.
 
386
# To change the values of `make' variables: instead of editing Makefiles,
 
387
# (1) if the variable is set in `config.status', edit `config.status'
 
388
#     (which will cause the Makefiles to be regenerated when you run `make');
 
389
# (2) otherwise, pass the desired values on the `make' command line.
 
390
$(RECURSIVE_TARGETS):
 
391
        @fail= failcom='exit 1'; \
 
392
        for f in x $$MAKEFLAGS; do \
 
393
          case $$f in \
 
394
            *=* | --[!k]*);; \
 
395
            *k*) failcom='fail=yes';; \
 
396
          esac; \
 
397
        done; \
 
398
        dot_seen=no; \
 
399
        target=`echo $@ | sed s/-recursive//`; \
 
400
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
401
          echo "Making $$target in $$subdir"; \
 
402
          if test "$$subdir" = "."; then \
 
403
            dot_seen=yes; \
 
404
            local_target="$$target-am"; \
 
405
          else \
 
406
            local_target="$$target"; \
 
407
          fi; \
 
408
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
409
          || eval $$failcom; \
 
410
        done; \
 
411
        if test "$$dot_seen" = "no"; then \
 
412
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
413
        fi; test -z "$$fail"
 
414
 
 
415
$(RECURSIVE_CLEAN_TARGETS):
 
416
        @fail= failcom='exit 1'; \
 
417
        for f in x $$MAKEFLAGS; do \
 
418
          case $$f in \
 
419
            *=* | --[!k]*);; \
 
420
            *k*) failcom='fail=yes';; \
 
421
          esac; \
 
422
        done; \
 
423
        dot_seen=no; \
 
424
        case "$@" in \
 
425
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
426
          *) list='$(SUBDIRS)' ;; \
 
427
        esac; \
 
428
        rev=''; for subdir in $$list; do \
 
429
          if test "$$subdir" = "."; then :; else \
 
430
            rev="$$subdir $$rev"; \
 
431
          fi; \
 
432
        done; \
 
433
        rev="$$rev ."; \
 
434
        target=`echo $@ | sed s/-recursive//`; \
 
435
        for subdir in $$rev; do \
 
436
          echo "Making $$target in $$subdir"; \
 
437
          if test "$$subdir" = "."; then \
 
438
            local_target="$$target-am"; \
 
439
          else \
 
440
            local_target="$$target"; \
 
441
          fi; \
 
442
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
443
          || eval $$failcom; \
 
444
        done && test -z "$$fail"
 
445
tags-recursive:
 
446
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
447
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
448
        done
 
449
ctags-recursive:
 
450
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
451
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
452
        done
 
453
 
 
454
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
455
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
456
        unique=`for i in $$list; do \
 
457
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
458
          done | \
 
459
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
460
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
461
        mkid -fID $$unique
 
462
tags: TAGS
 
463
 
 
464
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
465
                $(TAGS_FILES) $(LISP)
 
466
        set x; \
 
467
        here=`pwd`; \
 
468
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
469
          include_option=--etags-include; \
 
470
          empty_fix=.; \
 
471
        else \
 
472
          include_option=--include; \
 
473
          empty_fix=; \
 
474
        fi; \
 
475
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
476
          if test "$$subdir" = .; then :; else \
 
477
            test ! -f $$subdir/TAGS || \
 
478
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
479
          fi; \
 
480
        done; \
 
481
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
482
        unique=`for i in $$list; do \
 
483
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
484
          done | \
 
485
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
486
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
487
        shift; \
 
488
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
489
          test -n "$$unique" || unique=$$empty_fix; \
 
490
          if test $$# -gt 0; then \
 
491
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
492
              "$$@" $$unique; \
 
493
          else \
 
494
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
495
              $$unique; \
 
496
          fi; \
 
497
        fi
 
498
ctags: CTAGS
 
499
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
500
                $(TAGS_FILES) $(LISP)
 
501
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
502
        unique=`for i in $$list; do \
 
503
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
504
          done | \
 
505
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
506
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
507
        test -z "$(CTAGS_ARGS)$$unique" \
 
508
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
509
             $$unique
 
510
 
 
511
GTAGS:
 
512
        here=`$(am__cd) $(top_builddir) && pwd` \
 
513
          && $(am__cd) $(top_srcdir) \
 
514
          && gtags -i $(GTAGS_ARGS) "$$here"
 
515
 
 
516
distclean-tags:
 
517
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
518
 
 
519
distdir: $(DISTFILES)
 
520
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
521
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
522
        list='$(DISTFILES)'; \
 
523
          dist_files=`for file in $$list; do echo $$file; done | \
 
524
          sed -e "s|^$$srcdirstrip/||;t" \
 
525
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
526
        case $$dist_files in \
 
527
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
528
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
529
                           sort -u` ;; \
 
530
        esac; \
 
531
        for file in $$dist_files; do \
 
532
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
533
          if test -d $$d/$$file; then \
 
534
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
535
            if test -d "$(distdir)/$$file"; then \
 
536
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
537
            fi; \
 
538
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
539
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
540
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
541
            fi; \
 
542
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
543
          else \
 
544
            test -f "$(distdir)/$$file" \
 
545
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
546
            || exit 1; \
 
547
          fi; \
 
548
        done
 
549
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
550
          if test "$$subdir" = .; then :; else \
 
551
            test -d "$(distdir)/$$subdir" \
 
552
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
553
            || exit 1; \
 
554
          fi; \
 
555
        done
 
556
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
557
          if test "$$subdir" = .; then :; else \
 
558
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
559
            $(am__relativize); \
 
560
            new_distdir=$$reldir; \
 
561
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
562
            $(am__relativize); \
 
563
            new_top_distdir=$$reldir; \
 
564
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
565
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
566
            ($(am__cd) $$subdir && \
 
567
              $(MAKE) $(AM_MAKEFLAGS) \
 
568
                top_distdir="$$new_top_distdir" \
 
569
                distdir="$$new_distdir" \
 
570
                am__remove_distdir=: \
 
571
                am__skip_length_check=: \
 
572
                am__skip_mode_fix=: \
 
573
                distdir) \
 
574
              || exit 1; \
 
575
          fi; \
 
576
        done
 
577
check-am: all-am
 
578
check: check-recursive
 
579
all-am: Makefile $(DATA)
 
580
installdirs: installdirs-recursive
 
581
installdirs-am:
 
582
        for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
 
583
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
584
        done
 
585
install: install-recursive
 
586
install-exec: install-exec-recursive
 
587
install-data: install-data-recursive
 
588
uninstall: uninstall-recursive
 
589
 
 
590
install-am: all-am
 
591
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
592
 
 
593
installcheck: installcheck-recursive
 
594
install-strip:
 
595
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
596
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
597
          `test -z '$(STRIP)' || \
 
598
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
599
mostlyclean-generic:
 
600
 
 
601
clean-generic:
 
602
 
 
603
distclean-generic:
 
604
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
605
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
606
 
 
607
maintainer-clean-generic:
 
608
        @echo "This command is intended for maintainers to use"
 
609
        @echo "it deletes files that may require special tools to rebuild."
 
610
clean: clean-recursive
 
611
 
 
612
clean-am: clean-generic clean-libtool mostlyclean-am
 
613
 
 
614
distclean: distclean-recursive
 
615
        -rm -f Makefile
 
616
distclean-am: clean-am distclean-generic distclean-tags
 
617
 
 
618
dvi: dvi-recursive
 
619
 
 
620
dvi-am:
 
621
 
 
622
html: html-recursive
 
623
 
 
624
html-am:
 
625
 
 
626
info: info-recursive
 
627
 
 
628
info-am:
 
629
 
 
630
install-data-am: install-pkgconfigDATA
 
631
 
 
632
install-dvi: install-dvi-recursive
 
633
 
 
634
install-dvi-am:
 
635
 
 
636
install-exec-am:
 
637
 
 
638
install-html: install-html-recursive
 
639
 
 
640
install-html-am:
 
641
 
 
642
install-info: install-info-recursive
 
643
 
 
644
install-info-am:
 
645
 
 
646
install-man:
 
647
 
 
648
install-pdf: install-pdf-recursive
 
649
 
 
650
install-pdf-am:
 
651
 
 
652
install-ps: install-ps-recursive
 
653
 
 
654
install-ps-am:
 
655
 
 
656
installcheck-am:
 
657
 
 
658
maintainer-clean: maintainer-clean-recursive
 
659
        -rm -f Makefile
 
660
maintainer-clean-am: distclean-am maintainer-clean-generic
 
661
 
 
662
mostlyclean: mostlyclean-recursive
 
663
 
 
664
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
665
 
 
666
pdf: pdf-recursive
 
667
 
 
668
pdf-am:
 
669
 
 
670
ps: ps-recursive
 
671
 
 
672
ps-am:
 
673
 
 
674
uninstall-am: uninstall-pkgconfigDATA
 
675
 
 
676
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
677
        install-am install-strip tags-recursive
 
678
 
 
679
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
680
        all all-am check check-am clean clean-generic clean-libtool \
 
681
        ctags ctags-recursive distclean distclean-generic \
 
682
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
683
        html-am info info-am install install-am install-data \
 
684
        install-data-am install-dvi install-dvi-am install-exec \
 
685
        install-exec-am install-html install-html-am install-info \
 
686
        install-info-am install-man install-pdf install-pdf-am \
 
687
        install-pkgconfigDATA install-ps install-ps-am install-strip \
 
688
        installcheck installcheck-am installdirs installdirs-am \
 
689
        maintainer-clean maintainer-clean-generic mostlyclean \
 
690
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
691
        tags tags-recursive uninstall uninstall-am \
 
692
        uninstall-pkgconfigDATA
 
693
 
 
694
 
 
695
$(ul_libblkid_la):
 
696
        $(MAKE) -C $(ul_libblkid_builddir)
 
697
 
 
698
$(ul_libuuid_la):
 
699
        $(MAKE) -C $(ul_libuuid_builddir)
 
700
 
 
701
$(ul_libmount_la):
 
702
        $(MAKE) -C $(ul_libmount_builddir)
 
703
 
 
704
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
705
# Otherwise a system limit (for SysV at least) may be exceeded.
 
706
.NOEXPORT: