increase sizes of sidbuf[] and tokenbuf[].
[xfstests-dev.git] / dmapi / 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 SUBDIRS =       common  simple  sample_hsm      suite1  suite2
75
76 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77 CONFIG_CLEAN_FILES = 
78 DIST_COMMON =  Makefile.am Makefile.in
79
80
81 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
82
83 TAR = gtar
84 GZIP_ENV = --best
85 all: all-redirect
86 .SUFFIXES:
87 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
88         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
89
90 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
91         cd $(top_builddir) \
92           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
93
94
95 # This directory's subdirectories are mostly independent; you can cd
96 # into them and run `make' without going through this Makefile.
97 # To change the values of `make' variables: instead of editing Makefiles,
98 # (1) if the variable is set in `config.status', edit `config.status'
99 #     (which will cause the Makefiles to be regenerated when you run `make');
100 # (2) otherwise, pass the desired values on the `make' command line.
101
102 @SET_MAKE@
103
104 all-recursive install-data-recursive install-exec-recursive \
105 installdirs-recursive install-recursive uninstall-recursive  \
106 check-recursive installcheck-recursive info-recursive dvi-recursive:
107         @set fnord $(MAKEFLAGS); amf=$$2; \
108         dot_seen=no; \
109         target=`echo $@ | sed s/-recursive//`; \
110         list='$(SUBDIRS)'; for subdir in $$list; do \
111           echo "Making $$target in $$subdir"; \
112           if test "$$subdir" = "."; then \
113             dot_seen=yes; \
114             local_target="$$target-am"; \
115           else \
116             local_target="$$target"; \
117           fi; \
118           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
119            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
120         done; \
121         if test "$$dot_seen" = "no"; then \
122           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
123         fi; test -z "$$fail"
124
125 mostlyclean-recursive clean-recursive distclean-recursive \
126 maintainer-clean-recursive:
127         @set fnord $(MAKEFLAGS); amf=$$2; \
128         dot_seen=no; \
129         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
130           rev="$$subdir $$rev"; \
131           test "$$subdir" = "." && dot_seen=yes; \
132         done; \
133         test "$$dot_seen" = "no" && rev=". $$rev"; \
134         target=`echo $@ | sed s/-recursive//`; \
135         for subdir in $$rev; do \
136           echo "Making $$target in $$subdir"; \
137           if test "$$subdir" = "."; then \
138             local_target="$$target-am"; \
139           else \
140             local_target="$$target"; \
141           fi; \
142           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
143            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
144         done && test -z "$$fail"
145 tags-recursive:
146         list='$(SUBDIRS)'; for subdir in $$list; do \
147           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
148         done
149
150 tags: TAGS
151
152 ID: $(HEADERS) $(SOURCES) $(LISP)
153         list='$(SOURCES) $(HEADERS)'; \
154         unique=`for i in $$list; do echo $$i; done | \
155           awk '    { files[$$0] = 1; } \
156                END { for (i in files) print i; }'`; \
157         here=`pwd` && cd $(srcdir) \
158           && mkid -f$$here/ID $$unique $(LISP)
159
160 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
161         tags=; \
162         here=`pwd`; \
163         list='$(SUBDIRS)'; for subdir in $$list; do \
164    if test "$$subdir" = .; then :; else \
165             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
166    fi; \
167         done; \
168         list='$(SOURCES) $(HEADERS)'; \
169         unique=`for i in $$list; do echo $$i; done | \
170           awk '    { files[$$0] = 1; } \
171                END { for (i in files) print i; }'`; \
172         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
173           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
174
175 mostlyclean-tags:
176
177 clean-tags:
178
179 distclean-tags:
180         -rm -f TAGS ID
181
182 maintainer-clean-tags:
183
184 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
185
186 subdir = src
187
188 distdir: $(DISTFILES)
189         here=`cd $(top_builddir) && pwd`; \
190         top_distdir=`cd $(top_distdir) && pwd`; \
191         distdir=`cd $(distdir) && pwd`; \
192         cd $(top_srcdir) \
193           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
194         @for file in $(DISTFILES); do \
195           d=$(srcdir); \
196           if test -d $$d/$$file; then \
197             cp -pr $$d/$$file $(distdir)/$$file; \
198           else \
199             test -f $(distdir)/$$file \
200             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
201             || cp -p $$d/$$file $(distdir)/$$file || :; \
202           fi; \
203         done
204         for subdir in $(SUBDIRS); do \
205           if test "$$subdir" = .; then :; else \
206             test -d $(distdir)/$$subdir \
207             || mkdir $(distdir)/$$subdir \
208             || exit 1; \
209             chmod 777 $(distdir)/$$subdir; \
210             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
211               || exit 1; \
212           fi; \
213         done
214 info-am:
215 info: info-recursive
216 dvi-am:
217 dvi: dvi-recursive
218 check-am: all-am
219 check: check-recursive
220 installcheck-am:
221 installcheck: installcheck-recursive
222 install-exec-am:
223 install-exec: install-exec-recursive
224
225 install-data-am:
226 install-data: install-data-recursive
227
228 install-am: all-am
229         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
230 install: install-recursive
231 uninstall-am:
232 uninstall: uninstall-recursive
233 all-am: Makefile
234 all-redirect: all-recursive
235 install-strip:
236         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
237 installdirs: installdirs-recursive
238 installdirs-am:
239
240
241 mostlyclean-generic:
242
243 clean-generic:
244
245 distclean-generic:
246         -rm -f Makefile $(CONFIG_CLEAN_FILES)
247         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
248
249 maintainer-clean-generic:
250 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
251
252 mostlyclean: mostlyclean-recursive
253
254 clean-am:  clean-tags clean-generic mostlyclean-am
255
256 clean: clean-recursive
257
258 distclean-am:  distclean-tags distclean-generic clean-am
259         -rm -f libtool
260
261 distclean: distclean-recursive
262
263 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
264                 distclean-am
265         @echo "This command is intended for maintainers to use;"
266         @echo "it deletes files that may require special tools to rebuild."
267
268 maintainer-clean: maintainer-clean-recursive
269
270 .PHONY: install-data-recursive uninstall-data-recursive \
271 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
272 uninstalldirs-recursive all-recursive check-recursive \
273 installcheck-recursive info-recursive dvi-recursive \
274 mostlyclean-recursive distclean-recursive clean-recursive \
275 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
276 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
277 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
278 install-exec install-data-am install-data install-am install \
279 uninstall-am uninstall all-redirect all-am all installdirs-am \
280 installdirs mostlyclean-generic distclean-generic clean-generic \
281 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
282
283
284 # Tell versions [3.59,3.63) of GNU make to not export all variables.
285 # Otherwise a system limit (for SysV at least) may be exceeded.
286 .NOEXPORT: