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

« back to all changes in this revision

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