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@
33 includedir = @includedir@
34 oldincludedir = /usr/include
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
43 AUTOHEADER = @AUTOHEADER@
46 INSTALL_PROGRAM = @INSTALL_PROGRAM@
47 INSTALL_DATA = @INSTALL_DATA@
48 INSTALL_SCRIPT = @INSTALL_SCRIPT@
49 INSTALL_HEADER = $(INSTALL_DATA)
50 transform = @program_transform_name@
57 host_alias = @host_alias@
62 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
64 CATOBJEXT = @CATOBJEXT@
67 DATADIRNAME = @DATADIRNAME@
76 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
77 INSTOBJEXT = @INSTOBJEXT@
78 INTLBISON = @INTLBISON@
81 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
91 MKINSTALLDIRS = @MKINSTALLDIRS@
101 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
105 am__include = @am__include@
106 am__quote = @am__quote@
107 install_sh = @install_sh@
119 EXTRA_DIST = $(man_MANS) \
123 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
124 CONFIG_HEADER = $(top_builddir)/config.h
130 DIST_COMMON = Makefile.am Makefile.in
143 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
144 cd $(top_srcdir) && \
145 $(AUTOMAKE) --gnu man/hu/Makefile
146 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
147 cd $(top_builddir) && \
148 CONFIG_HEADERS= CONFIG_LINKS= \
149 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
152 man1dir = $(mandir)/man1
153 install-man1: $(man1_MANS) $(man_MANS)
155 $(mkinstalldirs) $(DESTDIR)$(man1dir)
156 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
157 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
160 *.1*) list="$$list $$i" ;; \
163 for i in $$list; do \
164 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
166 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
167 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
168 inst=`echo $$inst | sed -e 's/^.*\///'`; \
169 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
170 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
171 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
175 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
176 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
179 *.1*) list="$$list $$i" ;; \
182 for i in $$list; do \
183 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
184 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
185 inst=`echo $$inst | sed -e 's/^.*\///'`; \
186 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
187 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
188 rm -f $(DESTDIR)$(man1dir)/$$inst; \
194 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
197 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
199 distdir: $(DISTFILES)
200 @for file in $(DISTFILES); do \
201 if test -f $$file; then d=.; else d=$(srcdir); fi; \
202 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
203 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
204 $(mkinstalldirs) "$(distdir)/$$dir"; \
206 if test -d $$d/$$file; then \
207 cp -pR $$d/$$file $(distdir) \
210 test -f $(distdir)/$$file \
211 || cp -p $$d/$$file $(distdir)/$$file \
217 all-am: Makefile $(MANS)
220 $(mkinstalldirs) $(DESTDIR)$(man1dir)
223 install-exec: install-exec-am
224 install-data: install-data-am
225 uninstall: uninstall-am
228 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
230 installcheck: installcheck-am
232 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
233 `test -z '$(STRIP)' || \
234 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
240 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
242 maintainer-clean-generic:
243 @echo "This command is intended for maintainers to use"
244 @echo "it deletes files that may require special tools to rebuild."
247 clean-am: clean-generic clean-libtool mostlyclean-am
249 distclean: distclean-am
251 distclean-am: clean-am distclean-generic distclean-libtool
261 install-data-am: install-man
265 install-info: install-info-am
267 install-man: install-man1
271 maintainer-clean: maintainer-clean-am
273 maintainer-clean-am: distclean-am maintainer-clean-generic
275 mostlyclean: mostlyclean-am
277 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
279 uninstall-am: uninstall-info-am uninstall-man
281 uninstall-man: uninstall-man1
283 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
284 distclean distclean-generic distclean-libtool distdir dvi \
285 dvi-am info info-am install install-am install-data \
286 install-data-am install-exec install-exec-am install-info \
287 install-info-am install-man install-man1 install-strip \
288 installcheck installcheck-am installdirs maintainer-clean \
289 maintainer-clean-generic mostlyclean mostlyclean-generic \
290 mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
291 uninstall-man uninstall-man1
293 # Tell versions [3.59,3.63) of GNU make to not export all variables.
294 # Otherwise a system limit (for SysV at least) may be exceeded.