~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

Viewing changes to daemon/src/client/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
subdir = src/client
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
 
40
        $(top_srcdir)/m4/ax_lib_expat.m4 \
 
41
        $(top_srcdir)/m4/ax_path_lib_pcre.m4 \
 
42
        $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
 
43
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
44
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
45
        $(top_srcdir)/configure.ac
 
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
47
        $(ACLOCAL_M4)
 
48
mkinstalldirs = $(install_sh) -d
 
49
CONFIG_HEADER = $(top_builddir)/config.h
 
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
 
52
SOURCES =
 
53
DIST_SOURCES =
 
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
55
        html-recursive info-recursive install-data-recursive \
 
56
        install-dvi-recursive install-exec-recursive \
 
57
        install-html-recursive install-info-recursive \
 
58
        install-pdf-recursive install-ps-recursive install-recursive \
 
59
        installcheck-recursive installdirs-recursive pdf-recursive \
 
60
        ps-recursive uninstall-recursive
 
61
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
62
  distclean-recursive maintainer-clean-recursive
 
63
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
64
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
65
        distdir
 
66
ETAGS = etags
 
67
CTAGS = ctags
 
68
DIST_SUBDIRS = $(SUBDIRS)
 
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
70
am__relativize = \
 
71
  dir0=`pwd`; \
 
72
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
73
  sed_rest='s,^[^/]*/*,,'; \
 
74
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
75
  sed_butlast='s,/*[^/]*$$,,'; \
 
76
  while test -n "$$dir1"; do \
 
77
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
78
    if test "$$first" != "."; then \
 
79
      if test "$$first" = ".."; then \
 
80
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
81
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
82
      else \
 
83
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
84
        if test "$$first2" = "$$first"; then \
 
85
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
86
        else \
 
87
          dir2="../$$dir2"; \
 
88
        fi; \
 
89
        dir0="$$dir0"/"$$first"; \
 
90
      fi; \
 
91
    fi; \
 
92
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
93
  done; \
 
94
  reldir="$$dir2"
 
95
ACLOCAL = @ACLOCAL@
 
96
ALLOCA = @ALLOCA@
 
97
ALSA_CFLAGS = @ALSA_CFLAGS@
 
98
ALSA_LIBS = @ALSA_LIBS@
 
99
AMTAR = @AMTAR@
 
100
AR = @AR@
 
101
AUTOCONF = @AUTOCONF@
 
102
AUTOHEADER = @AUTOHEADER@
 
103
AUTOMAKE = @AUTOMAKE@
 
104
AWK = @AWK@
 
105
CC = @CC@
 
106
CCDEPMODE = @CCDEPMODE@
 
107
CCGNU2_CFLAGS = @CCGNU2_CFLAGS@
 
108
CCGNU2_LIBS = @CCGNU2_LIBS@
 
109
CCRTP_CFLAGS = @CCRTP_CFLAGS@
 
110
CCRTP_LIBS = @CCRTP_LIBS@
 
111
CFLAGS = @CFLAGS@
 
112
CPP = @CPP@
 
113
CPPFLAGS = @CPPFLAGS@
 
114
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
 
115
CPPUNIT_LIBS = @CPPUNIT_LIBS@
 
116
CXX = @CXX@
 
117
CXXCPP = @CXXCPP@
 
118
CXXDEPMODE = @CXXDEPMODE@
 
119
CXXFLAGS = @CXXFLAGS@
 
120
CYGPATH_W = @CYGPATH_W@
 
121
DBUSCPP_CFLAGS = @DBUSCPP_CFLAGS@
 
122
DBUSCPP_LIBS = @DBUSCPP_LIBS@
 
123
DEFS = @DEFS@
 
124
DEPDIR = @DEPDIR@
 
125
DLLTOOL = @DLLTOOL@
 
126
DOT = @DOT@
 
127
DOXYGEN = @DOXYGEN@
 
128
DSYMUTIL = @DSYMUTIL@
 
129
DUMPBIN = @DUMPBIN@
 
130
ECHO_C = @ECHO_C@
 
131
ECHO_N = @ECHO_N@
 
132
ECHO_T = @ECHO_T@
 
133
EGREP = @EGREP@
 
134
EXEEXT = @EXEEXT@
 
135
EXPAT_CFLAGS = @EXPAT_CFLAGS@
 
136
EXPAT_LIBS = @EXPAT_LIBS@
 
137
EXPAT_VERSION = @EXPAT_VERSION@
 
138
FGREP = @FGREP@
 
139
GREP = @GREP@
 
140
HAVE_CXX11 = @HAVE_CXX11@
 
141
INSTALL = @INSTALL@
 
142
INSTALL_DATA = @INSTALL_DATA@
 
143
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
144
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
145
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
146
LD = @LD@
 
147
LDFLAGS = @LDFLAGS@
 
148
LIBAVCODEC_CFLAGS = @LIBAVCODEC_CFLAGS@
 
149
LIBAVCODEC_LIBS = @LIBAVCODEC_LIBS@
 
150
LIBAVDEVICE_CFLAGS = @LIBAVDEVICE_CFLAGS@
 
151
LIBAVDEVICE_LIBS = @LIBAVDEVICE_LIBS@
 
152
LIBAVFORMAT_CFLAGS = @LIBAVFORMAT_CFLAGS@
 
153
LIBAVFORMAT_LIBS = @LIBAVFORMAT_LIBS@
 
154
LIBAVUTIL_CFLAGS = @LIBAVUTIL_CFLAGS@
 
155
LIBAVUTIL_LIBS = @LIBAVUTIL_LIBS@
 
156
LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
 
157
LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
 
158
LIBOBJS = @LIBOBJS@
 
159
LIBS = @LIBS@
 
160
LIBSWSCALE_CFLAGS = @LIBSWSCALE_CFLAGS@
 
161
LIBSWSCALE_LIBS = @LIBSWSCALE_LIBS@
 
162
LIBTOOL = @LIBTOOL@
 
163
LIPO = @LIPO@
 
164
LN_S = @LN_S@
 
165
LTLIBOBJS = @LTLIBOBJS@
 
166
MAKEINFO = @MAKEINFO@
 
167
MANIFEST_TOOL = @MANIFEST_TOOL@
 
168
MKDIR_P = @MKDIR_P@
 
169
NM = @NM@
 
170
NMEDIT = @NMEDIT@
 
171
OBJDUMP = @OBJDUMP@
 
172
OBJEXT = @OBJEXT@
 
173
OTOOL = @OTOOL@
 
174
OTOOL64 = @OTOOL64@
 
175
PACKAGE = @PACKAGE@
 
176
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
177
PACKAGE_NAME = @PACKAGE_NAME@
 
178
PACKAGE_STRING = @PACKAGE_STRING@
 
179
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
180
PACKAGE_URL = @PACKAGE_URL@
 
181
PACKAGE_VERSION = @PACKAGE_VERSION@
 
182
PATH_SEPARATOR = @PATH_SEPARATOR@
 
183
PCRE_CFLAGS = @PCRE_CFLAGS@
 
184
PCRE_LIBS = @PCRE_LIBS@
 
185
PKG_CONFIG = @PKG_CONFIG@
 
186
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
187
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
188
PTHREAD_CC = @PTHREAD_CC@
 
189
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
190
PTHREAD_LIBS = @PTHREAD_LIBS@
 
191
PULSEAUDIO_CFLAGS = @PULSEAUDIO_CFLAGS@
 
192
PULSEAUDIO_LIBS = @PULSEAUDIO_LIBS@
 
193
RANLIB = @RANLIB@
 
194
SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@
 
195
SAMPLERATE_LIBS = @SAMPLERATE_LIBS@
 
196
SED = @SED@
 
197
SET_MAKE = @SET_MAKE@
 
198
SHELL = @SHELL@
 
199
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
 
200
SNDFILE_LIBS = @SNDFILE_LIBS@
 
201
STRIP = @STRIP@
 
202
UDEV_CFLAGS = @UDEV_CFLAGS@
 
203
UDEV_LIBS = @UDEV_LIBS@
 
204
UUID_CFLAGS = @UUID_CFLAGS@
 
205
UUID_LIBS = @UUID_LIBS@
 
206
VERSION = @VERSION@
 
207
YAML_LIBS = @YAML_LIBS@
 
208
ZRTPCPP_CFLAGS = @ZRTPCPP_CFLAGS@
 
209
ZRTPCPP_LIBS = @ZRTPCPP_LIBS@
 
210
abs_builddir = @abs_builddir@
 
211
abs_srcdir = @abs_srcdir@
 
212
abs_top_builddir = @abs_top_builddir@
 
213
abs_top_srcdir = @abs_top_srcdir@
 
214
ac_ct_AR = @ac_ct_AR@
 
215
ac_ct_CC = @ac_ct_CC@
 
216
ac_ct_CXX = @ac_ct_CXX@
 
217
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
218
am__include = @am__include@
 
219
am__leading_dot = @am__leading_dot@
 
220
am__quote = @am__quote@
 
221
am__tar = @am__tar@
 
222
am__untar = @am__untar@
 
223
ax_pthread_config = @ax_pthread_config@
 
224
bindir = @bindir@
 
225
build = @build@
 
226
build_alias = @build_alias@
 
227
build_cpu = @build_cpu@
 
228
build_os = @build_os@
 
229
build_vendor = @build_vendor@
 
230
builddir = @builddir@
 
231
datadir = @datadir@
 
232
datarootdir = @datarootdir@
 
233
docdir = @docdir@
 
234
dvidir = @dvidir@
 
235
exec_prefix = @exec_prefix@
 
236
host = @host@
 
237
host_alias = @host_alias@
 
238
host_cpu = @host_cpu@
 
239
host_os = @host_os@
 
240
host_vendor = @host_vendor@
 
241
htmldir = @htmldir@
 
242
includedir = @includedir@
 
243
infodir = @infodir@
 
244
install_sh = @install_sh@
 
245
libdir = @libdir@
 
246
libexecdir = @libexecdir@
 
247
libilbc_CFLAGS = @libilbc_CFLAGS@
 
248
libilbc_LIBS = @libilbc_LIBS@
 
249
libssl_CFLAGS = @libssl_CFLAGS@
 
250
libssl_LIBS = @libssl_LIBS@
 
251
localedir = @localedir@
 
252
localstatedir = @localstatedir@
 
253
mandir = @mandir@
 
254
mkdir_p = @mkdir_p@
 
255
oldincludedir = @oldincludedir@
 
256
opus_CFLAGS = @opus_CFLAGS@
 
257
opus_LIBS = @opus_LIBS@
 
258
pdfdir = @pdfdir@
 
259
prefix = @prefix@
 
260
program_transform_name = @program_transform_name@
 
261
psdir = @psdir@
 
262
sbindir = @sbindir@
 
263
sharedstatedir = @sharedstatedir@
 
264
srcdir = @srcdir@
 
265
subdirs = @subdirs@
 
266
sysconfdir = @sysconfdir@
 
267
target_alias = @target_alias@
 
268
top_build_prefix = @top_build_prefix@
 
269
top_builddir = @top_builddir@
 
270
top_srcdir = @top_srcdir@
 
271
SUBDIRS = dbus
 
272
all: all-recursive
 
273
 
 
274
.SUFFIXES:
 
275
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
276
        @for dep in $?; do \
 
277
          case '$(am__configure_deps)' in \
 
278
            *$$dep*) \
 
279
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
280
                && { if test -f $@; then exit 0; else break; fi; }; \
 
281
              exit 1;; \
 
282
          esac; \
 
283
        done; \
 
284
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/client/Makefile'; \
 
285
        $(am__cd) $(top_srcdir) && \
 
286
          $(AUTOMAKE) --gnu src/client/Makefile
 
287
.PRECIOUS: Makefile
 
288
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
289
        @case '$?' in \
 
290
          *config.status*) \
 
291
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
292
          *) \
 
293
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
294
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
295
        esac;
 
296
 
 
297
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
299
 
 
300
$(top_srcdir)/configure:  $(am__configure_deps)
 
301
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
302
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
304
$(am__aclocal_m4_deps):
 
305
 
 
306
mostlyclean-libtool:
 
307
        -rm -f *.lo
 
308
 
 
309
clean-libtool:
 
310
        -rm -rf .libs _libs
 
311
 
 
312
# This directory's subdirectories are mostly independent; you can cd
 
313
# into them and run `make' without going through this Makefile.
 
314
# To change the values of `make' variables: instead of editing Makefiles,
 
315
# (1) if the variable is set in `config.status', edit `config.status'
 
316
#     (which will cause the Makefiles to be regenerated when you run `make');
 
317
# (2) otherwise, pass the desired values on the `make' command line.
 
318
$(RECURSIVE_TARGETS):
 
319
        @fail= failcom='exit 1'; \
 
320
        for f in x $$MAKEFLAGS; do \
 
321
          case $$f in \
 
322
            *=* | --[!k]*);; \
 
323
            *k*) failcom='fail=yes';; \
 
324
          esac; \
 
325
        done; \
 
326
        dot_seen=no; \
 
327
        target=`echo $@ | sed s/-recursive//`; \
 
328
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
329
          echo "Making $$target in $$subdir"; \
 
330
          if test "$$subdir" = "."; then \
 
331
            dot_seen=yes; \
 
332
            local_target="$$target-am"; \
 
333
          else \
 
334
            local_target="$$target"; \
 
335
          fi; \
 
336
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
337
          || eval $$failcom; \
 
338
        done; \
 
339
        if test "$$dot_seen" = "no"; then \
 
340
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
341
        fi; test -z "$$fail"
 
342
 
 
343
$(RECURSIVE_CLEAN_TARGETS):
 
344
        @fail= failcom='exit 1'; \
 
345
        for f in x $$MAKEFLAGS; do \
 
346
          case $$f in \
 
347
            *=* | --[!k]*);; \
 
348
            *k*) failcom='fail=yes';; \
 
349
          esac; \
 
350
        done; \
 
351
        dot_seen=no; \
 
352
        case "$@" in \
 
353
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
354
          *) list='$(SUBDIRS)' ;; \
 
355
        esac; \
 
356
        rev=''; for subdir in $$list; do \
 
357
          if test "$$subdir" = "."; then :; else \
 
358
            rev="$$subdir $$rev"; \
 
359
          fi; \
 
360
        done; \
 
361
        rev="$$rev ."; \
 
362
        target=`echo $@ | sed s/-recursive//`; \
 
363
        for subdir in $$rev; do \
 
364
          echo "Making $$target in $$subdir"; \
 
365
          if test "$$subdir" = "."; then \
 
366
            local_target="$$target-am"; \
 
367
          else \
 
368
            local_target="$$target"; \
 
369
          fi; \
 
370
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
371
          || eval $$failcom; \
 
372
        done && test -z "$$fail"
 
373
tags-recursive:
 
374
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
375
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
376
        done
 
377
ctags-recursive:
 
378
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
379
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
380
        done
 
381
 
 
382
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
383
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
384
        unique=`for i in $$list; do \
 
385
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
386
          done | \
 
387
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
388
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
389
        mkid -fID $$unique
 
390
tags: TAGS
 
391
 
 
392
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
393
                $(TAGS_FILES) $(LISP)
 
394
        set x; \
 
395
        here=`pwd`; \
 
396
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
397
          include_option=--etags-include; \
 
398
          empty_fix=.; \
 
399
        else \
 
400
          include_option=--include; \
 
401
          empty_fix=; \
 
402
        fi; \
 
403
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
404
          if test "$$subdir" = .; then :; else \
 
405
            test ! -f $$subdir/TAGS || \
 
406
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
407
          fi; \
 
408
        done; \
 
409
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
410
        unique=`for i in $$list; do \
 
411
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
412
          done | \
 
413
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
414
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
415
        shift; \
 
416
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
417
          test -n "$$unique" || unique=$$empty_fix; \
 
418
          if test $$# -gt 0; then \
 
419
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
420
              "$$@" $$unique; \
 
421
          else \
 
422
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
423
              $$unique; \
 
424
          fi; \
 
425
        fi
 
426
ctags: CTAGS
 
427
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
428
                $(TAGS_FILES) $(LISP)
 
429
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
430
        unique=`for i in $$list; do \
 
431
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
432
          done | \
 
433
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
434
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
435
        test -z "$(CTAGS_ARGS)$$unique" \
 
436
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
437
             $$unique
 
438
 
 
439
GTAGS:
 
440
        here=`$(am__cd) $(top_builddir) && pwd` \
 
441
          && $(am__cd) $(top_srcdir) \
 
442
          && gtags -i $(GTAGS_ARGS) "$$here"
 
443
 
 
444
distclean-tags:
 
445
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
446
 
 
447
distdir: $(DISTFILES)
 
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 \
 
460
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
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; \
 
466
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
467
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
468
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
469
            fi; \
 
470
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
471
          else \
 
472
            test -f "$(distdir)/$$file" \
 
473
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
474
            || exit 1; \
 
475
          fi; \
 
476
        done
 
477
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
478
          if test "$$subdir" = .; then :; else \
 
479
            test -d "$(distdir)/$$subdir" \
 
480
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
481
            || exit 1; \
 
482
          fi; \
 
483
        done
 
484
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
485
          if test "$$subdir" = .; then :; else \
 
486
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
487
            $(am__relativize); \
 
488
            new_distdir=$$reldir; \
 
489
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
490
            $(am__relativize); \
 
491
            new_top_distdir=$$reldir; \
 
492
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
493
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
494
            ($(am__cd) $$subdir && \
 
495
              $(MAKE) $(AM_MAKEFLAGS) \
 
496
                top_distdir="$$new_top_distdir" \
 
497
                distdir="$$new_distdir" \
 
498
                am__remove_distdir=: \
 
499
                am__skip_length_check=: \
 
500
                am__skip_mode_fix=: \
 
501
                distdir) \
 
502
              || exit 1; \
 
503
          fi; \
 
504
        done
 
505
check-am: all-am
 
506
check: check-recursive
 
507
all-am: Makefile
 
508
installdirs: installdirs-recursive
 
509
installdirs-am:
 
510
install: install-recursive
 
511
install-exec: install-exec-recursive
 
512
install-data: install-data-recursive
 
513
uninstall: uninstall-recursive
 
514
 
 
515
install-am: all-am
 
516
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
517
 
 
518
installcheck: installcheck-recursive
 
519
install-strip:
 
520
        if test -z '$(STRIP)'; then \
 
521
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
522
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
523
              install; \
 
524
        else \
 
525
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
526
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
527
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
528
        fi
 
529
mostlyclean-generic:
 
530
 
 
531
clean-generic:
 
532
 
 
533
distclean-generic:
 
534
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
535
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
536
 
 
537
maintainer-clean-generic:
 
538
        @echo "This command is intended for maintainers to use"
 
539
        @echo "it deletes files that may require special tools to rebuild."
 
540
clean: clean-recursive
 
541
 
 
542
clean-am: clean-generic clean-libtool mostlyclean-am
 
543
 
 
544
distclean: distclean-recursive
 
545
        -rm -f Makefile
 
546
distclean-am: clean-am distclean-generic distclean-tags
 
547
 
 
548
dvi: dvi-recursive
 
549
 
 
550
dvi-am:
 
551
 
 
552
html: html-recursive
 
553
 
 
554
html-am:
 
555
 
 
556
info: info-recursive
 
557
 
 
558
info-am:
 
559
 
 
560
install-data-am:
 
561
 
 
562
install-dvi: install-dvi-recursive
 
563
 
 
564
install-dvi-am:
 
565
 
 
566
install-exec-am:
 
567
 
 
568
install-html: install-html-recursive
 
569
 
 
570
install-html-am:
 
571
 
 
572
install-info: install-info-recursive
 
573
 
 
574
install-info-am:
 
575
 
 
576
install-man:
 
577
 
 
578
install-pdf: install-pdf-recursive
 
579
 
 
580
install-pdf-am:
 
581
 
 
582
install-ps: install-ps-recursive
 
583
 
 
584
install-ps-am:
 
585
 
 
586
installcheck-am:
 
587
 
 
588
maintainer-clean: maintainer-clean-recursive
 
589
        -rm -f Makefile
 
590
maintainer-clean-am: distclean-am maintainer-clean-generic
 
591
 
 
592
mostlyclean: mostlyclean-recursive
 
593
 
 
594
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
595
 
 
596
pdf: pdf-recursive
 
597
 
 
598
pdf-am:
 
599
 
 
600
ps: ps-recursive
 
601
 
 
602
ps-am:
 
603
 
 
604
uninstall-am:
 
605
 
 
606
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
607
        install-am install-strip tags-recursive
 
608
 
 
609
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
610
        all all-am check check-am clean clean-generic clean-libtool \
 
611
        ctags ctags-recursive distclean distclean-generic \
 
612
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
613
        html-am info info-am install install-am install-data \
 
614
        install-data-am install-dvi install-dvi-am install-exec \
 
615
        install-exec-am install-html install-html-am install-info \
 
616
        install-info-am install-man install-pdf install-pdf-am \
 
617
        install-ps install-ps-am install-strip installcheck \
 
618
        installcheck-am installdirs installdirs-am maintainer-clean \
 
619
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
620
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
621
        uninstall uninstall-am
 
622
 
 
623
 
 
624
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
625
# Otherwise a system limit (for SysV at least) may be exceeded.
 
626
.NOEXPORT: