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