~ubuntu-branches/ubuntu/maverick/texinfo/maverick

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2005-10-28 15:10:30 UTC
  • mto: (2.1.1 dapper) (3.1.4 hardy)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051028151030-9nsf2s2k2z3fktjt
Tags: upstream-4.8
ImportĀ upstreamĀ versionĀ 4.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
5
6
# This Makefile.in is free software; the Free Software Foundation
6
7
# gives unlimited permission to copy and/or distribute it,
7
8
# with or without modifications, as long as this notice is preserved.
14
15
@SET_MAKE@
15
16
 
16
17
# Makefile.am for texinfo.
17
 
# $Id: Makefile.am,v 1.23 2002/02/25 18:11:14 karl Exp $
 
18
# $Id: Makefile.am,v 1.13 2004/12/15 16:53:59 kasal Exp $
18
19
# Process this file with automake to produce Makefile.in in all directories.
19
20
#
20
21
# This file is free software; as a special exception the author gives
24
25
# This program is distributed in the hope that it will be useful, but
25
26
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
26
27
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
27
 
 
28
 
# Be sure we're using the right version of Automake.
29
 
 
30
 
SHELL = @SHELL@
31
 
 
32
28
srcdir = @srcdir@
33
29
top_srcdir = @top_srcdir@
34
30
VPATH = @srcdir@
35
 
prefix = @prefix@
36
 
exec_prefix = @exec_prefix@
37
 
 
38
 
bindir = @bindir@
39
 
sbindir = @sbindir@
40
 
libexecdir = @libexecdir@
41
 
datadir = @datadir@
42
 
sysconfdir = @sysconfdir@
43
 
sharedstatedir = @sharedstatedir@
44
 
localstatedir = @localstatedir@
45
 
libdir = @libdir@
46
 
infodir = @infodir@
47
 
mandir = @mandir@
48
 
includedir = @includedir@
49
 
oldincludedir = /usr/include
50
31
pkgdatadir = $(datadir)/@PACKAGE@
51
32
pkglibdir = $(libdir)/@PACKAGE@
52
33
pkgincludedir = $(includedir)/@PACKAGE@
53
34
top_builddir = .
54
 
 
55
 
ACLOCAL = @ACLOCAL@
56
 
AUTOCONF = @AUTOCONF@
57
 
AUTOMAKE = @AUTOMAKE@
58
 
AUTOHEADER = @AUTOHEADER@
59
 
 
 
35
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
60
36
INSTALL = @INSTALL@
61
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
62
 
INSTALL_DATA = @INSTALL_DATA@
63
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
37
install_sh_DATA = $(install_sh) -c -m 644
 
38
install_sh_PROGRAM = $(install_sh) -c
 
39
install_sh_SCRIPT = $(install_sh) -c
64
40
INSTALL_HEADER = $(INSTALL_DATA)
65
 
transform = @program_transform_name@
 
41
transform = $(program_transform_name)
66
42
NORMAL_INSTALL = :
67
43
PRE_INSTALL = :
68
44
POST_INSTALL = :
69
45
NORMAL_UNINSTALL = :
70
46
PRE_UNINSTALL = :
71
47
POST_UNINSTALL = :
72
 
host_alias = @host_alias@
 
48
build_triplet = @build@
73
49
host_triplet = @host@
 
50
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
51
        $(srcdir)/Makefile.in $(srcdir)/config.in \
 
52
        $(top_srcdir)/configure $(top_srcdir)/intl/Makefile.in \
 
53
        ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS TODO \
 
54
        config.guess config.rpath config.sub depcomp install-sh \
 
55
        missing mkinstalldirs
 
56
subdir = .
 
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
58
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
 
59
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
 
60
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
 
61
        $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
 
62
        $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
 
63
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
64
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
65
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
 
66
        $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/nls.m4 \
 
67
        $(top_srcdir)/m4/onceonly_2_57.m4 $(top_srcdir)/m4/po.m4 \
 
68
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
 
69
        $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
 
70
        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/strcase.m4 \
 
71
        $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
 
72
        $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
 
73
        $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
 
74
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
75
        $(ACLOCAL_M4)
 
76
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
77
 configure.lineno configure.status.lineno
 
78
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
79
CONFIG_HEADER = config.h
 
80
CONFIG_CLEAN_FILES = intl/Makefile
 
81
SOURCES =
 
82
DIST_SOURCES =
 
83
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
84
        html-recursive info-recursive install-data-recursive \
 
85
        install-exec-recursive install-info-recursive \
 
86
        install-recursive installcheck-recursive installdirs-recursive \
 
87
        pdf-recursive ps-recursive uninstall-info-recursive \
 
88
        uninstall-recursive
 
89
ETAGS = etags
 
90
CTAGS = ctags
 
91
DIST_SUBDIRS = @native_tools@ intl m4 lib info makeinfo po util doc
 
92
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
93
distdir = $(PACKAGE)-$(VERSION)
 
94
top_distdir = $(distdir)
 
95
am__remove_distdir = \
 
96
  { test ! -d $(distdir) \
 
97
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
98
         && rm -fr $(distdir); }; }
 
99
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 
100
GZIP_ENV = --best
 
101
distuninstallcheck_listfiles = find . -type f -print
 
102
ACLOCAL = @ACLOCAL@
 
103
ALLOCA = @ALLOCA@
 
104
AMDEP_FALSE = @AMDEP_FALSE@
 
105
AMDEP_TRUE = @AMDEP_TRUE@
74
106
AMTAR = @AMTAR@
 
107
AUTOCONF = @AUTOCONF@
 
108
AUTOHEADER = @AUTOHEADER@
 
109
AUTOMAKE = @AUTOMAKE@
75
110
AWK = @AWK@
76
111
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
77
112
CATOBJEXT = @CATOBJEXT@
78
113
CC = @CC@
 
114
CCDEPMODE = @CCDEPMODE@
 
115
CFLAGS = @CFLAGS@
 
116
CPP = @CPP@
 
117
CPPFLAGS = @CPPFLAGS@
 
118
CYGPATH_W = @CYGPATH_W@
79
119
DATADIRNAME = @DATADIRNAME@
 
120
DEFS = @DEFS@
80
121
DEPDIR = @DEPDIR@
 
122
ECHO_C = @ECHO_C@
 
123
ECHO_N = @ECHO_N@
 
124
ECHO_T = @ECHO_T@
 
125
EGREP = @EGREP@
81
126
EXEEXT = @EXEEXT@
82
127
GENCAT = @GENCAT@
83
128
GLIBC21 = @GLIBC21@
84
129
GMSGFMT = @GMSGFMT@
85
 
HAVE_LIB = @HAVE_LIB@
 
130
HAVE_ASPRINTF = @HAVE_ASPRINTF@
 
131
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
 
132
HAVE_SNPRINTF = @HAVE_SNPRINTF@
 
133
HAVE_WPRINTF = @HAVE_WPRINTF@
 
134
HELP2MAN = @HELP2MAN@
 
135
INSTALL_DATA = @INSTALL_DATA@
 
136
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
137
INSTALL_SCRIPT = @INSTALL_SCRIPT@
86
138
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
139
INSTALL_WARNINGS_FALSE = @INSTALL_WARNINGS_FALSE@
 
140
INSTALL_WARNINGS_TRUE = @INSTALL_WARNINGS_TRUE@
87
141
INSTOBJEXT = @INSTOBJEXT@
88
142
INTLBISON = @INTLBISON@
89
143
INTLLIBS = @INTLLIBS@
90
144
INTLOBJS = @INTLOBJS@
91
145
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
92
 
LIB = @LIB@
 
146
LDFLAGS = @LDFLAGS@
93
147
LIBICONV = @LIBICONV@
94
148
LIBINTL = @LIBINTL@
95
 
LTLIB = @LTLIB@
 
149
LIBOBJS = @LIBOBJS@
 
150
LIBS = @LIBS@
96
151
LTLIBICONV = @LTLIBICONV@
97
152
LTLIBINTL = @LTLIBINTL@
 
153
LTLIBOBJS = @LTLIBOBJS@
 
154
MAINT = @MAINT@
 
155
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
156
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
157
MAKEINFO = @MAKEINFO@
98
158
MKINSTALLDIRS = @MKINSTALLDIRS@
 
159
MSGFMT = @MSGFMT@
 
160
MSGMERGE = @MSGMERGE@
99
161
OBJEXT = @OBJEXT@
100
162
PACKAGE = @PACKAGE@
 
163
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
164
PACKAGE_NAME = @PACKAGE_NAME@
 
165
PACKAGE_STRING = @PACKAGE_STRING@
 
166
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
167
PACKAGE_VERSION = @PACKAGE_VERSION@
 
168
PATH_SEPARATOR = @PATH_SEPARATOR@
101
169
POSUB = @POSUB@
102
170
RANLIB = @RANLIB@
 
171
SET_MAKE = @SET_MAKE@
 
172
SHELL = @SHELL@
 
173
STRIP = @STRIP@
103
174
TERMLIBS = @TERMLIBS@
 
175
TOOLS_ONLY_FALSE = @TOOLS_ONLY_FALSE@
 
176
TOOLS_ONLY_TRUE = @TOOLS_ONLY_TRUE@
104
177
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
105
178
USE_NLS = @USE_NLS@
106
179
VERSION = @VERSION@
 
180
XGETTEXT = @XGETTEXT@
 
181
ac_ct_CC = @ac_ct_CC@
 
182
ac_ct_RANLIB = @ac_ct_RANLIB@
 
183
ac_ct_STRIP = @ac_ct_STRIP@
 
184
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
185
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
107
186
am__include = @am__include@
 
187
am__leading_dot = @am__leading_dot@
108
188
am__quote = @am__quote@
 
189
am__tar = @am__tar@
 
190
am__untar = @am__untar@
 
191
bindir = @bindir@
 
192
build = @build@
 
193
build_alias = @build_alias@
 
194
build_cpu = @build_cpu@
 
195
build_os = @build_os@
 
196
build_vendor = @build_vendor@
 
197
datadir = @datadir@
 
198
exec_prefix = @exec_prefix@
 
199
host = @host@
 
200
host_alias = @host_alias@
 
201
host_cpu = @host_cpu@
 
202
host_os = @host_os@
 
203
host_vendor = @host_vendor@
 
204
includedir = @includedir@
 
205
infodir = @infodir@
109
206
install_sh = @install_sh@
 
207
libdir = @libdir@
 
208
libexecdir = @libexecdir@
 
209
localstatedir = @localstatedir@
 
210
mandir = @mandir@
 
211
mkdir_p = @mkdir_p@
 
212
native_tools = @native_tools@
 
213
oldincludedir = @oldincludedir@
 
214
prefix = @prefix@
 
215
program_transform_name = @program_transform_name@
 
216
sbindir = @sbindir@
 
217
sharedstatedir = @sharedstatedir@
 
218
sysconfdir = @sysconfdir@
 
219
target_alias = @target_alias@
110
220
 
111
 
AUTOMAKE_OPTIONS = 1.4 readme-alpha
 
221
# Be sure we're using the right version of Automake.
 
222
AUTOMAKE_OPTIONS = 1.8 readme-alpha
112
223
 
113
224
# Additional files to distribute.
114
 
EXTRA_DIST = COPYING.DOC INTRODUCTION config.rpath dir-example djgpp
 
225
EXTRA_DIST = ChangeLog.46 INSTALL.generic INTRODUCTION README.dev \
 
226
  config.rpath \
 
227
  djgpp/README djgpp/config.bat djgpp/config.sed djgpp/config.site
 
228
 
115
229
 
116
230
# This is to prevent texinfo.tex from being included in the top-level
117
231
# distribution directory.
118
232
TEXINFO_TEX = doc/texinfo.tex
119
 
 
120
 
# All subdirectories.
121
 
# Do intl, m4, and lib first since the C programs depend on them.
122
 
# Do doc last so makeinfo will be built when we get there.
123
 
# Others are alphabetical.
124
 
SUBDIRS = intl m4 lib info makeinfo po util doc
 
233
@TOOLS_ONLY_FALSE@SUBDIRS = $(native_tools) intl m4 lib info makeinfo po util doc
 
234
@TOOLS_ONLY_TRUE@SUBDIRS = lib info makeinfo util
125
235
 
126
236
# for gettext.
127
237
ACLOCAL_AMFLAGS = -I m4
128
 
subdir = .
129
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
130
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
131
 
CONFIG_HEADER = config.h
132
 
CONFIG_CLEAN_FILES = intl/Makefile
133
 
DIST_SOURCES =
134
 
 
135
 
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
136
 
        uninstall-info-recursive all-recursive install-data-recursive \
137
 
        install-exec-recursive installdirs-recursive install-recursive \
138
 
        uninstall-recursive check-recursive installcheck-recursive
139
 
DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
140
 
        INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h \
141
 
        acinclude.m4 aclocal.m4 config.guess config.in config.sub \
142
 
        configure configure.ac depcomp install-sh missing mkinstalldirs
143
 
DIST_SUBDIRS = $(SUBDIRS)
 
238
 
 
239
# In case TEXINFO_MAINT is set during make distcheck; in this case, the
 
240
# simple doc-related files generated in info/ make distcleancheck fail.
 
241
distcleancheck_listfiles = \
 
242
  find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
 
243
 
144
244
all: config.h
145
245
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
146
246
 
147
247
.SUFFIXES:
148
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
248
am--refresh:
 
249
        @:
 
250
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
251
        @for dep in $?; do \
 
252
          case '$(am__configure_deps)' in \
 
253
            *$$dep*) \
 
254
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
255
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
256
                && exit 0; \
 
257
              exit 1;; \
 
258
          esac; \
 
259
        done; \
 
260
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
149
261
        cd $(top_srcdir) && \
150
262
          $(AUTOMAKE) --gnu  Makefile
151
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
152
 
        cd $(top_builddir) && \
153
 
          CONFIG_HEADERS= CONFIG_LINKS= \
154
 
          CONFIG_FILES=$@ $(SHELL) ./config.status
 
263
.PRECIOUS: Makefile
 
264
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
265
        @case '$?' in \
 
266
          *config.status*) \
 
267
            echo ' $(SHELL) ./config.status'; \
 
268
            $(SHELL) ./config.status;; \
 
269
          *) \
 
270
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
271
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
272
        esac;
155
273
 
156
 
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
274
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
157
275
        $(SHELL) ./config.status --recheck
158
 
$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
276
 
 
277
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
159
278
        cd $(srcdir) && $(AUTOCONF)
160
 
 
161
 
$(ACLOCAL_M4):  configure.ac acinclude.m4 m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/progtest.m4
 
279
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
162
280
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
163
 
config.h: stamp-h
164
 
        @if test ! -f $@; then \
165
 
                rm -f stamp-h; \
166
 
                $(MAKE) stamp-h; \
167
 
        else :; fi
168
 
stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
169
 
        @rm -f stamp-h stamp-hT
170
 
        @echo timestamp > stamp-hT 2> /dev/null
171
 
        cd $(top_builddir) \
172
 
          && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
173
 
             $(SHELL) ./config.status
174
 
        @mv stamp-hT stamp-h
175
 
$(srcdir)/config.in:  $(srcdir)/./stamp-h.in
176
 
        @if test ! -f $@; then \
177
 
                rm -f $(srcdir)/./stamp-h.in; \
178
 
                $(MAKE) $(srcdir)/./stamp-h.in; \
179
 
        else :; fi
180
 
$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
181
 
        @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
182
 
        @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
 
281
 
 
282
config.h: stamp-h1
 
283
        @if test ! -f $@; then \
 
284
          rm -f stamp-h1; \
 
285
          $(MAKE) stamp-h1; \
 
286
        else :; fi
 
287
 
 
288
stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
 
289
        @rm -f stamp-h1
 
290
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
291
$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
183
292
        cd $(top_srcdir) && $(AUTOHEADER)
184
 
        @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
 
293
        rm -f stamp-h1
 
294
        touch $@
185
295
 
186
296
distclean-hdr:
187
 
        -rm -f config.h
 
297
        -rm -f config.h stamp-h1
188
298
intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
189
 
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
 
299
        cd $(top_builddir) && $(SHELL) ./config.status $@
190
300
uninstall-info-am:
191
301
 
192
302
# This directory's subdirectories are mostly independent; you can cd
196
306
#     (which will cause the Makefiles to be regenerated when you run `make');
197
307
# (2) otherwise, pass the desired values on the `make' command line.
198
308
$(RECURSIVE_TARGETS):
199
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
309
        @set fnord $$MAKEFLAGS; amf=$$2; \
200
310
        dot_seen=no; \
201
311
        target=`echo $@ | sed s/-recursive//`; \
202
312
        list='$(SUBDIRS)'; for subdir in $$list; do \
216
326
 
217
327
mostlyclean-recursive clean-recursive distclean-recursive \
218
328
maintainer-clean-recursive:
219
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
329
        @set fnord $$MAKEFLAGS; amf=$$2; \
220
330
        dot_seen=no; \
221
331
        case "$@" in \
222
332
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
243
353
        list='$(SUBDIRS)'; for subdir in $$list; do \
244
354
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
245
355
        done
 
356
ctags-recursive:
 
357
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
358
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
359
        done
246
360
 
 
361
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
362
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
363
        unique=`for i in $$list; do \
 
364
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
365
          done | \
 
366
          $(AWK) '    { files[$$0] = 1; } \
 
367
               END { for (i in files) print i; }'`; \
 
368
        mkid -fID $$unique
247
369
tags: TAGS
248
370
 
249
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
250
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
251
 
        unique=`for i in $$list; do \
252
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
253
 
          done | \
254
 
          $(AWK) '    { files[$$0] = 1; } \
255
 
               END { for (i in files) print i; }'`; \
256
 
        mkid -fID $$unique $(LISP)
257
 
 
258
371
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
259
372
                $(TAGS_FILES) $(LISP)
260
373
        tags=; \
261
374
        here=`pwd`; \
 
375
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
376
          include_option=--etags-include; \
 
377
          empty_fix=.; \
 
378
        else \
 
379
          include_option=--include; \
 
380
          empty_fix=; \
 
381
        fi; \
262
382
        list='$(SUBDIRS)'; for subdir in $$list; do \
263
383
          if test "$$subdir" = .; then :; else \
264
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
384
            test ! -f $$subdir/TAGS || \
 
385
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
265
386
          fi; \
266
387
        done; \
267
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
268
 
        unique=`for i in $$list; do \
269
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
270
 
          done | \
271
 
          $(AWK) '    { files[$$0] = 1; } \
272
 
               END { for (i in files) print i; }'`; \
273
 
        test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
274
 
          || etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP)
 
388
        list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
 
389
        unique=`for i in $$list; do \
 
390
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
391
          done | \
 
392
          $(AWK) '    { files[$$0] = 1; } \
 
393
               END { for (i in files) print i; }'`; \
 
394
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
395
          test -n "$$unique" || unique=$$empty_fix; \
 
396
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
397
            $$tags $$unique; \
 
398
        fi
 
399
ctags: CTAGS
 
400
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
 
401
                $(TAGS_FILES) $(LISP)
 
402
        tags=; \
 
403
        here=`pwd`; \
 
404
        list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
 
405
        unique=`for i in $$list; do \
 
406
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
407
          done | \
 
408
          $(AWK) '    { files[$$0] = 1; } \
 
409
               END { for (i in files) print i; }'`; \
 
410
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
411
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
412
             $$tags $$unique
275
413
 
276
414
GTAGS:
277
 
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
415
        here=`$(am__cd) $(top_builddir) && pwd` \
278
416
          && cd $(top_srcdir) \
279
417
          && gtags -i $(GTAGS_ARGS) $$here
280
418
 
281
419
distclean-tags:
282
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
283
 
 
284
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
285
 
 
286
 
top_distdir = .
287
 
# Avoid unsightly `./'.
288
 
distdir = $(PACKAGE)-$(VERSION)
289
 
 
290
 
GZIP_ENV = --best
 
420
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
291
421
 
292
422
distdir: $(DISTFILES)
293
 
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
 
423
        $(am__remove_distdir)
294
424
        mkdir $(distdir)
295
 
        $(mkinstalldirs) $(distdir)/intl $(distdir)/po
296
 
        @for file in $(DISTFILES); do \
297
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
425
        $(mkdir_p) $(distdir)/djgpp $(distdir)/intl $(distdir)/m4 $(distdir)/po
 
426
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
427
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
428
        list='$(DISTFILES)'; for file in $$list; do \
 
429
          case $$file in \
 
430
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
431
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
432
          esac; \
 
433
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
298
434
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
299
435
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
300
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
436
            dir="/$$dir"; \
 
437
            $(mkdir_p) "$(distdir)$$dir"; \
 
438
          else \
 
439
            dir=''; \
301
440
          fi; \
302
441
          if test -d $$d/$$file; then \
303
 
            cp -pR $$d/$$file $(distdir) \
304
 
            || exit 1; \
 
442
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
443
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
444
            fi; \
 
445
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
305
446
          else \
306
447
            test -f $(distdir)/$$file \
307
448
            || cp -p $$d/$$file $(distdir)/$$file \
308
449
            || exit 1; \
309
450
          fi; \
310
451
        done
311
 
        for subdir in $(SUBDIRS); do \
 
452
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
312
453
          if test "$$subdir" = .; then :; else \
313
 
            test -d $(distdir)/$$subdir \
314
 
            || mkdir $(distdir)/$$subdir \
 
454
            test -d "$(distdir)/$$subdir" \
 
455
            || $(mkdir_p) "$(distdir)/$$subdir" \
315
456
            || exit 1; \
 
457
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
458
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
316
459
            (cd $$subdir && \
317
460
              $(MAKE) $(AM_MAKEFLAGS) \
318
 
                top_distdir="$(top_distdir)" \
319
 
                distdir=../$(distdir)/$$subdir \
 
461
                top_distdir="$$top_distdir" \
 
462
                distdir="$$distdir/$$subdir" \
320
463
                distdir) \
321
464
              || exit 1; \
322
465
          fi; \
326
469
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
327
470
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
328
471
        || chmod -R a+r $(distdir)
329
 
dist: distdir
330
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
331
 
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
 
472
dist-gzip: distdir
 
473
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
474
        $(am__remove_distdir)
 
475
dist-bzip2: distdir
 
476
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
477
        $(am__remove_distdir)
 
478
 
 
479
dist-tarZ: distdir
 
480
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
481
        $(am__remove_distdir)
 
482
 
 
483
dist-shar: distdir
 
484
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
485
        $(am__remove_distdir)
 
486
 
 
487
dist-zip: distdir
 
488
        -rm -f $(distdir).zip
 
489
        zip -rq $(distdir).zip $(distdir)
 
490
        $(am__remove_distdir)
 
491
 
 
492
dist dist-all: distdir
 
493
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
494
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
495
        $(am__remove_distdir)
332
496
 
333
497
# This target untars the dist file and tries a VPATH configuration.  Then
334
498
# it guarantees that the distribution is self-contained by making another
335
499
# tarfile.
336
500
distcheck: dist
337
 
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
338
 
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
339
 
#       chmod -R a-w $(distdir); chmod a+w $(distdir)
340
 
        mkdir $(distdir)/=build
341
 
        mkdir $(distdir)/=inst
 
501
        case '$(DIST_ARCHIVES)' in \
 
502
        *.tar.gz*) \
 
503
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
504
        *.tar.bz2*) \
 
505
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
506
        *.tar.Z*) \
 
507
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
508
        *.shar.gz*) \
 
509
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
510
        *.zip*) \
 
511
          unzip $(distdir).zip ;;\
 
512
        esac
 
513
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
514
        mkdir $(distdir)/_build
 
515
        mkdir $(distdir)/_inst
342
516
        chmod a-w $(distdir)
343
 
        dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
344
 
          && cd $(distdir)/=build \
345
 
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
517
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
518
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
519
          && cd $(distdir)/_build \
 
520
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
346
521
            --with-included-gettext \
 
522
            $(DISTCHECK_CONFIGURE_FLAGS) \
347
523
          && $(MAKE) $(AM_MAKEFLAGS) \
348
524
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
349
525
          && $(MAKE) $(AM_MAKEFLAGS) check \
350
526
          && $(MAKE) $(AM_MAKEFLAGS) install \
351
527
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
352
528
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
353
 
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
354
 
             || (echo "Error: files left after uninstall" 1>&2; \
355
 
                 exit 1) ) \
 
529
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
530
                distuninstallcheck \
 
531
          && chmod -R a-w "$$dc_install_base" \
 
532
          && ({ \
 
533
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
534
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
535
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
536
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
537
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
538
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
539
          && rm -rf "$$dc_destdir" \
356
540
          && $(MAKE) $(AM_MAKEFLAGS) dist \
357
 
          && $(MAKE) $(AM_MAKEFLAGS) distclean \
358
 
          && rm -f $(distdir).tar.gz
359
 
        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
360
 
        @echo "$(distdir).tar.gz is ready for distribution" | \
361
 
          sed 'h;s/./=/g;p;x;p;x'
 
541
          && rm -rf $(DIST_ARCHIVES) \
 
542
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
543
        $(am__remove_distdir)
 
544
        @(echo "$(distdir) archives ready for distribution: "; \
 
545
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
546
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
547
distuninstallcheck:
 
548
        @cd $(distuninstallcheck_dir) \
 
549
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
550
           || { echo "ERROR: files left after uninstall:" ; \
 
551
                if test -n "$(DESTDIR)"; then \
 
552
                  echo "  (check DESTDIR support)"; \
 
553
                fi ; \
 
554
                $(distuninstallcheck_listfiles) ; \
 
555
                exit 1; } >&2
 
556
distcleancheck: distclean
 
557
        @if test '$(srcdir)' = . ; then \
 
558
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
559
          exit 1 ; \
 
560
        fi
 
561
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
562
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
563
               $(distcleancheck_listfiles) ; \
 
564
               exit 1; } >&2
362
565
check-am: all-am
363
566
check: check-recursive
364
567
all-am: Makefile config.h
365
568
installdirs: installdirs-recursive
366
569
installdirs-am:
367
 
 
368
 
install: install-recursive
 
570
@TOOLS_ONLY_FALSE@install: install-recursive
369
571
install-exec: install-exec-recursive
370
572
install-data: install-data-recursive
371
573
uninstall: uninstall-recursive
376
578
installcheck: installcheck-recursive
377
579
install-strip:
378
580
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
581
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
379
582
          `test -z '$(STRIP)' || \
380
583
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
381
584
mostlyclean-generic:
383
586
clean-generic:
384
587
 
385
588
distclean-generic:
386
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
589
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
387
590
 
388
591
maintainer-clean-generic:
389
592
        @echo "This command is intended for maintainers to use"
392
595
 
393
596
clean-am: clean-generic mostlyclean-am
394
597
 
395
 
dist-all: distdir
396
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
397
 
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
398
598
distclean: distclean-recursive
399
 
        -rm -f config.status config.cache config.log
400
 
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
599
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
600
        -rm -f Makefile
 
601
distclean-am: clean-am distclean-generic distclean-hdr distclean-local \
 
602
        distclean-tags
401
603
 
402
604
dvi: dvi-recursive
403
605
 
404
606
dvi-am:
405
607
 
 
608
html: html-recursive
 
609
 
406
610
info: info-recursive
407
611
 
408
612
info-am:
418
622
installcheck-am:
419
623
 
420
624
maintainer-clean: maintainer-clean-recursive
421
 
 
 
625
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
626
        -rm -rf $(top_srcdir)/autom4te.cache
 
627
        -rm -f Makefile
422
628
maintainer-clean-am: distclean-am maintainer-clean-generic
423
629
 
424
630
mostlyclean: mostlyclean-recursive
425
631
 
426
632
mostlyclean-am: mostlyclean-generic
427
633
 
 
634
pdf: pdf-recursive
 
635
 
 
636
pdf-am:
 
637
 
 
638
ps: ps-recursive
 
639
 
 
640
ps-am:
 
641
 
428
642
uninstall-am: uninstall-info-am
429
643
 
430
644
uninstall-info: uninstall-info-recursive
431
645
 
432
 
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
433
 
        clean-generic clean-recursive dist dist-all distcheck distclean \
434
 
        distclean-generic distclean-hdr distclean-recursive \
435
 
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
436
 
        info-recursive install install-am install-data install-data-am \
437
 
        install-data-recursive install-exec install-exec-am \
438
 
        install-exec-recursive install-info-am install-info-recursive \
439
 
        install-man install-recursive install-strip installcheck \
440
 
        installcheck-am installdirs installdirs-am \
441
 
        installdirs-recursive maintainer-clean maintainer-clean-generic \
 
646
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
647
        check-am clean clean-generic clean-recursive ctags \
 
648
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
 
649
        dist-tarZ dist-zip distcheck distclean distclean-generic \
 
650
        distclean-hdr distclean-local distclean-recursive \
 
651
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
652
        dvi-am html html-am info info-am install install-am \
 
653
        install-data install-data-am install-exec install-exec-am \
 
654
        install-info install-info-am install-man install-strip \
 
655
        installcheck installcheck-am installdirs installdirs-am \
 
656
        maintainer-clean maintainer-clean-generic \
442
657
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
443
 
        mostlyclean-recursive tags tags-recursive uninstall \
444
 
        uninstall-am uninstall-info-am uninstall-info-recursive \
445
 
        uninstall-recursive
446
 
 
447
 
 
448
 
# One special target for them to use by hand.
 
658
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
659
        uninstall uninstall-am uninstall-info-am
 
660
 
 
661
 
 
662
@TOOLS_ONLY_TRUE@  # Build native tools only.
 
663
@TOOLS_ONLY_FALSE@  # All subdirectories.
 
664
@TOOLS_ONLY_FALSE@  # Do intl, m4, and lib first since the C programs depend on them.
 
665
@TOOLS_ONLY_FALSE@  # Do doc last so makeinfo will be built when we get there.
 
666
@TOOLS_ONLY_FALSE@  # Others are alphabetical.
 
667
 
 
668
# One special target for installers to use by hand if desired.
449
669
install-tex:
450
670
        cd doc && $(MAKE) TEXMF=$(TEXMF) install-tex
 
671
 
 
672
distclean-local:
 
673
        -test -d "$(native_tools)" && rm -rf "$(native_tools)"
 
674
 
 
675
# Don't install native tools for cross compile.
 
676
@TOOLS_ONLY_TRUE@install:
451
677
# Tell versions [3.59,3.63) of GNU make to not export all variables.
452
678
# Otherwise a system limit (for SysV at least) may be exceeded.
453
679
.NOEXPORT: