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