~ubuntu-branches/ubuntu/trusty/gettext/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2002-04-10 13:17:42 UTC
  • Revision ID: james.westby@ubuntu.com-20020410131742-npf89tsaygdolprj
Tags: upstream-0.10.40
ImportĀ upstreamĀ versionĀ 0.10.40

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = .
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
INSTALL = @INSTALL@
 
47
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
48
INSTALL_DATA = @INSTALL_DATA@
 
49
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
50
transform = @program_transform_name@
 
51
 
 
52
NORMAL_INSTALL = :
 
53
PRE_INSTALL = :
 
54
POST_INSTALL = :
 
55
NORMAL_UNINSTALL = :
 
56
PRE_UNINSTALL = :
 
57
POST_UNINSTALL = :
 
58
host_alias = @host_alias@
 
59
host_triplet = @host@
 
60
ACLOCAL_VERSION = @ACLOCAL_VERSION@
 
61
AS = @AS@
 
62
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
63
CATALOGS = @CATALOGS@
 
64
CATOBJEXT = @CATOBJEXT@
 
65
CC = @CC@
 
66
DATADIRNAME = @DATADIRNAME@
 
67
DLLTOOL = @DLLTOOL@
 
68
DVIPS = @DVIPS@
 
69
ECHO = @ECHO@
 
70
EMACS = @EMACS@
 
71
EXEEXT = @EXEEXT@
 
72
GENCAT = @GENCAT@
 
73
GLIBC21 = @GLIBC21@
 
74
GMOFILES = @GMOFILES@
 
75
GMSGFMT = @GMSGFMT@
 
76
INSTOBJEXT = @INSTOBJEXT@
 
77
INTLBISON = @INTLBISON@
 
78
INTLLIBS = @INTLLIBS@
 
79
INTLOBJS = @INTLOBJS@
 
80
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
81
LIBICONV = @LIBICONV@
 
82
LIBOBJS = @LIBOBJS@
 
83
LIBTOOL = @LIBTOOL@
 
84
LN_S = @LN_S@
 
85
MAKEINFO = @MAKEINFO@
 
86
MKINSTALLDIRS = @MKINSTALLDIRS@
 
87
MSGFMT = @MSGFMT@
 
88
OBJDUMP = @OBJDUMP@
 
89
OBJEXT = @OBJEXT@
 
90
PACKAGE = @PACKAGE@
 
91
POFILES = @POFILES@
 
92
POSUB = @POSUB@
 
93
RANLIB = @RANLIB@
 
94
STRIP = @STRIP@
 
95
TEXI2HTML = @TEXI2HTML@
 
96
TEXI2PDF = @TEXI2PDF@
 
97
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
98
USE_NLS = @USE_NLS@
 
99
VERSION = @VERSION@
 
100
YACC = @YACC@
 
101
aclocaldir = @aclocaldir@
 
102
lispdir = @lispdir@
 
103
 
 
104
AUTOMAKE_OPTIONS = 1.4 gnu
 
105
MAINT_CHARSET = latin1
 
106
ACLOCAL = ./aclocal.sh @ACLOCAL@
 
107
ACLOCAL_AMFLAGS = -I m4
 
108
 
 
109
gettextsrcdir = $(datadir)/gettext
 
110
gettextsrc_DATA = ABOUT-NLS
 
111
 
 
112
SUBDIRS = doc intl lib src po man m4 misc tests
 
113
 
 
114
EXTRA_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
 
 
116
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
117
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
118
CONFIG_HEADER = config.h
 
119
CONFIG_CLEAN_FILES = 
 
120
DATA =  $(gettextsrc_DATA)
 
121
 
 
122
DIST_COMMON =  README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
 
123
INSTALL Makefile.am Makefile.in NEWS THANKS TODO acconfig.h aclocal.m4 \
 
124
config.guess config.h.in config.sub configure configure.in install-sh \
 
125
ltmain.sh missing mkinstalldirs
 
126
 
 
127
 
 
128
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
129
 
 
130
TAR = tar
 
131
GZIP_ENV = --best
 
132
all: 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
 
 
137
Makefile: $(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
 
 
149
config.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
 
 
154
config.h: stamp-h
 
155
        @if test ! -f $@; then \
 
156
                rm -f stamp-h; \
 
157
                $(MAKE) stamp-h; \
 
158
        else :; fi
 
159
stamp-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
 
 
173
mostlyclean-hdr:
 
174
 
 
175
clean-hdr:
 
176
 
 
177
distclean-hdr:
 
178
        -rm -f config.h
 
179
 
 
180
maintainer-clean-hdr:
 
181
 
 
182
install-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
 
 
195
uninstall-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
 
 
210
all-recursive install-data-recursive install-exec-recursive \
 
211
installdirs-recursive install-recursive uninstall-recursive  \
 
212
check-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
 
 
231
mostlyclean-recursive clean-recursive distclean-recursive \
 
232
maintainer-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"
 
251
tags-recursive:
 
252
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
253
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
254
        done
 
255
 
 
256
tags: TAGS
 
257
 
 
258
ID: $(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
 
 
266
TAGS: 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
 
 
281
mostlyclean-tags:
 
282
 
 
283
clean-tags:
 
284
 
 
285
distclean-tags:
 
286
        -rm -f TAGS ID
 
287
 
 
288
maintainer-clean-tags:
 
289
 
 
290
distdir = $(PACKAGE)-$(VERSION)
 
291
top_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.
 
296
distcheck: 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"
 
316
dist: distdir
 
317
        -chmod -R a+r $(distdir)
 
318
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
319
        -rm -rf $(distdir)
 
320
dist-all: distdir
 
321
        -chmod -R a+r $(distdir)
 
322
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
323
        -rm -rf $(distdir)
 
324
distdir: $(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
 
349
info-am:
 
350
info: info-recursive
 
351
dvi-am:
 
352
dvi: dvi-recursive
 
353
check-am: all-am
 
354
check: check-recursive
 
355
installcheck-am:
 
356
installcheck: installcheck-recursive
 
357
all-recursive-am: config.h
 
358
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
359
 
 
360
install-exec-am:
 
361
install-exec: install-exec-recursive
 
362
 
 
363
install-data-am: install-gettextsrcDATA
 
364
install-data: install-data-recursive
 
365
 
 
366
install-am: all-am
 
367
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
368
install: install-recursive
 
369
uninstall-am: uninstall-gettextsrcDATA
 
370
uninstall: uninstall-recursive
 
371
all-am: Makefile $(DATA) config.h
 
372
all-redirect: all-recursive-am
 
373
install-strip:
 
374
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
375
installdirs: installdirs-recursive
 
376
installdirs-am:
 
377
        $(mkinstalldirs)  $(DESTDIR)$(gettextsrcdir)
 
378
 
 
379
 
 
380
mostlyclean-generic:
 
381
 
 
382
clean-generic:
 
383
 
 
384
distclean-generic:
 
385
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
386
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
387
 
 
388
maintainer-clean-generic:
 
389
mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
 
390
 
 
391
mostlyclean: mostlyclean-recursive
 
392
 
 
393
clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
 
394
 
 
395
clean: clean-recursive
 
396
 
 
397
distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
 
398
        -rm -f libtool
 
399
 
 
400
distclean: distclean-recursive
 
401
        -rm -f config.status
 
402
 
 
403
maintainer-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
 
 
408
maintainer-clean: maintainer-clean-recursive
 
409
        -rm -f config.status
 
410
 
 
411
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
 
412
uninstall-gettextsrcDATA install-gettextsrcDATA install-data-recursive \
 
413
uninstall-data-recursive install-exec-recursive \
 
414
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
415
all-recursive check-recursive installcheck-recursive info-recursive \
 
416
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
417
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
418
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
419
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
 
420
install-exec-am install-exec install-data-am install-data install-am \
 
421
install uninstall-am uninstall all-redirect all-am all installdirs-am \
 
422
installdirs mostlyclean-generic distclean-generic clean-generic \
 
423
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
424
 
 
425
 
 
426
ABOUT-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
 
 
433
ps:
 
434
        cd doc && $(MAKE) ps
 
435
 
 
436
pdf:
 
437
        cd doc && $(MAKE) pdf
 
438
 
 
439
html:
 
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: