~ubuntu-branches/ubuntu/precise/sflphone/precise

« back to all changes in this revision

Viewing changes to daemon/libs/utilspp/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Whoopie
  • Date: 2012-03-22 10:29:10 UTC
  • mfrom: (4.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120322102910-tb8hugi2su1tguwh
Tags: 1.0.2-1ubuntu1
* Apply some upstream patches to fix FTBFS (LP: #913018):
  - debian/patches/05_glib_includes.patch: fix glib includes.
  - debian/patches/06_use_XkbKeycodeToKeysym.patch: use 
    XkbKeycodeToKeysym instead of (deprecated) XKeycodeToKeysym.

Show diffs side-by-side

added added

removed removed

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