1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 AT_TESTPATH = @AT_TESTPATH@
62 CATOBJEXT = @CATOBJEXT@
65 DATADIRNAME = @DATADIRNAME@
74 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
75 INSTOBJEXT = @INSTOBJEXT@
82 MKINSTALLDIRS = @MKINSTALLDIRS@
89 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
92 WARNING_CFLAGS = @WARNING_CFLAGS@
95 AUTOMAKE_OPTIONS = 1.4 check-news
97 ACLOCAL_AMFLAGS = -I m4
99 SUBDIRS = intl po lib src doc m4 tests
101 EXTRA_DIST = REFERENCES configure.bat OChangeLog THANKS
103 DISTCLEANFILES = intl/libintl.h
104 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106 CONFIG_HEADER = config.h
108 DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
109 INSTALL Makefile.am Makefile.in NEWS THANKS aclocal.m4 config.hin \
110 configure configure.in install-sh missing mkinstalldirs
113 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
120 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
122 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
124 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
126 $(ACLOCAL_M4): configure.in m4/atconfig.m4 m4/c-bs-a.m4 m4/error.m4 \
127 m4/gettext.m4 m4/lcmessage.m4 m4/m4.m4 m4/malloc.m4 \
128 m4/mbstate_t.m4 m4/prereq.m4 m4/progtest.m4 \
129 m4/realloc.m4 m4/warning.m4
130 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
132 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
133 $(SHELL) ./config.status --recheck
134 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
135 cd $(srcdir) && $(AUTOCONF)
138 @if test ! -f $@; then \
142 stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status
144 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \
145 $(SHELL) ./config.status
146 @echo timestamp > stamp-h 2> /dev/null
147 $(srcdir)/config.hin: $(srcdir)/stamp-h.in
148 @if test ! -f $@; then \
149 rm -f $(srcdir)/stamp-h.in; \
150 $(MAKE) $(srcdir)/stamp-h.in; \
152 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
153 cd $(top_srcdir) && $(AUTOHEADER)
154 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
163 maintainer-clean-hdr:
165 # This directory's subdirectories are mostly independent; you can cd
166 # into them and run `make' without going through this Makefile.
167 # To change the values of `make' variables: instead of editing Makefiles,
168 # (1) if the variable is set in `config.status', edit `config.status'
169 # (which will cause the Makefiles to be regenerated when you run `make');
170 # (2) otherwise, pass the desired values on the `make' command line.
174 all-recursive install-data-recursive install-exec-recursive \
175 installdirs-recursive install-recursive uninstall-recursive \
176 check-recursive installcheck-recursive info-recursive dvi-recursive:
177 @set fnord $(MAKEFLAGS); amf=$$2; \
179 target=`echo $@ | sed s/-recursive//`; \
180 list='$(SUBDIRS)'; for subdir in $$list; do \
181 echo "Making $$target in $$subdir"; \
182 if test "$$subdir" = "."; then \
184 local_target="$$target-am"; \
186 local_target="$$target"; \
188 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
189 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
191 if test "$$dot_seen" = "no"; then \
192 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
195 mostlyclean-recursive clean-recursive distclean-recursive \
196 maintainer-clean-recursive:
197 @set fnord $(MAKEFLAGS); amf=$$2; \
199 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
200 rev="$$subdir $$rev"; \
201 test "$$subdir" = "." && dot_seen=yes; \
203 test "$$dot_seen" = "no" && rev=". $$rev"; \
204 target=`echo $@ | sed s/-recursive//`; \
205 for subdir in $$rev; do \
206 echo "Making $$target in $$subdir"; \
207 if test "$$subdir" = "."; then \
208 local_target="$$target-am"; \
210 local_target="$$target"; \
212 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
213 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
214 done && test -z "$$fail"
216 list='$(SUBDIRS)'; for subdir in $$list; do \
217 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
222 ID: $(HEADERS) $(SOURCES) $(LISP)
223 list='$(SOURCES) $(HEADERS)'; \
224 unique=`for i in $$list; do echo $$i; done | \
225 awk ' { files[$$0] = 1; } \
226 END { for (i in files) print i; }'`; \
227 here=`pwd` && cd $(srcdir) \
228 && mkid -f$$here/ID $$unique $(LISP)
230 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) $(LISP)
233 list='$(SUBDIRS)'; for subdir in $$list; do \
234 if test "$$subdir" = .; then :; else \
235 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
238 list='$(SOURCES) $(HEADERS)'; \
239 unique=`for i in $$list; do echo $$i; done | \
240 awk ' { files[$$0] = 1; } \
241 END { for (i in files) print i; }'`; \
242 test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \
243 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP) -o $$here/TAGS)
252 maintainer-clean-tags:
254 distdir = $(PACKAGE)-$(VERSION)
255 top_distdir = $(distdir)
257 # This target untars the dist file and tries a VPATH configuration. Then
258 # it guarantees that the distribution is self-contained by making another
262 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
263 mkdir $(distdir)/=build
264 mkdir $(distdir)/=inst
265 dc_install_base=`cd $(distdir)/=inst && pwd`; \
266 cd $(distdir)/=build \
267 && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
268 && $(MAKE) $(AM_MAKEFLAGS) \
269 && $(MAKE) $(AM_MAKEFLAGS) dvi \
270 && $(MAKE) $(AM_MAKEFLAGS) check \
271 && $(MAKE) $(AM_MAKEFLAGS) install \
272 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
273 && $(MAKE) $(AM_MAKEFLAGS) dist
275 @banner="$(distdir).tar.gz is ready for distribution"; \
276 dashes=`echo "$$banner" | sed s/./=/g`; \
281 -chmod -R a+r $(distdir)
282 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
285 -chmod -R a+r $(distdir)
286 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
288 distdir: $(DISTFILES)
289 @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
290 echo "NEWS not updated; not releasing" 1>&2; \
295 -chmod 777 $(distdir)
296 here=`cd $(top_builddir) && pwd`; \
297 top_distdir=`cd $(distdir) && pwd`; \
298 distdir=`cd $(distdir) && pwd`; \
300 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
301 @for file in $(DISTFILES); do \
303 if test -d $$d/$$file; then \
304 cp -pr $$d/$$file $(distdir)/$$file; \
306 test -f $(distdir)/$$file \
307 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
308 || cp -p $$d/$$file $(distdir)/$$file || :; \
311 for subdir in $(SUBDIRS); do \
312 if test "$$subdir" = .; then :; else \
313 test -d $(distdir)/$$subdir \
314 || mkdir $(distdir)/$$subdir \
316 chmod 777 $(distdir)/$$subdir; \
317 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
326 check: check-recursive
328 installcheck: installcheck-recursive
329 all-recursive-am: config.h
330 $(MAKE) $(AM_MAKEFLAGS) all-recursive
333 install-exec: install-exec-recursive
336 install-data: install-data-recursive
339 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
340 install: install-recursive
342 uninstall: uninstall-recursive
343 all-am: Makefile config.h
344 all-redirect: all-recursive-am
346 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
347 installdirs: installdirs-recursive
356 -rm -f Makefile $(CONFIG_CLEAN_FILES)
357 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
358 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
360 maintainer-clean-generic:
361 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
363 mostlyclean: mostlyclean-recursive
365 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
367 clean: clean-recursive
369 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
371 distclean: distclean-recursive
374 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
375 maintainer-clean-generic distclean-am
376 @echo "This command is intended for maintainers to use;"
377 @echo "it deletes files that may require special tools to rebuild."
379 maintainer-clean: maintainer-clean-recursive
382 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
383 install-data-recursive uninstall-data-recursive install-exec-recursive \
384 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
385 all-recursive check-recursive installcheck-recursive info-recursive \
386 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
387 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
388 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
389 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
390 install-exec-am install-exec install-data-am install-data install-am \
391 install uninstall-am uninstall all-redirect all-am all installdirs-am \
392 installdirs mostlyclean-generic distclean-generic clean-generic \
393 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
396 # Tell versions [3.59,3.63) of GNU make to not export all variables.
397 # Otherwise a system limit (for SysV at least) may be exceeded.