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@
96 mkinstalldirs = $(SHELL) $(top_srcdir)/tools/mkinstalldirs
97 CONFIG_HEADER = $(top_builddir)/autocfg/config.h
103 DIST_COMMON = Makefile.am Makefile.in
116 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
117 cd $(top_srcdir) && \
118 $(AUTOMAKE) --foreign doc/man/Makefile
119 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
120 cd $(top_builddir) && \
121 CONFIG_HEADERS= CONFIG_LINKS= \
122 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
125 man1dir = $(mandir)/man1
126 install-man1: $(man1_MANS) $(man_MANS)
128 $(mkinstalldirs) $(DESTDIR)$(man1dir)
129 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
130 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
133 *.1*) list="$$list $$i" ;; \
136 for i in $$list; do \
137 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
139 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
140 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
141 inst=`echo $$inst | sed -e 's/^.*\///'`; \
142 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
143 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
144 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
148 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
149 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
152 *.1*) list="$$list $$i" ;; \
155 for i in $$list; do \
156 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
157 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
158 inst=`echo $$inst | sed -e 's/^.*\///'`; \
159 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
160 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
161 rm -f $(DESTDIR)$(man1dir)/$$inst; \
167 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
172 distdir: $(DISTFILES)
173 @for file in $(DISTFILES); do \
174 if test -f $$file; then d=.; else d=$(srcdir); fi; \
175 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
176 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
177 $(mkinstalldirs) "$(distdir)/$$dir"; \
179 if test -d $$d/$$file; then \
180 cp -pR $$d/$$file $(distdir) \
183 test -f $(distdir)/$$file \
184 || cp -p $$d/$$file $(distdir)/$$file \
190 all-am: Makefile $(MANS)
193 $(mkinstalldirs) $(DESTDIR)$(man1dir)
196 install-exec: install-exec-am
197 install-data: install-data-am
198 uninstall: uninstall-am
201 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
203 installcheck: installcheck-am
205 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
206 `test -z '$(STRIP)' || \
207 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
213 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
215 maintainer-clean-generic:
216 @echo "This command is intended for maintainers to use"
217 @echo "it deletes files that may require special tools to rebuild."
220 clean-am: clean-generic clean-libtool mostlyclean-am
222 distclean: distclean-am
224 distclean-am: clean-am distclean-generic distclean-libtool
234 install-data-am: install-man
238 install-info: install-info-am
240 install-man: install-man1
244 maintainer-clean: maintainer-clean-am
246 maintainer-clean-am: distclean-am maintainer-clean-generic
248 mostlyclean: mostlyclean-am
250 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
252 uninstall-am: uninstall-info-am uninstall-man
254 uninstall-man: uninstall-man1
256 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
257 distclean distclean-generic distclean-libtool distdir dvi \
258 dvi-am info info-am install install-am install-data \
259 install-data-am install-exec install-exec-am install-info \
260 install-info-am install-man install-man1 install-strip \
261 installcheck installcheck-am installdirs maintainer-clean \
262 maintainer-clean-generic mostlyclean mostlyclean-generic \
263 mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
264 uninstall-man uninstall-man1
266 # Tell versions [3.59,3.63) of GNU make to not export all variables.
267 # Otherwise a system limit (for SysV at least) may be exceeded.