No Message Supplied
[xfstests-dev.git] / dmapi / src / suite2 / src / 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 bin_PROGRAMS =          test_rights     test_fileattr   test_hole       test_dmattr     test_eventlist  test_region     send_msg        dm_test_daemon  dump_allocinfo  test_invis      invis_test      region_test     test_efault     mmap
75
76
77 INCLUDES =  -I ..
78
79 LDADD = $(top_builddir)/src/common/lib/libdmtest.la
80 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81 CONFIG_CLEAN_FILES = 
82 PROGRAMS =  $(bin_PROGRAMS)
83
84
85 DEFS = @DEFS@ -I. -I$(srcdir) 
86 LDFLAGS = @LDFLAGS@
87 LIBS = @LIBS@
88 test_rights_SOURCES = test_rights.c
89 test_rights_OBJECTS =  test_rights.o
90 test_rights_LDADD = $(LDADD)
91 test_rights_DEPENDENCIES =  $(top_builddir)/src/common/lib/libdmtest.la
92 test_rights_LDFLAGS = 
93 test_fileattr_SOURCES = test_fileattr.c
94 test_fileattr_OBJECTS =  test_fileattr.o
95 test_fileattr_LDADD = $(LDADD)
96 test_fileattr_DEPENDENCIES =  \
97 $(top_builddir)/src/common/lib/libdmtest.la
98 test_fileattr_LDFLAGS = 
99 test_hole_SOURCES = test_hole.c
100 test_hole_OBJECTS =  test_hole.o
101 test_hole_LDADD = $(LDADD)
102 test_hole_DEPENDENCIES =  $(top_builddir)/src/common/lib/libdmtest.la
103 test_hole_LDFLAGS = 
104 test_dmattr_SOURCES = test_dmattr.c
105 test_dmattr_OBJECTS =  test_dmattr.o
106 test_dmattr_LDADD = $(LDADD)
107 test_dmattr_DEPENDENCIES =  $(top_builddir)/src/common/lib/libdmtest.la
108 test_dmattr_LDFLAGS = 
109 test_eventlist_SOURCES = test_eventlist.c
110 test_eventlist_OBJECTS =  test_eventlist.o
111 test_eventlist_LDADD = $(LDADD)
112 test_eventlist_DEPENDENCIES =  \
113 $(top_builddir)/src/common/lib/libdmtest.la
114 test_eventlist_LDFLAGS = 
115 test_region_SOURCES = test_region.c
116 test_region_OBJECTS =  test_region.o
117 test_region_LDADD = $(LDADD)
118 test_region_DEPENDENCIES =  $(top_builddir)/src/common/lib/libdmtest.la
119 test_region_LDFLAGS = 
120 send_msg_SOURCES = send_msg.c
121 send_msg_OBJECTS =  send_msg.o
122 send_msg_LDADD = $(LDADD)
123 send_msg_DEPENDENCIES =  $(top_builddir)/src/common/lib/libdmtest.la
124 send_msg_LDFLAGS = 
125 dm_test_daemon_SOURCES = dm_test_daemon.c
126 dm_test_daemon_OBJECTS =  dm_test_daemon.o
127 dm_test_daemon_LDADD = $(LDADD)
128 dm_test_daemon_DEPENDENCIES =  \
129 $(top_builddir)/src/common/lib/libdmtest.la
130 dm_test_daemon_LDFLAGS = 
131 dump_allocinfo_SOURCES = dump_allocinfo.c
132 dump_allocinfo_OBJECTS =  dump_allocinfo.o
133 dump_allocinfo_LDADD = $(LDADD)
134 dump_allocinfo_DEPENDENCIES =  \
135 $(top_builddir)/src/common/lib/libdmtest.la
136 dump_allocinfo_LDFLAGS = 
137 test_invis_SOURCES = test_invis.c
138 test_invis_OBJECTS =  test_invis.o
139 test_invis_LDADD = $(LDADD)
140 test_invis_DEPENDENCIES =  $(top_builddir)/src/common/lib/libdmtest.la
141 test_invis_LDFLAGS = 
142 invis_test_SOURCES = invis_test.c
143 invis_test_OBJECTS =  invis_test.o
144 invis_test_LDADD = $(LDADD)
145 invis_test_DEPENDENCIES =  $(top_builddir)/src/common/lib/libdmtest.la
146 invis_test_LDFLAGS = 
147 region_test_SOURCES = region_test.c
148 region_test_OBJECTS =  region_test.o
149 region_test_LDADD = $(LDADD)
150 region_test_DEPENDENCIES =  $(top_builddir)/src/common/lib/libdmtest.la
151 region_test_LDFLAGS = 
152 test_efault_SOURCES = test_efault.c
153 test_efault_OBJECTS =  test_efault.o
154 test_efault_LDADD = $(LDADD)
155 test_efault_DEPENDENCIES =  $(top_builddir)/src/common/lib/libdmtest.la
156 test_efault_LDFLAGS = 
157 mmap_SOURCES = mmap.c
158 mmap_OBJECTS =  mmap.o
159 mmap_LDADD = $(LDADD)
160 mmap_DEPENDENCIES =  $(top_builddir)/src/common/lib/libdmtest.la
161 mmap_LDFLAGS = 
162 CFLAGS = @CFLAGS@
163 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165 CCLD = $(CC)
166 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
167 DIST_COMMON =  Makefile.am Makefile.in
168
169
170 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
171
172 TAR = gtar
173 GZIP_ENV = --best
174 DEP_FILES =  .deps/dm_test_daemon.P .deps/dump_allocinfo.P \
175 .deps/invis_test.P .deps/mmap.P .deps/region_test.P .deps/send_msg.P \
176 .deps/test_dmattr.P .deps/test_efault.P .deps/test_eventlist.P \
177 .deps/test_fileattr.P .deps/test_hole.P .deps/test_invis.P \
178 .deps/test_region.P .deps/test_rights.P
179 SOURCES = test_rights.c test_fileattr.c test_hole.c test_dmattr.c test_eventlist.c test_region.c send_msg.c dm_test_daemon.c dump_allocinfo.c test_invis.c invis_test.c region_test.c test_efault.c mmap.c
180 OBJECTS = test_rights.o test_fileattr.o test_hole.o test_dmattr.o test_eventlist.o test_region.o send_msg.o dm_test_daemon.o dump_allocinfo.o test_invis.o invis_test.o region_test.o test_efault.o mmap.o
181
182 all: all-redirect
183 .SUFFIXES:
184 .SUFFIXES: .S .c .lo .o .s
185 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
186         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/suite2/src/Makefile
187
188 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
189         cd $(top_builddir) \
190           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
191
192
193 mostlyclean-binPROGRAMS:
194
195 clean-binPROGRAMS:
196         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
197
198 distclean-binPROGRAMS:
199
200 maintainer-clean-binPROGRAMS:
201
202 install-binPROGRAMS: $(bin_PROGRAMS)
203         @$(NORMAL_INSTALL)
204         $(mkinstalldirs) $(DESTDIR)$(bindir)
205         @list='$(bin_PROGRAMS)'; for p in $$list; do \
206           if test -f $$p; then \
207             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
208             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
209           else :; fi; \
210         done
211
212 uninstall-binPROGRAMS:
213         @$(NORMAL_UNINSTALL)
214         list='$(bin_PROGRAMS)'; for p in $$list; do \
215           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
216         done
217
218 .s.o:
219         $(COMPILE) -c $<
220
221 .S.o:
222         $(COMPILE) -c $<
223
224 mostlyclean-compile:
225         -rm -f *.o core *.core
226
227 clean-compile:
228
229 distclean-compile:
230         -rm -f *.tab.c
231
232 maintainer-clean-compile:
233
234 .s.lo:
235         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
236
237 .S.lo:
238         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
239
240 mostlyclean-libtool:
241         -rm -f *.lo
242
243 clean-libtool:
244         -rm -rf .libs _libs
245
246 distclean-libtool:
247
248 maintainer-clean-libtool:
249
250 test_rights: $(test_rights_OBJECTS) $(test_rights_DEPENDENCIES)
251         @rm -f test_rights
252         $(LINK) $(test_rights_LDFLAGS) $(test_rights_OBJECTS) $(test_rights_LDADD) $(LIBS)
253
254 test_fileattr: $(test_fileattr_OBJECTS) $(test_fileattr_DEPENDENCIES)
255         @rm -f test_fileattr
256         $(LINK) $(test_fileattr_LDFLAGS) $(test_fileattr_OBJECTS) $(test_fileattr_LDADD) $(LIBS)
257
258 test_hole: $(test_hole_OBJECTS) $(test_hole_DEPENDENCIES)
259         @rm -f test_hole
260         $(LINK) $(test_hole_LDFLAGS) $(test_hole_OBJECTS) $(test_hole_LDADD) $(LIBS)
261
262 test_dmattr: $(test_dmattr_OBJECTS) $(test_dmattr_DEPENDENCIES)
263         @rm -f test_dmattr
264         $(LINK) $(test_dmattr_LDFLAGS) $(test_dmattr_OBJECTS) $(test_dmattr_LDADD) $(LIBS)
265
266 test_eventlist: $(test_eventlist_OBJECTS) $(test_eventlist_DEPENDENCIES)
267         @rm -f test_eventlist
268         $(LINK) $(test_eventlist_LDFLAGS) $(test_eventlist_OBJECTS) $(test_eventlist_LDADD) $(LIBS)
269
270 test_region: $(test_region_OBJECTS) $(test_region_DEPENDENCIES)
271         @rm -f test_region
272         $(LINK) $(test_region_LDFLAGS) $(test_region_OBJECTS) $(test_region_LDADD) $(LIBS)
273
274 send_msg: $(send_msg_OBJECTS) $(send_msg_DEPENDENCIES)
275         @rm -f send_msg
276         $(LINK) $(send_msg_LDFLAGS) $(send_msg_OBJECTS) $(send_msg_LDADD) $(LIBS)
277
278 dm_test_daemon: $(dm_test_daemon_OBJECTS) $(dm_test_daemon_DEPENDENCIES)
279         @rm -f dm_test_daemon
280         $(LINK) $(dm_test_daemon_LDFLAGS) $(dm_test_daemon_OBJECTS) $(dm_test_daemon_LDADD) $(LIBS)
281
282 dump_allocinfo: $(dump_allocinfo_OBJECTS) $(dump_allocinfo_DEPENDENCIES)
283         @rm -f dump_allocinfo
284         $(LINK) $(dump_allocinfo_LDFLAGS) $(dump_allocinfo_OBJECTS) $(dump_allocinfo_LDADD) $(LIBS)
285
286 test_invis: $(test_invis_OBJECTS) $(test_invis_DEPENDENCIES)
287         @rm -f test_invis
288         $(LINK) $(test_invis_LDFLAGS) $(test_invis_OBJECTS) $(test_invis_LDADD) $(LIBS)
289
290 invis_test: $(invis_test_OBJECTS) $(invis_test_DEPENDENCIES)
291         @rm -f invis_test
292         $(LINK) $(invis_test_LDFLAGS) $(invis_test_OBJECTS) $(invis_test_LDADD) $(LIBS)
293
294 region_test: $(region_test_OBJECTS) $(region_test_DEPENDENCIES)
295         @rm -f region_test
296         $(LINK) $(region_test_LDFLAGS) $(region_test_OBJECTS) $(region_test_LDADD) $(LIBS)
297
298 test_efault: $(test_efault_OBJECTS) $(test_efault_DEPENDENCIES)
299         @rm -f test_efault
300         $(LINK) $(test_efault_LDFLAGS) $(test_efault_OBJECTS) $(test_efault_LDADD) $(LIBS)
301
302 mmap: $(mmap_OBJECTS) $(mmap_DEPENDENCIES)
303         @rm -f mmap
304         $(LINK) $(mmap_LDFLAGS) $(mmap_OBJECTS) $(mmap_LDADD) $(LIBS)
305
306 tags: TAGS
307
308 ID: $(HEADERS) $(SOURCES) $(LISP)
309         list='$(SOURCES) $(HEADERS)'; \
310         unique=`for i in $$list; do echo $$i; done | \
311           awk '    { files[$$0] = 1; } \
312                END { for (i in files) print i; }'`; \
313         here=`pwd` && cd $(srcdir) \
314           && mkid -f$$here/ID $$unique $(LISP)
315
316 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
317         tags=; \
318         here=`pwd`; \
319         list='$(SOURCES) $(HEADERS)'; \
320         unique=`for i in $$list; do echo $$i; done | \
321           awk '    { files[$$0] = 1; } \
322                END { for (i in files) print i; }'`; \
323         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
324           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
325
326 mostlyclean-tags:
327
328 clean-tags:
329
330 distclean-tags:
331         -rm -f TAGS ID
332
333 maintainer-clean-tags:
334
335 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
336
337 subdir = src/suite2/src
338
339 distdir: $(DISTFILES)
340         here=`cd $(top_builddir) && pwd`; \
341         top_distdir=`cd $(top_distdir) && pwd`; \
342         distdir=`cd $(distdir) && pwd`; \
343         cd $(top_srcdir) \
344           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/suite2/src/Makefile
345         @for file in $(DISTFILES); do \
346           d=$(srcdir); \
347           if test -d $$d/$$file; then \
348             cp -pr $$d/$$file $(distdir)/$$file; \
349           else \
350             test -f $(distdir)/$$file \
351             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
352             || cp -p $$d/$$file $(distdir)/$$file || :; \
353           fi; \
354         done
355
356 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
357
358 -include $(DEP_FILES)
359
360 mostlyclean-depend:
361
362 clean-depend:
363
364 distclean-depend:
365         -rm -rf .deps
366
367 maintainer-clean-depend:
368
369 %.o: %.c
370         @echo '$(COMPILE) -c $<'; \
371         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
372         @-cp .deps/$(*F).pp .deps/$(*F).P; \
373         tr ' ' '\012' < .deps/$(*F).pp \
374           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
375             >> .deps/$(*F).P; \
376         rm .deps/$(*F).pp
377
378 %.lo: %.c
379         @echo '$(LTCOMPILE) -c $<'; \
380         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
381         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
382           < .deps/$(*F).pp > .deps/$(*F).P; \
383         tr ' ' '\012' < .deps/$(*F).pp \
384           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
385             >> .deps/$(*F).P; \
386         rm -f .deps/$(*F).pp
387 info-am:
388 info: info-am
389 dvi-am:
390 dvi: dvi-am
391 check-am: all-am
392 check: check-am
393 installcheck-am:
394 installcheck: installcheck-am
395 install-exec-am: install-binPROGRAMS
396 install-exec: install-exec-am
397
398 install-data-am:
399 install-data: install-data-am
400
401 install-am: all-am
402         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
403 install: install-am
404 uninstall-am: uninstall-binPROGRAMS
405 uninstall: uninstall-am
406 all-am: Makefile $(PROGRAMS)
407 all-redirect: all-am
408 install-strip:
409         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
410 installdirs:
411         $(mkinstalldirs)  $(DESTDIR)$(bindir)
412
413
414 mostlyclean-generic:
415
416 clean-generic:
417
418 distclean-generic:
419         -rm -f Makefile $(CONFIG_CLEAN_FILES)
420         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
421
422 maintainer-clean-generic:
423 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
424                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
425                 mostlyclean-generic
426
427 mostlyclean: mostlyclean-am
428
429 clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
430                 clean-depend clean-generic mostlyclean-am
431
432 clean: clean-am
433
434 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
435                 distclean-tags distclean-depend distclean-generic \
436                 clean-am
437         -rm -f libtool
438
439 distclean: distclean-am
440
441 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
442                 maintainer-clean-compile maintainer-clean-libtool \
443                 maintainer-clean-tags maintainer-clean-depend \
444                 maintainer-clean-generic distclean-am
445         @echo "This command is intended for maintainers to use;"
446         @echo "it deletes files that may require special tools to rebuild."
447
448 maintainer-clean: maintainer-clean-am
449
450 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
451 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
452 mostlyclean-compile distclean-compile clean-compile \
453 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
454 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
455 distclean-tags clean-tags maintainer-clean-tags distdir \
456 mostlyclean-depend distclean-depend clean-depend \
457 maintainer-clean-depend info-am info dvi-am dvi check check-am \
458 installcheck-am installcheck install-exec-am install-exec \
459 install-data-am install-data install-am install uninstall-am uninstall \
460 all-redirect all-am all installdirs mostlyclean-generic \
461 distclean-generic clean-generic maintainer-clean-generic clean \
462 mostlyclean distclean maintainer-clean
463
464
465 # Tell versions [3.59,3.63) of GNU make to not export all variables.
466 # Otherwise a system limit (for SysV at least) may be exceeded.
467 .NOEXPORT: