~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/test/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
 
# Global variables
19
 
 
20
 
#CXXFLAGS=-Wall -Werror -Wextra
21
 
VPATH = @srcdir@
22
 
pkgdatadir = $(datadir)/@PACKAGE@
23
 
pkgincludedir = $(includedir)/@PACKAGE@
24
 
pkglibdir = $(libdir)/@PACKAGE@
25
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
install_sh_DATA = $(install_sh) -c -m 644
28
 
install_sh_PROGRAM = $(install_sh) -c
29
 
install_sh_SCRIPT = $(install_sh) -c
30
 
INSTALL_HEADER = $(INSTALL_DATA)
31
 
transform = $(program_transform_name)
32
 
NORMAL_INSTALL = :
33
 
PRE_INSTALL = :
34
 
POST_INSTALL = :
35
 
NORMAL_UNINSTALL = :
36
 
PRE_UNINSTALL = :
37
 
POST_UNINSTALL = :
38
 
build_triplet = @build@
39
 
host_triplet = @host@
40
 
target_triplet = @target@
41
 
DIST_COMMON = $(srcdir)/../globals.mak $(srcdir)/Makefile.am \
42
 
        $(srcdir)/Makefile.in
43
 
check_PROGRAMS = test$(EXEEXT)
44
 
subdir = test
45
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
47
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
48
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
49
 
        $(top_srcdir)/configure.ac
50
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
 
        $(ACLOCAL_M4)
52
 
mkinstalldirs = $(install_sh) -d
53
 
CONFIG_HEADER = $(top_builddir)/config.h
54
 
CONFIG_CLEAN_FILES =
55
 
CONFIG_CLEAN_VPATH_FILES =
56
 
am_test_OBJECTS = test-main.$(OBJEXT) test-validator.$(OBJEXT) \
57
 
        test-accounttest.$(OBJEXT) test-audiolayertest.$(OBJEXT) \
58
 
        test-configurationtest.$(OBJEXT) test-historytest.$(OBJEXT) \
59
 
        test-numbercleanertest.$(OBJEXT) \
60
 
        test-sdesnegotiatortest.$(OBJEXT) \
61
 
        test-instantmessagingtest.$(OBJEXT) test-siptest.$(OBJEXT) \
62
 
        test-sdptest.$(OBJEXT) test-echocanceltest.$(OBJEXT) \
63
 
        test-gaincontroltest.$(OBJEXT)
64
 
test_OBJECTS = $(am_test_OBJECTS)
65
 
test_DEPENDENCIES = $(top_builddir)/src/libsflphone.la
66
 
AM_V_lt = $(am__v_lt_$(V))
67
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
68
 
am__v_lt_0 = --silent
69
 
test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
70
 
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(test_CXXFLAGS) \
71
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
72
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
73
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
74
 
am__depfiles_maybe = depfiles
75
 
am__mv = mv -f
76
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
77
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
78
 
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
79
 
        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
80
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
81
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
82
 
AM_V_CXX = $(am__v_CXX_$(V))
83
 
am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
84
 
am__v_CXX_0 = @echo "  CXX   " $@;
85
 
AM_V_at = $(am__v_at_$(V))
86
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
87
 
am__v_at_0 = @
88
 
CXXLD = $(CXX)
89
 
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
90
 
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
91
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
92
 
AM_V_CXXLD = $(am__v_CXXLD_$(V))
93
 
am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
94
 
am__v_CXXLD_0 = @echo "  CXXLD " $@;
95
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
96
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
98
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
99
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
100
 
        $(AM_CFLAGS) $(CFLAGS)
101
 
AM_V_CC = $(am__v_CC_$(V))
102
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
103
 
am__v_CC_0 = @echo "  CC    " $@;
104
 
CCLD = $(CC)
105
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
106
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
107
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
108
 
AM_V_CCLD = $(am__v_CCLD_$(V))
109
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
110
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
111
 
AM_V_GEN = $(am__v_GEN_$(V))
112
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
113
 
am__v_GEN_0 = @echo "  GEN   " $@;
114
 
SOURCES = $(test_SOURCES)
115
 
DIST_SOURCES = $(test_SOURCES)
116
 
ETAGS = etags
117
 
CTAGS = ctags
118
 
am__tty_colors = \
119
 
red=; grn=; lgn=; blu=; std=
120
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121
 
ACLOCAL = @ACLOCAL@
122
 
ALLOCA = @ALLOCA@
123
 
ALSA_CFLAGS = @ALSA_CFLAGS@
124
 
ALSA_LIBS = @ALSA_LIBS@
125
 
AMTAR = @AMTAR@
126
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
127
 
AR = @AR@
128
 
AUTOCONF = @AUTOCONF@
129
 
AUTOHEADER = @AUTOHEADER@
130
 
AUTOMAKE = @AUTOMAKE@
131
 
AWK = @AWK@
132
 
CC = @CC@
133
 
CCDEPMODE = @CCDEPMODE@
134
 
CCEXT2_CFLAGS = @CCEXT2_CFLAGS@
135
 
CCEXT2_LIBS = @CCEXT2_LIBS@
136
 
CCGNU2_CFLAGS = @CCGNU2_CFLAGS@
137
 
CCGNU2_LIBS = @CCGNU2_LIBS@
138
 
CCRTP_CFLAGS = @CCRTP_CFLAGS@
139
 
CCRTP_LIBS = @CCRTP_LIBS@
140
 
CELT_CFLAGS = @CELT_CFLAGS@
141
 
CELT_LIBS = @CELT_LIBS@
142
 
CFLAGS = @CFLAGS@
143
 
CPP = @CPP@
144
 
CPPFLAGS = @CPPFLAGS@
145
 
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
146
 
CPPUNIT_LIBS = @CPPUNIT_LIBS@
147
 
CXX = @CXX@
148
 
CXXCPP = @CXXCPP@
149
 
CXXDEPMODE = @CXXDEPMODE@
150
 
CXXFLAGS = @CXXFLAGS@
151
 
CYGPATH_W = @CYGPATH_W@
152
 
DBUSCPP_CFLAGS = @DBUSCPP_CFLAGS@
153
 
DBUSCPP_LIBS = @DBUSCPP_LIBS@
154
 
DEFS = @DEFS@
155
 
DEPDIR = @DEPDIR@
156
 
DLLTOOL = @DLLTOOL@
157
 
DOT = @DOT@
158
 
DOXYGEN = @DOXYGEN@
159
 
DSYMUTIL = @DSYMUTIL@
160
 
DUMPBIN = @DUMPBIN@
161
 
ECHO_C = @ECHO_C@
162
 
ECHO_N = @ECHO_N@
163
 
ECHO_T = @ECHO_T@
164
 
EGREP = @EGREP@
165
 
EXEEXT = @EXEEXT@
166
 
FGREP = @FGREP@
167
 
GREP = @GREP@
168
 
INSTALL = @INSTALL@
169
 
INSTALL_DATA = @INSTALL_DATA@
170
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
171
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
172
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
173
 
LD = @LD@
174
 
LDFLAGS = @LDFLAGS@
175
 
LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
176
 
LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
177
 
LIBOBJS = @LIBOBJS@
178
 
LIBS = @LIBS@
179
 
LIBTOOL = @LIBTOOL@
180
 
LIPO = @LIPO@
181
 
LN_S = @LN_S@
182
 
LTLIBOBJS = @LTLIBOBJS@
183
 
MAKEINFO = @MAKEINFO@
184
 
MANIFEST_TOOL = @MANIFEST_TOOL@
185
 
MKDIR_P = @MKDIR_P@
186
 
NM = @NM@
187
 
NMEDIT = @NMEDIT@
188
 
OBJDUMP = @OBJDUMP@
189
 
OBJEXT = @OBJEXT@
190
 
OTOOL = @OTOOL@
191
 
OTOOL64 = @OTOOL64@
192
 
PACKAGE = @PACKAGE@
193
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
194
 
PACKAGE_NAME = @PACKAGE_NAME@
195
 
PACKAGE_STRING = @PACKAGE_STRING@
196
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
197
 
PACKAGE_URL = @PACKAGE_URL@
198
 
PACKAGE_VERSION = @PACKAGE_VERSION@
199
 
PATH_SEPARATOR = @PATH_SEPARATOR@
200
 
PCRE_CFLAGS = @PCRE_CFLAGS@
201
 
PCRE_LIBS = @PCRE_LIBS@
202
 
PKG_CONFIG = @PKG_CONFIG@
203
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
204
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
205
 
PULSEAUDIO_CFLAGS = @PULSEAUDIO_CFLAGS@
206
 
PULSEAUDIO_LIBS = @PULSEAUDIO_LIBS@
207
 
RANLIB = @RANLIB@
208
 
SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@
209
 
SAMPLERATE_LIBS = @SAMPLERATE_LIBS@
210
 
SED = @SED@
211
 
SET_MAKE = @SET_MAKE@
212
 
SHELL = @SHELL@
213
 
STRIP = @STRIP@
214
 
UUID_CFLAGS = @UUID_CFLAGS@
215
 
UUID_LIBS = @UUID_LIBS@
216
 
VERSION = @VERSION@
217
 
ZRTPCPP_CFLAGS = @ZRTPCPP_CFLAGS@
218
 
ZRTPCPP_LIBS = @ZRTPCPP_LIBS@
219
 
abs_builddir = @abs_builddir@
220
 
abs_srcdir = @abs_srcdir@
221
 
abs_top_builddir = @abs_top_builddir@
222
 
abs_top_srcdir = @abs_top_srcdir@
223
 
ac_ct_AR = @ac_ct_AR@
224
 
ac_ct_CC = @ac_ct_CC@
225
 
ac_ct_CXX = @ac_ct_CXX@
226
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
227
 
am__include = @am__include@
228
 
am__leading_dot = @am__leading_dot@
229
 
am__quote = @am__quote@
230
 
am__tar = @am__tar@
231
 
am__untar = @am__untar@
232
 
bindir = @bindir@
233
 
build = @build@
234
 
build_alias = @build_alias@
235
 
build_cpu = @build_cpu@
236
 
build_os = @build_os@
237
 
build_vendor = @build_vendor@
238
 
builddir = @builddir@
239
 
datadir = @datadir@
240
 
datarootdir = @datarootdir@
241
 
docdir = @docdir@
242
 
dvidir = @dvidir@
243
 
exec_prefix = @exec_prefix@
244
 
host = @host@
245
 
host_alias = @host_alias@
246
 
host_cpu = @host_cpu@
247
 
host_os = @host_os@
248
 
host_vendor = @host_vendor@
249
 
htmldir = @htmldir@
250
 
includedir = @includedir@
251
 
infodir = @infodir@
252
 
install_sh = @install_sh@
253
 
libdir = @libdir@
254
 
libexecdir = @libexecdir@
255
 
libssl_CFLAGS = @libssl_CFLAGS@
256
 
libssl_LIBS = @libssl_LIBS@
257
 
localedir = @localedir@
258
 
localstatedir = @localstatedir@
259
 
mandir = @mandir@
260
 
mkdir_p = @mkdir_p@
261
 
oldincludedir = @oldincludedir@
262
 
pdfdir = @pdfdir@
263
 
prefix = @prefix@
264
 
program_transform_name = @program_transform_name@
265
 
psdir = @psdir@
266
 
sbindir = @sbindir@
267
 
sharedstatedir = @sharedstatedir@
268
 
srcdir = @srcdir@
269
 
subdirs = @subdirs@
270
 
sysconfdir = @sysconfdir@
271
 
target = @target@
272
 
target_alias = @target_alias@
273
 
target_cpu = @target_cpu@
274
 
target_os = @target_os@
275
 
target_vendor = @target_vendor@
276
 
top_build_prefix = @top_build_prefix@
277
 
top_builddir = @top_builddir@
278
 
top_srcdir = @top_srcdir@
279
 
xml_CFLAGS = @xml_CFLAGS@
280
 
xml_LIBS = @xml_LIBS@
281
 
yaml_CFLAGS = @yaml_CFLAGS@
282
 
yaml_LIBS = @yaml_LIBS@
283
 
src = $(top_srcdir)
284
 
sfllibdir = $(DESTDIR)$(libdir)/sflphone
285
 
sflcodecdir = $(sfllibdir)/codecs
286
 
sflplugindir = $(sfllibdir)/plugins
287
 
ASTYLERC = "$(top_srcdir)/../astylerc"
288
 
indent = "/usr/bin/astyle"
289
 
 
290
 
# for pjsip
291
 
PJSIP_LIBS = \
292
 
                        -L$(src)/libs/pjproject/pjnath/lib/ \
293
 
                        -L$(src)/libs/pjproject/pjsip/lib/ \
294
 
                        -L$(src)/libs/pjproject/pjlib/lib/ \
295
 
                        -L$(src)/libs/pjproject/pjlib-util/lib/ \
296
 
                        -L$(src)/libs/pjproject/pjmedia/lib/ \
297
 
                        -lpjnath-$(target) \
298
 
                        -lpjsua-$(target) \
299
 
                        -lpjsip-$(target) \
300
 
                        -lpjmedia-$(target) \
301
 
                        -lpjsip-simple-$(target) \
302
 
                        -lpjsip-ua-$(target) \
303
 
                        -lpjlib-util-$(target) \
304
 
                        -lpj-$(target) 
305
 
 
306
 
SIP_CFLAGS = -I$(src)/libs/pjproject/pjsip/include \
307
 
                   -I$(src)/libs/pjproject/pjlib/include \
308
 
                   -I$(src)/libs/pjproject/pjlib-util/include \
309
 
                   -I$(src)/libs/pjproject/pjmedia/include \
310
 
                   -I$(src)/libs/pjproject/pjnath/include
311
 
 
312
 
@BUILD_SPEEX_FALSE@SPEEXCODEC = 
313
 
@BUILD_SPEEX_TRUE@SPEEXCODEC = -DHAVE_SPEEX_CODEC
314
 
@BUILD_GSM_FALSE@GSMCODEC = 
315
 
@BUILD_GSM_TRUE@GSMCODEC = -DHAVE_GSM_CODEC
316
 
 
317
 
# Preprocessor flags
318
 
AM_CPPFLAGS = \
319
 
        -I$(src)/libs \
320
 
        -I$(src)/libs/iax2 \
321
 
        -I$(src)/libs/pjproject \
322
 
        -I$(src)/src \
323
 
        -I$(src)/src/config \
324
 
        -I$(src)/test \
325
 
        $(SIP_CFLAGS) \
326
 
        @DBUSCPP_CFLAGS@ \
327
 
        -DPREFIX=\"$(prefix)\" \
328
 
        -DPROGSHAREDIR=\"${datadir}/sflphone\" \
329
 
        -DCODECS_DIR=\""$(sflcodecdir)"\" \
330
 
        -DPLUGINS_DIR=\""$(sflplugindir)"\" \
331
 
        -DENABLE_TRACE \
332
 
         $(SPEEXCODEC) \
333
 
         $(GSMCODEC)
334
 
 
335
 
TESTS_ENVIRONMENT = CODECS_PATH="$(top_builddir)/src/audio/codecs"
336
 
TESTS = run_tests.sh
337
 
test_CXXFLAGS = -I .
338
 
test_LDADD = $(top_builddir)/src/libsflphone.la @ZRTPCPP_LIBS@ @LIBCRYPTO_LIBS@ @CPPUNIT_LIBS@
339
 
EXTRA_DIST = $(test_SOURCES) sflphoned-sample.yml history-sample.tpl run_tests.sh
340
 
test_SOURCES = \
341
 
        constants.h \
342
 
        main.cpp \
343
 
        validator.cpp \
344
 
        validator.h \
345
 
        accounttest.h \
346
 
        accounttest.cpp \
347
 
        audiolayertest.h \
348
 
        audiolayertest.cpp \
349
 
        configurationtest.h \
350
 
        configurationtest.cpp \
351
 
        historytest.h \
352
 
        historytest.cpp \
353
 
        numbercleanertest.h \
354
 
        numbercleanertest.cpp \
355
 
        sdesnegotiatortest.h \
356
 
        sdesnegotiatortest.cpp \
357
 
        instantmessagingtest.h \
358
 
        instantmessagingtest.cpp \
359
 
        siptest.h \
360
 
        siptest.cpp \
361
 
        sdptest.h \
362
 
        sdptest.cpp \
363
 
        echocanceltest.h \
364
 
        echocanceltest.cpp \
365
 
        gaincontroltest.h \
366
 
        gaincontroltest.cpp
367
 
 
368
 
all: all-am
369
 
 
370
 
.SUFFIXES:
371
 
.SUFFIXES: .cpp .lo .o .obj
372
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../globals.mak $(am__configure_deps)
373
 
        @for dep in $?; do \
374
 
          case '$(am__configure_deps)' in \
375
 
            *$$dep*) \
376
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
377
 
                && { if test -f $@; then exit 0; else break; fi; }; \
378
 
              exit 1;; \
379
 
          esac; \
380
 
        done; \
381
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
382
 
        $(am__cd) $(top_srcdir) && \
383
 
          $(AUTOMAKE) --gnu test/Makefile
384
 
.PRECIOUS: Makefile
385
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
386
 
        @case '$?' in \
387
 
          *config.status*) \
388
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
389
 
          *) \
390
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
391
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
392
 
        esac;
393
 
 
394
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
395
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396
 
 
397
 
$(top_srcdir)/configure:  $(am__configure_deps)
398
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
400
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401
 
$(am__aclocal_m4_deps):
402
 
 
403
 
clean-checkPROGRAMS:
404
 
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
405
 
        echo " rm -f" $$list; \
406
 
        rm -f $$list || exit $$?; \
407
 
        test -n "$(EXEEXT)" || exit 0; \
408
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
409
 
        echo " rm -f" $$list; \
410
 
        rm -f $$list
411
 
test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) 
412
 
        @rm -f test$(EXEEXT)
413
 
        $(AM_V_CXXLD)$(test_LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
414
 
 
415
 
mostlyclean-compile:
416
 
        -rm -f *.$(OBJEXT)
417
 
 
418
 
distclean-compile:
419
 
        -rm -f *.tab.c
420
 
 
421
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-accounttest.Po@am__quote@
422
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-audiolayertest.Po@am__quote@
423
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-configurationtest.Po@am__quote@
424
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-echocanceltest.Po@am__quote@
425
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gaincontroltest.Po@am__quote@
426
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-historytest.Po@am__quote@
427
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-instantmessagingtest.Po@am__quote@
428
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-main.Po@am__quote@
429
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-numbercleanertest.Po@am__quote@
430
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sdesnegotiatortest.Po@am__quote@
431
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sdptest.Po@am__quote@
432
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-siptest.Po@am__quote@
433
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-validator.Po@am__quote@
434
 
 
435
 
.cpp.o:
436
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
437
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
438
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
439
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
442
 
 
443
 
.cpp.obj:
444
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
445
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
446
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
447
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
448
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
450
 
 
451
 
.cpp.lo:
452
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
453
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
454
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
455
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
456
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
458
 
 
459
 
test-main.o: main.cpp
460
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-main.o -MD -MP -MF $(DEPDIR)/test-main.Tpo -c -o test-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
461
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-main.Tpo $(DEPDIR)/test-main.Po
462
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
463
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='main.cpp' object='test-main.o' libtool=no @AMDEPBACKSLASH@
464
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
466
 
 
467
 
test-main.obj: main.cpp
468
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-main.obj -MD -MP -MF $(DEPDIR)/test-main.Tpo -c -o test-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
469
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-main.Tpo $(DEPDIR)/test-main.Po
470
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
471
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='main.cpp' object='test-main.obj' libtool=no @AMDEPBACKSLASH@
472
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
473
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
474
 
 
475
 
test-validator.o: validator.cpp
476
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-validator.o -MD -MP -MF $(DEPDIR)/test-validator.Tpo -c -o test-validator.o `test -f 'validator.cpp' || echo '$(srcdir)/'`validator.cpp
477
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-validator.Tpo $(DEPDIR)/test-validator.Po
478
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
479
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='validator.cpp' object='test-validator.o' libtool=no @AMDEPBACKSLASH@
480
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
481
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-validator.o `test -f 'validator.cpp' || echo '$(srcdir)/'`validator.cpp
482
 
 
483
 
test-validator.obj: validator.cpp
484
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-validator.obj -MD -MP -MF $(DEPDIR)/test-validator.Tpo -c -o test-validator.obj `if test -f 'validator.cpp'; then $(CYGPATH_W) 'validator.cpp'; else $(CYGPATH_W) '$(srcdir)/validator.cpp'; fi`
485
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-validator.Tpo $(DEPDIR)/test-validator.Po
486
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
487
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='validator.cpp' object='test-validator.obj' libtool=no @AMDEPBACKSLASH@
488
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
489
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-validator.obj `if test -f 'validator.cpp'; then $(CYGPATH_W) 'validator.cpp'; else $(CYGPATH_W) '$(srcdir)/validator.cpp'; fi`
490
 
 
491
 
test-accounttest.o: accounttest.cpp
492
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-accounttest.o -MD -MP -MF $(DEPDIR)/test-accounttest.Tpo -c -o test-accounttest.o `test -f 'accounttest.cpp' || echo '$(srcdir)/'`accounttest.cpp
493
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-accounttest.Tpo $(DEPDIR)/test-accounttest.Po
494
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
495
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='accounttest.cpp' object='test-accounttest.o' libtool=no @AMDEPBACKSLASH@
496
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-accounttest.o `test -f 'accounttest.cpp' || echo '$(srcdir)/'`accounttest.cpp
498
 
 
499
 
test-accounttest.obj: accounttest.cpp
500
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-accounttest.obj -MD -MP -MF $(DEPDIR)/test-accounttest.Tpo -c -o test-accounttest.obj `if test -f 'accounttest.cpp'; then $(CYGPATH_W) 'accounttest.cpp'; else $(CYGPATH_W) '$(srcdir)/accounttest.cpp'; fi`
501
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-accounttest.Tpo $(DEPDIR)/test-accounttest.Po
502
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
503
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='accounttest.cpp' object='test-accounttest.obj' libtool=no @AMDEPBACKSLASH@
504
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-accounttest.obj `if test -f 'accounttest.cpp'; then $(CYGPATH_W) 'accounttest.cpp'; else $(CYGPATH_W) '$(srcdir)/accounttest.cpp'; fi`
506
 
 
507
 
test-audiolayertest.o: audiolayertest.cpp
508
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-audiolayertest.o -MD -MP -MF $(DEPDIR)/test-audiolayertest.Tpo -c -o test-audiolayertest.o `test -f 'audiolayertest.cpp' || echo '$(srcdir)/'`audiolayertest.cpp
509
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-audiolayertest.Tpo $(DEPDIR)/test-audiolayertest.Po
510
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
511
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='audiolayertest.cpp' object='test-audiolayertest.o' libtool=no @AMDEPBACKSLASH@
512
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-audiolayertest.o `test -f 'audiolayertest.cpp' || echo '$(srcdir)/'`audiolayertest.cpp
514
 
 
515
 
test-audiolayertest.obj: audiolayertest.cpp
516
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-audiolayertest.obj -MD -MP -MF $(DEPDIR)/test-audiolayertest.Tpo -c -o test-audiolayertest.obj `if test -f 'audiolayertest.cpp'; then $(CYGPATH_W) 'audiolayertest.cpp'; else $(CYGPATH_W) '$(srcdir)/audiolayertest.cpp'; fi`
517
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-audiolayertest.Tpo $(DEPDIR)/test-audiolayertest.Po
518
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
519
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='audiolayertest.cpp' object='test-audiolayertest.obj' libtool=no @AMDEPBACKSLASH@
520
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-audiolayertest.obj `if test -f 'audiolayertest.cpp'; then $(CYGPATH_W) 'audiolayertest.cpp'; else $(CYGPATH_W) '$(srcdir)/audiolayertest.cpp'; fi`
522
 
 
523
 
test-configurationtest.o: configurationtest.cpp
524
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-configurationtest.o -MD -MP -MF $(DEPDIR)/test-configurationtest.Tpo -c -o test-configurationtest.o `test -f 'configurationtest.cpp' || echo '$(srcdir)/'`configurationtest.cpp
525
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-configurationtest.Tpo $(DEPDIR)/test-configurationtest.Po
526
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
527
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='configurationtest.cpp' object='test-configurationtest.o' libtool=no @AMDEPBACKSLASH@
528
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-configurationtest.o `test -f 'configurationtest.cpp' || echo '$(srcdir)/'`configurationtest.cpp
530
 
 
531
 
test-configurationtest.obj: configurationtest.cpp
532
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-configurationtest.obj -MD -MP -MF $(DEPDIR)/test-configurationtest.Tpo -c -o test-configurationtest.obj `if test -f 'configurationtest.cpp'; then $(CYGPATH_W) 'configurationtest.cpp'; else $(CYGPATH_W) '$(srcdir)/configurationtest.cpp'; fi`
533
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-configurationtest.Tpo $(DEPDIR)/test-configurationtest.Po
534
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
535
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='configurationtest.cpp' object='test-configurationtest.obj' libtool=no @AMDEPBACKSLASH@
536
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
537
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-configurationtest.obj `if test -f 'configurationtest.cpp'; then $(CYGPATH_W) 'configurationtest.cpp'; else $(CYGPATH_W) '$(srcdir)/configurationtest.cpp'; fi`
538
 
 
539
 
test-historytest.o: historytest.cpp
540
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-historytest.o -MD -MP -MF $(DEPDIR)/test-historytest.Tpo -c -o test-historytest.o `test -f 'historytest.cpp' || echo '$(srcdir)/'`historytest.cpp
541
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-historytest.Tpo $(DEPDIR)/test-historytest.Po
542
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
543
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='historytest.cpp' object='test-historytest.o' libtool=no @AMDEPBACKSLASH@
544
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
545
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-historytest.o `test -f 'historytest.cpp' || echo '$(srcdir)/'`historytest.cpp
546
 
 
547
 
test-historytest.obj: historytest.cpp
548
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-historytest.obj -MD -MP -MF $(DEPDIR)/test-historytest.Tpo -c -o test-historytest.obj `if test -f 'historytest.cpp'; then $(CYGPATH_W) 'historytest.cpp'; else $(CYGPATH_W) '$(srcdir)/historytest.cpp'; fi`
549
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-historytest.Tpo $(DEPDIR)/test-historytest.Po
550
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
551
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='historytest.cpp' object='test-historytest.obj' libtool=no @AMDEPBACKSLASH@
552
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-historytest.obj `if test -f 'historytest.cpp'; then $(CYGPATH_W) 'historytest.cpp'; else $(CYGPATH_W) '$(srcdir)/historytest.cpp'; fi`
554
 
 
555
 
test-numbercleanertest.o: numbercleanertest.cpp
556
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-numbercleanertest.o -MD -MP -MF $(DEPDIR)/test-numbercleanertest.Tpo -c -o test-numbercleanertest.o `test -f 'numbercleanertest.cpp' || echo '$(srcdir)/'`numbercleanertest.cpp
557
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-numbercleanertest.Tpo $(DEPDIR)/test-numbercleanertest.Po
558
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
559
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='numbercleanertest.cpp' object='test-numbercleanertest.o' libtool=no @AMDEPBACKSLASH@
560
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-numbercleanertest.o `test -f 'numbercleanertest.cpp' || echo '$(srcdir)/'`numbercleanertest.cpp
562
 
 
563
 
test-numbercleanertest.obj: numbercleanertest.cpp
564
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-numbercleanertest.obj -MD -MP -MF $(DEPDIR)/test-numbercleanertest.Tpo -c -o test-numbercleanertest.obj `if test -f 'numbercleanertest.cpp'; then $(CYGPATH_W) 'numbercleanertest.cpp'; else $(CYGPATH_W) '$(srcdir)/numbercleanertest.cpp'; fi`
565
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-numbercleanertest.Tpo $(DEPDIR)/test-numbercleanertest.Po
566
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
567
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='numbercleanertest.cpp' object='test-numbercleanertest.obj' libtool=no @AMDEPBACKSLASH@
568
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-numbercleanertest.obj `if test -f 'numbercleanertest.cpp'; then $(CYGPATH_W) 'numbercleanertest.cpp'; else $(CYGPATH_W) '$(srcdir)/numbercleanertest.cpp'; fi`
570
 
 
571
 
test-sdesnegotiatortest.o: sdesnegotiatortest.cpp
572
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-sdesnegotiatortest.o -MD -MP -MF $(DEPDIR)/test-sdesnegotiatortest.Tpo -c -o test-sdesnegotiatortest.o `test -f 'sdesnegotiatortest.cpp' || echo '$(srcdir)/'`sdesnegotiatortest.cpp
573
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-sdesnegotiatortest.Tpo $(DEPDIR)/test-sdesnegotiatortest.Po
574
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
575
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='sdesnegotiatortest.cpp' object='test-sdesnegotiatortest.o' libtool=no @AMDEPBACKSLASH@
576
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
577
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-sdesnegotiatortest.o `test -f 'sdesnegotiatortest.cpp' || echo '$(srcdir)/'`sdesnegotiatortest.cpp
578
 
 
579
 
test-sdesnegotiatortest.obj: sdesnegotiatortest.cpp
580
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-sdesnegotiatortest.obj -MD -MP -MF $(DEPDIR)/test-sdesnegotiatortest.Tpo -c -o test-sdesnegotiatortest.obj `if test -f 'sdesnegotiatortest.cpp'; then $(CYGPATH_W) 'sdesnegotiatortest.cpp'; else $(CYGPATH_W) '$(srcdir)/sdesnegotiatortest.cpp'; fi`
581
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-sdesnegotiatortest.Tpo $(DEPDIR)/test-sdesnegotiatortest.Po
582
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
583
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='sdesnegotiatortest.cpp' object='test-sdesnegotiatortest.obj' libtool=no @AMDEPBACKSLASH@
584
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
585
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-sdesnegotiatortest.obj `if test -f 'sdesnegotiatortest.cpp'; then $(CYGPATH_W) 'sdesnegotiatortest.cpp'; else $(CYGPATH_W) '$(srcdir)/sdesnegotiatortest.cpp'; fi`
586
 
 
587
 
test-instantmessagingtest.o: instantmessagingtest.cpp
588
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-instantmessagingtest.o -MD -MP -MF $(DEPDIR)/test-instantmessagingtest.Tpo -c -o test-instantmessagingtest.o `test -f 'instantmessagingtest.cpp' || echo '$(srcdir)/'`instantmessagingtest.cpp
589
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-instantmessagingtest.Tpo $(DEPDIR)/test-instantmessagingtest.Po
590
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
591
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='instantmessagingtest.cpp' object='test-instantmessagingtest.o' libtool=no @AMDEPBACKSLASH@
592
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
593
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-instantmessagingtest.o `test -f 'instantmessagingtest.cpp' || echo '$(srcdir)/'`instantmessagingtest.cpp
594
 
 
595
 
test-instantmessagingtest.obj: instantmessagingtest.cpp
596
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-instantmessagingtest.obj -MD -MP -MF $(DEPDIR)/test-instantmessagingtest.Tpo -c -o test-instantmessagingtest.obj `if test -f 'instantmessagingtest.cpp'; then $(CYGPATH_W) 'instantmessagingtest.cpp'; else $(CYGPATH_W) '$(srcdir)/instantmessagingtest.cpp'; fi`
597
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-instantmessagingtest.Tpo $(DEPDIR)/test-instantmessagingtest.Po
598
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
599
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='instantmessagingtest.cpp' object='test-instantmessagingtest.obj' libtool=no @AMDEPBACKSLASH@
600
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-instantmessagingtest.obj `if test -f 'instantmessagingtest.cpp'; then $(CYGPATH_W) 'instantmessagingtest.cpp'; else $(CYGPATH_W) '$(srcdir)/instantmessagingtest.cpp'; fi`
602
 
 
603
 
test-siptest.o: siptest.cpp
604
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-siptest.o -MD -MP -MF $(DEPDIR)/test-siptest.Tpo -c -o test-siptest.o `test -f 'siptest.cpp' || echo '$(srcdir)/'`siptest.cpp
605
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-siptest.Tpo $(DEPDIR)/test-siptest.Po
606
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
607
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='siptest.cpp' object='test-siptest.o' libtool=no @AMDEPBACKSLASH@
608
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-siptest.o `test -f 'siptest.cpp' || echo '$(srcdir)/'`siptest.cpp
610
 
 
611
 
test-siptest.obj: siptest.cpp
612
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-siptest.obj -MD -MP -MF $(DEPDIR)/test-siptest.Tpo -c -o test-siptest.obj `if test -f 'siptest.cpp'; then $(CYGPATH_W) 'siptest.cpp'; else $(CYGPATH_W) '$(srcdir)/siptest.cpp'; fi`
613
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-siptest.Tpo $(DEPDIR)/test-siptest.Po
614
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
615
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='siptest.cpp' object='test-siptest.obj' libtool=no @AMDEPBACKSLASH@
616
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-siptest.obj `if test -f 'siptest.cpp'; then $(CYGPATH_W) 'siptest.cpp'; else $(CYGPATH_W) '$(srcdir)/siptest.cpp'; fi`
618
 
 
619
 
test-sdptest.o: sdptest.cpp
620
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-sdptest.o -MD -MP -MF $(DEPDIR)/test-sdptest.Tpo -c -o test-sdptest.o `test -f 'sdptest.cpp' || echo '$(srcdir)/'`sdptest.cpp
621
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-sdptest.Tpo $(DEPDIR)/test-sdptest.Po
622
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
623
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='sdptest.cpp' object='test-sdptest.o' libtool=no @AMDEPBACKSLASH@
624
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
625
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-sdptest.o `test -f 'sdptest.cpp' || echo '$(srcdir)/'`sdptest.cpp
626
 
 
627
 
test-sdptest.obj: sdptest.cpp
628
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-sdptest.obj -MD -MP -MF $(DEPDIR)/test-sdptest.Tpo -c -o test-sdptest.obj `if test -f 'sdptest.cpp'; then $(CYGPATH_W) 'sdptest.cpp'; else $(CYGPATH_W) '$(srcdir)/sdptest.cpp'; fi`
629
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-sdptest.Tpo $(DEPDIR)/test-sdptest.Po
630
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
631
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='sdptest.cpp' object='test-sdptest.obj' libtool=no @AMDEPBACKSLASH@
632
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
633
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-sdptest.obj `if test -f 'sdptest.cpp'; then $(CYGPATH_W) 'sdptest.cpp'; else $(CYGPATH_W) '$(srcdir)/sdptest.cpp'; fi`
634
 
 
635
 
test-echocanceltest.o: echocanceltest.cpp
636
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-echocanceltest.o -MD -MP -MF $(DEPDIR)/test-echocanceltest.Tpo -c -o test-echocanceltest.o `test -f 'echocanceltest.cpp' || echo '$(srcdir)/'`echocanceltest.cpp
637
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-echocanceltest.Tpo $(DEPDIR)/test-echocanceltest.Po
638
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
639
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='echocanceltest.cpp' object='test-echocanceltest.o' libtool=no @AMDEPBACKSLASH@
640
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
641
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-echocanceltest.o `test -f 'echocanceltest.cpp' || echo '$(srcdir)/'`echocanceltest.cpp
642
 
 
643
 
test-echocanceltest.obj: echocanceltest.cpp
644
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-echocanceltest.obj -MD -MP -MF $(DEPDIR)/test-echocanceltest.Tpo -c -o test-echocanceltest.obj `if test -f 'echocanceltest.cpp'; then $(CYGPATH_W) 'echocanceltest.cpp'; else $(CYGPATH_W) '$(srcdir)/echocanceltest.cpp'; fi`
645
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-echocanceltest.Tpo $(DEPDIR)/test-echocanceltest.Po
646
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
647
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='echocanceltest.cpp' object='test-echocanceltest.obj' libtool=no @AMDEPBACKSLASH@
648
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
649
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-echocanceltest.obj `if test -f 'echocanceltest.cpp'; then $(CYGPATH_W) 'echocanceltest.cpp'; else $(CYGPATH_W) '$(srcdir)/echocanceltest.cpp'; fi`
650
 
 
651
 
test-gaincontroltest.o: gaincontroltest.cpp
652
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-gaincontroltest.o -MD -MP -MF $(DEPDIR)/test-gaincontroltest.Tpo -c -o test-gaincontroltest.o `test -f 'gaincontroltest.cpp' || echo '$(srcdir)/'`gaincontroltest.cpp
653
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-gaincontroltest.Tpo $(DEPDIR)/test-gaincontroltest.Po
654
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
655
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='gaincontroltest.cpp' object='test-gaincontroltest.o' libtool=no @AMDEPBACKSLASH@
656
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
657
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-gaincontroltest.o `test -f 'gaincontroltest.cpp' || echo '$(srcdir)/'`gaincontroltest.cpp
658
 
 
659
 
test-gaincontroltest.obj: gaincontroltest.cpp
660
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -MT test-gaincontroltest.obj -MD -MP -MF $(DEPDIR)/test-gaincontroltest.Tpo -c -o test-gaincontroltest.obj `if test -f 'gaincontroltest.cpp'; then $(CYGPATH_W) 'gaincontroltest.cpp'; else $(CYGPATH_W) '$(srcdir)/gaincontroltest.cpp'; fi`
661
 
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/test-gaincontroltest.Tpo $(DEPDIR)/test-gaincontroltest.Po
662
 
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
663
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='gaincontroltest.cpp' object='test-gaincontroltest.obj' libtool=no @AMDEPBACKSLASH@
664
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665
 
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CXXFLAGS) $(CXXFLAGS) -c -o test-gaincontroltest.obj `if test -f 'gaincontroltest.cpp'; then $(CYGPATH_W) 'gaincontroltest.cpp'; else $(CYGPATH_W) '$(srcdir)/gaincontroltest.cpp'; fi`
666
 
 
667
 
mostlyclean-libtool:
668
 
        -rm -f *.lo
669
 
 
670
 
clean-libtool:
671
 
        -rm -rf .libs _libs
672
 
 
673
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
674
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
675
 
        unique=`for i in $$list; do \
676
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
677
 
          done | \
678
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
679
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
680
 
        mkid -fID $$unique
681
 
tags: TAGS
682
 
 
683
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
684
 
                $(TAGS_FILES) $(LISP)
685
 
        set x; \
686
 
        here=`pwd`; \
687
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
688
 
        unique=`for i in $$list; do \
689
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
690
 
          done | \
691
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
692
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
693
 
        shift; \
694
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
695
 
          test -n "$$unique" || unique=$$empty_fix; \
696
 
          if test $$# -gt 0; then \
697
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
698
 
              "$$@" $$unique; \
699
 
          else \
700
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
701
 
              $$unique; \
702
 
          fi; \
703
 
        fi
704
 
ctags: CTAGS
705
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
706
 
                $(TAGS_FILES) $(LISP)
707
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
708
 
        unique=`for i in $$list; do \
709
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
710
 
          done | \
711
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
712
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
713
 
        test -z "$(CTAGS_ARGS)$$unique" \
714
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
715
 
             $$unique
716
 
 
717
 
GTAGS:
718
 
        here=`$(am__cd) $(top_builddir) && pwd` \
719
 
          && $(am__cd) $(top_srcdir) \
720
 
          && gtags -i $(GTAGS_ARGS) "$$here"
721
 
 
722
 
distclean-tags:
723
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
724
 
 
725
 
check-TESTS: $(TESTS)
726
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
727
 
        srcdir=$(srcdir); export srcdir; \
728
 
        list=' $(TESTS) '; \
729
 
        $(am__tty_colors); \
730
 
        if test -n "$$list"; then \
731
 
          for tst in $$list; do \
732
 
            if test -f ./$$tst; then dir=./; \
733
 
            elif test -f $$tst; then dir=; \
734
 
            else dir="$(srcdir)/"; fi; \
735
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
736
 
              all=`expr $$all + 1`; \
737
 
              case " $(XFAIL_TESTS) " in \
738
 
              *[\ \     ]$$tst[\ \      ]*) \
739
 
                xpass=`expr $$xpass + 1`; \
740
 
                failed=`expr $$failed + 1`; \
741
 
                col=$$red; res=XPASS; \
742
 
              ;; \
743
 
              *) \
744
 
                col=$$grn; res=PASS; \
745
 
              ;; \
746
 
              esac; \
747
 
            elif test $$? -ne 77; then \
748
 
              all=`expr $$all + 1`; \
749
 
              case " $(XFAIL_TESTS) " in \
750
 
              *[\ \     ]$$tst[\ \      ]*) \
751
 
                xfail=`expr $$xfail + 1`; \
752
 
                col=$$lgn; res=XFAIL; \
753
 
              ;; \
754
 
              *) \
755
 
                failed=`expr $$failed + 1`; \
756
 
                col=$$red; res=FAIL; \
757
 
              ;; \
758
 
              esac; \
759
 
            else \
760
 
              skip=`expr $$skip + 1`; \
761
 
              col=$$blu; res=SKIP; \
762
 
            fi; \
763
 
            echo "$${col}$$res$${std}: $$tst"; \
764
 
          done; \
765
 
          if test "$$all" -eq 1; then \
766
 
            tests="test"; \
767
 
            All=""; \
768
 
          else \
769
 
            tests="tests"; \
770
 
            All="All "; \
771
 
          fi; \
772
 
          if test "$$failed" -eq 0; then \
773
 
            if test "$$xfail" -eq 0; then \
774
 
              banner="$$All$$all $$tests passed"; \
775
 
            else \
776
 
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
777
 
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
778
 
            fi; \
779
 
          else \
780
 
            if test "$$xpass" -eq 0; then \
781
 
              banner="$$failed of $$all $$tests failed"; \
782
 
            else \
783
 
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
784
 
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
785
 
            fi; \
786
 
          fi; \
787
 
          dashes="$$banner"; \
788
 
          skipped=""; \
789
 
          if test "$$skip" -ne 0; then \
790
 
            if test "$$skip" -eq 1; then \
791
 
              skipped="($$skip test was not run)"; \
792
 
            else \
793
 
              skipped="($$skip tests were not run)"; \
794
 
            fi; \
795
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
796
 
              dashes="$$skipped"; \
797
 
          fi; \
798
 
          report=""; \
799
 
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
800
 
            report="Please report to $(PACKAGE_BUGREPORT)"; \
801
 
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
802
 
              dashes="$$report"; \
803
 
          fi; \
804
 
          dashes=`echo "$$dashes" | sed s/./=/g`; \
805
 
          if test "$$failed" -eq 0; then \
806
 
            echo "$$grn$$dashes"; \
807
 
          else \
808
 
            echo "$$red$$dashes"; \
809
 
          fi; \
810
 
          echo "$$banner"; \
811
 
          test -z "$$skipped" || echo "$$skipped"; \
812
 
          test -z "$$report" || echo "$$report"; \
813
 
          echo "$$dashes$$std"; \
814
 
          test "$$failed" -eq 0; \
815
 
        else :; fi
816
 
 
817
 
distdir: $(DISTFILES)
818
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
819
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
820
 
        list='$(DISTFILES)'; \
821
 
          dist_files=`for file in $$list; do echo $$file; done | \
822
 
          sed -e "s|^$$srcdirstrip/||;t" \
823
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
824
 
        case $$dist_files in \
825
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
826
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
827
 
                           sort -u` ;; \
828
 
        esac; \
829
 
        for file in $$dist_files; do \
830
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
831
 
          if test -d $$d/$$file; then \
832
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
833
 
            if test -d "$(distdir)/$$file"; then \
834
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
835
 
            fi; \
836
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
837
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
838
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
839
 
            fi; \
840
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
841
 
          else \
842
 
            test -f "$(distdir)/$$file" \
843
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
844
 
            || exit 1; \
845
 
          fi; \
846
 
        done
847
 
check-am: all-am
848
 
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
849
 
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
850
 
check: check-am
851
 
all-am: Makefile
852
 
installdirs:
853
 
install: install-am
854
 
install-exec: install-exec-am
855
 
install-data: install-data-am
856
 
uninstall: uninstall-am
857
 
 
858
 
install-am: all-am
859
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
860
 
 
861
 
installcheck: installcheck-am
862
 
install-strip:
863
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
864
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
865
 
          `test -z '$(STRIP)' || \
866
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
867
 
mostlyclean-generic:
868
 
 
869
 
clean-generic:
870
 
 
871
 
distclean-generic:
872
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
873
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
874
 
 
875
 
maintainer-clean-generic:
876
 
        @echo "This command is intended for maintainers to use"
877
 
        @echo "it deletes files that may require special tools to rebuild."
878
 
clean: clean-am
879
 
 
880
 
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
881
 
        mostlyclean-am
882
 
 
883
 
distclean: distclean-am
884
 
        -rm -rf ./$(DEPDIR)
885
 
        -rm -f Makefile
886
 
distclean-am: clean-am distclean-compile distclean-generic \
887
 
        distclean-tags
888
 
 
889
 
dvi: dvi-am
890
 
 
891
 
dvi-am:
892
 
 
893
 
html: html-am
894
 
 
895
 
html-am:
896
 
 
897
 
info: info-am
898
 
 
899
 
info-am:
900
 
 
901
 
install-data-am:
902
 
 
903
 
install-dvi: install-dvi-am
904
 
 
905
 
install-dvi-am:
906
 
 
907
 
install-exec-am:
908
 
 
909
 
install-html: install-html-am
910
 
 
911
 
install-html-am:
912
 
 
913
 
install-info: install-info-am
914
 
 
915
 
install-info-am:
916
 
 
917
 
install-man:
918
 
 
919
 
install-pdf: install-pdf-am
920
 
 
921
 
install-pdf-am:
922
 
 
923
 
install-ps: install-ps-am
924
 
 
925
 
install-ps-am:
926
 
 
927
 
installcheck-am:
928
 
 
929
 
maintainer-clean: maintainer-clean-am
930
 
        -rm -rf ./$(DEPDIR)
931
 
        -rm -f Makefile
932
 
maintainer-clean-am: distclean-am maintainer-clean-generic
933
 
 
934
 
mostlyclean: mostlyclean-am
935
 
 
936
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
937
 
        mostlyclean-libtool
938
 
 
939
 
pdf: pdf-am
940
 
 
941
 
pdf-am:
942
 
 
943
 
ps: ps-am
944
 
 
945
 
ps-am:
946
 
 
947
 
uninstall-am:
948
 
 
949
 
.MAKE: check-am install-am install-strip
950
 
 
951
 
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
952
 
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
953
 
        distclean distclean-compile distclean-generic \
954
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
955
 
        html-am info info-am install install-am install-data \
956
 
        install-data-am install-dvi install-dvi-am install-exec \
957
 
        install-exec-am install-html install-html-am install-info \
958
 
        install-info-am install-man install-pdf install-pdf-am \
959
 
        install-ps install-ps-am install-strip installcheck \
960
 
        installcheck-am installdirs maintainer-clean \
961
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
962
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
963
 
        tags uninstall uninstall-am
964
 
 
965
 
 
966
 
indent:
967
 
        @echo "Indenting code:"
968
 
        if [ -f $(ASTYLERC) ] ; then \
969
 
                find $(top_srcdir)/src/ -name \*.cpp -o -name \*.h | xargs $(indent) --options=$(ASTYLERC) ; \
970
 
        fi
971
 
        accounttest.h \
972
 
        audiolayertest.h \
973
 
        configurationtest.h \
974
 
        constants.h \
975
 
        delaydetectiontest.h \
976
 
        echocanceltest.h \
977
 
        gaincontroltest.h \
978
 
        historytest.h \
979
 
        instantmessagingtest.h \
980
 
        mainbuffertest.h \
981
 
        numbercleanertest.h \
982
 
        ringtonetest.h \
983
 
        sdesnegotiatortest.h \
984
 
        sdptest.h \
985
 
        siptest.h \
986
 
        validator.h
987
 
 
988
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
989
 
# Otherwise a system limit (for SysV at least) may be exceeded.
990
 
.NOEXPORT: