read/write/trunc events are managed region events--print a warning if
[xfstests-dev.git] / dmapi / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 CPPFLAGS = @CPPFLAGS@
65 DLLTOOL = @DLLTOOL@
66 LIBTOOL = @LIBTOOL@
67 LN_S = @LN_S@
68 MAKEINFO = @MAKEINFO@
69 OBJDUMP = @OBJDUMP@
70 PACKAGE = @PACKAGE@
71 RANLIB = @RANLIB@
72 VERSION = @VERSION@
73
74 AUTOMAKE_OPTIONS = foreign
75
76 SUBDIRS = src
77 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79 CONFIG_CLEAN_FILES = 
80 DIST_COMMON =  README Makefile.am Makefile.in aclocal.m4 config.guess \
81 config.sub configure configure.in install-sh ltconfig ltmain.sh missing \
82 mkinstalldirs
83
84
85 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
86
87 TAR = gtar
88 GZIP_ENV = --best
89 all: all-redirect
90 .SUFFIXES:
91 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
92         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
93
94 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
95         cd $(top_builddir) \
96           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
97
98 $(ACLOCAL_M4):  configure.in 
99         cd $(srcdir) && $(ACLOCAL)
100
101 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
102         $(SHELL) ./config.status --recheck
103 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
104         cd $(srcdir) && $(AUTOCONF)
105
106 # This directory's subdirectories are mostly independent; you can cd
107 # into them and run `make' without going through this Makefile.
108 # To change the values of `make' variables: instead of editing Makefiles,
109 # (1) if the variable is set in `config.status', edit `config.status'
110 #     (which will cause the Makefiles to be regenerated when you run `make');
111 # (2) otherwise, pass the desired values on the `make' command line.
112
113 @SET_MAKE@
114
115 all-recursive install-data-recursive install-exec-recursive \
116 installdirs-recursive install-recursive uninstall-recursive  \
117 check-recursive installcheck-recursive info-recursive dvi-recursive:
118         @set fnord $(MAKEFLAGS); amf=$$2; \
119         dot_seen=no; \
120         target=`echo $@ | sed s/-recursive//`; \
121         list='$(SUBDIRS)'; for subdir in $$list; do \
122           echo "Making $$target in $$subdir"; \
123           if test "$$subdir" = "."; then \
124             dot_seen=yes; \
125             local_target="$$target-am"; \
126           else \
127             local_target="$$target"; \
128           fi; \
129           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
130            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
131         done; \
132         if test "$$dot_seen" = "no"; then \
133           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
134         fi; test -z "$$fail"
135
136 mostlyclean-recursive clean-recursive distclean-recursive \
137 maintainer-clean-recursive:
138         @set fnord $(MAKEFLAGS); amf=$$2; \
139         dot_seen=no; \
140         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
141           rev="$$subdir $$rev"; \
142           test "$$subdir" = "." && dot_seen=yes; \
143         done; \
144         test "$$dot_seen" = "no" && rev=". $$rev"; \
145         target=`echo $@ | sed s/-recursive//`; \
146         for subdir in $$rev; do \
147           echo "Making $$target in $$subdir"; \
148           if test "$$subdir" = "."; then \
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 && test -z "$$fail"
156 tags-recursive:
157         list='$(SUBDIRS)'; for subdir in $$list; do \
158           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
159         done
160
161 tags: TAGS
162
163 ID: $(HEADERS) $(SOURCES) $(LISP)
164         list='$(SOURCES) $(HEADERS)'; \
165         unique=`for i in $$list; do echo $$i; done | \
166           awk '    { files[$$0] = 1; } \
167                END { for (i in files) print i; }'`; \
168         here=`pwd` && cd $(srcdir) \
169           && mkid -f$$here/ID $$unique $(LISP)
170
171 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
172         tags=; \
173         here=`pwd`; \
174         list='$(SUBDIRS)'; for subdir in $$list; do \
175    if test "$$subdir" = .; then :; else \
176             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
177    fi; \
178         done; \
179         list='$(SOURCES) $(HEADERS)'; \
180         unique=`for i in $$list; do echo $$i; done | \
181           awk '    { files[$$0] = 1; } \
182                END { for (i in files) print i; }'`; \
183         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
184           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
185
186 mostlyclean-tags:
187
188 clean-tags:
189
190 distclean-tags:
191         -rm -f TAGS ID
192
193 maintainer-clean-tags:
194
195 distdir = $(PACKAGE)-$(VERSION)
196 top_distdir = $(distdir)
197
198 # This target untars the dist file and tries a VPATH configuration.  Then
199 # it guarantees that the distribution is self-contained by making another
200 # tarfile.
201 distcheck: dist
202         -rm -rf $(distdir)
203         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
204         mkdir $(distdir)/=build
205         mkdir $(distdir)/=inst
206         dc_install_base=`cd $(distdir)/=inst && pwd`; \
207         cd $(distdir)/=build \
208           && ../configure --srcdir=.. --prefix=$$dc_install_base \
209           && $(MAKE) $(AM_MAKEFLAGS) \
210           && $(MAKE) $(AM_MAKEFLAGS) dvi \
211           && $(MAKE) $(AM_MAKEFLAGS) check \
212           && $(MAKE) $(AM_MAKEFLAGS) install \
213           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
214           && $(MAKE) $(AM_MAKEFLAGS) dist
215         -rm -rf $(distdir)
216         @banner="$(distdir).tar.gz is ready for distribution"; \
217         dashes=`echo "$$banner" | sed s/./=/g`; \
218         echo "$$dashes"; \
219         echo "$$banner"; \
220         echo "$$dashes"
221 dist: distdir
222         -chmod -R a+r $(distdir)
223         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
224         -rm -rf $(distdir)
225 dist-all: distdir
226         -chmod -R a+r $(distdir)
227         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
228         -rm -rf $(distdir)
229 distdir: $(DISTFILES)
230         -rm -rf $(distdir)
231         mkdir $(distdir)
232         -chmod 777 $(distdir)
233         here=`cd $(top_builddir) && pwd`; \
234         top_distdir=`cd $(distdir) && pwd`; \
235         distdir=`cd $(distdir) && pwd`; \
236         cd $(top_srcdir) \
237           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
238         @for file in $(DISTFILES); do \
239           d=$(srcdir); \
240           if test -d $$d/$$file; then \
241             cp -pr $$d/$$file $(distdir)/$$file; \
242           else \
243             test -f $(distdir)/$$file \
244             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
245             || cp -p $$d/$$file $(distdir)/$$file || :; \
246           fi; \
247         done
248         for subdir in $(SUBDIRS); do \
249           if test "$$subdir" = .; then :; else \
250             test -d $(distdir)/$$subdir \
251             || mkdir $(distdir)/$$subdir \
252             || exit 1; \
253             chmod 777 $(distdir)/$$subdir; \
254             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
255               || exit 1; \
256           fi; \
257         done
258 info-am:
259 info: info-recursive
260 dvi-am:
261 dvi: dvi-recursive
262 check-am: all-am
263 check: check-recursive
264 installcheck-am:
265 installcheck: installcheck-recursive
266 install-exec-am:
267 install-exec: install-exec-recursive
268
269 install-data-am:
270 install-data: install-data-recursive
271
272 install-am: all-am
273         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
274 install: install-recursive
275 uninstall-am:
276 uninstall: uninstall-recursive
277 all-am: Makefile
278 all-redirect: all-recursive
279 install-strip:
280         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
281 installdirs: installdirs-recursive
282 installdirs-am:
283
284
285 mostlyclean-generic:
286
287 clean-generic:
288
289 distclean-generic:
290         -rm -f Makefile $(CONFIG_CLEAN_FILES)
291         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
292
293 maintainer-clean-generic:
294 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
295
296 mostlyclean: mostlyclean-recursive
297
298 clean-am:  clean-tags clean-generic mostlyclean-am
299
300 clean: clean-recursive
301
302 distclean-am:  distclean-tags distclean-generic clean-am
303         -rm -f libtool
304
305 distclean: distclean-recursive
306         -rm -f config.status
307
308 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
309                 distclean-am
310         @echo "This command is intended for maintainers to use;"
311         @echo "it deletes files that may require special tools to rebuild."
312
313 maintainer-clean: maintainer-clean-recursive
314         -rm -f config.status
315
316 .PHONY: install-data-recursive uninstall-data-recursive \
317 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
318 uninstalldirs-recursive all-recursive check-recursive \
319 installcheck-recursive info-recursive dvi-recursive \
320 mostlyclean-recursive distclean-recursive clean-recursive \
321 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
322 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
323 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
324 install-exec install-data-am install-data install-am install \
325 uninstall-am uninstall all-redirect all-am all installdirs-am \
326 installdirs mostlyclean-generic distclean-generic clean-generic \
327 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
328
329
330 # Tell versions [3.59,3.63) of GNU make to not export all variables.
331 # Otherwise a system limit (for SysV at least) may be exceeded.
332 .NOEXPORT: