1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
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.
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
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
44 AUTOHEADER = @AUTOHEADER@
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@
58 host_alias = @host_alias@
63 BUILD_APIDOCS = @BUILD_APIDOCS@
67 CXXWARNING_FLAGS = @CXXWARNING_FLAGS@
72 EXPAT_LIBS = @EXPAT_LIBS@
74 ICONV_LIB = @ICONV_LIB@
75 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80 OTHER_LIBS = @OTHER_LIBS@
82 PERL_PROG = @PERL_PROG@
86 am__include = @am__include@
87 am__quote = @am__quote@
89 install_sh = @install_sh@
90 sabcfg_types_h = @sabcfg_types_h@
94 mkinstalldirs = $(SHELL) $(top_srcdir)/tools/mkinstalldirs
95 CONFIG_HEADER = $(top_builddir)/autocfg/config.h
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)
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
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; \
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 \
140 local_target="$$target-am"; \
142 local_target="$$target"; \
144 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
145 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
147 if test "$$dot_seen" = "no"; then \
148 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
151 mostlyclean-recursive clean-recursive distclean-recursive \
152 maintainer-clean-recursive:
153 @set fnord $(MAKEFLAGS); amf=$$2; \
156 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
157 *) list='$(SUBDIRS)' ;; \
159 rev=''; for subdir in $$list; do \
160 if test "$$subdir" = "."; then :; else \
161 rev="$$subdir $$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"; \
171 local_target="$$target"; \
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"
177 list='$(SUBDIRS)'; for subdir in $$list; do \
178 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
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; \
188 $(AWK) ' { files[$$0] = 1; } \
189 END { for (i in files) print i; }'`; \
190 mkid -fID $$unique $(LISP)
192 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
193 $(TAGS_FILES) $(LISP)
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"; \
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; \
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)
211 here=`CDPATH=: && cd $(top_builddir) && pwd` \
212 && cd $(top_srcdir) \
213 && gtags -i $(GTAGS_ARGS) $$here
216 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
218 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
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"; \
230 if test -d $$d/$$file; then \
231 cp -pR $$d/$$file $(distdir) \
234 test -f $(distdir)/$$file \
235 || cp -p $$d/$$file $(distdir)/$$file \
239 for subdir in $(SUBDIRS); do \
240 if test "$$subdir" = .; then :; else \
241 test -d $(distdir)/$$subdir \
242 || mkdir $(distdir)/$$subdir \
245 $(MAKE) $(AM_MAKEFLAGS) \
246 top_distdir="$(top_distdir)" \
247 distdir=../$(distdir)/$$subdir \
253 check: check-recursive
255 installdirs: installdirs-recursive
258 install: install-recursive
259 install-exec: install-exec-recursive
260 install-data: install-data-recursive
261 uninstall: uninstall-recursive
264 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
266 installcheck: installcheck-recursive
268 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
269 `test -z '$(STRIP)' || \
270 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
276 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
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
283 clean-am: clean-generic clean-libtool mostlyclean-am
285 distclean: distclean-recursive
287 distclean-am: clean-am distclean-generic distclean-libtool \
302 install-info: install-info-recursive
308 maintainer-clean: maintainer-clean-recursive
310 maintainer-clean-am: distclean-am maintainer-clean-generic
312 mostlyclean: mostlyclean-recursive
314 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
316 uninstall-am: uninstall-info-am
318 uninstall-info: uninstall-info-recursive
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
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.