source: trunk/third/gettext/Makefile.in @ 16931

Revision 16931, 13.4 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16930, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 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.
7
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
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50transform = @program_transform_name@
51
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60ACLOCAL_VERSION = @ACLOCAL_VERSION@
61AS = @AS@
62BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
63CATALOGS = @CATALOGS@
64CATOBJEXT = @CATOBJEXT@
65CC = @CC@
66DATADIRNAME = @DATADIRNAME@
67DLLTOOL = @DLLTOOL@
68DVIPS = @DVIPS@
69ECHO = @ECHO@
70EMACS = @EMACS@
71EXEEXT = @EXEEXT@
72GENCAT = @GENCAT@
73GLIBC21 = @GLIBC21@
74GMOFILES = @GMOFILES@
75GMSGFMT = @GMSGFMT@
76INSTOBJEXT = @INSTOBJEXT@
77INTLBISON = @INTLBISON@
78INTLLIBS = @INTLLIBS@
79INTLOBJS = @INTLOBJS@
80INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
81LIBICONV = @LIBICONV@
82LIBOBJS = @LIBOBJS@
83LIBTOOL = @LIBTOOL@
84LN_S = @LN_S@
85MAKEINFO = @MAKEINFO@
86MKINSTALLDIRS = @MKINSTALLDIRS@
87MSGFMT = @MSGFMT@
88OBJDUMP = @OBJDUMP@
89OBJEXT = @OBJEXT@
90PACKAGE = @PACKAGE@
91POFILES = @POFILES@
92POSUB = @POSUB@
93RANLIB = @RANLIB@
94STRIP = @STRIP@
95TEXI2HTML = @TEXI2HTML@
96TEXI2PDF = @TEXI2PDF@
97USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
98USE_NLS = @USE_NLS@
99VERSION = @VERSION@
100YACC = @YACC@
101aclocaldir = @aclocaldir@
102lispdir = @lispdir@
103
104AUTOMAKE_OPTIONS = 1.4 gnu
105MAINT_CHARSET = latin1
106ACLOCAL = ./aclocal.sh @ACLOCAL@
107ACLOCAL_AMFLAGS = -I m4
108
109gettextsrcdir = $(datadir)/gettext
110gettextsrc_DATA = ABOUT-NLS
111
112SUBDIRS = doc intl lib src po man m4 misc tests
113
114EXTRA_DIST = BUGS DISCLAIM README.gemtext aclocal.sh              djgpp/Makefile.maint djgpp/README.in djgpp/README              djgpp/config.bat djgpp/config.in djgpp/config.sed              djgpp/config.site djgpp/edtests.bat djgpp/fnchange.in              djgpp/fnchange.lst djgpp/tscript.sed              os2/README.os2 os2/os2.diff
115
116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
118CONFIG_HEADER = config.h
119CONFIG_CLEAN_FILES =
120DATA =  $(gettextsrc_DATA)
121
122DIST_COMMON =  README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
123INSTALL Makefile.am Makefile.in NEWS THANKS TODO acconfig.h aclocal.m4 \
124config.guess config.h.in config.sub configure configure.in install-sh \
125ltmain.sh missing mkinstalldirs
126
127
128DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129
130TAR = tar
131GZIP_ENV = --best
132all: all-redirect
133.SUFFIXES:
134$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
136
137Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
138        cd $(top_builddir) \
139          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141$(ACLOCAL_M4):  configure.in  m4/c-bs-a.m4 m4/codeset.m4 m4/getline.m4 \
142                m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 \
143                m4/inttypes_h.m4 m4/isc-posix.m4 m4/lcmessage.m4 \
144                m4/libtool.m4 m4/mbrtowc.m4 m4/mbstate_t.m4 \
145                m4/mbswidth.m4 m4/progtest.m4 m4/setlocale.m4 \
146                m4/signed.m4 m4/uintmax_t.m4 m4/ulonglong.m4
147        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
148
149config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
150        $(SHELL) ./config.status --recheck
151$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
152        cd $(srcdir) && $(AUTOCONF)
153
154config.h: stamp-h
155        @if test ! -f $@; then \
156                rm -f stamp-h; \
157                $(MAKE) stamp-h; \
158        else :; fi
159stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
160        cd $(top_builddir) \
161          && CONFIG_FILES= CONFIG_HEADERS=config.h \
162             $(SHELL) ./config.status
163        @echo timestamp > stamp-h 2> /dev/null
164$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
165        @if test ! -f $@; then \
166                rm -f $(srcdir)/stamp-h.in; \
167                $(MAKE) $(srcdir)/stamp-h.in; \
168        else :; fi
169$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
170        cd $(top_srcdir) && $(AUTOHEADER)
171        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
172
173mostlyclean-hdr:
174
175clean-hdr:
176
177distclean-hdr:
178        -rm -f config.h
179
180maintainer-clean-hdr:
181
182install-gettextsrcDATA: $(gettextsrc_DATA)
183        @$(NORMAL_INSTALL)
184        $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir)
185        @list='$(gettextsrc_DATA)'; for p in $$list; do \
186          if test -f $(srcdir)/$$p; then \
187            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(gettextsrcdir)/$$p"; \
188            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(gettextsrcdir)/$$p; \
189          else if test -f $$p; then \
190            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(gettextsrcdir)/$$p"; \
191            $(INSTALL_DATA) $$p $(DESTDIR)$(gettextsrcdir)/$$p; \
192          fi; fi; \
193        done
194
195uninstall-gettextsrcDATA:
196        @$(NORMAL_UNINSTALL)
197        list='$(gettextsrc_DATA)'; for p in $$list; do \
198          rm -f $(DESTDIR)$(gettextsrcdir)/$$p; \
199        done
200
201# This directory's subdirectories are mostly independent; you can cd
202# into them and run `make' without going through this Makefile.
203# To change the values of `make' variables: instead of editing Makefiles,
204# (1) if the variable is set in `config.status', edit `config.status'
205#     (which will cause the Makefiles to be regenerated when you run `make');
206# (2) otherwise, pass the desired values on the `make' command line.
207
208@SET_MAKE@
209
210all-recursive install-data-recursive install-exec-recursive \
211installdirs-recursive install-recursive uninstall-recursive  \
212check-recursive installcheck-recursive info-recursive dvi-recursive:
213        @set fnord $(MAKEFLAGS); amf=$$2; \
214        dot_seen=no; \
215        target=`echo $@ | sed s/-recursive//`; \
216        list='$(SUBDIRS)'; for subdir in $$list; do \
217          echo "Making $$target in $$subdir"; \
218          if test "$$subdir" = "."; then \
219            dot_seen=yes; \
220            local_target="$$target-am"; \
221          else \
222            local_target="$$target"; \
223          fi; \
224          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
225           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
226        done; \
227        if test "$$dot_seen" = "no"; then \
228          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
229        fi; test -z "$$fail"
230
231mostlyclean-recursive clean-recursive distclean-recursive \
232maintainer-clean-recursive:
233        @set fnord $(MAKEFLAGS); amf=$$2; \
234        dot_seen=no; \
235        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
236          rev="$$subdir $$rev"; \
237          test "$$subdir" != "." || dot_seen=yes; \
238        done; \
239        test "$$dot_seen" = "no" && rev=". $$rev"; \
240        target=`echo $@ | sed s/-recursive//`; \
241        for subdir in $$rev; do \
242          echo "Making $$target in $$subdir"; \
243          if test "$$subdir" = "."; then \
244            local_target="$$target-am"; \
245          else \
246            local_target="$$target"; \
247          fi; \
248          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
249           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
250        done && test -z "$$fail"
251tags-recursive:
252        list='$(SUBDIRS)'; for subdir in $$list; do \
253          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
254        done
255
256tags: TAGS
257
258ID: $(HEADERS) $(SOURCES) $(LISP)
259        list='$(SOURCES) $(HEADERS)'; \
260        unique=`for i in $$list; do echo $$i; done | \
261          awk '    { files[$$0] = 1; } \
262               END { for (i in files) print i; }'`; \
263        here=`pwd` && cd $(srcdir) \
264          && mkid -f$$here/ID $$unique $(LISP)
265
266TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
267        tags=; \
268        here=`pwd`; \
269        list='$(SUBDIRS)'; for subdir in $$list; do \
270   if test "$$subdir" = .; then :; else \
271            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
272   fi; \
273        done; \
274        list='$(SOURCES) $(HEADERS)'; \
275        unique=`for i in $$list; do echo $$i; done | \
276          awk '    { files[$$0] = 1; } \
277               END { for (i in files) print i; }'`; \
278        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
279          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
280
281mostlyclean-tags:
282
283clean-tags:
284
285distclean-tags:
286        -rm -f TAGS ID
287
288maintainer-clean-tags:
289
290distdir = $(PACKAGE)-$(VERSION)
291top_distdir = $(distdir)
292
293# This target untars the dist file and tries a VPATH configuration.  Then
294# it guarantees that the distribution is self-contained by making another
295# tarfile.
296distcheck: dist
297        -rm -rf $(distdir)
298        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
299        mkdir $(distdir)/=build
300        mkdir $(distdir)/=inst
301        dc_install_base=`cd $(distdir)/=inst && pwd`; \
302        cd $(distdir)/=build \
303          && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
304          && $(MAKE) $(AM_MAKEFLAGS) \
305          && $(MAKE) $(AM_MAKEFLAGS) dvi \
306          && $(MAKE) $(AM_MAKEFLAGS) check \
307          && $(MAKE) $(AM_MAKEFLAGS) install \
308          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
309          && $(MAKE) $(AM_MAKEFLAGS) dist
310        -rm -rf $(distdir)
311        @banner="$(distdir).tar.gz is ready for distribution"; \
312        dashes=`echo "$$banner" | sed s/./=/g`; \
313        echo "$$dashes"; \
314        echo "$$banner"; \
315        echo "$$dashes"
316dist: distdir
317        -chmod -R a+r $(distdir)
318        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
319        -rm -rf $(distdir)
320dist-all: distdir
321        -chmod -R a+r $(distdir)
322        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
323        -rm -rf $(distdir)
324distdir: $(DISTFILES)
325        -rm -rf $(distdir)
326        mkdir $(distdir)
327        -chmod 777 $(distdir)
328        $(mkinstalldirs) $(distdir)/djgpp $(distdir)/os2
329        @for file in $(DISTFILES); do \
330          d=$(srcdir); \
331          if test -d $$d/$$file; then \
332            cp -pr $$d/$$file $(distdir)/$$file; \
333          else \
334            test -f $(distdir)/$$file \
335            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
336            || cp -p $$d/$$file $(distdir)/$$file || :; \
337          fi; \
338        done
339        for subdir in $(SUBDIRS); do \
340          if test "$$subdir" = .; then :; else \
341            test -d $(distdir)/$$subdir \
342            || mkdir $(distdir)/$$subdir \
343            || exit 1; \
344            chmod 777 $(distdir)/$$subdir; \
345            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
346              || exit 1; \
347          fi; \
348        done
349info-am:
350info: info-recursive
351dvi-am:
352dvi: dvi-recursive
353check-am: all-am
354check: check-recursive
355installcheck-am:
356installcheck: installcheck-recursive
357all-recursive-am: config.h
358        $(MAKE) $(AM_MAKEFLAGS) all-recursive
359
360install-exec-am:
361install-exec: install-exec-recursive
362
363install-data-am: install-gettextsrcDATA
364install-data: install-data-recursive
365
366install-am: all-am
367        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
368install: install-recursive
369uninstall-am: uninstall-gettextsrcDATA
370uninstall: uninstall-recursive
371all-am: Makefile $(DATA) config.h
372all-redirect: all-recursive-am
373install-strip:
374        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
375installdirs: installdirs-recursive
376installdirs-am:
377        $(mkinstalldirs)  $(DESTDIR)$(gettextsrcdir)
378
379
380mostlyclean-generic:
381
382clean-generic:
383
384distclean-generic:
385        -rm -f Makefile $(CONFIG_CLEAN_FILES)
386        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
387
388maintainer-clean-generic:
389mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
390
391mostlyclean: mostlyclean-recursive
392
393clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
394
395clean: clean-recursive
396
397distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
398        -rm -f libtool
399
400distclean: distclean-recursive
401        -rm -f config.status
402
403maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
404                maintainer-clean-generic distclean-am
405        @echo "This command is intended for maintainers to use;"
406        @echo "it deletes files that may require special tools to rebuild."
407
408maintainer-clean: maintainer-clean-recursive
409        -rm -f config.status
410
411.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
412uninstall-gettextsrcDATA install-gettextsrcDATA install-data-recursive \
413uninstall-data-recursive install-exec-recursive \
414uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
415all-recursive check-recursive installcheck-recursive info-recursive \
416dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
417maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
418distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
419dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
420install-exec-am install-exec install-data-am install-data install-am \
421install uninstall-am uninstall all-redirect all-am all installdirs-am \
422installdirs mostlyclean-generic distclean-generic clean-generic \
423maintainer-clean-generic clean mostlyclean distclean maintainer-clean
424
425
426ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
427        rm -f $(srcdir)/ABOUT-NLS \
428          && $(MAKEINFO) --output=$(srcdir)/ABOUT-NLS --no-header \
429            -I $(srcdir)/doc --no-validate nls.texi
430
431# Documentation tags not known to automake.
432
433ps:
434        cd doc && $(MAKE) ps
435
436pdf:
437        cd doc && $(MAKE) pdf
438
439html:
440        cd doc && $(MAKE) html
441
442# Tell versions [3.59,3.63) of GNU make to not export all variables.
443# Otherwise a system limit (for SysV at least) may be exceeded.
444.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.