tizen 2.0
[framework/base/util-linux-ng.git] / Makefile.in
1 # Makefile.in generated by automake 1.11 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 = README $(am__configure_deps) $(dist_noinst_DATA) \
38         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39         $(srcdir)/config.h.in $(top_srcdir)/config/include-Makefile.am \
40         $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING INSTALL NEWS \
41         TODO config/config.guess config/config.rpath config/config.sub \
42         config/depcomp config/install-sh config/ltmain.sh \
43         config/missing config/mkinstalldirs config/texinfo.tex
44 @LINUX_TRUE@am__append_1 = \
45 @LINUX_TRUE@    hwclock \
46 @LINUX_TRUE@    partx
47
48 @BUILD_MOUNT_TRUE@am__append_2 = mount
49 @BUILD_FSCK_TRUE@am__append_3 = fsck
50 subdir = .
51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
53         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
54         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
55         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
56         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
57         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
58         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
59         $(top_srcdir)/m4/tls.m4 $(top_srcdir)/configure.ac
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61         $(ACLOCAL_M4)
62 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
63  configure.lineno config.status.lineno
64 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
65 CONFIG_HEADER = config.h
66 CONFIG_CLEAN_FILES =
67 CONFIG_CLEAN_VPATH_FILES =
68 SOURCES =
69 DIST_SOURCES =
70 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
71         html-recursive info-recursive install-data-recursive \
72         install-dvi-recursive install-exec-recursive \
73         install-html-recursive install-info-recursive \
74         install-pdf-recursive install-ps-recursive install-recursive \
75         installcheck-recursive installdirs-recursive pdf-recursive \
76         ps-recursive uninstall-recursive
77 DATA = $(dist_noinst_DATA)
78 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
79   distclean-recursive maintainer-clean-recursive
80 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
81         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
82         distdir dist dist-all distcheck
83 ETAGS = etags
84 CTAGS = ctags
85 DIST_SUBDIRS = include disk-utils fdisk getopt lib shlibs login-utils \
86         misc-utils po schedutils sys-utils text-utils tests hwclock \
87         partx mount fsck
88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89 distdir = $(PACKAGE)-$(VERSION)
90 top_distdir = $(distdir)
91 am__remove_distdir = \
92   { test ! -d "$(distdir)" \
93     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
94          && rm -fr "$(distdir)"; }; }
95 am__relativize = \
96   dir0=`pwd`; \
97   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
98   sed_rest='s,^[^/]*/*,,'; \
99   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
100   sed_butlast='s,/*[^/]*$$,,'; \
101   while test -n "$$dir1"; do \
102     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
103     if test "$$first" != "."; then \
104       if test "$$first" = ".."; then \
105         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
106         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
107       else \
108         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
109         if test "$$first2" = "$$first"; then \
110           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
111         else \
112           dir2="../$$dir2"; \
113         fi; \
114         dir0="$$dir0"/"$$first"; \
115       fi; \
116     fi; \
117     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
118   done; \
119   reldir="$$dir2"
120 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
121 GZIP_ENV = --best
122 distuninstallcheck_listfiles = find . -type f -print
123 distcleancheck_listfiles = find . -type f -print
124 ACLOCAL = @ACLOCAL@
125 AMTAR = @AMTAR@
126 AR = @AR@
127 AUTOCONF = @AUTOCONF@
128 AUTOHEADER = @AUTOHEADER@
129 AUTOMAKE = @AUTOMAKE@
130 AWK = @AWK@
131 BLKID = @BLKID@
132 BLKID_CFLAGS = @BLKID_CFLAGS@
133 BLKID_LIBS = @BLKID_LIBS@
134 BLKID_LIBS_STATIC = @BLKID_LIBS_STATIC@
135 CC = @CC@
136 CCDEPMODE = @CCDEPMODE@
137 CFLAGS = @CFLAGS@
138 CPP = @CPP@
139 CPPFLAGS = @CPPFLAGS@
140 CYGPATH_W = @CYGPATH_W@
141 DEFS = @DEFS@
142 DEPDIR = @DEPDIR@
143 DSYMUTIL = @DSYMUTIL@
144 DUMPBIN = @DUMPBIN@
145 ECHO_C = @ECHO_C@
146 ECHO_N = @ECHO_N@
147 ECHO_T = @ECHO_T@
148 EGREP = @EGREP@
149 EXEEXT = @EXEEXT@
150 FGREP = @FGREP@
151 GMSGFMT = @GMSGFMT@
152 GREP = @GREP@
153 INSTALL = @INSTALL@
154 INSTALL_DATA = @INSTALL_DATA@
155 INSTALL_PROGRAM = @INSTALL_PROGRAM@
156 INSTALL_SCRIPT = @INSTALL_SCRIPT@
157 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158 INTLLIBS = @INTLLIBS@
159 LD = @LD@
160 LDFLAGS = @LDFLAGS@
161 LIBBLKID_VERSION = @LIBBLKID_VERSION@
162 LIBBLKID_VERSION_INFO = @LIBBLKID_VERSION_INFO@
163 LIBICONV = @LIBICONV@
164 LIBINTL = @LIBINTL@
165 LIBOBJS = @LIBOBJS@
166 LIBS = @LIBS@
167 LIBTOOL = @LIBTOOL@
168 LIBUUID_VERSION = @LIBUUID_VERSION@
169 LIBUUID_VERSION_INFO = @LIBUUID_VERSION_INFO@
170 LIPO = @LIPO@
171 LN_S = @LN_S@
172 LTLIBICONV = @LTLIBICONV@
173 LTLIBINTL = @LTLIBINTL@
174 LTLIBOBJS = @LTLIBOBJS@
175 MAKEINFO = @MAKEINFO@
176 MKDIR_P = @MKDIR_P@
177 MKINSTALLDIRS = @MKINSTALLDIRS@
178 MSGFMT = @MSGFMT@
179 MSGMERGE = @MSGMERGE@
180 NCURSES_LIBS = @NCURSES_LIBS@
181 NM = @NM@
182 NMEDIT = @NMEDIT@
183 OBJDUMP = @OBJDUMP@
184 OBJEXT = @OBJEXT@
185 OTOOL = @OTOOL@
186 OTOOL64 = @OTOOL64@
187 PACKAGE = @PACKAGE@
188 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189 PACKAGE_NAME = @PACKAGE_NAME@
190 PACKAGE_STRING = @PACKAGE_STRING@
191 PACKAGE_TARNAME = @PACKAGE_TARNAME@
192 PACKAGE_VERSION = @PACKAGE_VERSION@
193 PATH_SEPARATOR = @PATH_SEPARATOR@
194 PERL = @PERL@
195 PKG_CONFIG = @PKG_CONFIG@
196 POSUB = @POSUB@
197 RANLIB = @RANLIB@
198 SED = @SED@
199 SELINUX_LIBS = @SELINUX_LIBS@
200 SELINUX_LIBS_STATIC = @SELINUX_LIBS_STATIC@
201 SET_MAKE = @SET_MAKE@
202 SHELL = @SHELL@
203 STRIP = @STRIP@
204 SUID_CFLAGS = @SUID_CFLAGS@
205 SUID_LDFLAGS = @SUID_LDFLAGS@
206 USE_NLS = @USE_NLS@
207 UUID_CFLAGS = @UUID_CFLAGS@
208 UUID_LIBS = @UUID_LIBS@
209 VERSION = @VERSION@
210 VOLID = @VOLID@
211 XGETTEXT = @XGETTEXT@
212 abs_builddir = @abs_builddir@
213 abs_srcdir = @abs_srcdir@
214 abs_top_builddir = @abs_top_builddir@
215 abs_top_srcdir = @abs_top_srcdir@
216 ac_ct_CC = @ac_ct_CC@
217 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
218 am__include = @am__include@
219 am__leading_dot = @am__leading_dot@
220 am__quote = @am__quote@
221 am__tar = @am__tar@
222 am__untar = @am__untar@
223 bindir = @bindir@
224 build = @build@
225 build_alias = @build_alias@
226 build_cpu = @build_cpu@
227 build_os = @build_os@
228 build_vendor = @build_vendor@
229 builddir = @builddir@
230 datadir = @datadir@
231 datarootdir = @datarootdir@
232 docdir = @docdir@
233 dvidir = @dvidir@
234 exec_prefix = @exec_prefix@
235 host = @host@
236 host_alias = @host_alias@
237 host_cpu = @host_cpu@
238 host_os = @host_os@
239 host_vendor = @host_vendor@
240 htmldir = @htmldir@
241 includedir = @includedir@
242 infodir = @infodir@
243 install_sh = @install_sh@
244 libdir = @libdir@
245 libdirname = @libdirname@
246 libexecdir = @libexecdir@
247 localedir = @localedir@
248 localstatedir = @localstatedir@
249 lt_ECHO = @lt_ECHO@
250 mandir = @mandir@
251 mkdir_p = @mkdir_p@
252 oldincludedir = @oldincludedir@
253 pdfdir = @pdfdir@
254 prefix = @prefix@
255 program_transform_name = @program_transform_name@
256 psdir = @psdir@
257 sbindir = @sbindir@
258 sharedstatedir = @sharedstatedir@
259 srcdir = @srcdir@
260 sysconfdir = @sysconfdir@
261 target_alias = @target_alias@
262 top_build_prefix = @top_build_prefix@
263 top_builddir = @top_builddir@
264 top_srcdir = @top_srcdir@
265 usrbin_execdir = @usrbin_execdir@
266 usrlib_execdir = @usrlib_execdir@
267 usrsbin_execdir = @usrsbin_execdir@
268 AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \
269         -DLOCALEDIR=\"$(localedir)\"
270
271 AM_CFLAGS = -fsigned-char
272 AM_LDFLAGS = 
273
274 # Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals.
275 # Unlike with other dist primaries, the files are not distributed if the
276 # conditional is false.
277 # Work the bug around until it is fixed:
278 dist_noinst_DATA = $(dist_man_MANS)
279
280 # Paths to in-tree libraries (use ul_ prefix to avoid possible collisions)
281 #
282 # blkid
283 ul_libblkid_srcdir = $(top_srcdir)/shlibs/blkid/src
284 ul_libblkid_builddir = $(top_builddir)/shlibs/blkid/src
285 ul_libblkid_la = $(top_builddir)/shlibs/blkid/src/libblkid.la
286
287 # uuid
288 ul_libuuid_srcdir = $(top_srcdir)/shlibs/uuid/src
289 ul_libuuid_builddir = $(top_builddir)/shlibs/uuid/src
290 ul_libuuid_la = $(top_builddir)/shlibs/uuid/src/libuuid.la
291 SUBDIRS = include disk-utils fdisk getopt lib shlibs login-utils \
292         misc-utils po schedutils sys-utils text-utils tests \
293         $(am__append_1) $(am__append_2) $(am__append_3)
294 RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \
295                 -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o
296
297 ACLOCAL_AMFLAGS = -I m4
298 EXTRA_DIST = \
299                 autogen.sh \
300                 README.devel \
301                 README.licensing \
302                 DEPRECATED \
303                 licenses \
304                 example.files \
305                 po/update-potfiles \
306                 tools \
307                 docs
308
309 ENABLE_ALL = --enable-static-programs --with-fsprobe=builtin \
310  --enable-elvtune --enable-init --enable-kill --enable-last \
311  --enable-mesg --enable-partx --enable-raw --enable-rdev --enable-reset \
312  --enable-login-utils --enable-write --enable-arch --enable-mount
313
314 DISTCHECK_CONFIGURE_FLAGS = --disable-use-tty-group $(ENABLE_ALL)
315 all: config.h
316         $(MAKE) $(AM_MAKEFLAGS) all-recursive
317
318 .SUFFIXES:
319 am--refresh:
320         @:
321 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/include-Makefile.am $(am__configure_deps)
322         @for dep in $?; do \
323           case '$(am__configure_deps)' in \
324             *$$dep*) \
325               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
326               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
327                 && exit 0; \
328               exit 1;; \
329           esac; \
330         done; \
331         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
332         $(am__cd) $(top_srcdir) && \
333           $(AUTOMAKE) --foreign Makefile
334 .PRECIOUS: Makefile
335 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336         @case '$?' in \
337           *config.status*) \
338             echo ' $(SHELL) ./config.status'; \
339             $(SHELL) ./config.status;; \
340           *) \
341             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
342             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
343         esac;
344
345 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
346         $(SHELL) ./config.status --recheck
347
348 $(top_srcdir)/configure:  $(am__configure_deps)
349         $(am__cd) $(srcdir) && $(AUTOCONF)
350 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
351         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
352 $(am__aclocal_m4_deps):
353
354 config.h: stamp-h1
355         @if test ! -f $@; then \
356           rm -f stamp-h1; \
357           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
358         else :; fi
359
360 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
361         @rm -f stamp-h1
362         cd $(top_builddir) && $(SHELL) ./config.status config.h
363 $(srcdir)/config.h.in:  $(am__configure_deps) 
364         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
365         rm -f stamp-h1
366         touch $@
367
368 distclean-hdr:
369         -rm -f config.h stamp-h1
370
371 mostlyclean-libtool:
372         -rm -f *.lo
373
374 clean-libtool:
375         -rm -rf .libs _libs
376
377 distclean-libtool:
378         -rm -f libtool config.lt
379
380 # This directory's subdirectories are mostly independent; you can cd
381 # into them and run `make' without going through this Makefile.
382 # To change the values of `make' variables: instead of editing Makefiles,
383 # (1) if the variable is set in `config.status', edit `config.status'
384 #     (which will cause the Makefiles to be regenerated when you run `make');
385 # (2) otherwise, pass the desired values on the `make' command line.
386 $(RECURSIVE_TARGETS):
387         @failcom='exit 1'; \
388         for f in x $$MAKEFLAGS; do \
389           case $$f in \
390             *=* | --[!k]*);; \
391             *k*) failcom='fail=yes';; \
392           esac; \
393         done; \
394         dot_seen=no; \
395         target=`echo $@ | sed s/-recursive//`; \
396         list='$(SUBDIRS)'; for subdir in $$list; do \
397           echo "Making $$target in $$subdir"; \
398           if test "$$subdir" = "."; then \
399             dot_seen=yes; \
400             local_target="$$target-am"; \
401           else \
402             local_target="$$target"; \
403           fi; \
404           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
405           || eval $$failcom; \
406         done; \
407         if test "$$dot_seen" = "no"; then \
408           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
409         fi; test -z "$$fail"
410
411 $(RECURSIVE_CLEAN_TARGETS):
412         @failcom='exit 1'; \
413         for f in x $$MAKEFLAGS; do \
414           case $$f in \
415             *=* | --[!k]*);; \
416             *k*) failcom='fail=yes';; \
417           esac; \
418         done; \
419         dot_seen=no; \
420         case "$@" in \
421           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
422           *) list='$(SUBDIRS)' ;; \
423         esac; \
424         rev=''; for subdir in $$list; do \
425           if test "$$subdir" = "."; then :; else \
426             rev="$$subdir $$rev"; \
427           fi; \
428         done; \
429         rev="$$rev ."; \
430         target=`echo $@ | sed s/-recursive//`; \
431         for subdir in $$rev; do \
432           echo "Making $$target in $$subdir"; \
433           if test "$$subdir" = "."; then \
434             local_target="$$target-am"; \
435           else \
436             local_target="$$target"; \
437           fi; \
438           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
439           || eval $$failcom; \
440         done && test -z "$$fail"
441 tags-recursive:
442         list='$(SUBDIRS)'; for subdir in $$list; do \
443           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
444         done
445 ctags-recursive:
446         list='$(SUBDIRS)'; for subdir in $$list; do \
447           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
448         done
449
450 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
451         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
452         unique=`for i in $$list; do \
453             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454           done | \
455           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456               END { if (nonempty) { for (i in files) print i; }; }'`; \
457         mkid -fID $$unique
458 tags: TAGS
459
460 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
461                 $(TAGS_FILES) $(LISP)
462         set x; \
463         here=`pwd`; \
464         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
465           include_option=--etags-include; \
466           empty_fix=.; \
467         else \
468           include_option=--include; \
469           empty_fix=; \
470         fi; \
471         list='$(SUBDIRS)'; for subdir in $$list; do \
472           if test "$$subdir" = .; then :; else \
473             test ! -f $$subdir/TAGS || \
474               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
475           fi; \
476         done; \
477         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
478         unique=`for i in $$list; do \
479             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480           done | \
481           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
482               END { if (nonempty) { for (i in files) print i; }; }'`; \
483         shift; \
484         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
485           test -n "$$unique" || unique=$$empty_fix; \
486           if test $$# -gt 0; then \
487             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
488               "$$@" $$unique; \
489           else \
490             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
491               $$unique; \
492           fi; \
493         fi
494 ctags: CTAGS
495 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
496                 $(TAGS_FILES) $(LISP)
497         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
498         unique=`for i in $$list; do \
499             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
500           done | \
501           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
502               END { if (nonempty) { for (i in files) print i; }; }'`; \
503         test -z "$(CTAGS_ARGS)$$unique" \
504           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
505              $$unique
506
507 GTAGS:
508         here=`$(am__cd) $(top_builddir) && pwd` \
509           && $(am__cd) $(top_srcdir) \
510           && gtags -i $(GTAGS_ARGS) "$$here"
511
512 distclean-tags:
513         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
514
515 distdir: $(DISTFILES)
516         @case `sed 15q $(srcdir)/NEWS` in \
517         *"$(VERSION)"*) : ;; \
518         *) \
519           echo "NEWS not updated; not releasing" 1>&2; \
520           exit 1;; \
521         esac
522         $(am__remove_distdir)
523         test -d "$(distdir)" || mkdir "$(distdir)"
524         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
526         list='$(DISTFILES)'; \
527           dist_files=`for file in $$list; do echo $$file; done | \
528           sed -e "s|^$$srcdirstrip/||;t" \
529               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
530         case $$dist_files in \
531           */*) $(MKDIR_P) `echo "$$dist_files" | \
532                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
533                            sort -u` ;; \
534         esac; \
535         for file in $$dist_files; do \
536           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
537           if test -d $$d/$$file; then \
538             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
539             if test -d "$(distdir)/$$file"; then \
540               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
541             fi; \
542             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
543               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
544               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
545             fi; \
546             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
547           else \
548             test -f "$(distdir)/$$file" \
549             || cp -p $$d/$$file "$(distdir)/$$file" \
550             || exit 1; \
551           fi; \
552         done
553         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
554           if test "$$subdir" = .; then :; else \
555             test -d "$(distdir)/$$subdir" \
556             || $(MKDIR_P) "$(distdir)/$$subdir" \
557             || exit 1; \
558           fi; \
559         done
560         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
561           if test "$$subdir" = .; then :; else \
562             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
563             $(am__relativize); \
564             new_distdir=$$reldir; \
565             dir1=$$subdir; dir2="$(top_distdir)"; \
566             $(am__relativize); \
567             new_top_distdir=$$reldir; \
568             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
569             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
570             ($(am__cd) $$subdir && \
571               $(MAKE) $(AM_MAKEFLAGS) \
572                 top_distdir="$$new_top_distdir" \
573                 distdir="$$new_distdir" \
574                 am__remove_distdir=: \
575                 am__skip_length_check=: \
576                 am__skip_mode_fix=: \
577                 distdir) \
578               || exit 1; \
579           fi; \
580         done
581         -test -n "$(am__skip_mode_fix)" \
582         || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
583           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
584           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
585           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
586         || chmod -R a+r "$(distdir)"
587 dist-gzip: distdir
588         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
589         $(am__remove_distdir)
590 dist-bzip2: distdir
591         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
592         $(am__remove_distdir)
593
594 dist-lzma: distdir
595         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
596         $(am__remove_distdir)
597
598 dist-xz: distdir
599         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
600         $(am__remove_distdir)
601
602 dist-tarZ: distdir
603         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
604         $(am__remove_distdir)
605
606 dist-shar: distdir
607         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
608         $(am__remove_distdir)
609
610 dist-zip: distdir
611         -rm -f $(distdir).zip
612         zip -rq $(distdir).zip $(distdir)
613         $(am__remove_distdir)
614
615 dist dist-all: distdir
616         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
617         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
618         $(am__remove_distdir)
619
620 # This target untars the dist file and tries a VPATH configuration.  Then
621 # it guarantees that the distribution is self-contained by making another
622 # tarfile.
623 distcheck: dist
624         case '$(DIST_ARCHIVES)' in \
625         *.tar.gz*) \
626           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
627         *.tar.bz2*) \
628           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
629         *.tar.lzma*) \
630           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
631         *.tar.xz*) \
632           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
633         *.tar.Z*) \
634           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
635         *.shar.gz*) \
636           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
637         *.zip*) \
638           unzip $(distdir).zip ;;\
639         esac
640         chmod -R a-w $(distdir); chmod a+w $(distdir)
641         mkdir $(distdir)/_build
642         mkdir $(distdir)/_inst
643         chmod a-w $(distdir)
644         test -d $(distdir)/_build || exit 0; \
645         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
646           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
647           && am__cwd=`pwd` \
648           && $(am__cd) $(distdir)/_build \
649           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
650             $(DISTCHECK_CONFIGURE_FLAGS) \
651           && $(MAKE) $(AM_MAKEFLAGS) \
652           && $(MAKE) $(AM_MAKEFLAGS) dvi \
653           && $(MAKE) $(AM_MAKEFLAGS) check \
654           && $(MAKE) $(AM_MAKEFLAGS) install \
655           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
656           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
657           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
658                 distuninstallcheck \
659           && chmod -R a-w "$$dc_install_base" \
660           && ({ \
661                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
662                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
663                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
664                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
665                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
666               } || { rm -rf "$$dc_destdir"; exit 1; }) \
667           && rm -rf "$$dc_destdir" \
668           && $(MAKE) $(AM_MAKEFLAGS) dist \
669           && rm -rf $(DIST_ARCHIVES) \
670           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
671           && cd "$$am__cwd" \
672           || exit 1
673         $(am__remove_distdir)
674         @(echo "$(distdir) archives ready for distribution: "; \
675           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
676           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
677 distuninstallcheck:
678         @$(am__cd) '$(distuninstallcheck_dir)' \
679         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
680            || { echo "ERROR: files left after uninstall:" ; \
681                 if test -n "$(DESTDIR)"; then \
682                   echo "  (check DESTDIR support)"; \
683                 fi ; \
684                 $(distuninstallcheck_listfiles) ; \
685                 exit 1; } >&2
686 distcleancheck: distclean
687         @if test '$(srcdir)' = . ; then \
688           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
689           exit 1 ; \
690         fi
691         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
692           || { echo "ERROR: files left in build directory after distclean:" ; \
693                $(distcleancheck_listfiles) ; \
694                exit 1; } >&2
695 check-am: all-am
696 check: check-recursive
697 all-am: Makefile $(DATA) config.h
698 installdirs: installdirs-recursive
699 installdirs-am:
700 install: install-recursive
701 install-exec: install-exec-recursive
702 install-data: install-data-recursive
703 uninstall: uninstall-recursive
704
705 install-am: all-am
706         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
707
708 installcheck: installcheck-recursive
709 install-strip:
710         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
711           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
712           `test -z '$(STRIP)' || \
713             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
714 mostlyclean-generic:
715
716 clean-generic:
717
718 distclean-generic:
719         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
720         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
721
722 maintainer-clean-generic:
723         @echo "This command is intended for maintainers to use"
724         @echo "it deletes files that may require special tools to rebuild."
725 clean: clean-recursive
726
727 clean-am: clean-generic clean-libtool mostlyclean-am
728
729 distclean: distclean-recursive
730         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
731         -rm -f Makefile
732 distclean-am: clean-am distclean-generic distclean-hdr \
733         distclean-libtool distclean-local distclean-tags
734
735 dvi: dvi-recursive
736
737 dvi-am:
738
739 html: html-recursive
740
741 html-am:
742
743 info: info-recursive
744
745 info-am:
746
747 install-data-am:
748
749 install-dvi: install-dvi-recursive
750
751 install-dvi-am:
752
753 install-exec-am:
754
755 install-html: install-html-recursive
756
757 install-html-am:
758
759 install-info: install-info-recursive
760
761 install-info-am:
762
763 install-man:
764
765 install-pdf: install-pdf-recursive
766
767 install-pdf-am:
768
769 install-ps: install-ps-recursive
770
771 install-ps-am:
772
773 installcheck-am:
774
775 maintainer-clean: maintainer-clean-recursive
776         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
777         -rm -rf $(top_srcdir)/autom4te.cache
778         -rm -f Makefile
779 maintainer-clean-am: distclean-am maintainer-clean-generic
780
781 mostlyclean: mostlyclean-recursive
782
783 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
784
785 pdf: pdf-recursive
786
787 pdf-am:
788
789 ps: ps-recursive
790
791 ps-am:
792
793 uninstall-am:
794
795 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
796         ctags-recursive install-am install-strip tags-recursive
797
798 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
799         all all-am am--refresh check check-am clean clean-generic \
800         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
801         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
802         distcheck distclean distclean-generic distclean-hdr \
803         distclean-libtool distclean-local distclean-tags \
804         distcleancheck distdir distuninstallcheck dvi dvi-am html \
805         html-am info info-am install install-am install-data \
806         install-data-am install-dvi install-dvi-am install-exec \
807         install-exec-am install-html install-html-am install-info \
808         install-info-am install-man install-pdf install-pdf-am \
809         install-ps install-ps-am install-strip installcheck \
810         installcheck-am installdirs installdirs-am maintainer-clean \
811         maintainer-clean-generic mostlyclean mostlyclean-generic \
812         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
813         uninstall uninstall-am
814
815
816 $(ul_libblkid_la):
817         $(MAKE) -C $(ul_libblkid_builddir)
818
819 $(ul_libuuid_la):
820         $(MAKE) -C $(ul_libuuid_builddir)
821
822 distclean-local:
823         -find . -name \*~ -o -name \*.orig -o -name \*.rej | xargs rm -f
824         rm -rf autom4te.cache
825
826 checkincludes:
827         @find * $(RCS_FIND_IGNORE) \
828                 -name '*.[hcS]' -type f -print | sort -u \
829                 | xargs $(top_srcdir)/tools/checkincludes.pl
830
831 checkconfig:
832         @find * $(RCS_FIND_IGNORE) \
833                 -name '*.[hcS]' -type f -print | sort -u \
834                 | xargs $(top_srcdir)/tools/checkconfig.sh $(top_srcdir)
835
836 # Tell versions [3.59,3.63) of GNU make to not export all variables.
837 # Otherwise a system limit (for SysV at least) may be exceeded.
838 .NOEXPORT: