~ubuntu-branches/ubuntu/trusty/speex/trusty-proposed

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2014-01-26 09:30:49 UTC
  • mfrom: (5.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20140126093049-gmmhj4tsenomuod2
Tags: 1.2~rc1.1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Build with float on armhf.
  - Use dh-autoreconf for current libtool.
  - Add build-dependency on pkg-config for the above.

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.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
16
VPATH = @srcdir@
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
 
30
    case $$MAKEFLAGS in \
 
31
      *\\[\ \   ]*) \
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
19
62
pkgdatadir = $(datadir)/@PACKAGE@
 
63
pkgincludedir = $(includedir)/@PACKAGE@
20
64
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ..
 
65
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
66
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
67
install_sh_DATA = $(install_sh) -c -m 644
26
68
install_sh_PROGRAM = $(install_sh) -c
27
69
install_sh_SCRIPT = $(install_sh) -c
36
78
build_triplet = @build@
37
79
host_triplet = @host@
38
80
subdir = include
39
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
40
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
83
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
42
84
        $(top_srcdir)/configure.ac
45
87
mkinstalldirs = $(install_sh) -d
46
88
CONFIG_HEADER = $(top_builddir)/config.h
47
89
CONFIG_CLEAN_FILES =
 
90
CONFIG_CLEAN_VPATH_FILES =
 
91
AM_V_P = $(am__v_P_@AM_V@)
 
92
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
93
am__v_P_0 = false
 
94
am__v_P_1 = :
 
95
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
96
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
97
am__v_GEN_0 = @echo "  GEN     " $@;
 
98
am__v_GEN_1 = 
 
99
AM_V_at = $(am__v_at_@AM_V@)
 
100
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
101
am__v_at_0 = @
 
102
am__v_at_1 = 
48
103
SOURCES =
49
104
DIST_SOURCES =
50
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
 
        html-recursive info-recursive install-data-recursive \
52
 
        install-exec-recursive install-info-recursive \
53
 
        install-recursive installcheck-recursive installdirs-recursive \
54
 
        pdf-recursive ps-recursive uninstall-info-recursive \
55
 
        uninstall-recursive
 
105
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
106
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
107
        install-data-recursive install-dvi-recursive \
 
108
        install-exec-recursive install-html-recursive \
 
109
        install-info-recursive install-pdf-recursive \
 
110
        install-ps-recursive install-recursive installcheck-recursive \
 
111
        installdirs-recursive pdf-recursive ps-recursive \
 
112
        tags-recursive uninstall-recursive
 
113
am__can_run_installinfo = \
 
114
  case $$AM_UPDATE_INFO_DIR in \
 
115
    n|no|NO) false;; \
 
116
    *) (install-info --version) >/dev/null 2>&1;; \
 
117
  esac
 
118
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
119
  distclean-recursive maintainer-clean-recursive
 
120
am__recursive_targets = \
 
121
  $(RECURSIVE_TARGETS) \
 
122
  $(RECURSIVE_CLEAN_TARGETS) \
 
123
  $(am__extra_recursive_targets)
 
124
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
125
        distdir
 
126
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
127
# Read a list of newline-separated strings from the standard input,
 
128
# and print each of them once, without duplicates.  Input order is
 
129
# *not* preserved.
 
130
am__uniquify_input = $(AWK) '\
 
131
  BEGIN { nonempty = 0; } \
 
132
  { items[$$0] = 1; nonempty = 1; } \
 
133
  END { if (nonempty) { for (i in items) print i; }; } \
 
134
'
 
135
# Make sure the list of sources is unique.  This is necessary because,
 
136
# e.g., the same source file might be shared among _SOURCES variables
 
137
# for different programs/libraries.
 
138
am__define_uniq_tagged_files = \
 
139
  list='$(am__tagged_files)'; \
 
140
  unique=`for i in $$list; do \
 
141
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
142
  done | $(am__uniquify_input)`
56
143
ETAGS = etags
57
144
CTAGS = ctags
58
145
DIST_SUBDIRS = $(SUBDIRS)
59
146
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
147
am__relativize = \
 
148
  dir0=`pwd`; \
 
149
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
150
  sed_rest='s,^[^/]*/*,,'; \
 
151
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
152
  sed_butlast='s,/*[^/]*$$,,'; \
 
153
  while test -n "$$dir1"; do \
 
154
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
155
    if test "$$first" != "."; then \
 
156
      if test "$$first" = ".."; then \
 
157
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
158
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
159
      else \
 
160
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
161
        if test "$$first2" = "$$first"; then \
 
162
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
163
        else \
 
164
          dir2="../$$dir2"; \
 
165
        fi; \
 
166
        dir0="$$dir0"/"$$first"; \
 
167
      fi; \
 
168
    fi; \
 
169
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
170
  done; \
 
171
  reldir="$$dir2"
60
172
ACLOCAL = @ACLOCAL@
61
 
AMDEP_FALSE = @AMDEP_FALSE@
62
 
AMDEP_TRUE = @AMDEP_TRUE@
63
173
AMTAR = @AMTAR@
 
174
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
64
175
AR = @AR@
65
176
AS = @AS@
66
177
AUTOCONF = @AUTOCONF@
67
178
AUTOHEADER = @AUTOHEADER@
68
179
AUTOMAKE = @AUTOMAKE@
69
180
AWK = @AWK@
70
 
BUILD_KISS_FFT_FALSE = @BUILD_KISS_FFT_FALSE@
71
 
BUILD_KISS_FFT_TRUE = @BUILD_KISS_FFT_TRUE@
72
 
BUILD_SMALLFT_FALSE = @BUILD_SMALLFT_FALSE@
73
 
BUILD_SMALLFT_TRUE = @BUILD_SMALLFT_TRUE@
74
181
CC = @CC@
75
182
CCDEPMODE = @CCDEPMODE@
76
183
CFLAGS = @CFLAGS@
77
184
CPP = @CPP@
78
185
CPPFLAGS = @CPPFLAGS@
79
 
CXX = @CXX@
80
 
CXXCPP = @CXXCPP@
81
 
CXXDEPMODE = @CXXDEPMODE@
82
 
CXXFLAGS = @CXXFLAGS@
83
186
CYGPATH_W = @CYGPATH_W@
84
187
DEFS = @DEFS@
85
188
DEPDIR = @DEPDIR@
86
189
DLLTOOL = @DLLTOOL@
87
190
DSYMUTIL = @DSYMUTIL@
88
 
ECHO = @ECHO@
 
191
DUMPBIN = @DUMPBIN@
89
192
ECHO_C = @ECHO_C@
90
193
ECHO_N = @ECHO_N@
91
194
ECHO_T = @ECHO_T@
92
195
EGREP = @EGREP@
93
196
EXEEXT = @EXEEXT@
94
 
F77 = @F77@
95
 
FFLAGS = @FFLAGS@
96
197
FFT_CFLAGS = @FFT_CFLAGS@
97
198
FFT_LIBS = @FFT_LIBS@
98
199
FFT_PKGCONFIG = @FFT_PKGCONFIG@
 
200
FGREP = @FGREP@
99
201
GREP = @GREP@
 
202
INSTALL = @INSTALL@
100
203
INSTALL_DATA = @INSTALL_DATA@
101
204
INSTALL_PROGRAM = @INSTALL_PROGRAM@
102
205
INSTALL_SCRIPT = @INSTALL_SCRIPT@
103
206
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
207
LD = @LD@
104
208
LDFLAGS = @LDFLAGS@
105
209
LIBOBJS = @LIBOBJS@
106
210
LIBS = @LIBS@
107
211
LIBTOOL = @LIBTOOL@
 
212
LIPO = @LIPO@
108
213
LN_S = @LN_S@
109
214
LTLIBOBJS = @LTLIBOBJS@
110
215
MAINT = @MAINT@
111
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
112
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
113
216
MAKEINFO = @MAKEINFO@
 
217
MANIFEST_TOOL = @MANIFEST_TOOL@
 
218
MKDIR_P = @MKDIR_P@
 
219
NM = @NM@
114
220
NMEDIT = @NMEDIT@
115
221
OBJDUMP = @OBJDUMP@
116
222
OBJEXT = @OBJEXT@
117
223
OGG_CFLAGS = @OGG_CFLAGS@
118
224
OGG_LIBS = @OGG_LIBS@
 
225
OTOOL = @OTOOL@
 
226
OTOOL64 = @OTOOL64@
119
227
PACKAGE = @PACKAGE@
120
228
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121
229
PACKAGE_NAME = @PACKAGE_NAME@
122
230
PACKAGE_STRING = @PACKAGE_STRING@
123
231
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
232
PACKAGE_URL = @PACKAGE_URL@
124
233
PACKAGE_VERSION = @PACKAGE_VERSION@
125
234
PATH_SEPARATOR = @PATH_SEPARATOR@
126
235
PKG_CONFIG = @PKG_CONFIG@
 
236
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
237
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
127
238
RANLIB = @RANLIB@
128
239
SED = @SED@
129
240
SET_MAKE = @SET_MAKE@
136
247
SPEEX_VERSION = @SPEEX_VERSION@
137
248
STRIP = @STRIP@
138
249
VERSION = @VERSION@
 
250
abs_builddir = @abs_builddir@
 
251
abs_srcdir = @abs_srcdir@
 
252
abs_top_builddir = @abs_top_builddir@
 
253
abs_top_srcdir = @abs_top_srcdir@
 
254
ac_ct_AR = @ac_ct_AR@
139
255
ac_ct_CC = @ac_ct_CC@
140
 
ac_ct_CXX = @ac_ct_CXX@
141
 
ac_ct_F77 = @ac_ct_F77@
142
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
143
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
144
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
145
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
256
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
146
257
am__include = @am__include@
147
258
am__leading_dot = @am__leading_dot@
148
259
am__quote = @am__quote@
154
265
build_cpu = @build_cpu@
155
266
build_os = @build_os@
156
267
build_vendor = @build_vendor@
 
268
builddir = @builddir@
157
269
datadir = @datadir@
158
270
datarootdir = @datarootdir@
159
271
docdir = @docdir@
182
294
sbindir = @sbindir@
183
295
sharedstatedir = @sharedstatedir@
184
296
src = @src@
 
297
srcdir = @srcdir@
185
298
sysconfdir = @sysconfdir@
186
299
target_alias = @target_alias@
 
300
top_build_prefix = @top_build_prefix@
 
301
top_builddir = @top_builddir@
 
302
top_srcdir = @top_srcdir@
187
303
SUBDIRS = speex
188
304
all: all-recursive
189
305
 
192
308
        @for dep in $?; do \
193
309
          case '$(am__configure_deps)' in \
194
310
            *$$dep*) \
195
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
196
 
                && exit 0; \
 
311
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
312
                && { if test -f $@; then exit 0; else break; fi; }; \
197
313
              exit 1;; \
198
314
          esac; \
199
315
        done; \
200
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/Makefile'; \
201
 
        cd $(top_srcdir) && \
202
 
          $(AUTOMAKE) --gnu  include/Makefile
 
316
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
 
317
        $(am__cd) $(top_srcdir) && \
 
318
          $(AUTOMAKE) --gnu include/Makefile
203
319
.PRECIOUS: Makefile
204
320
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
205
321
        @case '$?' in \
217
333
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
218
334
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
219
335
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
336
$(am__aclocal_m4_deps):
220
337
 
221
338
mostlyclean-libtool:
222
339
        -rm -f *.lo
224
341
clean-libtool:
225
342
        -rm -rf .libs _libs
226
343
 
227
 
distclean-libtool:
228
 
        -rm -f libtool
229
 
uninstall-info-am:
230
 
 
231
344
# This directory's subdirectories are mostly independent; you can cd
232
 
# into them and run `make' without going through this Makefile.
233
 
# To change the values of `make' variables: instead of editing Makefiles,
234
 
# (1) if the variable is set in `config.status', edit `config.status'
235
 
#     (which will cause the Makefiles to be regenerated when you run `make');
236
 
# (2) otherwise, pass the desired values on the `make' command line.
237
 
$(RECURSIVE_TARGETS):
238
 
        @failcom='exit 1'; \
239
 
        for f in x $$MAKEFLAGS; do \
240
 
          case $$f in \
241
 
            *=* | --[!k]*);; \
242
 
            *k*) failcom='fail=yes';; \
243
 
          esac; \
244
 
        done; \
 
345
# into them and run 'make' without going through this Makefile.
 
346
# To change the values of 'make' variables: instead of editing Makefiles,
 
347
# (1) if the variable is set in 'config.status', edit 'config.status'
 
348
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
349
# (2) otherwise, pass the desired values on the 'make' command line.
 
350
$(am__recursive_targets):
 
351
        @fail=; \
 
352
        if $(am__make_keepgoing); then \
 
353
          failcom='fail=yes'; \
 
354
        else \
 
355
          failcom='exit 1'; \
 
356
        fi; \
245
357
        dot_seen=no; \
246
358
        target=`echo $@ | sed s/-recursive//`; \
247
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
359
        case "$@" in \
 
360
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
361
          *) list='$(SUBDIRS)' ;; \
 
362
        esac; \
 
363
        for subdir in $$list; do \
248
364
          echo "Making $$target in $$subdir"; \
249
365
          if test "$$subdir" = "."; then \
250
366
            dot_seen=yes; \
252
368
          else \
253
369
            local_target="$$target"; \
254
370
          fi; \
255
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
371
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
256
372
          || eval $$failcom; \
257
373
        done; \
258
374
        if test "$$dot_seen" = "no"; then \
259
375
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
260
376
        fi; test -z "$$fail"
261
377
 
262
 
mostlyclean-recursive clean-recursive distclean-recursive \
263
 
maintainer-clean-recursive:
264
 
        @failcom='exit 1'; \
265
 
        for f in x $$MAKEFLAGS; do \
266
 
          case $$f in \
267
 
            *=* | --[!k]*);; \
268
 
            *k*) failcom='fail=yes';; \
269
 
          esac; \
270
 
        done; \
271
 
        dot_seen=no; \
272
 
        case "$@" in \
273
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
274
 
          *) list='$(SUBDIRS)' ;; \
275
 
        esac; \
276
 
        rev=''; for subdir in $$list; do \
277
 
          if test "$$subdir" = "."; then :; else \
278
 
            rev="$$subdir $$rev"; \
279
 
          fi; \
280
 
        done; \
281
 
        rev="$$rev ."; \
282
 
        target=`echo $@ | sed s/-recursive//`; \
283
 
        for subdir in $$rev; do \
284
 
          echo "Making $$target in $$subdir"; \
285
 
          if test "$$subdir" = "."; then \
286
 
            local_target="$$target-am"; \
287
 
          else \
288
 
            local_target="$$target"; \
289
 
          fi; \
290
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
291
 
          || eval $$failcom; \
292
 
        done && test -z "$$fail"
293
 
tags-recursive:
294
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
295
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
296
 
        done
297
 
ctags-recursive:
298
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
299
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
300
 
        done
301
 
 
302
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
303
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
304
 
        unique=`for i in $$list; do \
305
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306
 
          done | \
307
 
          $(AWK) '    { files[$$0] = 1; } \
308
 
               END { for (i in files) print i; }'`; \
309
 
        mkid -fID $$unique
310
 
tags: TAGS
311
 
 
312
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
313
 
                $(TAGS_FILES) $(LISP)
314
 
        tags=; \
 
378
ID: $(am__tagged_files)
 
379
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
380
tags: tags-recursive
 
381
TAGS: tags
 
382
 
 
383
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
384
        set x; \
315
385
        here=`pwd`; \
316
386
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
317
387
          include_option=--etags-include; \
323
393
        list='$(SUBDIRS)'; for subdir in $$list; do \
324
394
          if test "$$subdir" = .; then :; else \
325
395
            test ! -f $$subdir/TAGS || \
326
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
396
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
327
397
          fi; \
328
398
        done; \
329
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
330
 
        unique=`for i in $$list; do \
331
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
332
 
          done | \
333
 
          $(AWK) '    { files[$$0] = 1; } \
334
 
               END { for (i in files) print i; }'`; \
335
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
399
        $(am__define_uniq_tagged_files); \
 
400
        shift; \
 
401
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
336
402
          test -n "$$unique" || unique=$$empty_fix; \
337
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
338
 
            $$tags $$unique; \
 
403
          if test $$# -gt 0; then \
 
404
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
405
              "$$@" $$unique; \
 
406
          else \
 
407
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
408
              $$unique; \
 
409
          fi; \
339
410
        fi
340
 
ctags: CTAGS
341
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
342
 
                $(TAGS_FILES) $(LISP)
343
 
        tags=; \
344
 
        here=`pwd`; \
345
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
346
 
        unique=`for i in $$list; do \
347
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348
 
          done | \
349
 
          $(AWK) '    { files[$$0] = 1; } \
350
 
               END { for (i in files) print i; }'`; \
351
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
411
ctags: ctags-recursive
 
412
 
 
413
CTAGS: ctags
 
414
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
415
        $(am__define_uniq_tagged_files); \
 
416
        test -z "$(CTAGS_ARGS)$$unique" \
352
417
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
353
 
             $$tags $$unique
 
418
             $$unique
354
419
 
355
420
GTAGS:
356
421
        here=`$(am__cd) $(top_builddir) && pwd` \
357
 
          && cd $(top_srcdir) \
358
 
          && gtags -i $(GTAGS_ARGS) $$here
 
422
          && $(am__cd) $(top_srcdir) \
 
423
          && gtags -i $(GTAGS_ARGS) "$$here"
 
424
cscopelist: cscopelist-recursive
 
425
 
 
426
cscopelist-am: $(am__tagged_files)
 
427
        list='$(am__tagged_files)'; \
 
428
        case "$(srcdir)" in \
 
429
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
430
          *) sdir=$(subdir)/$(srcdir) ;; \
 
431
        esac; \
 
432
        for i in $$list; do \
 
433
          if test -f "$$i"; then \
 
434
            echo "$(subdir)/$$i"; \
 
435
          else \
 
436
            echo "$$sdir/$$i"; \
 
437
          fi; \
 
438
        done >> $(top_builddir)/cscope.files
359
439
 
360
440
distclean-tags:
361
441
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
362
442
 
363
443
distdir: $(DISTFILES)
364
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
365
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
366
 
        list='$(DISTFILES)'; for file in $$list; do \
367
 
          case $$file in \
368
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
369
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
370
 
          esac; \
 
444
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
445
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
446
        list='$(DISTFILES)'; \
 
447
          dist_files=`for file in $$list; do echo $$file; done | \
 
448
          sed -e "s|^$$srcdirstrip/||;t" \
 
449
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
450
        case $$dist_files in \
 
451
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
452
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
453
                           sort -u` ;; \
 
454
        esac; \
 
455
        for file in $$dist_files; do \
371
456
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
372
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
373
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
374
 
            dir="/$$dir"; \
375
 
            $(mkdir_p) "$(distdir)$$dir"; \
376
 
          else \
377
 
            dir=''; \
378
 
          fi; \
379
457
          if test -d $$d/$$file; then \
 
458
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
459
            if test -d "$(distdir)/$$file"; then \
 
460
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
461
            fi; \
380
462
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
381
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
463
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
464
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
382
465
            fi; \
383
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
466
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
384
467
          else \
385
 
            test -f $(distdir)/$$file \
386
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
468
            test -f "$(distdir)/$$file" \
 
469
            || cp -p $$d/$$file "$(distdir)/$$file" \
387
470
            || exit 1; \
388
471
          fi; \
389
472
        done
390
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
473
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
391
474
          if test "$$subdir" = .; then :; else \
392
 
            test -d "$(distdir)/$$subdir" \
393
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
394
 
            || exit 1; \
395
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
396
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
397
 
            (cd $$subdir && \
 
475
            $(am__make_dryrun) \
 
476
              || test -d "$(distdir)/$$subdir" \
 
477
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
478
              || exit 1; \
 
479
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
480
            $(am__relativize); \
 
481
            new_distdir=$$reldir; \
 
482
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
483
            $(am__relativize); \
 
484
            new_top_distdir=$$reldir; \
 
485
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
486
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
487
            ($(am__cd) $$subdir && \
398
488
              $(MAKE) $(AM_MAKEFLAGS) \
399
 
                top_distdir="$$top_distdir" \
400
 
                distdir="$$distdir/$$subdir" \
 
489
                top_distdir="$$new_top_distdir" \
 
490
                distdir="$$new_distdir" \
 
491
                am__remove_distdir=: \
 
492
                am__skip_length_check=: \
 
493
                am__skip_mode_fix=: \
401
494
                distdir) \
402
495
              || exit 1; \
403
496
          fi; \
417
510
 
418
511
installcheck: installcheck-recursive
419
512
install-strip:
420
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
421
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
422
 
          `test -z '$(STRIP)' || \
423
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
513
        if test -z '$(STRIP)'; then \
 
514
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
515
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
516
              install; \
 
517
        else \
 
518
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
519
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
520
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
521
        fi
424
522
mostlyclean-generic:
425
523
 
426
524
clean-generic:
427
525
 
428
526
distclean-generic:
429
527
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
528
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
430
529
 
431
530
maintainer-clean-generic:
432
531
        @echo "This command is intended for maintainers to use"
437
536
 
438
537
distclean: distclean-recursive
439
538
        -rm -f Makefile
440
 
distclean-am: clean-am distclean-generic distclean-libtool \
441
 
        distclean-tags
 
539
distclean-am: clean-am distclean-generic distclean-tags
442
540
 
443
541
dvi: dvi-recursive
444
542
 
446
544
 
447
545
html: html-recursive
448
546
 
 
547
html-am:
 
548
 
449
549
info: info-recursive
450
550
 
451
551
info-am:
452
552
 
453
553
install-data-am:
454
554
 
 
555
install-dvi: install-dvi-recursive
 
556
 
 
557
install-dvi-am:
 
558
 
455
559
install-exec-am:
456
560
 
 
561
install-html: install-html-recursive
 
562
 
 
563
install-html-am:
 
564
 
457
565
install-info: install-info-recursive
458
566
 
 
567
install-info-am:
 
568
 
459
569
install-man:
460
570
 
 
571
install-pdf: install-pdf-recursive
 
572
 
 
573
install-pdf-am:
 
574
 
 
575
install-ps: install-ps-recursive
 
576
 
 
577
install-ps-am:
 
578
 
461
579
installcheck-am:
462
580
 
463
581
maintainer-clean: maintainer-clean-recursive
476
594
 
477
595
ps-am:
478
596
 
479
 
uninstall-am: uninstall-info-am
480
 
 
481
 
uninstall-info: uninstall-info-recursive
482
 
 
483
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
484
 
        clean clean-generic clean-libtool clean-recursive ctags \
485
 
        ctags-recursive distclean distclean-generic distclean-libtool \
486
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
487
 
        html-am info info-am install install-am install-data \
488
 
        install-data-am install-exec install-exec-am install-info \
489
 
        install-info-am install-man install-strip installcheck \
490
 
        installcheck-am installdirs installdirs-am maintainer-clean \
491
 
        maintainer-clean-generic maintainer-clean-recursive \
492
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
493
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
494
 
        uninstall uninstall-am uninstall-info-am
 
597
uninstall-am:
 
598
 
 
599
.MAKE: $(am__recursive_targets) install-am install-strip
 
600
 
 
601
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
602
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
603
        ctags-am distclean distclean-generic distclean-libtool \
 
604
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
605
        install install-am install-data install-data-am install-dvi \
 
606
        install-dvi-am install-exec install-exec-am install-html \
 
607
        install-html-am install-info install-info-am install-man \
 
608
        install-pdf install-pdf-am install-ps install-ps-am \
 
609
        install-strip installcheck installcheck-am installdirs \
 
610
        installdirs-am maintainer-clean maintainer-clean-generic \
 
611
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
612
        ps ps-am tags tags-am uninstall uninstall-am
 
613
 
495
614
 
496
615
# Tell versions [3.59,3.63) of GNU make to not export all variables.
497
616
# Otherwise a system limit (for SysV at least) may be exceeded.