~ubuntu-branches/ubuntu/trusty/isdnutils/trusty

« back to all changes in this revision

Viewing changes to ant-phone/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2013-11-15 00:02:58 UTC
  • mfrom: (1.1.8) (31.1.1 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131115000258-tt9v3gasgrdml07k
Tags: 1:3.25+dfsg1-3.3ubuntu1
* Merge from Debian unstable:
  - resolves licensing issues with package contents.  LP: #511988.
  - includes proper upstream fix for ipppd on ARM.  LP: #453159.
  - resolves isdnutils-base removal failures.  LP: #813771.
  - fixes capiutils init script to not try to mount obsolete capifs.
    LP: #1064347.
* Remaining changes:
  - Switch libreadline5-dev to libreadline-gplv2-dev since this package
    appears to be GPLv2
  - debian/patches/no-imake.patch: Don't build xisdnload/xmonisdn using
    xmkmf/imake.  This patch was dropped in Debian without explanation;
    it still applies and seems to still be a good idea for eventual
    upstreaming, since imake is quite obsolete.
  - capi.conf: Fix typo for fcdsl2 firmware. LP: #189132.
  - Remove dependencies on /etc/inittab.
    - Disable the installation code to modify /etc/inittab.
    - isdnutils-base: Add ttyI0 example script, which needs to be installed
      in /etc/event.d/ttyI0.
    - isdnvboxserver: Add ttyI1 example script, which needs to be installed
      in /etc/event.d/ttyI1.
    - The two upstart scripts need to be edited.
    - Further improvements and documentation welcome.
* Changes included in Debian:
  - replace calls to ./MAKEDEV with /sbin/MAKEDEV
  - Build-depend on ppp-dev.
  - Switch to newer tcl -dev.
  - update to newer automake
  - debian/rules: use autoreconf to update the autotools in the capi20
    directory
  - debian/{compat,rules,*.files,.dirs}: Convert to Multi-arch.
  - debian/libcapi20-dev.install: Remove .la files (no builds use them).
* Changes included upstream:
  - fix for ARM FTBFS.
  - fix bashisms in vboxplay.
  - debian/patches/{config_libdir,toplevel-make}.patch: add CONFIG_LIBDIR
    override to upstream build system to support Multi-arch.
* Dropped changes:
  - kick dpatch to the curb.
* Handle migrating the blacklist file from
  /etc/modprobe.d/blacklist-capiutils.conf to the path used in Debian,
  /etc/modprobe.d/capiutils.conf.
* Handle rename of /etc/ppp/ip-down.d/99-ipppd and /etc/ppp/ip-up.d/00-ipppd
  to /etc/ppp/ip-down.d/ipppd and /etc/ppp/ip-up.d/ipppd
* Handle rename of /etc/init.d/isdnutils to /etc/init.d/isdnutils-base
* Restore standard.tcl to /usr/share/isdnvboxserver/default; maintainer
  scripts must not depend on contents of /usr/share/doc.
* Apply patches that were preserved in the 3.0 (quilt) migration, but
  were inadvertently not applied:
  - debian/patches/capifax.additional_error_codes.patch
  - debian/patches/capifax.3_1kHz_audio.patch
* Drop debian/isdnutils-base.cron.d, which isn't a cronjob example at all
  but an inittab example gone astray.
* debian/dotconfig*: don't use embedded quotes for paths; this confuses
  vbox's Makefiles something fierce, and causes files to be missed from
  debian/tmp'/usr/share/man/' at install time.
* Fix isdnlog and ipppd to not ship files used in the postinst under
  /usr/share/doc.
* Modernize the upstart examples.

Show diffs side-by-side

added added

removed removed

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