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

« back to all changes in this revision

Viewing changes to daemon/libs/iax2/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/iax2
39
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in AUTHORS \
40
 
        COPYING
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(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
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
53
 
libiax2_la_LIBADD =
54
 
am_libiax2_la_OBJECTS = iax2-parser.lo iax.lo jitterbuf.lo md5.lo
55
 
libiax2_la_OBJECTS = $(am_libiax2_la_OBJECTS)
56
 
AM_V_lt = $(am__v_lt_$(V))
57
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
58
 
am__v_lt_0 = --silent
59
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
60
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
61
 
am__depfiles_maybe = depfiles
62
 
am__mv = mv -f
63
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
66
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
67
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
68
 
        $(AM_CFLAGS) $(CFLAGS)
69
 
AM_V_CC = $(am__v_CC_$(V))
70
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
71
 
am__v_CC_0 = @echo "  CC    " $@;
72
 
AM_V_at = $(am__v_at_$(V))
73
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
74
 
am__v_at_0 = @
75
 
CCLD = $(CC)
76
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
77
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
78
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
79
 
AM_V_CCLD = $(am__v_CCLD_$(V))
80
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
81
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
82
 
AM_V_GEN = $(am__v_GEN_$(V))
83
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
84
 
am__v_GEN_0 = @echo "  GEN   " $@;
85
 
SOURCES = $(libiax2_la_SOURCES)
86
 
DIST_SOURCES = $(libiax2_la_SOURCES)
87
 
ETAGS = etags
88
 
CTAGS = ctags
89
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90
 
ACLOCAL = @ACLOCAL@
91
 
ALLOCA = @ALLOCA@
92
 
ALSA_CFLAGS = @ALSA_CFLAGS@
93
 
ALSA_LIBS = @ALSA_LIBS@
94
 
AMTAR = @AMTAR@
95
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
96
 
AR = @AR@
97
 
AUTOCONF = @AUTOCONF@
98
 
AUTOHEADER = @AUTOHEADER@
99
 
AUTOMAKE = @AUTOMAKE@
100
 
AWK = @AWK@
101
 
CC = @CC@
102
 
CCDEPMODE = @CCDEPMODE@
103
 
CCEXT2_CFLAGS = @CCEXT2_CFLAGS@
104
 
CCEXT2_LIBS = @CCEXT2_LIBS@
105
 
CCGNU2_CFLAGS = @CCGNU2_CFLAGS@
106
 
CCGNU2_LIBS = @CCGNU2_LIBS@
107
 
CCRTP_CFLAGS = @CCRTP_CFLAGS@
108
 
CCRTP_LIBS = @CCRTP_LIBS@
109
 
CELT_CFLAGS = @CELT_CFLAGS@
110
 
CELT_LIBS = @CELT_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
 
FGREP = @FGREP@
136
 
GREP = @GREP@
137
 
INSTALL = @INSTALL@
138
 
INSTALL_DATA = @INSTALL_DATA@
139
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
140
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
141
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
142
 
LD = @LD@
143
 
LDFLAGS = @LDFLAGS@
144
 
LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
145
 
LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
146
 
LIBOBJS = @LIBOBJS@
147
 
LIBS = @LIBS@
148
 
LIBTOOL = @LIBTOOL@
149
 
LIPO = @LIPO@
150
 
LN_S = @LN_S@
151
 
LTLIBOBJS = @LTLIBOBJS@
152
 
MAKEINFO = @MAKEINFO@
153
 
MANIFEST_TOOL = @MANIFEST_TOOL@
154
 
MKDIR_P = @MKDIR_P@
155
 
NM = @NM@
156
 
NMEDIT = @NMEDIT@
157
 
OBJDUMP = @OBJDUMP@
158
 
OBJEXT = @OBJEXT@
159
 
OTOOL = @OTOOL@
160
 
OTOOL64 = @OTOOL64@
161
 
PACKAGE = @PACKAGE@
162
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163
 
PACKAGE_NAME = @PACKAGE_NAME@
164
 
PACKAGE_STRING = @PACKAGE_STRING@
165
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
166
 
PACKAGE_URL = @PACKAGE_URL@
167
 
PACKAGE_VERSION = @PACKAGE_VERSION@
168
 
PATH_SEPARATOR = @PATH_SEPARATOR@
169
 
PCRE_CFLAGS = @PCRE_CFLAGS@
170
 
PCRE_LIBS = @PCRE_LIBS@
171
 
PKG_CONFIG = @PKG_CONFIG@
172
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
173
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
174
 
PULSEAUDIO_CFLAGS = @PULSEAUDIO_CFLAGS@
175
 
PULSEAUDIO_LIBS = @PULSEAUDIO_LIBS@
176
 
RANLIB = @RANLIB@
177
 
SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@
178
 
SAMPLERATE_LIBS = @SAMPLERATE_LIBS@
179
 
SED = @SED@
180
 
SET_MAKE = @SET_MAKE@
181
 
SHELL = @SHELL@
182
 
STRIP = @STRIP@
183
 
UUID_CFLAGS = @UUID_CFLAGS@
184
 
UUID_LIBS = @UUID_LIBS@
185
 
VERSION = @VERSION@
186
 
ZRTPCPP_CFLAGS = @ZRTPCPP_CFLAGS@
187
 
ZRTPCPP_LIBS = @ZRTPCPP_LIBS@
188
 
abs_builddir = @abs_builddir@
189
 
abs_srcdir = @abs_srcdir@
190
 
abs_top_builddir = @abs_top_builddir@
191
 
abs_top_srcdir = @abs_top_srcdir@
192
 
ac_ct_AR = @ac_ct_AR@
193
 
ac_ct_CC = @ac_ct_CC@
194
 
ac_ct_CXX = @ac_ct_CXX@
195
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
196
 
am__include = @am__include@
197
 
am__leading_dot = @am__leading_dot@
198
 
am__quote = @am__quote@
199
 
am__tar = @am__tar@
200
 
am__untar = @am__untar@
201
 
bindir = @bindir@
202
 
build = @build@
203
 
build_alias = @build_alias@
204
 
build_cpu = @build_cpu@
205
 
build_os = @build_os@
206
 
build_vendor = @build_vendor@
207
 
builddir = @builddir@
208
 
datadir = @datadir@
209
 
datarootdir = @datarootdir@
210
 
docdir = @docdir@
211
 
dvidir = @dvidir@
212
 
exec_prefix = @exec_prefix@
213
 
host = @host@
214
 
host_alias = @host_alias@
215
 
host_cpu = @host_cpu@
216
 
host_os = @host_os@
217
 
host_vendor = @host_vendor@
218
 
htmldir = @htmldir@
219
 
includedir = @includedir@
220
 
infodir = @infodir@
221
 
install_sh = @install_sh@
222
 
libdir = @libdir@
223
 
libexecdir = @libexecdir@
224
 
libssl_CFLAGS = @libssl_CFLAGS@
225
 
libssl_LIBS = @libssl_LIBS@
226
 
localedir = @localedir@
227
 
localstatedir = @localstatedir@
228
 
mandir = @mandir@
229
 
mkdir_p = @mkdir_p@
230
 
oldincludedir = @oldincludedir@
231
 
pdfdir = @pdfdir@
232
 
prefix = @prefix@
233
 
program_transform_name = @program_transform_name@
234
 
psdir = @psdir@
235
 
sbindir = @sbindir@
236
 
sharedstatedir = @sharedstatedir@
237
 
srcdir = @srcdir@
238
 
subdirs = @subdirs@
239
 
sysconfdir = @sysconfdir@
240
 
target = @target@
241
 
target_alias = @target_alias@
242
 
target_cpu = @target_cpu@
243
 
target_os = @target_os@
244
 
target_vendor = @target_vendor@
245
 
top_build_prefix = @top_build_prefix@
246
 
top_builddir = @top_builddir@
247
 
top_srcdir = @top_srcdir@
248
 
xml_CFLAGS = @xml_CFLAGS@
249
 
xml_LIBS = @xml_LIBS@
250
 
yaml_CFLAGS = @yaml_CFLAGS@
251
 
yaml_LIBS = @yaml_LIBS@
252
 
# -DDEBUG_SUPPORT (doesn't compile with it)
253
 
# -DDEBUG_DEFAULT 
254
 
AM_CFLAGS = -Wall -O2 -g -Wall -Wstrict-prototypes -I \
255
 
        $(top_srcdir)/libs/iax2/ -DLIBIAX -fsigned-char $(UCFLAGS)
256
 
noinst_LTLIBRARIES = libiax2.la
257
 
libiax2_la_SOURCES = answer.h busy.h dialtone.h frame.h iax2.h iax2-parser.c \
258
 
                                         iax2-parser.h iax.c iax-client.h iax.h jitterbuf.c \
259
 
                                         jitterbuf.h md5.c md5.h
260
 
 
261
 
all: all-am
262
 
 
263
 
.SUFFIXES:
264
 
.SUFFIXES: .c .lo .o .obj
265
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
266
 
        @for dep in $?; do \
267
 
          case '$(am__configure_deps)' in \
268
 
            *$$dep*) \
269
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
270
 
                && { if test -f $@; then exit 0; else break; fi; }; \
271
 
              exit 1;; \
272
 
          esac; \
273
 
        done; \
274
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libs/iax2/Makefile'; \
275
 
        $(am__cd) $(top_srcdir) && \
276
 
          $(AUTOMAKE) --gnu libs/iax2/Makefile
277
 
.PRECIOUS: Makefile
278
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
279
 
        @case '$?' in \
280
 
          *config.status*) \
281
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
282
 
          *) \
283
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
284
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
285
 
        esac;
286
 
 
287
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
288
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
 
 
290
 
$(top_srcdir)/configure:  $(am__configure_deps)
291
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
293
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
 
$(am__aclocal_m4_deps):
295
 
 
296
 
clean-noinstLTLIBRARIES:
297
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
298
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
299
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
300
 
          test "$$dir" != "$$p" || dir=.; \
301
 
          echo "rm -f \"$${dir}/so_locations\""; \
302
 
          rm -f "$${dir}/so_locations"; \
303
 
        done
304
 
libiax2.la: $(libiax2_la_OBJECTS) $(libiax2_la_DEPENDENCIES) 
305
 
        $(AM_V_CCLD)$(LINK)  $(libiax2_la_OBJECTS) $(libiax2_la_LIBADD) $(LIBS)
306
 
 
307
 
mostlyclean-compile:
308
 
        -rm -f *.$(OBJEXT)
309
 
 
310
 
distclean-compile:
311
 
        -rm -f *.tab.c
312
 
 
313
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iax.Plo@am__quote@
314
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iax2-parser.Plo@am__quote@
315
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jitterbuf.Plo@am__quote@
316
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
317
 
 
318
 
.c.o:
319
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
320
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
321
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
322
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
323
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
325
 
 
326
 
.c.obj:
327
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
328
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
329
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
330
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
333
 
 
334
 
.c.lo:
335
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
337
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
338
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
339
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
341
 
 
342
 
mostlyclean-libtool:
343
 
        -rm -f *.lo
344
 
 
345
 
clean-libtool:
346
 
        -rm -rf .libs _libs
347
 
 
348
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; nonempty = 1; } \
354
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
355
 
        mkid -fID $$unique
356
 
tags: TAGS
357
 
 
358
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
359
 
                $(TAGS_FILES) $(LISP)
360
 
        set x; \
361
 
        here=`pwd`; \
362
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
363
 
        unique=`for i in $$list; do \
364
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365
 
          done | \
366
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
368
 
        shift; \
369
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
370
 
          test -n "$$unique" || unique=$$empty_fix; \
371
 
          if test $$# -gt 0; then \
372
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
373
 
              "$$@" $$unique; \
374
 
          else \
375
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
376
 
              $$unique; \
377
 
          fi; \
378
 
        fi
379
 
ctags: CTAGS
380
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
381
 
                $(TAGS_FILES) $(LISP)
382
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
383
 
        unique=`for i in $$list; do \
384
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385
 
          done | \
386
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
388
 
        test -z "$(CTAGS_ARGS)$$unique" \
389
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
390
 
             $$unique
391
 
 
392
 
GTAGS:
393
 
        here=`$(am__cd) $(top_builddir) && pwd` \
394
 
          && $(am__cd) $(top_srcdir) \
395
 
          && gtags -i $(GTAGS_ARGS) "$$here"
396
 
 
397
 
distclean-tags:
398
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
399
 
 
400
 
distdir: $(DISTFILES)
401
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403
 
        list='$(DISTFILES)'; \
404
 
          dist_files=`for file in $$list; do echo $$file; done | \
405
 
          sed -e "s|^$$srcdirstrip/||;t" \
406
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
407
 
        case $$dist_files in \
408
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
409
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
410
 
                           sort -u` ;; \
411
 
        esac; \
412
 
        for file in $$dist_files; do \
413
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
414
 
          if test -d $$d/$$file; then \
415
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
416
 
            if test -d "$(distdir)/$$file"; then \
417
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
418
 
            fi; \
419
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
420
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
421
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422
 
            fi; \
423
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
424
 
          else \
425
 
            test -f "$(distdir)/$$file" \
426
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
427
 
            || exit 1; \
428
 
          fi; \
429
 
        done
430
 
check-am: all-am
431
 
check: check-am
432
 
all-am: Makefile $(LTLIBRARIES)
433
 
installdirs:
434
 
install: install-am
435
 
install-exec: install-exec-am
436
 
install-data: install-data-am
437
 
uninstall: uninstall-am
438
 
 
439
 
install-am: all-am
440
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
441
 
 
442
 
installcheck: installcheck-am
443
 
install-strip:
444
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
445
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
446
 
          `test -z '$(STRIP)' || \
447
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
448
 
mostlyclean-generic:
449
 
 
450
 
clean-generic:
451
 
 
452
 
distclean-generic:
453
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
454
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
455
 
 
456
 
maintainer-clean-generic:
457
 
        @echo "This command is intended for maintainers to use"
458
 
        @echo "it deletes files that may require special tools to rebuild."
459
 
clean: clean-am
460
 
 
461
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
462
 
        mostlyclean-am
463
 
 
464
 
distclean: distclean-am
465
 
        -rm -rf ./$(DEPDIR)
466
 
        -rm -f Makefile
467
 
distclean-am: clean-am distclean-compile distclean-generic \
468
 
        distclean-tags
469
 
 
470
 
dvi: dvi-am
471
 
 
472
 
dvi-am:
473
 
 
474
 
html: html-am
475
 
 
476
 
html-am:
477
 
 
478
 
info: info-am
479
 
 
480
 
info-am:
481
 
 
482
 
install-data-am:
483
 
 
484
 
install-dvi: install-dvi-am
485
 
 
486
 
install-dvi-am:
487
 
 
488
 
install-exec-am:
489
 
 
490
 
install-html: install-html-am
491
 
 
492
 
install-html-am:
493
 
 
494
 
install-info: install-info-am
495
 
 
496
 
install-info-am:
497
 
 
498
 
install-man:
499
 
 
500
 
install-pdf: install-pdf-am
501
 
 
502
 
install-pdf-am:
503
 
 
504
 
install-ps: install-ps-am
505
 
 
506
 
install-ps-am:
507
 
 
508
 
installcheck-am:
509
 
 
510
 
maintainer-clean: maintainer-clean-am
511
 
        -rm -rf ./$(DEPDIR)
512
 
        -rm -f Makefile
513
 
maintainer-clean-am: distclean-am maintainer-clean-generic
514
 
 
515
 
mostlyclean: mostlyclean-am
516
 
 
517
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
518
 
        mostlyclean-libtool
519
 
 
520
 
pdf: pdf-am
521
 
 
522
 
pdf-am:
523
 
 
524
 
ps: ps-am
525
 
 
526
 
ps-am:
527
 
 
528
 
uninstall-am:
529
 
 
530
 
.MAKE: install-am install-strip
531
 
 
532
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
533
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
534
 
        distclean-compile distclean-generic distclean-libtool \
535
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
536
 
        install install-am install-data install-data-am install-dvi \
537
 
        install-dvi-am install-exec install-exec-am install-html \
538
 
        install-html-am install-info install-info-am install-man \
539
 
        install-pdf install-pdf-am install-ps install-ps-am \
540
 
        install-strip installcheck installcheck-am installdirs \
541
 
        maintainer-clean maintainer-clean-generic mostlyclean \
542
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
543
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
544
 
 
545
 
 
546
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
547
 
# Otherwise a system limit (for SysV at least) may be exceeded.
548
 
.NOEXPORT: