~ubuntu-branches/ubuntu/vivid/modemmanager/vivid-proposed

« back to all changes in this revision

Viewing changes to src/tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-06-16 17:12:41 UTC
  • mfrom: (16.1.1 oneiric)
  • Revision ID: james.westby@ubuntu.com-20110616171241-k8vgsdmbpsvx467q
Tags: 0.4.997-1
* debian/watch: Switch to .bz2 tarballs.
* Upload to unstable.

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
noinst_PROGRAMS = test-modem-helpers$(EXEEXT) test-charsets$(EXEEXT) \
 
38
        test-qcdm-serial-port$(EXEEXT)
 
39
subdir = src/tests
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4/compiler_warnings.m4 \
 
43
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
44
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
45
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
46
        $(top_srcdir)/configure.ac
 
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
48
        $(ACLOCAL_M4)
 
49
mkinstalldirs = $(install_sh) -d
 
50
CONFIG_HEADER = $(top_builddir)/config.h
 
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
 
53
PROGRAMS = $(noinst_PROGRAMS)
 
54
am_test_charsets_OBJECTS = test_charsets-test-charsets.$(OBJEXT)
 
55
test_charsets_OBJECTS = $(am_test_charsets_OBJECTS)
 
56
am__DEPENDENCIES_1 =
 
57
test_charsets_DEPENDENCIES = $(top_builddir)/src/libmodem-helpers.la \
 
58
        $(am__DEPENDENCIES_1)
 
59
AM_V_lt = $(am__v_lt_$(V))
 
60
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
61
am__v_lt_0 = --silent
 
62
am_test_modem_helpers_OBJECTS =  \
 
63
        test_modem_helpers-test-modem-helpers.$(OBJEXT)
 
64
test_modem_helpers_OBJECTS = $(am_test_modem_helpers_OBJECTS)
 
65
test_modem_helpers_DEPENDENCIES =  \
 
66
        $(top_builddir)/src/libmodem-helpers.la $(am__DEPENDENCIES_1)
 
67
am_test_qcdm_serial_port_OBJECTS =  \
 
68
        test_qcdm_serial_port-test-qcdm-serial-port.$(OBJEXT)
 
69
test_qcdm_serial_port_OBJECTS = $(am_test_qcdm_serial_port_OBJECTS)
 
70
test_qcdm_serial_port_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
71
        $(top_builddir)/src/libserial.la \
 
72
        $(top_builddir)/src/libmodem-helpers.la \
 
73
        $(top_builddir)/libqcdm/src/libqcdm.la
 
74
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
75
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
76
am__depfiles_maybe = depfiles
 
77
am__mv = mv -f
 
78
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
79
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
80
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
81
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
82
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
83
        $(AM_CFLAGS) $(CFLAGS)
 
84
AM_V_CC = $(am__v_CC_$(V))
 
85
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
86
am__v_CC_0 = @echo "  CC    " $@;
 
87
AM_V_at = $(am__v_at_$(V))
 
88
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
89
am__v_at_0 = @
 
90
CCLD = $(CC)
 
91
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
92
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
93
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
94
AM_V_CCLD = $(am__v_CCLD_$(V))
 
95
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
96
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
97
AM_V_GEN = $(am__v_GEN_$(V))
 
98
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
99
am__v_GEN_0 = @echo "  GEN   " $@;
 
100
SOURCES = $(test_charsets_SOURCES) $(test_modem_helpers_SOURCES) \
 
101
        $(test_qcdm_serial_port_SOURCES)
 
102
DIST_SOURCES = $(test_charsets_SOURCES) $(test_modem_helpers_SOURCES) \
 
103
        $(test_qcdm_serial_port_SOURCES)
 
104
ETAGS = etags
 
105
CTAGS = ctags
 
106
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
107
ACLOCAL = @ACLOCAL@
 
108
ALL_LINGUAS = @ALL_LINGUAS@
 
109
AMTAR = @AMTAR@
 
110
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
111
AR = @AR@
 
112
AUTOCONF = @AUTOCONF@
 
113
AUTOHEADER = @AUTOHEADER@
 
114
AUTOMAKE = @AUTOMAKE@
 
115
AWK = @AWK@
 
116
CATALOGS = @CATALOGS@
 
117
CATOBJEXT = @CATOBJEXT@
 
118
CC = @CC@
 
119
CCDEPMODE = @CCDEPMODE@
 
120
CFLAGS = @CFLAGS@
 
121
CPP = @CPP@
 
122
CPPFLAGS = @CPPFLAGS@
 
123
CYGPATH_W = @CYGPATH_W@
 
124
DATADIRNAME = @DATADIRNAME@
 
125
DBUS_SYS_DIR = @DBUS_SYS_DIR@
 
126
DEFS = @DEFS@
 
127
DEPDIR = @DEPDIR@
 
128
DLLTOOL = @DLLTOOL@
 
129
DSYMUTIL = @DSYMUTIL@
 
130
DUMPBIN = @DUMPBIN@
 
131
ECHO_C = @ECHO_C@
 
132
ECHO_N = @ECHO_N@
 
133
ECHO_T = @ECHO_T@
 
134
EGREP = @EGREP@
 
135
EXEEXT = @EXEEXT@
 
136
FGREP = @FGREP@
 
137
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
138
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
139
GMOFILES = @GMOFILES@
 
140
GMSGFMT = @GMSGFMT@
 
141
GREP = @GREP@
 
142
GUDEV_CFLAGS = @GUDEV_CFLAGS@
 
143
GUDEV_LIBS = @GUDEV_LIBS@
 
144
INSTALL = @INSTALL@
 
145
INSTALL_DATA = @INSTALL_DATA@
 
146
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
147
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
148
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
149
INSTOBJEXT = @INSTOBJEXT@
 
150
INTLLIBS = @INTLLIBS@
 
151
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
152
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
153
INTLTOOL_PERL = @INTLTOOL_PERL@
 
154
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
155
LD = @LD@
 
156
LDFLAGS = @LDFLAGS@
 
157
LIBOBJS = @LIBOBJS@
 
158
LIBS = @LIBS@
 
159
LIBTOOL = @LIBTOOL@
 
160
LIPO = @LIPO@
 
161
LN_S = @LN_S@
 
162
LTLIBOBJS = @LTLIBOBJS@
 
163
MAINT = @MAINT@
 
164
MAKEINFO = @MAKEINFO@
 
165
MANIFEST_TOOL = @MANIFEST_TOOL@
 
166
MKDIR_P = @MKDIR_P@
 
167
MKINSTALLDIRS = @MKINSTALLDIRS@
 
168
MM_CFLAGS = @MM_CFLAGS@
 
169
MM_LIBS = @MM_LIBS@
 
170
MSGFMT = @MSGFMT@
 
171
MSGFMT_OPTS = @MSGFMT_OPTS@
 
172
MSGMERGE = @MSGMERGE@
 
173
NM = @NM@
 
174
NMEDIT = @NMEDIT@
 
175
OBJDUMP = @OBJDUMP@
 
176
OBJEXT = @OBJEXT@
 
177
OTOOL = @OTOOL@
 
178
OTOOL64 = @OTOOL64@
 
179
PACKAGE = @PACKAGE@
 
180
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
181
PACKAGE_NAME = @PACKAGE_NAME@
 
182
PACKAGE_STRING = @PACKAGE_STRING@
 
183
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
184
PACKAGE_URL = @PACKAGE_URL@
 
185
PACKAGE_VERSION = @PACKAGE_VERSION@
 
186
PATH_SEPARATOR = @PATH_SEPARATOR@
 
187
PKG_CONFIG = @PKG_CONFIG@
 
188
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
189
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
190
POFILES = @POFILES@
 
191
POLKIT_CFLAGS = @POLKIT_CFLAGS@
 
192
POLKIT_LIBS = @POLKIT_LIBS@
 
193
POSUB = @POSUB@
 
194
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
195
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
196
PPPD_PLUGIN_DIR = @PPPD_PLUGIN_DIR@
 
197
RANLIB = @RANLIB@
 
198
SED = @SED@
 
199
SET_MAKE = @SET_MAKE@
 
200
SHELL = @SHELL@
 
201
STRIP = @STRIP@
 
202
UDEV_BASE_DIR = @UDEV_BASE_DIR@
 
203
USE_NLS = @USE_NLS@
 
204
VERSION = @VERSION@
 
205
XGETTEXT = @XGETTEXT@
 
206
abs_builddir = @abs_builddir@
 
207
abs_srcdir = @abs_srcdir@
 
208
abs_top_builddir = @abs_top_builddir@
 
209
abs_top_srcdir = @abs_top_srcdir@
 
210
ac_ct_AR = @ac_ct_AR@
 
211
ac_ct_CC = @ac_ct_CC@
 
212
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
213
am__include = @am__include@
 
214
am__leading_dot = @am__leading_dot@
 
215
am__quote = @am__quote@
 
216
am__tar = @am__tar@
 
217
am__untar = @am__untar@
 
218
bindir = @bindir@
 
219
build = @build@
 
220
build_alias = @build_alias@
 
221
build_cpu = @build_cpu@
 
222
build_os = @build_os@
 
223
build_vendor = @build_vendor@
 
224
builddir = @builddir@
 
225
datadir = @datadir@
 
226
datarootdir = @datarootdir@
 
227
docdir = @docdir@
 
228
dvidir = @dvidir@
 
229
exec_prefix = @exec_prefix@
 
230
host = @host@
 
231
host_alias = @host_alias@
 
232
host_cpu = @host_cpu@
 
233
host_os = @host_os@
 
234
host_vendor = @host_vendor@
 
235
htmldir = @htmldir@
 
236
includedir = @includedir@
 
237
infodir = @infodir@
 
238
install_sh = @install_sh@
 
239
libdir = @libdir@
 
240
libexecdir = @libexecdir@
 
241
localedir = @localedir@
 
242
localstatedir = @localstatedir@
 
243
mandir = @mandir@
 
244
mkdir_p = @mkdir_p@
 
245
oldincludedir = @oldincludedir@
 
246
pdfdir = @pdfdir@
 
247
prefix = @prefix@
 
248
program_transform_name = @program_transform_name@
 
249
psdir = @psdir@
 
250
sbindir = @sbindir@
 
251
sharedstatedir = @sharedstatedir@
 
252
srcdir = @srcdir@
 
253
sysconfdir = @sysconfdir@
 
254
target_alias = @target_alias@
 
255
top_build_prefix = @top_build_prefix@
 
256
top_builddir = @top_builddir@
 
257
top_srcdir = @top_srcdir@
 
258
INCLUDES = \
 
259
        -I$(top_srcdir)/src
 
260
 
 
261
test_modem_helpers_SOURCES = \
 
262
        test-modem-helpers.c
 
263
 
 
264
test_modem_helpers_CPPFLAGS = \
 
265
        $(MM_CFLAGS)
 
266
 
 
267
test_modem_helpers_LDADD = \
 
268
        $(top_builddir)/src/libmodem-helpers.la \
 
269
        $(MM_LIBS)
 
270
 
 
271
test_charsets_SOURCES = \
 
272
        test-charsets.c
 
273
 
 
274
test_charsets_CPPFLAGS = \
 
275
        $(MM_CFLAGS)
 
276
 
 
277
test_charsets_LDADD = \
 
278
        $(top_builddir)/src/libmodem-helpers.la \
 
279
        $(MM_LIBS)
 
280
 
 
281
test_qcdm_serial_port_SOURCES = \
 
282
        test-qcdm-serial-port.c
 
283
 
 
284
test_qcdm_serial_port_CPPFLAGS = \
 
285
        $(MM_CFLAGS) \
 
286
        -I$(top_srcdir)
 
287
 
 
288
test_qcdm_serial_port_LDADD = \
 
289
        $(MM_LIBS) \
 
290
        $(top_builddir)/src/libserial.la \
 
291
        $(top_builddir)/src/libmodem-helpers.la \
 
292
        $(top_builddir)/libqcdm/src/libqcdm.la \
 
293
        -lutil
 
294
 
 
295
all: all-am
 
296
 
 
297
.SUFFIXES:
 
298
.SUFFIXES: .c .lo .o .obj
 
299
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
300
        @for dep in $?; do \
 
301
          case '$(am__configure_deps)' in \
 
302
            *$$dep*) \
 
303
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
304
                && { if test -f $@; then exit 0; else break; fi; }; \
 
305
              exit 1;; \
 
306
          esac; \
 
307
        done; \
 
308
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/tests/Makefile'; \
 
309
        $(am__cd) $(top_srcdir) && \
 
310
          $(AUTOMAKE) --gnu src/tests/Makefile
 
311
.PRECIOUS: Makefile
 
312
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
313
        @case '$?' in \
 
314
          *config.status*) \
 
315
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
316
          *) \
 
317
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
318
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
319
        esac;
 
320
 
 
321
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
322
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
323
 
 
324
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
325
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
326
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
327
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
328
$(am__aclocal_m4_deps):
 
329
 
 
330
clean-noinstPROGRAMS:
 
331
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
332
        echo " rm -f" $$list; \
 
333
        rm -f $$list || exit $$?; \
 
334
        test -n "$(EXEEXT)" || exit 0; \
 
335
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
336
        echo " rm -f" $$list; \
 
337
        rm -f $$list
 
338
test-charsets$(EXEEXT): $(test_charsets_OBJECTS) $(test_charsets_DEPENDENCIES) 
 
339
        @rm -f test-charsets$(EXEEXT)
 
340
        $(AM_V_CCLD)$(LINK) $(test_charsets_OBJECTS) $(test_charsets_LDADD) $(LIBS)
 
341
test-modem-helpers$(EXEEXT): $(test_modem_helpers_OBJECTS) $(test_modem_helpers_DEPENDENCIES) 
 
342
        @rm -f test-modem-helpers$(EXEEXT)
 
343
        $(AM_V_CCLD)$(LINK) $(test_modem_helpers_OBJECTS) $(test_modem_helpers_LDADD) $(LIBS)
 
344
test-qcdm-serial-port$(EXEEXT): $(test_qcdm_serial_port_OBJECTS) $(test_qcdm_serial_port_DEPENDENCIES) 
 
345
        @rm -f test-qcdm-serial-port$(EXEEXT)
 
346
        $(AM_V_CCLD)$(LINK) $(test_qcdm_serial_port_OBJECTS) $(test_qcdm_serial_port_LDADD) $(LIBS)
 
347
 
 
348
mostlyclean-compile:
 
349
        -rm -f *.$(OBJEXT)
 
350
 
 
351
distclean-compile:
 
352
        -rm -f *.tab.c
 
353
 
 
354
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_charsets-test-charsets.Po@am__quote@
 
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_modem_helpers-test-modem-helpers.Po@am__quote@
 
356
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_qcdm_serial_port-test-qcdm-serial-port.Po@am__quote@
 
357
 
 
358
.c.o:
 
359
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
360
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
361
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
362
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
363
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
365
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
 
366
 
 
367
.c.obj:
 
368
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
369
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
370
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
371
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
374
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
375
 
 
376
.c.lo:
 
377
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
378
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
379
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
 
380
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
383
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
384
 
 
385
test_charsets-test-charsets.o: test-charsets.c
 
386
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_charsets_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_charsets-test-charsets.o -MD -MP -MF $(DEPDIR)/test_charsets-test-charsets.Tpo -c -o test_charsets-test-charsets.o `test -f 'test-charsets.c' || echo '$(srcdir)/'`test-charsets.c
 
387
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_charsets-test-charsets.Tpo $(DEPDIR)/test_charsets-test-charsets.Po
 
388
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test-charsets.c' object='test_charsets-test-charsets.o' libtool=no @AMDEPBACKSLASH@
 
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
391
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_charsets_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_charsets-test-charsets.o `test -f 'test-charsets.c' || echo '$(srcdir)/'`test-charsets.c
 
392
 
 
393
test_charsets-test-charsets.obj: test-charsets.c
 
394
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_charsets_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_charsets-test-charsets.obj -MD -MP -MF $(DEPDIR)/test_charsets-test-charsets.Tpo -c -o test_charsets-test-charsets.obj `if test -f 'test-charsets.c'; then $(CYGPATH_W) 'test-charsets.c'; else $(CYGPATH_W) '$(srcdir)/test-charsets.c'; fi`
 
395
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_charsets-test-charsets.Tpo $(DEPDIR)/test_charsets-test-charsets.Po
 
396
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test-charsets.c' object='test_charsets-test-charsets.obj' libtool=no @AMDEPBACKSLASH@
 
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
399
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_charsets_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_charsets-test-charsets.obj `if test -f 'test-charsets.c'; then $(CYGPATH_W) 'test-charsets.c'; else $(CYGPATH_W) '$(srcdir)/test-charsets.c'; fi`
 
400
 
 
401
test_modem_helpers-test-modem-helpers.o: test-modem-helpers.c
 
402
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_modem_helpers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_modem_helpers-test-modem-helpers.o -MD -MP -MF $(DEPDIR)/test_modem_helpers-test-modem-helpers.Tpo -c -o test_modem_helpers-test-modem-helpers.o `test -f 'test-modem-helpers.c' || echo '$(srcdir)/'`test-modem-helpers.c
 
403
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_modem_helpers-test-modem-helpers.Tpo $(DEPDIR)/test_modem_helpers-test-modem-helpers.Po
 
404
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test-modem-helpers.c' object='test_modem_helpers-test-modem-helpers.o' libtool=no @AMDEPBACKSLASH@
 
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
407
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_modem_helpers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_modem_helpers-test-modem-helpers.o `test -f 'test-modem-helpers.c' || echo '$(srcdir)/'`test-modem-helpers.c
 
408
 
 
409
test_modem_helpers-test-modem-helpers.obj: test-modem-helpers.c
 
410
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_modem_helpers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_modem_helpers-test-modem-helpers.obj -MD -MP -MF $(DEPDIR)/test_modem_helpers-test-modem-helpers.Tpo -c -o test_modem_helpers-test-modem-helpers.obj `if test -f 'test-modem-helpers.c'; then $(CYGPATH_W) 'test-modem-helpers.c'; else $(CYGPATH_W) '$(srcdir)/test-modem-helpers.c'; fi`
 
411
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_modem_helpers-test-modem-helpers.Tpo $(DEPDIR)/test_modem_helpers-test-modem-helpers.Po
 
412
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test-modem-helpers.c' object='test_modem_helpers-test-modem-helpers.obj' libtool=no @AMDEPBACKSLASH@
 
414
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
415
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_modem_helpers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_modem_helpers-test-modem-helpers.obj `if test -f 'test-modem-helpers.c'; then $(CYGPATH_W) 'test-modem-helpers.c'; else $(CYGPATH_W) '$(srcdir)/test-modem-helpers.c'; fi`
 
416
 
 
417
test_qcdm_serial_port-test-qcdm-serial-port.o: test-qcdm-serial-port.c
 
418
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_qcdm_serial_port_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_qcdm_serial_port-test-qcdm-serial-port.o -MD -MP -MF $(DEPDIR)/test_qcdm_serial_port-test-qcdm-serial-port.Tpo -c -o test_qcdm_serial_port-test-qcdm-serial-port.o `test -f 'test-qcdm-serial-port.c' || echo '$(srcdir)/'`test-qcdm-serial-port.c
 
419
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_qcdm_serial_port-test-qcdm-serial-port.Tpo $(DEPDIR)/test_qcdm_serial_port-test-qcdm-serial-port.Po
 
420
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
421
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test-qcdm-serial-port.c' object='test_qcdm_serial_port-test-qcdm-serial-port.o' libtool=no @AMDEPBACKSLASH@
 
422
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
423
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_qcdm_serial_port_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_qcdm_serial_port-test-qcdm-serial-port.o `test -f 'test-qcdm-serial-port.c' || echo '$(srcdir)/'`test-qcdm-serial-port.c
 
424
 
 
425
test_qcdm_serial_port-test-qcdm-serial-port.obj: test-qcdm-serial-port.c
 
426
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_qcdm_serial_port_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_qcdm_serial_port-test-qcdm-serial-port.obj -MD -MP -MF $(DEPDIR)/test_qcdm_serial_port-test-qcdm-serial-port.Tpo -c -o test_qcdm_serial_port-test-qcdm-serial-port.obj `if test -f 'test-qcdm-serial-port.c'; then $(CYGPATH_W) 'test-qcdm-serial-port.c'; else $(CYGPATH_W) '$(srcdir)/test-qcdm-serial-port.c'; fi`
 
427
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_qcdm_serial_port-test-qcdm-serial-port.Tpo $(DEPDIR)/test_qcdm_serial_port-test-qcdm-serial-port.Po
 
428
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
429
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test-qcdm-serial-port.c' object='test_qcdm_serial_port-test-qcdm-serial-port.obj' libtool=no @AMDEPBACKSLASH@
 
430
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
431
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_qcdm_serial_port_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_qcdm_serial_port-test-qcdm-serial-port.obj `if test -f 'test-qcdm-serial-port.c'; then $(CYGPATH_W) 'test-qcdm-serial-port.c'; else $(CYGPATH_W) '$(srcdir)/test-qcdm-serial-port.c'; fi`
 
432
 
 
433
mostlyclean-libtool:
 
434
        -rm -f *.lo
 
435
 
 
436
clean-libtool:
 
437
        -rm -rf .libs _libs
 
438
 
 
439
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
440
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
441
        unique=`for i in $$list; do \
 
442
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
443
          done | \
 
444
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
445
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
446
        mkid -fID $$unique
 
447
tags: TAGS
 
448
 
 
449
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
450
                $(TAGS_FILES) $(LISP)
 
451
        set x; \
 
452
        here=`pwd`; \
 
453
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
454
        unique=`for i in $$list; do \
 
455
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
456
          done | \
 
457
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
458
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
459
        shift; \
 
460
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
461
          test -n "$$unique" || unique=$$empty_fix; \
 
462
          if test $$# -gt 0; then \
 
463
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
464
              "$$@" $$unique; \
 
465
          else \
 
466
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
467
              $$unique; \
 
468
          fi; \
 
469
        fi
 
470
ctags: CTAGS
 
471
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
472
                $(TAGS_FILES) $(LISP)
 
473
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
474
        unique=`for i in $$list; do \
 
475
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
476
          done | \
 
477
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
478
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
479
        test -z "$(CTAGS_ARGS)$$unique" \
 
480
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
481
             $$unique
 
482
 
 
483
GTAGS:
 
484
        here=`$(am__cd) $(top_builddir) && pwd` \
 
485
          && $(am__cd) $(top_srcdir) \
 
486
          && gtags -i $(GTAGS_ARGS) "$$here"
 
487
 
 
488
distclean-tags:
 
489
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
490
 
 
491
distdir: $(DISTFILES)
 
492
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
493
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
494
        list='$(DISTFILES)'; \
 
495
          dist_files=`for file in $$list; do echo $$file; done | \
 
496
          sed -e "s|^$$srcdirstrip/||;t" \
 
497
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
498
        case $$dist_files in \
 
499
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
500
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
501
                           sort -u` ;; \
 
502
        esac; \
 
503
        for file in $$dist_files; do \
 
504
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
505
          if test -d $$d/$$file; then \
 
506
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
507
            if test -d "$(distdir)/$$file"; then \
 
508
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
509
            fi; \
 
510
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
511
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
512
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
513
            fi; \
 
514
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
515
          else \
 
516
            test -f "$(distdir)/$$file" \
 
517
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
518
            || exit 1; \
 
519
          fi; \
 
520
        done
 
521
@WITH_TESTS_FALSE@check-local:
 
522
check-am: all-am
 
523
        $(MAKE) $(AM_MAKEFLAGS) check-local
 
524
check: check-am
 
525
all-am: Makefile $(PROGRAMS)
 
526
installdirs:
 
527
install: install-am
 
528
install-exec: install-exec-am
 
529
install-data: install-data-am
 
530
uninstall: uninstall-am
 
531
 
 
532
install-am: all-am
 
533
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
534
 
 
535
installcheck: installcheck-am
 
536
install-strip:
 
537
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
538
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
539
          `test -z '$(STRIP)' || \
 
540
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
541
mostlyclean-generic:
 
542
 
 
543
clean-generic:
 
544
 
 
545
distclean-generic:
 
546
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
547
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
548
 
 
549
maintainer-clean-generic:
 
550
        @echo "This command is intended for maintainers to use"
 
551
        @echo "it deletes files that may require special tools to rebuild."
 
552
clean: clean-am
 
553
 
 
554
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
555
        mostlyclean-am
 
556
 
 
557
distclean: distclean-am
 
558
        -rm -rf ./$(DEPDIR)
 
559
        -rm -f Makefile
 
560
distclean-am: clean-am distclean-compile distclean-generic \
 
561
        distclean-tags
 
562
 
 
563
dvi: dvi-am
 
564
 
 
565
dvi-am:
 
566
 
 
567
html: html-am
 
568
 
 
569
html-am:
 
570
 
 
571
info: info-am
 
572
 
 
573
info-am:
 
574
 
 
575
install-data-am:
 
576
 
 
577
install-dvi: install-dvi-am
 
578
 
 
579
install-dvi-am:
 
580
 
 
581
install-exec-am:
 
582
 
 
583
install-html: install-html-am
 
584
 
 
585
install-html-am:
 
586
 
 
587
install-info: install-info-am
 
588
 
 
589
install-info-am:
 
590
 
 
591
install-man:
 
592
 
 
593
install-pdf: install-pdf-am
 
594
 
 
595
install-pdf-am:
 
596
 
 
597
install-ps: install-ps-am
 
598
 
 
599
install-ps-am:
 
600
 
 
601
installcheck-am:
 
602
 
 
603
maintainer-clean: maintainer-clean-am
 
604
        -rm -rf ./$(DEPDIR)
 
605
        -rm -f Makefile
 
606
maintainer-clean-am: distclean-am maintainer-clean-generic
 
607
 
 
608
mostlyclean: mostlyclean-am
 
609
 
 
610
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
611
        mostlyclean-libtool
 
612
 
 
613
pdf: pdf-am
 
614
 
 
615
pdf-am:
 
616
 
 
617
ps: ps-am
 
618
 
 
619
ps-am:
 
620
 
 
621
uninstall-am:
 
622
 
 
623
.MAKE: check-am install-am install-strip
 
624
 
 
625
.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
 
626
        clean-generic clean-libtool clean-noinstPROGRAMS ctags \
 
627
        distclean distclean-compile distclean-generic \
 
628
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
629
        html-am info info-am install install-am install-data \
 
630
        install-data-am install-dvi install-dvi-am install-exec \
 
631
        install-exec-am install-html install-html-am install-info \
 
632
        install-info-am install-man install-pdf install-pdf-am \
 
633
        install-ps install-ps-am install-strip installcheck \
 
634
        installcheck-am installdirs maintainer-clean \
 
635
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
636
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
637
        tags uninstall uninstall-am
 
638
 
 
639
 
 
640
@WITH_TESTS_TRUE@check-local: test-modem-helpers
 
641
@WITH_TESTS_TRUE@       $(abs_builddir)/test-modem-helpers
 
642
@WITH_TESTS_TRUE@       $(abs_builddir)/test-charsets
 
643
@WITH_TESTS_TRUE@       $(abs_builddir)/test-qcdm-serial-port
 
644
 
 
645
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
646
# Otherwise a system limit (for SysV at least) may be exceeded.
 
647
.NOEXPORT: