5392588bb1d167876f8a33de9abaf93e9a78c7a6
[xfstests-dev.git] / dmapi / src / common / lib / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 LIBS = 
75 lib_LTLIBRARIES = libdmtest.la
76 libdmtest_la_SOURCES = hsm.h dmport.h find_session.c print.c stubs.c util.c
77 libdmtest_la_LDFLAGS = -static
78 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79 CONFIG_CLEAN_FILES = 
80 LTLIBRARIES =  $(lib_LTLIBRARIES)
81
82
83 DEFS = @DEFS@ -I. -I$(srcdir) 
84 LDFLAGS = @LDFLAGS@
85 libdmtest_la_LIBADD = 
86 libdmtest_la_OBJECTS =  find_session.lo print.lo stubs.lo util.lo
87 CFLAGS = @CFLAGS@
88 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90 CCLD = $(CC)
91 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
92 DIST_COMMON =  Makefile.am Makefile.in
93
94
95 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
96
97 TAR = gtar
98 GZIP_ENV = --best
99 DEP_FILES =  .deps/find_session.P .deps/print.P .deps/stubs.P \
100 .deps/util.P
101 SOURCES = $(libdmtest_la_SOURCES)
102 OBJECTS = $(libdmtest_la_OBJECTS)
103
104 all: all-redirect
105 .SUFFIXES:
106 .SUFFIXES: .S .c .lo .o .s
107 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
108         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/common/lib/Makefile
109
110 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
111         cd $(top_builddir) \
112           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
113
114
115 mostlyclean-libLTLIBRARIES:
116
117 clean-libLTLIBRARIES:
118         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
119
120 distclean-libLTLIBRARIES:
121
122 maintainer-clean-libLTLIBRARIES:
123
124 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
125         @$(NORMAL_INSTALL)
126         $(mkinstalldirs) $(DESTDIR)$(libdir)
127         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
128           if test -f $$p; then \
129             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
130             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
131           else :; fi; \
132         done
133
134 uninstall-libLTLIBRARIES:
135         @$(NORMAL_UNINSTALL)
136         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
137           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
138         done
139
140 .s.o:
141         $(COMPILE) -c $<
142
143 .S.o:
144         $(COMPILE) -c $<
145
146 mostlyclean-compile:
147         -rm -f *.o core *.core
148
149 clean-compile:
150
151 distclean-compile:
152         -rm -f *.tab.c
153
154 maintainer-clean-compile:
155
156 .s.lo:
157         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
158
159 .S.lo:
160         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
161
162 mostlyclean-libtool:
163         -rm -f *.lo
164
165 clean-libtool:
166         -rm -rf .libs _libs
167
168 distclean-libtool:
169
170 maintainer-clean-libtool:
171
172 libdmtest.la: $(libdmtest_la_OBJECTS) $(libdmtest_la_DEPENDENCIES)
173         $(LINK) -rpath $(libdir) $(libdmtest_la_LDFLAGS) $(libdmtest_la_OBJECTS) $(libdmtest_la_LIBADD) $(LIBS)
174
175 tags: TAGS
176
177 ID: $(HEADERS) $(SOURCES) $(LISP)
178         list='$(SOURCES) $(HEADERS)'; \
179         unique=`for i in $$list; do echo $$i; done | \
180           awk '    { files[$$0] = 1; } \
181                END { for (i in files) print i; }'`; \
182         here=`pwd` && cd $(srcdir) \
183           && mkid -f$$here/ID $$unique $(LISP)
184
185 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
186         tags=; \
187         here=`pwd`; \
188         list='$(SOURCES) $(HEADERS)'; \
189         unique=`for i in $$list; do echo $$i; done | \
190           awk '    { files[$$0] = 1; } \
191                END { for (i in files) print i; }'`; \
192         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
193           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
194
195 mostlyclean-tags:
196
197 clean-tags:
198
199 distclean-tags:
200         -rm -f TAGS ID
201
202 maintainer-clean-tags:
203
204 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
205
206 subdir = src/common/lib
207
208 distdir: $(DISTFILES)
209         here=`cd $(top_builddir) && pwd`; \
210         top_distdir=`cd $(top_distdir) && pwd`; \
211         distdir=`cd $(distdir) && pwd`; \
212         cd $(top_srcdir) \
213           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/common/lib/Makefile
214         @for file in $(DISTFILES); do \
215           d=$(srcdir); \
216           if test -d $$d/$$file; then \
217             cp -pr $$d/$$file $(distdir)/$$file; \
218           else \
219             test -f $(distdir)/$$file \
220             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
221             || cp -p $$d/$$file $(distdir)/$$file || :; \
222           fi; \
223         done
224
225 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
226
227 -include $(DEP_FILES)
228
229 mostlyclean-depend:
230
231 clean-depend:
232
233 distclean-depend:
234         -rm -rf .deps
235
236 maintainer-clean-depend:
237
238 %.o: %.c
239         @echo '$(COMPILE) -c $<'; \
240         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
241         @-cp .deps/$(*F).pp .deps/$(*F).P; \
242         tr ' ' '\012' < .deps/$(*F).pp \
243           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
244             >> .deps/$(*F).P; \
245         rm .deps/$(*F).pp
246
247 %.lo: %.c
248         @echo '$(LTCOMPILE) -c $<'; \
249         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
250         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
251           < .deps/$(*F).pp > .deps/$(*F).P; \
252         tr ' ' '\012' < .deps/$(*F).pp \
253           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
254             >> .deps/$(*F).P; \
255         rm -f .deps/$(*F).pp
256 info-am:
257 info: info-am
258 dvi-am:
259 dvi: dvi-am
260 check-am: all-am
261 check: check-am
262 installcheck-am:
263 installcheck: installcheck-am
264 install-exec-am: install-libLTLIBRARIES
265 install-exec: install-exec-am
266
267 install-data-am:
268 install-data: install-data-am
269
270 install-am: all-am
271         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
272 install: install-am
273 uninstall-am: uninstall-libLTLIBRARIES
274 uninstall: uninstall-am
275 all-am: Makefile $(LTLIBRARIES)
276 all-redirect: all-am
277 install-strip:
278         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
279 installdirs:
280         $(mkinstalldirs)  $(DESTDIR)$(libdir)
281
282
283 mostlyclean-generic:
284
285 clean-generic:
286
287 distclean-generic:
288         -rm -f Makefile $(CONFIG_CLEAN_FILES)
289         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
290
291 maintainer-clean-generic:
292 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
293                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
294                 mostlyclean-generic
295
296 mostlyclean: mostlyclean-am
297
298 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
299                 clean-depend clean-generic mostlyclean-am
300
301 clean: clean-am
302
303 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
304                 distclean-libtool distclean-tags distclean-depend \
305                 distclean-generic clean-am
306         -rm -f libtool
307
308 distclean: distclean-am
309
310 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
311                 maintainer-clean-compile maintainer-clean-libtool \
312                 maintainer-clean-tags maintainer-clean-depend \
313                 maintainer-clean-generic distclean-am
314         @echo "This command is intended for maintainers to use;"
315         @echo "it deletes files that may require special tools to rebuild."
316
317 maintainer-clean: maintainer-clean-am
318
319 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
320 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
321 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
322 distclean-compile clean-compile maintainer-clean-compile \
323 mostlyclean-libtool distclean-libtool clean-libtool \
324 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
325 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
326 distclean-depend clean-depend maintainer-clean-depend info-am info \
327 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
328 install-exec install-data-am install-data install-am install \
329 uninstall-am uninstall all-redirect all-am all installdirs \
330 mostlyclean-generic distclean-generic clean-generic \
331 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
332
333
334 # Tell versions [3.59,3.63) of GNU make to not export all variables.
335 # Otherwise a system limit (for SysV at least) may be exceeded.
336 .NOEXPORT: