~pr0gg3d/ubuntu/oneiric/util-linux/bug-805886

« back to all changes in this revision

Viewing changes to shlibs/blkid/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-07-16 15:48:23 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090716154823-i26fshvs4v8h90qh
Tags: 2.16-1ubuntu1
* Merge from Debian, remaining changes:
  - Since udev is required in Ubuntu, the hwclock.sh init script is
    not called on startup and the hwclockfirst.sh init script is
    removed.
  - Remove /etc/adjtime on upgrade if it was not used.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - No lsb_release call in mount.preinst since we'd need Pre-Depends
    (LP: #383697).

Show diffs side-by-side

added added

removed removed

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