1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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
13 # Be sure we're using the right version of Automake.
14 # 1.2f was the first version that supported .txi as a Texinfo suffix.
20 top_srcdir
= @top_srcdir@
23 exec_prefix = @
exec_prefix@
27 libexecdir
= @libexecdir@
29 sysconfdir
= @sysconfdir@
30 sharedstatedir
= @sharedstatedir@
31 localstatedir
= @localstatedir@
35 includedir = @
includedir@
36 oldincludedir = /usr
/include
40 pkgdatadir
= $(datadir)/@PACKAGE@
41 pkglibdir
= $(libdir)/@PACKAGE@
42 pkgincludedir
= $(includedir)/@PACKAGE@
49 AUTOHEADER
= @AUTOHEADER@
52 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
53 INSTALL_DATA
= @INSTALL_DATA@
54 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
55 transform
= @program_transform_name@
64 CATOBJEXT
= @CATOBJEXT@
66 DATADIRNAME
= @DATADIRNAME@
73 INCLUDE_LOCALE_H
= @INCLUDE_LOCALE_H@
75 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
76 INSTOBJEXT
= @INSTOBJEXT@
82 MKINSTALLDIRS
= @MKINSTALLDIRS@
89 TEXCONFIG
= @TEXCONFIG@
91 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
96 AUTOMAKE_OPTIONS
= 1.2f
98 # Additional files to distribute.
99 EXTRA_DIST
= INTRODUCTION dir-example
101 # All subdirectories.
102 # Do intl/ and lib/ first since the C programs depend on them.
103 # Do doc/ last so makeinfo will be built when we get there.
104 # Others are alphabetical.
105 SUBDIRS
= intl lib
info makeinfo po util doc
106 # ??? For EGCS, only build the stuff we actually need. This eliminates the
107 # need for xgettext that exists in the po subdirectory. We do need util in
108 # order to get install-info, which is used as part of the gcc build/install
110 SUBDIRS
= intl lib
makeinfo util
111 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
112 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
113 CONFIG_HEADER
= config.h
115 DIST_COMMON
= README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
116 Makefile.am Makefile.in NEWS THANKS TODO acconfig.h acinclude.m4 \
117 aclocal.m4 config.guess config.h.in config.sub configure configure.in \
118 missing mkinstalldirs stamp-h.in texinfo.
tex
121 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
125 all: all-recursive-am all-am
128 $(srcdir)/Makefile.in
: @MAINT@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
129 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu
--include-deps Makefile
131 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
133 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
135 $(ACLOCAL_M4
): @MAINT@ configure.in acinclude.m4
136 cd
$(srcdir) && $(ACLOCAL
)
138 config.status
: $(srcdir)/configure
139 $(SHELL
) .
/config.status
--recheck
140 $(srcdir)/configure
: @MAINT@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
141 cd
$(srcdir) && $(AUTOCONF
)
145 stamp-h
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
147 && CONFIG_FILES
= CONFIG_HEADERS
=config.h \
148 $(SHELL
) .
/config.status
149 @echo timestamp
> stamp-h
150 $(srcdir)/config.h.in
: @MAINT@
$(srcdir)/stamp-h.in
151 $(srcdir)/stamp-h.in
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
) acconfig.h
152 cd
$(top_srcdir
) && $(AUTOHEADER
)
153 @echo timestamp
> $(srcdir)/stamp-h.in
162 maintainer-clean-hdr
:
164 # This directory's subdirectories are mostly independent; you can cd
165 # into them and run `make' without going through this Makefile.
166 # To change the values of `make' variables: instead of editing Makefiles,
167 # (1) if the variable is set in `config.status', edit `config.status'
168 # (which will cause the Makefiles to be regenerated when you run `make');
169 # (2) otherwise, pass the desired values on the `make' command line.
173 all-recursive install-data-recursive install-exec-recursive \
174 installdirs-recursive install-recursive uninstall-recursive \
175 check-recursive installcheck-recursive info-recursive dvi-recursive
:
176 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
177 list
='$(SUBDIRS)'; for subdir in
$$list; do \
178 target
=`echo $@ | sed s/-recursive//`; \
179 echo
"Making $$target in $$subdir"; \
180 (cd
$$subdir && $(MAKE
) $$target) \
181 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
182 done
&& test -z
"$$fail"
184 mostlyclean-recursive clean-recursive distclean-recursive \
185 maintainer-clean-recursive
:
186 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
187 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
188 rev
="$$subdir $$rev"; \
190 for subdir in
$$rev; do \
191 target
=`echo $@ | sed s/-recursive//`; \
192 echo
"Making $$target in $$subdir"; \
193 (cd
$$subdir && $(MAKE
) $$target) \
194 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
195 done
&& test -z
"$$fail"
197 list
='$(SUBDIRS)'; for subdir in
$$list; do \
198 (cd
$$subdir && $(MAKE
) tags); \
203 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
204 here
=`pwd` && cd
$(srcdir) \
205 && mkid
-f
$$here/ID
$(SOURCES
) $(HEADERS
) $(LISP
)
207 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) $(LISP
)
210 list
='$(SUBDIRS)'; for subdir in
$$list; do \
211 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
213 list
='$(SOURCES) $(HEADERS)'; \
214 unique
=`for i in $$list; do echo $$i; done | \
215 awk ' { files[$$0] = 1; } \
216 END { for (i in files) print i; }'`; \
217 test -z
"$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
218 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags config.h.in
$$unique $(LISP
) -o
$$here/TAGS
)
227 maintainer-clean-tags
:
229 distdir
= $(PACKAGE
)-$(VERSION
)
230 top_distdir
= $(distdir
)
232 # This target untars the dist file and tries a VPATH configuration. Then
233 # it guarantees that the distribution is self-contained by making another
237 GZIP
=$(GZIP
) $(TAR
) zxf
$(distdir
).
tar.gz
238 mkdir
$(distdir
)/=build
239 mkdir
$(distdir
)/=inst
240 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
241 cd
$(distdir
)/=build \
242 && ..
/configure
--with-included-gettext
--srcdir=..
--prefix=$$dc_install_base \
247 && $(MAKE
) installcheck \
250 @echo
"========================"; \
251 echo
"$(distdir).tar.gz is ready for distribution"; \
252 echo
"========================"
254 -chmod
-R a
+r
$(distdir
)
255 GZIP
=$(GZIP
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
258 -chmod
-R a
+r
$(distdir
)
259 GZIP
=$(GZIP
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
261 distdir
: $(DISTFILES
)
264 -chmod
777 $(distdir
)
265 @for file in
$(DISTFILES
); do \
267 test -f
$(distdir
)/$$file \
268 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
269 || cp
-p
$$d/$$file $(distdir
)/$$file; \
271 for subdir in
$(SUBDIRS
); do \
272 test -d
$(distdir
)/$$subdir \
273 || mkdir
$(distdir
)/$$subdir \
275 chmod
777 $(distdir
)/$$subdir; \
276 (cd
$$subdir && $(MAKE
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
282 $(MAKE
) check-recursive
283 installcheck: installcheck-recursive
284 all-recursive-am
: config.h
285 $(MAKE
) all-recursive
287 all-am
: Makefile config.h
289 install-exec
: install-exec-recursive
292 install-data
: install-data-recursive
295 install: install-recursive
298 uninstall: uninstall-recursive
301 $(MAKE
) INSTALL_PROGRAM
='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT
='$(INSTALL_PROGRAM)' install
302 installdirs: installdirs-recursive
306 -test -z
"$(MOSTLYCLEANFILES)" ||
rm -f
$(MOSTLYCLEANFILES
)
309 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
312 -rm -f Makefile
$(DISTCLEANFILES
)
313 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
314 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
316 maintainer-clean-generic
:
317 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
318 -test -z
"$(BUILT_SOURCES)" ||
rm -f
$(BUILT_SOURCES
)
319 mostlyclean-am
: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
321 clean-am
: clean-hdr clean-tags clean-generic mostlyclean-am
323 distclean-am
: distclean-hdr distclean-tags distclean-generic clean-am
325 maintainer-clean-am
: maintainer-clean-hdr maintainer-clean-tags \
326 maintainer-clean-generic distclean-am
328 mostlyclean: mostlyclean-recursive mostlyclean-am
330 clean: clean-recursive clean-am
332 distclean: distclean-recursive distclean-am
335 maintainer-clean
: maintainer-clean-recursive maintainer-clean-am
336 @echo
"This command is intended for maintainers to use;"
337 @echo
"it deletes files that may require special tools to rebuild."
340 .PHONY
: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
341 install-data-recursive uninstall-data-recursive install-exec-recursive \
342 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
343 all-recursive check-recursive installcheck-recursive info-recursive \
344 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
345 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
346 distclean-tags clean-tags maintainer-clean-tags distdir
info dvi \
347 installcheck all-recursive-am all-am install-exec install-data
install \
348 uninstall all installdirs mostlyclean-generic distclean-generic \
349 clean-generic maintainer-clean-generic
clean mostlyclean distclean \
353 # Tell versions [3.59,3.63) of GNU make to not export all variables.
354 # Otherwise a system limit (for SysV at least) may be exceeded.