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