~ubuntu-branches/ubuntu/saucy/curl/saucy

« back to all changes in this revision

Viewing changes to packages/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-02-12 08:54:32 UTC
  • mfrom: (3.4.34 sid)
  • Revision ID: package-import@ubuntu.com-20130212085432-r1fyi0b37enr93pp
Tags: 7.29.0-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
13
14
# PARTICULAR PURPOSE.
14
15
 
15
16
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
19
35
pkgdatadir = $(datadir)/@PACKAGE@
 
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ..
 
38
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
39
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
40
install_sh_DATA = $(install_sh) -c -m 644
26
41
install_sh_PROGRAM = $(install_sh) -c
27
42
install_sh_SCRIPT = $(install_sh) -c
43
58
        $(top_srcdir)/m4/curl-functions.m4 \
44
59
        $(top_srcdir)/m4/curl-openssl.m4 \
45
60
        $(top_srcdir)/m4/curl-override.m4 \
46
 
        $(top_srcdir)/m4/curl-reentrant.m4 \
47
 
        $(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 \
 
61
        $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
48
62
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
49
63
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
64
        $(top_srcdir)/m4/xc-cc-check.m4 \
50
65
        $(top_srcdir)/m4/xc-translit.m4 \
51
 
        $(top_srcdir)/m4/zz50-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
 
66
        $(top_srcdir)/m4/xc-val-flgs.m4 \
 
67
        $(top_srcdir)/m4/zz40-xc-ovr.m4 \
 
68
        $(top_srcdir)/m4/zz50-xc-ovr.m4 \
 
69
        $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
52
70
        $(top_srcdir)/configure.ac
53
71
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
72
        $(ACLOCAL_M4)
56
74
CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
57
75
        $(top_builddir)/include/curl/curlbuild.h
58
76
CONFIG_CLEAN_FILES =
 
77
CONFIG_CLEAN_VPATH_FILES =
59
78
SOURCES =
60
79
DIST_SOURCES =
61
80
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62
81
        html-recursive info-recursive install-data-recursive \
63
 
        install-exec-recursive install-info-recursive \
64
 
        install-recursive installcheck-recursive installdirs-recursive \
65
 
        pdf-recursive ps-recursive uninstall-info-recursive \
66
 
        uninstall-recursive
 
82
        install-dvi-recursive install-exec-recursive \
 
83
        install-html-recursive install-info-recursive \
 
84
        install-pdf-recursive install-ps-recursive install-recursive \
 
85
        installcheck-recursive installdirs-recursive pdf-recursive \
 
86
        ps-recursive uninstall-recursive
 
87
am__can_run_installinfo = \
 
88
  case $$AM_UPDATE_INFO_DIR in \
 
89
    n|no|NO) false;; \
 
90
    *) (install-info --version) >/dev/null 2>&1;; \
 
91
  esac
 
92
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
93
  distclean-recursive maintainer-clean-recursive
 
94
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
95
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
96
        distdir
67
97
ETAGS = etags
68
98
CTAGS = ctags
69
99
DIST_SUBDIRS = $(SUBDIRS)
70
100
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
101
am__relativize = \
 
102
  dir0=`pwd`; \
 
103
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
104
  sed_rest='s,^[^/]*/*,,'; \
 
105
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
106
  sed_butlast='s,/*[^/]*$$,,'; \
 
107
  while test -n "$$dir1"; do \
 
108
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
109
    if test "$$first" != "."; then \
 
110
      if test "$$first" = ".."; then \
 
111
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
112
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
113
      else \
 
114
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
115
        if test "$$first2" = "$$first"; then \
 
116
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
117
        else \
 
118
          dir2="../$$dir2"; \
 
119
        fi; \
 
120
        dir0="$$dir0"/"$$first"; \
 
121
      fi; \
 
122
    fi; \
 
123
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
124
  done; \
 
125
  reldir="$$dir2"
71
126
ACLOCAL = @ACLOCAL@
72
 
AMDEP_FALSE = @AMDEP_FALSE@
73
 
AMDEP_TRUE = @AMDEP_TRUE@
74
127
AMTAR = @AMTAR@
75
128
AR = @AR@
76
129
AS = @AS@
78
131
AUTOHEADER = @AUTOHEADER@
79
132
AUTOMAKE = @AUTOMAKE@
80
133
AWK = @AWK@
81
 
BUILD_LIBHOSTNAME_FALSE = @BUILD_LIBHOSTNAME_FALSE@
82
 
BUILD_LIBHOSTNAME_TRUE = @BUILD_LIBHOSTNAME_TRUE@
83
 
BUILD_UNITTESTS_FALSE = @BUILD_UNITTESTS_FALSE@
84
 
BUILD_UNITTESTS_TRUE = @BUILD_UNITTESTS_TRUE@
 
134
BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
85
135
CC = @CC@
86
136
CCDEPMODE = @CCDEPMODE@
87
137
CFLAGS = @CFLAGS@
90
140
CPP = @CPP@
91
141
CPPFLAGS = @CPPFLAGS@
92
142
CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
93
 
CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
94
 
CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
95
 
CURLDEBUG_FALSE = @CURLDEBUG_FALSE@
96
 
CURLDEBUG_TRUE = @CURLDEBUG_TRUE@
97
143
CURLVERSION = @CURLVERSION@
98
144
CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
99
145
CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
111
157
CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
112
158
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
113
159
CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
114
 
CURL_LIBS = @CURL_LIBS@
 
160
CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
115
161
CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
116
162
CYGPATH_W = @CYGPATH_W@
117
163
DEFS = @DEFS@
118
164
DEPDIR = @DEPDIR@
119
165
DLLTOOL = @DLLTOOL@
120
 
DOING_CURL_SYMBOL_HIDING_FALSE = @DOING_CURL_SYMBOL_HIDING_FALSE@
121
 
DOING_CURL_SYMBOL_HIDING_TRUE = @DOING_CURL_SYMBOL_HIDING_TRUE@
122
 
DOING_NATIVE_WINDOWS_FALSE = @DOING_NATIVE_WINDOWS_FALSE@
123
 
DOING_NATIVE_WINDOWS_TRUE = @DOING_NATIVE_WINDOWS_TRUE@
124
166
DSYMUTIL = @DSYMUTIL@
125
167
DUMPBIN = @DUMPBIN@
126
168
ECHO_C = @ECHO_C@
134
176
HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
135
177
HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
136
178
HAVE_LIBZ = @HAVE_LIBZ@
137
 
HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
138
 
HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
139
179
HAVE_NSS_INITCONTEXT = @HAVE_NSS_INITCONTEXT@
140
180
HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
141
181
IDN_ENABLED = @IDN_ENABLED@
 
182
INSTALL = @INSTALL@
142
183
INSTALL_DATA = @INSTALL_DATA@
143
184
INSTALL_PROGRAM = @INSTALL_PROGRAM@
144
185
INSTALL_SCRIPT = @INSTALL_SCRIPT@
148
189
LD = @LD@
149
190
LDFLAGS = @LDFLAGS@
150
191
LIBCURL_LIBS = @LIBCURL_LIBS@
151
 
LIBMETALINK_CFLAGS = @LIBMETALINK_CFLAGS@
 
192
LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
152
193
LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
153
194
LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
154
195
LIBOBJS = @LIBOBJS@
158
199
LN_S = @LN_S@
159
200
LTLIBOBJS = @LTLIBOBJS@
160
201
MAINT = @MAINT@
161
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
162
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
163
202
MAKEINFO = @MAKEINFO@
164
203
MANIFEST_TOOL = @MANIFEST_TOOL@
165
204
MANOPT = @MANOPT@
166
 
MIMPURE_FALSE = @MIMPURE_FALSE@
167
 
MIMPURE_TRUE = @MIMPURE_TRUE@
 
205
MKDIR_P = @MKDIR_P@
168
206
NM = @NM@
169
207
NMEDIT = @NMEDIT@
170
 
NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
171
 
NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
172
208
NROFF = @NROFF@
173
209
OBJDUMP = @OBJDUMP@
174
210
OBJEXT = @OBJEXT@
181
217
PACKAGE_TARNAME = @PACKAGE_TARNAME@
182
218
PACKAGE_URL = @PACKAGE_URL@
183
219
PACKAGE_VERSION = @PACKAGE_VERSION@
184
 
PATH = @PATH@
185
220
PATH_SEPARATOR = @PATH_SEPARATOR@
186
221
PERL = @PERL@
187
222
PKGADD_NAME = @PKGADD_NAME@
194
229
SED = @SED@
195
230
SET_MAKE = @SET_MAKE@
196
231
SHELL = @SHELL@
197
 
SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
198
 
SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
199
232
SSL_ENABLED = @SSL_ENABLED@
200
233
STRIP = @STRIP@
201
234
SUPPORT_FEATURES = @SUPPORT_FEATURES@
202
235
SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
203
 
TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
204
236
USE_ARES = @USE_ARES@
205
237
USE_AXTLS = @USE_AXTLS@
206
 
USE_CPPFLAG_BUILDING_LIBCURL_FALSE = @USE_CPPFLAG_BUILDING_LIBCURL_FALSE@
207
 
USE_CPPFLAG_BUILDING_LIBCURL_TRUE = @USE_CPPFLAG_BUILDING_LIBCURL_TRUE@
208
 
USE_CPPFLAG_CURL_STATICLIB_FALSE = @USE_CPPFLAG_CURL_STATICLIB_FALSE@
209
 
USE_CPPFLAG_CURL_STATICLIB_TRUE = @USE_CPPFLAG_CURL_STATICLIB_TRUE@
210
238
USE_CYASSL = @USE_CYASSL@
211
239
USE_DARWINSSL = @USE_DARWINSSL@
212
 
USE_EMBEDDED_ARES_FALSE = @USE_EMBEDDED_ARES_FALSE@
213
 
USE_EMBEDDED_ARES_TRUE = @USE_EMBEDDED_ARES_TRUE@
214
240
USE_GNUTLS = @USE_GNUTLS@
215
241
USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
216
242
USE_LIBRTMP = @USE_LIBRTMP@
217
243
USE_LIBSSH2 = @USE_LIBSSH2@
218
 
USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
219
 
USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
220
244
USE_NSS = @USE_NSS@
221
245
USE_OPENLDAP = @USE_OPENLDAP@
222
246
USE_POLARSSL = @USE_POLARSSL@
225
249
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
226
250
VERSION = @VERSION@
227
251
VERSIONED_FLAVOUR = @VERSIONED_FLAVOUR@
228
 
VERSIONED_SYMBOLS_FALSE = @VERSIONED_SYMBOLS_FALSE@
229
 
VERSIONED_SYMBOLS_TRUE = @VERSIONED_SYMBOLS_TRUE@
230
252
VERSIONNUM = @VERSIONNUM@
 
253
ZLIB_LIBS = @ZLIB_LIBS@
 
254
abs_builddir = @abs_builddir@
 
255
abs_srcdir = @abs_srcdir@
 
256
abs_top_builddir = @abs_top_builddir@
 
257
abs_top_srcdir = @abs_top_srcdir@
231
258
ac_ct_AR = @ac_ct_AR@
232
259
ac_ct_CC = @ac_ct_CC@
233
260
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
234
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
235
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
236
261
am__include = @am__include@
237
262
am__leading_dot = @am__leading_dot@
238
263
am__quote = @am__quote@
244
269
build_cpu = @build_cpu@
245
270
build_os = @build_os@
246
271
build_vendor = @build_vendor@
 
272
builddir = @builddir@
247
273
datadir = @datadir@
248
274
datarootdir = @datarootdir@
249
275
docdir = @docdir@
272
298
psdir = @psdir@
273
299
sbindir = @sbindir@
274
300
sharedstatedir = @sharedstatedir@
 
301
srcdir = @srcdir@
275
302
subdirs = @subdirs@
276
303
sysconfdir = @sysconfdir@
277
304
target_alias = @target_alias@
 
305
top_build_prefix = @top_build_prefix@
 
306
top_builddir = @top_builddir@
 
307
top_srcdir = @top_srcdir@
278
308
SUBDIRS = Win32 Linux Solaris EPM AIX vms
279
309
EXTRA_DIST = README                     \
280
310
        DOS/README                      \
314
344
        @for dep in $?; do \
315
345
          case '$(am__configure_deps)' in \
316
346
            *$$dep*) \
317
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
318
 
                && exit 0; \
 
347
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
348
                && { if test -f $@; then exit 0; else break; fi; }; \
319
349
              exit 1;; \
320
350
          esac; \
321
351
        done; \
322
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  packages/Makefile'; \
323
 
        cd $(top_srcdir) && \
324
 
          $(AUTOMAKE) --foreign  packages/Makefile
 
352
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/Makefile'; \
 
353
        $(am__cd) $(top_srcdir) && \
 
354
          $(AUTOMAKE) --foreign packages/Makefile
325
355
.PRECIOUS: Makefile
326
356
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
327
357
        @case '$?' in \
339
369
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340
370
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
341
371
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
372
$(am__aclocal_m4_deps):
342
373
 
343
374
mostlyclean-libtool:
344
375
        -rm -f *.lo
346
377
clean-libtool:
347
378
        -rm -rf .libs _libs
348
379
 
349
 
distclean-libtool:
350
 
        -rm -f libtool
351
 
uninstall-info-am:
352
 
 
353
380
# This directory's subdirectories are mostly independent; you can cd
354
381
# into them and run `make' without going through this Makefile.
355
382
# To change the values of `make' variables: instead of editing Makefiles,
357
384
#     (which will cause the Makefiles to be regenerated when you run `make');
358
385
# (2) otherwise, pass the desired values on the `make' command line.
359
386
$(RECURSIVE_TARGETS):
360
 
        @failcom='exit 1'; \
 
387
        @fail= failcom='exit 1'; \
361
388
        for f in x $$MAKEFLAGS; do \
362
389
          case $$f in \
363
390
            *=* | --[!k]*);; \
374
401
          else \
375
402
            local_target="$$target"; \
376
403
          fi; \
377
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
404
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
378
405
          || eval $$failcom; \
379
406
        done; \
380
407
        if test "$$dot_seen" = "no"; then \
381
408
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
382
409
        fi; test -z "$$fail"
383
410
 
384
 
mostlyclean-recursive clean-recursive distclean-recursive \
385
 
maintainer-clean-recursive:
386
 
        @failcom='exit 1'; \
 
411
$(RECURSIVE_CLEAN_TARGETS):
 
412
        @fail= failcom='exit 1'; \
387
413
        for f in x $$MAKEFLAGS; do \
388
414
          case $$f in \
389
415
            *=* | --[!k]*);; \
409
435
          else \
410
436
            local_target="$$target"; \
411
437
          fi; \
412
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
438
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
413
439
          || eval $$failcom; \
414
440
        done && test -z "$$fail"
415
441
tags-recursive:
416
442
        list='$(SUBDIRS)'; for subdir in $$list; do \
417
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
443
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
418
444
        done
419
445
ctags-recursive:
420
446
        list='$(SUBDIRS)'; for subdir in $$list; do \
421
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
447
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
422
448
        done
423
449
 
424
450
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
426
452
        unique=`for i in $$list; do \
427
453
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428
454
          done | \
429
 
          $(AWK) '    { files[$$0] = 1; } \
430
 
               END { for (i in files) print i; }'`; \
 
455
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
456
              END { if (nonempty) { for (i in files) print i; }; }'`; \
431
457
        mkid -fID $$unique
432
458
tags: TAGS
433
459
 
434
460
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
435
461
                $(TAGS_FILES) $(LISP)
436
 
        tags=; \
 
462
        set x; \
437
463
        here=`pwd`; \
438
464
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
439
465
          include_option=--etags-include; \
445
471
        list='$(SUBDIRS)'; for subdir in $$list; do \
446
472
          if test "$$subdir" = .; then :; else \
447
473
            test ! -f $$subdir/TAGS || \
448
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
474
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
449
475
          fi; \
450
476
        done; \
451
477
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
452
478
        unique=`for i in $$list; do \
453
479
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454
480
          done | \
455
 
          $(AWK) '    { files[$$0] = 1; } \
456
 
               END { for (i in files) print i; }'`; \
457
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
481
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
482
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
483
        shift; \
 
484
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
458
485
          test -n "$$unique" || unique=$$empty_fix; \
459
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460
 
            $$tags $$unique; \
 
486
          if test $$# -gt 0; then \
 
487
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
488
              "$$@" $$unique; \
 
489
          else \
 
490
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
491
              $$unique; \
 
492
          fi; \
461
493
        fi
462
494
ctags: CTAGS
463
495
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
464
496
                $(TAGS_FILES) $(LISP)
465
 
        tags=; \
466
 
        here=`pwd`; \
467
497
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
468
498
        unique=`for i in $$list; do \
469
499
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470
500
          done | \
471
 
          $(AWK) '    { files[$$0] = 1; } \
472
 
               END { for (i in files) print i; }'`; \
473
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
501
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
502
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
503
        test -z "$(CTAGS_ARGS)$$unique" \
474
504
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
475
 
             $$tags $$unique
 
505
             $$unique
476
506
 
477
507
GTAGS:
478
508
        here=`$(am__cd) $(top_builddir) && pwd` \
479
 
          && cd $(top_srcdir) \
480
 
          && gtags -i $(GTAGS_ARGS) $$here
 
509
          && $(am__cd) $(top_srcdir) \
 
510
          && gtags -i $(GTAGS_ARGS) "$$here"
481
511
 
482
512
distclean-tags:
483
513
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484
514
 
485
515
distdir: $(DISTFILES)
486
 
        $(mkdir_p) $(distdir)/DOS $(distdir)/NetWare $(distdir)/OS400 $(distdir)/Symbian $(distdir)/Symbian/bwins $(distdir)/Symbian/eabi $(distdir)/Symbian/group $(distdir)/TPF
487
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
488
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
489
 
        list='$(DISTFILES)'; for file in $$list; do \
490
 
          case $$file in \
491
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
492
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
493
 
          esac; \
 
516
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
517
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
518
        list='$(DISTFILES)'; \
 
519
          dist_files=`for file in $$list; do echo $$file; done | \
 
520
          sed -e "s|^$$srcdirstrip/||;t" \
 
521
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
522
        case $$dist_files in \
 
523
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
524
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
525
                           sort -u` ;; \
 
526
        esac; \
 
527
        for file in $$dist_files; do \
494
528
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
496
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
497
 
            dir="/$$dir"; \
498
 
            $(mkdir_p) "$(distdir)$$dir"; \
499
 
          else \
500
 
            dir=''; \
501
 
          fi; \
502
529
          if test -d $$d/$$file; then \
 
530
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
531
            if test -d "$(distdir)/$$file"; then \
 
532
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
533
            fi; \
503
534
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
535
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
536
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505
537
            fi; \
506
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
538
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
507
539
          else \
508
 
            test -f $(distdir)/$$file \
509
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
540
            test -f "$(distdir)/$$file" \
 
541
            || cp -p $$d/$$file "$(distdir)/$$file" \
510
542
            || exit 1; \
511
543
          fi; \
512
544
        done
513
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
545
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
514
546
          if test "$$subdir" = .; then :; else \
515
 
            test -d "$(distdir)/$$subdir" \
516
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
517
 
            || exit 1; \
518
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
519
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
520
 
            (cd $$subdir && \
 
547
            $(am__make_dryrun) \
 
548
              || test -d "$(distdir)/$$subdir" \
 
549
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
550
              || exit 1; \
 
551
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
552
            $(am__relativize); \
 
553
            new_distdir=$$reldir; \
 
554
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
555
            $(am__relativize); \
 
556
            new_top_distdir=$$reldir; \
 
557
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
558
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
559
            ($(am__cd) $$subdir && \
521
560
              $(MAKE) $(AM_MAKEFLAGS) \
522
 
                top_distdir="$$top_distdir" \
523
 
                distdir="$$distdir/$$subdir" \
 
561
                top_distdir="$$new_top_distdir" \
 
562
                distdir="$$new_distdir" \
 
563
                am__remove_distdir=: \
 
564
                am__skip_length_check=: \
 
565
                am__skip_mode_fix=: \
524
566
                distdir) \
525
567
              || exit 1; \
526
568
          fi; \
540
582
 
541
583
installcheck: installcheck-recursive
542
584
install-strip:
543
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
544
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
545
 
          `test -z '$(STRIP)' || \
546
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
585
        if test -z '$(STRIP)'; then \
 
586
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
587
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
588
              install; \
 
589
        else \
 
590
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
591
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
592
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
593
        fi
547
594
mostlyclean-generic:
548
595
 
549
596
clean-generic:
550
597
 
551
598
distclean-generic:
552
599
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
600
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
553
601
 
554
602
maintainer-clean-generic:
555
603
        @echo "This command is intended for maintainers to use"
560
608
 
561
609
distclean: distclean-recursive
562
610
        -rm -f Makefile
563
 
distclean-am: clean-am distclean-generic distclean-libtool \
564
 
        distclean-tags
 
611
distclean-am: clean-am distclean-generic distclean-tags
565
612
 
566
613
dvi: dvi-recursive
567
614
 
569
616
 
570
617
html: html-recursive
571
618
 
 
619
html-am:
 
620
 
572
621
info: info-recursive
573
622
 
574
623
info-am:
575
624
 
576
625
install-data-am:
577
626
 
 
627
install-dvi: install-dvi-recursive
 
628
 
 
629
install-dvi-am:
 
630
 
578
631
install-exec-am:
579
632
 
 
633
install-html: install-html-recursive
 
634
 
 
635
install-html-am:
 
636
 
580
637
install-info: install-info-recursive
581
638
 
 
639
install-info-am:
 
640
 
582
641
install-man:
583
642
 
 
643
install-pdf: install-pdf-recursive
 
644
 
 
645
install-pdf-am:
 
646
 
 
647
install-ps: install-ps-recursive
 
648
 
 
649
install-ps-am:
 
650
 
584
651
installcheck-am:
585
652
 
586
653
maintainer-clean: maintainer-clean-recursive
599
666
 
600
667
ps-am:
601
668
 
602
 
uninstall-am: uninstall-info-am
603
 
 
604
 
uninstall-info: uninstall-info-recursive
605
 
 
606
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
607
 
        clean clean-generic clean-libtool clean-recursive ctags \
608
 
        ctags-recursive distclean distclean-generic distclean-libtool \
609
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
669
uninstall-am:
 
670
 
 
671
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
672
        install-am install-strip tags-recursive
 
673
 
 
674
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
675
        all all-am check check-am clean clean-generic clean-libtool \
 
676
        ctags ctags-recursive distclean distclean-generic \
 
677
        distclean-libtool distclean-tags distdir dvi dvi-am html \
610
678
        html-am info info-am install install-am install-data \
611
 
        install-data-am install-exec install-exec-am install-info \
612
 
        install-info-am install-man install-strip installcheck \
 
679
        install-data-am install-dvi install-dvi-am install-exec \
 
680
        install-exec-am install-html install-html-am install-info \
 
681
        install-info-am install-man install-pdf install-pdf-am \
 
682
        install-ps install-ps-am install-strip installcheck \
613
683
        installcheck-am installdirs installdirs-am maintainer-clean \
614
 
        maintainer-clean-generic maintainer-clean-recursive \
615
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
616
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
617
 
        uninstall uninstall-am uninstall-info-am
 
684
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
685
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
686
        uninstall uninstall-am
 
687
 
618
688
 
619
689
# Tell versions [3.59,3.63) of GNU make to not export all variables.
620
690
# Otherwise a system limit (for SysV at least) may be exceeded.