Make the dm_bulkall test output match that of the dm_bulkattr test
[xfstests-dev.git] / dmapi / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = .
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 AS = @AS@
70 AWK = @AWK@
71 CC = @CC@
72 CPPFLAGS = @CPPFLAGS@
73 DEPDIR = @DEPDIR@
74 DLLTOOL = @DLLTOOL@
75 ECHO = @ECHO@
76 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
77 LIBTOOL = @LIBTOOL@
78 LN_S = @LN_S@
79 OBJDUMP = @OBJDUMP@
80 PACKAGE = @PACKAGE@
81 RANLIB = @RANLIB@
82 STRIP = @STRIP@
83 VERSION = @VERSION@
84 am__include = @am__include@
85 am__quote = @am__quote@
86 install_sh = @install_sh@
87
88 AUTOMAKE_OPTIONS = foreign
89
90 SUBDIRS = src
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94 CONFIG_CLEAN_FILES =
95 DIST_SOURCES =
96
97 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
98         uninstall-info-recursive all-recursive install-data-recursive \
99         install-exec-recursive installdirs-recursive install-recursive \
100         uninstall-recursive check-recursive installcheck-recursive
101 DIST_COMMON = README Makefile.am Makefile.in aclocal.m4 config.guess \
102         config.sub configure configure.in install-sh ltconfig ltmain.sh \
103         missing mkinstalldirs
104 DIST_SUBDIRS = $(SUBDIRS)
105 all: all-recursive
106
107 .SUFFIXES:
108
109 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
110  configure.lineno
111 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
112         cd $(top_srcdir) && \
113           $(AUTOMAKE) --foreign  Makefile
114 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
115         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
116
117 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
118         $(SHELL) ./config.status --recheck
119 $(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
120         cd $(srcdir) && $(AUTOCONF)
121
122 $(ACLOCAL_M4):  configure.in 
123         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
124
125 mostlyclean-libtool:
126         -rm -f *.lo
127
128 clean-libtool:
129         -rm -rf .libs _libs
130
131 distclean-libtool:
132         -rm -f libtool
133 uninstall-info-am:
134
135 # This directory's subdirectories are mostly independent; you can cd
136 # into them and run `make' without going through this Makefile.
137 # To change the values of `make' variables: instead of editing Makefiles,
138 # (1) if the variable is set in `config.status', edit `config.status'
139 #     (which will cause the Makefiles to be regenerated when you run `make');
140 # (2) otherwise, pass the desired values on the `make' command line.
141 $(RECURSIVE_TARGETS):
142         @set fnord $$MAKEFLAGS; amf=$$2; \
143         dot_seen=no; \
144         target=`echo $@ | sed s/-recursive//`; \
145         list='$(SUBDIRS)'; for subdir in $$list; do \
146           echo "Making $$target in $$subdir"; \
147           if test "$$subdir" = "."; then \
148             dot_seen=yes; \
149             local_target="$$target-am"; \
150           else \
151             local_target="$$target"; \
152           fi; \
153           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
154            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
155         done; \
156         if test "$$dot_seen" = "no"; then \
157           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
158         fi; test -z "$$fail"
159
160 mostlyclean-recursive clean-recursive distclean-recursive \
161 maintainer-clean-recursive:
162         @set fnord $$MAKEFLAGS; amf=$$2; \
163         dot_seen=no; \
164         case "$@" in \
165           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
166           *) list='$(SUBDIRS)' ;; \
167         esac; \
168         rev=''; for subdir in $$list; do \
169           if test "$$subdir" = "."; then :; else \
170             rev="$$subdir $$rev"; \
171           fi; \
172         done; \
173         rev="$$rev ."; \
174         target=`echo $@ | sed s/-recursive//`; \
175         for subdir in $$rev; do \
176           echo "Making $$target in $$subdir"; \
177           if test "$$subdir" = "."; then \
178             local_target="$$target-am"; \
179           else \
180             local_target="$$target"; \
181           fi; \
182           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
183            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
184         done && test -z "$$fail"
185 tags-recursive:
186         list='$(SUBDIRS)'; for subdir in $$list; do \
187           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
188         done
189
190 ETAGS = etags
191 ETAGSFLAGS =
192
193 tags: TAGS
194
195 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
196         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
197         unique=`for i in $$list; do \
198             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199           done | \
200           $(AWK) '    { files[$$0] = 1; } \
201                END { for (i in files) print i; }'`; \
202         mkid -fID $$unique
203
204 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
205                 $(TAGS_FILES) $(LISP)
206         tags=; \
207         here=`pwd`; \
208         list='$(SUBDIRS)'; for subdir in $$list; do \
209           if test "$$subdir" = .; then :; else \
210             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
211           fi; \
212         done; \
213         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
214         unique=`for i in $$list; do \
215             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
216           done | \
217           $(AWK) '    { files[$$0] = 1; } \
218                END { for (i in files) print i; }'`; \
219         test -z "$(ETAGS_ARGS)$$tags$$unique" \
220           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
221              $$tags $$unique
222
223 GTAGS:
224         here=`$(am__cd) $(top_builddir) && pwd` \
225           && cd $(top_srcdir) \
226           && gtags -i $(GTAGS_ARGS) $$here
227
228 distclean-tags:
229         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
230 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
231
232 top_distdir = .
233 distdir = $(PACKAGE)-$(VERSION)
234
235 am__remove_distdir = \
236   { test ! -d $(distdir) \
237     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
238          && rm -fr $(distdir); }; }
239
240 GZIP_ENV = --best
241 distcleancheck_listfiles = find . -type f -print
242
243 distdir: $(DISTFILES)
244         $(am__remove_distdir)
245         mkdir $(distdir)
246         @list='$(DISTFILES)'; for file in $$list; do \
247           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
248           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
249           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
250             dir="/$$dir"; \
251             $(mkinstalldirs) "$(distdir)$$dir"; \
252           else \
253             dir=''; \
254           fi; \
255           if test -d $$d/$$file; then \
256             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
257               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
258             fi; \
259             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
260           else \
261             test -f $(distdir)/$$file \
262             || cp -p $$d/$$file $(distdir)/$$file \
263             || exit 1; \
264           fi; \
265         done
266         list='$(SUBDIRS)'; for subdir in $$list; do \
267           if test "$$subdir" = .; then :; else \
268             test -d $(distdir)/$$subdir \
269             || mkdir $(distdir)/$$subdir \
270             || exit 1; \
271             (cd $$subdir && \
272               $(MAKE) $(AM_MAKEFLAGS) \
273                 top_distdir="$(top_distdir)" \
274                 distdir=../$(distdir)/$$subdir \
275                 distdir) \
276               || exit 1; \
277           fi; \
278         done
279         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
280           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
281           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
282           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
283         || chmod -R a+r $(distdir)
284 dist-gzip: distdir
285         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
286         $(am__remove_distdir)
287
288 dist dist-all: distdir
289         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
290         $(am__remove_distdir)
291
292 # This target untars the dist file and tries a VPATH configuration.  Then
293 # it guarantees that the distribution is self-contained by making another
294 # tarfile.
295 distcheck: dist
296         $(am__remove_distdir)
297         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
298         chmod -R a-w $(distdir); chmod a+w $(distdir)
299         mkdir $(distdir)/=build
300         mkdir $(distdir)/=inst
301         chmod a-w $(distdir)
302         dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
303           && cd $(distdir)/=build \
304           && ../configure --srcdir=.. --prefix=$$dc_install_base \
305             $(DISTCHECK_CONFIGURE_FLAGS) \
306           && $(MAKE) $(AM_MAKEFLAGS) \
307           && $(MAKE) $(AM_MAKEFLAGS) dvi \
308           && $(MAKE) $(AM_MAKEFLAGS) check \
309           && $(MAKE) $(AM_MAKEFLAGS) install \
310           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
311           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
312           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
313               || { echo "ERROR: files left after uninstall:" ; \
314                    find $$dc_install_base -type f -print ; \
315                    exit 1; } >&2 ) \
316           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
317           && rm -f $(distdir).tar.gz \
318           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
319         $(am__remove_distdir)
320         @echo "$(distdir).tar.gz is ready for distribution" | \
321           sed 'h;s/./=/g;p;x;p;x'
322 distcleancheck: distclean
323         if test '$(srcdir)' = . ; then \
324           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
325           exit 1 ; \
326         fi
327         test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
328           || { echo "ERROR: files left after distclean:" ; \
329                $(distcleancheck_listfiles) ; \
330                exit 1; } >&2
331 check-am: all-am
332 check: check-recursive
333 all-am: Makefile
334 installdirs: installdirs-recursive
335 installdirs-am:
336
337 install: install-recursive
338 install-exec: install-exec-recursive
339 install-data: install-data-recursive
340 uninstall: uninstall-recursive
341
342 install-am: all-am
343         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
344
345 installcheck: installcheck-recursive
346 install-strip:
347         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
348           INSTALL_STRIP_FLAG=-s \
349           `test -z '$(STRIP)' || \
350             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
351 mostlyclean-generic:
352
353 clean-generic:
354
355 distclean-generic:
356         -rm -f Makefile $(CONFIG_CLEAN_FILES)
357
358 maintainer-clean-generic:
359         @echo "This command is intended for maintainers to use"
360         @echo "it deletes files that may require special tools to rebuild."
361 clean: clean-recursive
362
363 clean-am: clean-generic clean-libtool mostlyclean-am
364
365 distclean: distclean-recursive
366         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
367 distclean-am: clean-am distclean-generic distclean-libtool \
368         distclean-tags
369
370 dvi: dvi-recursive
371
372 dvi-am:
373
374 info: info-recursive
375
376 info-am:
377
378 install-data-am:
379
380 install-exec-am:
381
382 install-info: install-info-recursive
383
384 install-man:
385
386 installcheck-am:
387
388 maintainer-clean: maintainer-clean-recursive
389         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
390         -rm -rf autom4te.cache
391 maintainer-clean-am: distclean-am maintainer-clean-generic
392
393 mostlyclean: mostlyclean-recursive
394
395 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
396
397 uninstall-am: uninstall-info-am
398
399 uninstall-info: uninstall-info-recursive
400
401 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
402         clean-generic clean-libtool clean-recursive dist dist-all \
403         dist-gzip distcheck distclean distclean-generic \
404         distclean-libtool distclean-recursive distclean-tags \
405         distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
406         info-recursive install install-am install-data install-data-am \
407         install-data-recursive install-exec install-exec-am \
408         install-exec-recursive install-info install-info-am \
409         install-info-recursive install-man install-recursive \
410         install-strip installcheck installcheck-am installdirs \
411         installdirs-am installdirs-recursive maintainer-clean \
412         maintainer-clean-generic maintainer-clean-recursive mostlyclean \
413         mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
414         tags tags-recursive uninstall uninstall-am uninstall-info-am \
415         uninstall-info-recursive uninstall-recursive
416
417 # Tell versions [3.59,3.63) of GNU make to not export all variables.
418 # Otherwise a system limit (for SysV at least) may be exceeded.
419 .NOEXPORT: