~ubuntu-branches/ubuntu/gutsy/vorbis-tools/gutsy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jesus Climent
  • Date: 2005-04-10 09:22:24 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050410092224-xtukpa3qghghhjje
Tags: 1.0.1-1.3
* Authorized NMU.
* Modified alsa to mention alsa09 (although the device might be nowadays
  alsa, back, since alsa1.0 has been already released). (Closes: #258286)
* Modified the manpage/help message for vorbiscomment to make it a bit more
  userfiendly: Closes: #252531.
* Added oggdec to the long description field, so that it triggers apt-cache
  searches: Closes: #274894.
* Typos in manpages: Closes: #302150.
* Escaped dashes in manpage: Closes: #264365.
* Quiet option is actually with -Q, not -q (Closes: #211289) Reported
  upstream but patched for Debian.
* Change input.wav with inputfile, since we accept flac-formated files:
  Closes: #262509.
* Translation bits:
  * Updated translation hu.po: Closes: #272037.
  * French translation correction: Encodage -> Codage (Closes: #248431).
  * debian/rules: remove .gmo's to avoid clash with uploaded tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
 
14
 
SHELL = @SHELL@
 
15
@SET_MAKE@
15
16
 
16
17
srcdir = @srcdir@
17
18
top_srcdir = @top_srcdir@
18
19
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
20
pkgdatadir = $(datadir)/@PACKAGE@
38
21
pkglibdir = $(libdir)/@PACKAGE@
39
22
pkgincludedir = $(includedir)/@PACKAGE@
40
 
 
41
23
top_builddir = .
42
24
 
43
 
ACLOCAL = @ACLOCAL@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOMAKE = @AUTOMAKE@
46
 
AUTOHEADER = @AUTOHEADER@
47
 
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
26
INSTALL = @INSTALL@
49
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
 
INSTALL_DATA = @INSTALL_DATA@
51
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
 
transform = @program_transform_name@
53
 
 
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
54
32
NORMAL_INSTALL = :
55
33
PRE_INSTALL = :
56
34
POST_INSTALL = :
57
35
NORMAL_UNINSTALL = :
58
36
PRE_UNINSTALL = :
59
37
POST_UNINSTALL = :
60
 
host_alias = @host_alias@
61
38
host_triplet = @host@
 
39
ACLOCAL = @ACLOCAL@
 
40
ALLOCA = @ALLOCA@
 
41
AMDEP_FALSE = @AMDEP_FALSE@
 
42
AMDEP_TRUE = @AMDEP_TRUE@
 
43
AMTAR = @AMTAR@
62
44
AO_CFLAGS = @AO_CFLAGS@
63
45
AO_LIBS = @AO_LIBS@
64
 
AS = @AS@
 
46
AR = @AR@
 
47
AUTOCONF = @AUTOCONF@
 
48
AUTOHEADER = @AUTOHEADER@
 
49
AUTOMAKE = @AUTOMAKE@
 
50
AWK = @AWK@
 
51
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
52
CATALOGS = @CATALOGS@
 
53
CATOBJEXT = @CATOBJEXT@
65
54
CC = @CC@
 
55
CCDEPMODE = @CCDEPMODE@
 
56
CFLAGS = @CFLAGS@
 
57
CPP = @CPP@
 
58
CPPFLAGS = @CPPFLAGS@
66
59
CURL_CFLAGS = @CURL_CFLAGS@
67
60
CURL_LIBS = @CURL_LIBS@
 
61
CXX = @CXX@
 
62
CXXCPP = @CXXCPP@
 
63
CXXDEPMODE = @CXXDEPMODE@
 
64
CXXFLAGS = @CXXFLAGS@
 
65
CYGPATH_W = @CYGPATH_W@
 
66
DATADIRNAME = @DATADIRNAME@
68
67
DEBUG = @DEBUG@
69
 
DLLTOOL = @DLLTOOL@
 
68
DEFS = @DEFS@
 
69
DEPDIR = @DEPDIR@
70
70
ECHO = @ECHO@
 
71
ECHO_C = @ECHO_C@
 
72
ECHO_N = @ECHO_N@
 
73
ECHO_T = @ECHO_T@
 
74
EGREP = @EGREP@
71
75
EXEEXT = @EXEEXT@
 
76
F77 = @F77@
 
77
FFLAGS = @FFLAGS@
 
78
FLAC_LIBS = @FLAC_LIBS@
 
79
GENCAT = @GENCAT@
 
80
GLIBC21 = @GLIBC21@
 
81
GMOFILES = @GMOFILES@
 
82
GMSGFMT = @GMSGFMT@
 
83
I18N_CFLAGS = @I18N_CFLAGS@
 
84
I18N_LIBS = @I18N_LIBS@
 
85
INSTALL_DATA = @INSTALL_DATA@
 
86
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
87
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
88
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
89
INSTOBJEXT = @INSTOBJEXT@
 
90
INTLBISON = @INTLBISON@
 
91
INTLLIBS = @INTLLIBS@
 
92
INTLOBJS = @INTLOBJS@
 
93
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
94
LDFLAGS = @LDFLAGS@
72
95
LIBICONV = @LIBICONV@
 
96
LIBOBJS = @LIBOBJS@
 
97
LIBS = @LIBS@
73
98
LIBTOOL = @LIBTOOL@
74
99
LN_S = @LN_S@
 
100
LTLIBOBJS = @LTLIBOBJS@
 
101
MAINT = @MAINT@
 
102
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
103
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
75
104
MAKEINFO = @MAKEINFO@
76
105
MANDIR = @MANDIR@
77
 
OBJDUMP = @OBJDUMP@
 
106
MKINSTALLDIRS = @MKINSTALLDIRS@
 
107
MSGFMT = @MSGFMT@
78
108
OBJEXT = @OBJEXT@
 
109
OGG123_FLAC_OBJS = @OGG123_FLAC_OBJS@
 
110
OGG123_SPEEX_OBJS = @OGG123_SPEEX_OBJS@
 
111
OGGENC_FLAC_OBJS = @OGGENC_FLAC_OBJS@
79
112
OGG_CFLAGS = @OGG_CFLAGS@
80
113
OGG_LIBS = @OGG_LIBS@
 
114
OPT_SUBDIRS = @OPT_SUBDIRS@
81
115
PACKAGE = @PACKAGE@
 
116
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
117
PACKAGE_NAME = @PACKAGE_NAME@
 
118
PACKAGE_STRING = @PACKAGE_STRING@
 
119
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
120
PACKAGE_VERSION = @PACKAGE_VERSION@
 
121
PATH_SEPARATOR = @PATH_SEPARATOR@
 
122
POFILES = @POFILES@
 
123
POSUB = @POSUB@
82
124
PROFILE = @PROFILE@
83
125
PTHREAD_CC = @PTHREAD_CC@
84
126
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
85
127
PTHREAD_LIBS = @PTHREAD_LIBS@
86
128
RANLIB = @RANLIB@
 
129
SET_MAKE = @SET_MAKE@
87
130
SHARE_CFLAGS = @SHARE_CFLAGS@
88
131
SHARE_LIBS = @SHARE_LIBS@
 
132
SHELL = @SHELL@
89
133
SOCKET_LIBS = @SOCKET_LIBS@
 
134
SPEEX_LIBS = @SPEEX_LIBS@
90
135
STRIP = @STRIP@
 
136
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
137
USE_NLS = @USE_NLS@
91
138
VERSION = @VERSION@
92
139
VORBISENC_LIBS = @VORBISENC_LIBS@
93
140
VORBISFILE_LIBS = @VORBISFILE_LIBS@
94
141
VORBIS_CFLAGS = @VORBIS_CFLAGS@
95
142
VORBIS_LIBS = @VORBIS_LIBS@
 
143
XGETTEXT = @XGETTEXT@
 
144
ac_ct_AR = @ac_ct_AR@
 
145
ac_ct_CC = @ac_ct_CC@
 
146
ac_ct_CXX = @ac_ct_CXX@
 
147
ac_ct_F77 = @ac_ct_F77@
 
148
ac_ct_RANLIB = @ac_ct_RANLIB@
 
149
ac_ct_STRIP = @ac_ct_STRIP@
 
150
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
151
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
152
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
153
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
154
am__include = @am__include@
 
155
am__leading_dot = @am__leading_dot@
 
156
am__quote = @am__quote@
 
157
bindir = @bindir@
 
158
build = @build@
 
159
build_alias = @build_alias@
 
160
build_cpu = @build_cpu@
 
161
build_os = @build_os@
 
162
build_vendor = @build_vendor@
 
163
datadir = @datadir@
 
164
exec_prefix = @exec_prefix@
 
165
host = @host@
 
166
host_alias = @host_alias@
 
167
host_cpu = @host_cpu@
 
168
host_os = @host_os@
 
169
host_vendor = @host_vendor@
 
170
includedir = @includedir@
 
171
infodir = @infodir@
 
172
install_sh = @install_sh@
 
173
libdir = @libdir@
 
174
libexecdir = @libexecdir@
 
175
localstatedir = @localstatedir@
 
176
mandir = @mandir@
 
177
oldincludedir = @oldincludedir@
 
178
prefix = @prefix@
 
179
program_transform_name = @program_transform_name@
 
180
sbindir = @sbindir@
 
181
sharedstatedir = @sharedstatedir@
 
182
sysconfdir = @sysconfdir@
 
183
target_alias = @target_alias@
96
184
 
97
185
AUTOMAKE_OPTIONS = foreign dist-zip
98
186
 
99
 
SUBDIRS = include share oggenc ogg123 vorbiscomment vcut ogginfo debian
100
 
 
101
 
EXTRA_DIST = README AUTHORS COPYING vorbis-tools.spec acinclude.m4
 
187
SUBDIRS = po intl include share debian win32 @OPT_SUBDIRS@
 
188
DIST_SUBDIRS = po intl include share debian win32 ogg123 oggenc oggdec ogginfo \
 
189
        vcut vorbiscomment
 
190
 
 
191
 
 
192
EXTRA_DIST = README AUTHORS COPYING vorbis-tools.spec config.h
 
193
subdir = .
102
194
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103
195
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104
 
CONFIG_CLEAN_FILES = 
105
 
DIST_COMMON =  README AUTHORS COPYING Makefile.am Makefile.in \
106
 
acinclude.m4 aclocal.m4 config.guess config.sub configure configure.in \
107
 
install-sh ltmain.sh missing mkinstalldirs
108
 
 
109
 
 
110
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111
 
 
112
 
TAR = tar
113
 
GZIP_ENV = --best
114
 
all: all-redirect
 
196
CONFIG_CLEAN_FILES = intl/Makefile
 
197
DIST_SOURCES =
 
198
 
 
199
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
200
        ps-recursive install-info-recursive uninstall-info-recursive \
 
201
        all-recursive install-data-recursive install-exec-recursive \
 
202
        installdirs-recursive install-recursive uninstall-recursive \
 
203
        check-recursive installcheck-recursive
 
204
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
 
205
        COPYING Makefile.am acinclude.m4 aclocal.m4 config.guess \
 
206
        config.sub configure configure.in depcomp install-sh ltmain.sh \
 
207
        missing mkinstalldirs
 
208
all: all-recursive
 
209
 
115
210
.SUFFIXES:
116
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
117
 
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
118
 
 
119
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
120
 
        cd $(top_builddir) \
121
 
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
122
 
 
123
 
$(ACLOCAL_M4):  configure.in  acinclude.m4
124
 
        cd $(srcdir) && $(ACLOCAL)
125
 
 
126
 
config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
 
211
 
 
212
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
213
 configure.lineno
 
214
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
215
        cd $(top_srcdir) && \
 
216
          $(AUTOMAKE) --foreign  Makefile
 
217
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
218
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
219
 
 
220
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
127
221
        $(SHELL) ./config.status --recheck
128
 
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
222
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
129
223
        cd $(srcdir) && $(AUTOCONF)
130
224
 
 
225
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
 
226
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
227
intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
 
228
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
229
 
 
230
mostlyclean-libtool:
 
231
        -rm -f *.lo
 
232
 
 
233
clean-libtool:
 
234
        -rm -rf .libs _libs
 
235
 
 
236
distclean-libtool:
 
237
        -rm -f libtool
 
238
uninstall-info-am:
 
239
 
131
240
# This directory's subdirectories are mostly independent; you can cd
132
241
# into them and run `make' without going through this Makefile.
133
242
# To change the values of `make' variables: instead of editing Makefiles,
134
243
# (1) if the variable is set in `config.status', edit `config.status'
135
244
#     (which will cause the Makefiles to be regenerated when you run `make');
136
245
# (2) otherwise, pass the desired values on the `make' command line.
137
 
 
138
 
@SET_MAKE@
139
 
 
140
 
all-recursive install-data-recursive install-exec-recursive \
141
 
installdirs-recursive install-recursive uninstall-recursive  \
142
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
143
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
246
$(RECURSIVE_TARGETS):
 
247
        @set fnord $$MAKEFLAGS; amf=$$2; \
144
248
        dot_seen=no; \
145
249
        target=`echo $@ | sed s/-recursive//`; \
146
250
        list='$(SUBDIRS)'; for subdir in $$list; do \
160
264
 
161
265
mostlyclean-recursive clean-recursive distclean-recursive \
162
266
maintainer-clean-recursive:
163
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
267
        @set fnord $$MAKEFLAGS; amf=$$2; \
164
268
        dot_seen=no; \
165
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
166
 
          rev="$$subdir $$rev"; \
167
 
          test "$$subdir" = "." && dot_seen=yes; \
 
269
        case "$@" in \
 
270
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
271
          *) list='$(SUBDIRS)' ;; \
 
272
        esac; \
 
273
        rev=''; for subdir in $$list; do \
 
274
          if test "$$subdir" = "."; then :; else \
 
275
            rev="$$subdir $$rev"; \
 
276
          fi; \
168
277
        done; \
169
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
278
        rev="$$rev ."; \
170
279
        target=`echo $@ | sed s/-recursive//`; \
171
280
        for subdir in $$rev; do \
172
281
          echo "Making $$target in $$subdir"; \
182
291
        list='$(SUBDIRS)'; for subdir in $$list; do \
183
292
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
184
293
        done
 
294
ctags-recursive:
 
295
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
296
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
297
        done
 
298
 
 
299
ETAGS = etags
 
300
ETAGSFLAGS =
 
301
 
 
302
CTAGS = ctags
 
303
CTAGSFLAGS =
185
304
 
186
305
tags: TAGS
187
306
 
188
 
ID: $(HEADERS) $(SOURCES) $(LISP)
189
 
        list='$(SOURCES) $(HEADERS)'; \
190
 
        unique=`for i in $$list; do echo $$i; done | \
191
 
          awk '    { files[$$0] = 1; } \
 
307
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
308
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
309
        unique=`for i in $$list; do \
 
310
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
311
          done | \
 
312
          $(AWK) '    { files[$$0] = 1; } \
192
313
               END { for (i in files) print i; }'`; \
193
 
        here=`pwd` && cd $(srcdir) \
194
 
          && mkid -f$$here/ID $$unique $(LISP)
 
314
        mkid -fID $$unique
195
315
 
196
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
316
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
317
                $(TAGS_FILES) $(LISP)
197
318
        tags=; \
198
319
        here=`pwd`; \
 
320
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
321
          include_option=--etags-include; \
 
322
        else \
 
323
          include_option=--include; \
 
324
        fi; \
199
325
        list='$(SUBDIRS)'; for subdir in $$list; do \
200
 
   if test "$$subdir" = .; then :; else \
201
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
202
 
   fi; \
 
326
          if test "$$subdir" = .; then :; else \
 
327
            test -f $$subdir/TAGS && \
 
328
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
329
          fi; \
203
330
        done; \
204
 
        list='$(SOURCES) $(HEADERS)'; \
205
 
        unique=`for i in $$list; do echo $$i; done | \
206
 
          awk '    { files[$$0] = 1; } \
207
 
               END { for (i in files) print i; }'`; \
208
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
209
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
210
 
 
211
 
mostlyclean-tags:
212
 
 
213
 
clean-tags:
 
331
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
332
        unique=`for i in $$list; do \
 
333
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
334
          done | \
 
335
          $(AWK) '    { files[$$0] = 1; } \
 
336
               END { for (i in files) print i; }'`; \
 
337
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
338
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
339
             $$tags $$unique
 
340
 
 
341
ctags: CTAGS
 
342
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
343
                $(TAGS_FILES) $(LISP)
 
344
        tags=; \
 
345
        here=`pwd`; \
 
346
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
347
        unique=`for i in $$list; do \
 
348
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
349
          done | \
 
350
          $(AWK) '    { files[$$0] = 1; } \
 
351
               END { for (i in files) print i; }'`; \
 
352
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
353
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
354
             $$tags $$unique
 
355
 
 
356
GTAGS:
 
357
        here=`$(am__cd) $(top_builddir) && pwd` \
 
358
          && cd $(top_srcdir) \
 
359
          && gtags -i $(GTAGS_ARGS) $$here
214
360
 
215
361
distclean-tags:
216
 
        -rm -f TAGS ID
217
 
 
218
 
maintainer-clean-tags:
219
 
 
 
362
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
363
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
364
 
 
365
top_distdir = .
220
366
distdir = $(PACKAGE)-$(VERSION)
221
 
top_distdir = $(distdir)
 
367
 
 
368
am__remove_distdir = \
 
369
  { test ! -d $(distdir) \
 
370
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
371
         && rm -fr $(distdir); }; }
 
372
 
 
373
GZIP_ENV = --best
 
374
distuninstallcheck_listfiles = find . -type f -print
 
375
distcleancheck_listfiles = find . -type f -print
 
376
 
 
377
distdir: $(DISTFILES)
 
378
        $(am__remove_distdir)
 
379
        mkdir $(distdir)
 
380
        $(mkinstalldirs) $(distdir)/intl $(distdir)/po
 
381
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
382
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
383
        list='$(DISTFILES)'; for file in $$list; do \
 
384
          case $$file in \
 
385
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
386
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
387
          esac; \
 
388
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
389
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
390
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
391
            dir="/$$dir"; \
 
392
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
393
          else \
 
394
            dir=''; \
 
395
          fi; \
 
396
          if test -d $$d/$$file; then \
 
397
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
398
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
399
            fi; \
 
400
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
401
          else \
 
402
            test -f $(distdir)/$$file \
 
403
            || cp -p $$d/$$file $(distdir)/$$file \
 
404
            || exit 1; \
 
405
          fi; \
 
406
        done
 
407
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
408
          if test "$$subdir" = .; then :; else \
 
409
            test -d $(distdir)/$$subdir \
 
410
            || mkdir $(distdir)/$$subdir \
 
411
            || exit 1; \
 
412
            (cd $$subdir && \
 
413
              $(MAKE) $(AM_MAKEFLAGS) \
 
414
                top_distdir="$(top_distdir)" \
 
415
                distdir=../$(distdir)/$$subdir \
 
416
                distdir) \
 
417
              || exit 1; \
 
418
          fi; \
 
419
        done
 
420
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
421
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
422
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
423
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
424
        || chmod -R a+r $(distdir)
 
425
dist-gzip: distdir
 
426
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
427
        $(am__remove_distdir)
 
428
 
 
429
dist-zip: distdir
 
430
        -rm -f $(distdir).zip
 
431
        zip -rq $(distdir).zip $(distdir)
 
432
        $(am__remove_distdir)
 
433
 
 
434
dist dist-all: distdir
 
435
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
436
        -rm -f $(distdir).zip
 
437
        zip -rq $(distdir).zip $(distdir)
 
438
        $(am__remove_distdir)
222
439
 
223
440
# This target untars the dist file and tries a VPATH configuration.  Then
224
441
# it guarantees that the distribution is self-contained by making another
225
442
# tarfile.
226
443
distcheck: dist
227
 
        -rm -rf $(distdir)
228
 
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
229
 
        mkdir $(distdir)/=build
230
 
        mkdir $(distdir)/=inst
231
 
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
232
 
        cd $(distdir)/=build \
233
 
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
444
        $(am__remove_distdir)
 
445
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
446
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
447
        mkdir $(distdir)/_build
 
448
        mkdir $(distdir)/_inst
 
449
        chmod a-w $(distdir)
 
450
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
451
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
452
          && cd $(distdir)/_build \
 
453
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
454
            --with-included-gettext \
 
455
            $(DISTCHECK_CONFIGURE_FLAGS) \
234
456
          && $(MAKE) $(AM_MAKEFLAGS) \
235
457
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
236
458
          && $(MAKE) $(AM_MAKEFLAGS) check \
237
459
          && $(MAKE) $(AM_MAKEFLAGS) install \
238
460
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
239
 
          && $(MAKE) $(AM_MAKEFLAGS) dist
240
 
        -rm -rf $(distdir)
241
 
        @banner="$(distdir).tar.gz is ready for distribution"; \
242
 
        dashes=`echo "$$banner" | sed s/./=/g`; \
243
 
        echo "$$dashes"; \
244
 
        echo "$$banner"; \
245
 
        echo "$$dashes"
246
 
dist: distdir
247
 
        -chmod -R a+r $(distdir)
248
 
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
249
 
        -rm -rf $(distdir)
250
 
dist-zip: distdir
251
 
        -chmod -R a+r $(distdir)
252
 
        zip -rq $(distdir).zip $(distdir)
253
 
        -rm -rf $(distdir)
254
 
dist-all: distdir
255
 
        -chmod -R a+r $(distdir)
256
 
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
257
 
        zip -rq $(distdir).zip $(distdir)
258
 
        -rm -rf $(distdir)
259
 
distdir: $(DISTFILES)
260
 
        -rm -rf $(distdir)
261
 
        mkdir $(distdir)
262
 
        -chmod 777 $(distdir)
263
 
        @for file in $(DISTFILES); do \
264
 
          d=$(srcdir); \
265
 
          if test -d $$d/$$file; then \
266
 
            cp -pr $$d/$$file $(distdir)/$$file; \
267
 
          else \
268
 
            test -f $(distdir)/$$file \
269
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
270
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
271
 
          fi; \
272
 
        done
273
 
        for subdir in $(SUBDIRS); do \
274
 
          if test "$$subdir" = .; then :; else \
275
 
            test -d $(distdir)/$$subdir \
276
 
            || mkdir $(distdir)/$$subdir \
277
 
            || exit 1; \
278
 
            chmod 777 $(distdir)/$$subdir; \
279
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
280
 
              || exit 1; \
281
 
          fi; \
282
 
        done
283
 
info-am:
284
 
info: info-recursive
285
 
dvi-am:
286
 
dvi: dvi-recursive
 
461
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
462
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
463
                distuninstallcheck \
 
464
          && chmod -R a-w "$$dc_install_base" \
 
465
          && ({ \
 
466
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
467
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
468
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
469
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
470
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
471
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
472
          && rm -rf "$$dc_destdir" \
 
473
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
 
474
          && rm -f $(distdir).tar.gz \
 
475
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
476
        $(am__remove_distdir)
 
477
        @echo "$(distdir).tar.gz is ready for distribution" | \
 
478
          sed 'h;s/./=/g;p;x;p;x'
 
479
distuninstallcheck:
 
480
        @cd $(distuninstallcheck_dir) \
 
481
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
482
           || { echo "ERROR: files left after uninstall:" ; \
 
483
                if test -n "$(DESTDIR)"; then \
 
484
                  echo "  (check DESTDIR support)"; \
 
485
                fi ; \
 
486
                $(distuninstallcheck_listfiles) ; \
 
487
                exit 1; } >&2
 
488
distcleancheck: distclean
 
489
        @if test '$(srcdir)' = . ; then \
 
490
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
491
          exit 1 ; \
 
492
        fi
 
493
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
494
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
495
               $(distcleancheck_listfiles) ; \
 
496
               exit 1; } >&2
287
497
check-am: all-am
288
498
check: check-recursive
289
 
installcheck-am:
290
 
installcheck: installcheck-recursive
291
 
install-exec-am:
 
499
all-am: Makefile
 
500
installdirs: installdirs-recursive
 
501
installdirs-am:
 
502
 
 
503
install: install-recursive
292
504
install-exec: install-exec-recursive
293
 
 
294
 
install-data-am:
295
505
install-data: install-data-recursive
 
506
uninstall: uninstall-recursive
296
507
 
297
508
install-am: all-am
298
509
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
299
 
install: install-recursive
300
 
uninstall-am:
301
 
uninstall: uninstall-recursive
302
 
all-am: Makefile
303
 
all-redirect: all-recursive
 
510
 
 
511
installcheck: installcheck-recursive
304
512
install-strip:
305
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
306
 
installdirs: installdirs-recursive
307
 
installdirs-am:
308
 
 
309
 
 
 
513
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
514
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
515
          `test -z '$(STRIP)' || \
 
516
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
310
517
mostlyclean-generic:
311
518
 
312
519
clean-generic:
313
520
 
314
521
distclean-generic:
315
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
316
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
522
        -rm -f $(CONFIG_CLEAN_FILES)
317
523
 
318
524
maintainer-clean-generic:
319
 
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
320
 
 
321
 
mostlyclean: mostlyclean-recursive
322
 
 
323
 
clean-am:  clean-tags clean-generic mostlyclean-am
324
 
 
 
525
        @echo "This command is intended for maintainers to use"
 
526
        @echo "it deletes files that may require special tools to rebuild."
325
527
clean: clean-recursive
326
528
 
327
 
distclean-am:  distclean-tags distclean-generic clean-am
328
 
        -rm -f libtool
 
529
clean-am: clean-generic clean-libtool mostlyclean-am
329
530
 
330
531
distclean: distclean-recursive
331
 
        -rm -f config.status
332
 
 
333
 
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
334
 
                distclean-am
335
 
        @echo "This command is intended for maintainers to use;"
336
 
        @echo "it deletes files that may require special tools to rebuild."
 
532
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
533
        -rm -f Makefile
 
534
distclean-am: clean-am distclean-generic distclean-libtool \
 
535
        distclean-tags
 
536
 
 
537
dvi: dvi-recursive
 
538
 
 
539
dvi-am:
 
540
 
 
541
info: info-recursive
 
542
 
 
543
info-am:
 
544
 
 
545
install-data-am:
 
546
 
 
547
install-exec-am:
 
548
 
 
549
install-info: install-info-recursive
 
550
 
 
551
install-man:
 
552
 
 
553
installcheck-am:
337
554
 
338
555
maintainer-clean: maintainer-clean-recursive
339
 
        -rm -f config.status
340
 
 
341
 
.PHONY: install-data-recursive uninstall-data-recursive \
342
 
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
343
 
uninstalldirs-recursive all-recursive check-recursive \
344
 
installcheck-recursive info-recursive dvi-recursive \
345
 
mostlyclean-recursive distclean-recursive clean-recursive \
346
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
347
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
348
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
349
 
install-exec install-data-am install-data install-am install \
350
 
uninstall-am uninstall all-redirect all-am all installdirs-am \
351
 
installdirs mostlyclean-generic distclean-generic clean-generic \
352
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
556
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
557
        -rm -rf $(top_srcdir)/autom4te.cache
 
558
        -rm -f Makefile
 
559
maintainer-clean-am: distclean-am maintainer-clean-generic
 
560
 
 
561
mostlyclean: mostlyclean-recursive
 
562
 
 
563
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
564
 
 
565
pdf: pdf-recursive
 
566
 
 
567
pdf-am:
 
568
 
 
569
ps: ps-recursive
 
570
 
 
571
ps-am:
 
572
 
 
573
uninstall-am: uninstall-info-am
 
574
 
 
575
uninstall-info: uninstall-info-recursive
 
576
 
 
577
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
578
        clean-generic clean-libtool clean-recursive ctags \
 
579
        ctags-recursive dist dist-all dist-gzip dist-zip distcheck \
 
580
        distclean distclean-generic distclean-libtool \
 
581
        distclean-recursive distclean-tags distcleancheck distdir \
 
582
        distuninstallcheck dvi dvi-am dvi-recursive info info-am \
 
583
        info-recursive install install-am install-data install-data-am \
 
584
        install-data-recursive install-exec install-exec-am \
 
585
        install-exec-recursive install-info install-info-am \
 
586
        install-info-recursive install-man install-recursive \
 
587
        install-strip installcheck installcheck-am installdirs \
 
588
        installdirs-am installdirs-recursive maintainer-clean \
 
589
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
 
590
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
591
        pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
 
592
        tags-recursive uninstall uninstall-am uninstall-info-am \
 
593
        uninstall-info-recursive uninstall-recursive
353
594
 
354
595
 
355
596
debug:
357
598
 
358
599
profile:
359
600
        $(MAKE) all CFLAGS="@PROFILE@"
360
 
 
361
601
# Tell versions [3.59,3.63) of GNU make to not export all variables.
362
602
# Otherwise a system limit (for SysV at least) may be exceeded.
363
603
.NOEXPORT: