Tarball tree for barry-0.15.tar.bz2
[barry.git] / src / Makefile.in
bloba4ef948e13c2d86826c3eae626a53d84dd804292
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = ..
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
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 @WITH_GCCVISIBILITY_TRUE@am__append_1 = -D__BARRY_HAVE_GCCVISIBILITY__ -fvisibility=hidden
41 #AM_CXXFLAGS += -D__BARRY_HAVE_GCCVISIBILITY__ -fvisibility=hidden -fvisibility-inlines-hidden
42 @WITH_GCCVISIBILITY_TRUE@am__append_2 = -D__BARRY_HAVE_GCCVISIBILITY__ -fvisibility=hidden
43 #AM_LDFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
44 @WITH_GCCVISIBILITY_TRUE@am__append_3 = -fvisibility=hidden
45 subdir = src
46 DIST_COMMON = $(include_barry_HEADERS) $(noinst_HEADERS) \
47 $(srcdir)/Makefile.am $(srcdir)/Makefile.in strnlen.c
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_c_check_flag.m4 \
50 $(top_srcdir)/m4/ax_cxx_check_flag.m4 \
51 $(top_srcdir)/configure.ac
52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53 $(ACLOCAL_M4)
54 mkinstalldirs = $(install_sh) -d
55 CONFIG_HEADER = $(top_builddir)/config.h
56 CONFIG_CLEAN_FILES =
57 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
58 am__vpath_adj = case $$p in \
59 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
60 *) f=$$p;; \
61 esac;
62 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
63 am__installdirs = "$(DESTDIR)$(libdir)" \
64 "$(DESTDIR)$(include_barrydir)"
65 libLTLIBRARIES_INSTALL = $(INSTALL)
66 LTLIBRARIES = $(lib_LTLIBRARIES)
67 am__DEPENDENCIES_1 = @LTLIBOBJS@
68 am__DEPENDENCIES_2 =
69 libbarry_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
70 $(am__DEPENDENCIES_2)
71 am_libbarry_la_OBJECTS = time.lo base64.lo bmp.lo cod.lo data.lo \
72 usbwrap.lo probe.lo common.lo error.lo ldif.lo log.lo \
73 socket.lo router.lo dataqueue.lo protocol.lo record.lo \
74 r_recur_base.lo r_calendar.lo r_calllog.lo r_contact.lo \
75 r_folder.lo r_memo.lo r_message_base.lo r_servicebook.lo \
76 r_sms.lo r_task.lo r_timezone.lo packet.lo controller.lo \
77 m_mode_base.lo m_desktop.lo m_ipmodem.lo m_serial.lo \
78 m_javaloader.lo version.lo pppfilter.lo sha1.lo iconv.lo
79 libbarry_la_OBJECTS = $(am_libbarry_la_OBJECTS)
80 depcomp = $(SHELL) $(top_srcdir)/depcomp
81 am__depfiles_maybe = depfiles
82 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
85 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86 $(AM_CFLAGS) $(CFLAGS)
87 CCLD = $(CC)
88 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
89 $(AM_LDFLAGS) $(LDFLAGS) -o $@
90 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
92 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
93 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
94 $(AM_CXXFLAGS) $(CXXFLAGS)
95 CXXLD = $(CXX)
96 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
97 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
98 SOURCES = $(libbarry_la_SOURCES)
99 DIST_SOURCES = $(libbarry_la_SOURCES)
100 include_barryHEADERS_INSTALL = $(INSTALL_HEADER)
101 HEADERS = $(include_barry_HEADERS) $(noinst_HEADERS)
102 ETAGS = etags
103 CTAGS = ctags
104 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105 ACLOCAL = @ACLOCAL@
106 AMDEP_FALSE = @AMDEP_FALSE@
107 AMDEP_TRUE = @AMDEP_TRUE@
108 AMTAR = @AMTAR@
109 AR = @AR@
110 AUTOCONF = @AUTOCONF@
111 AUTOHEADER = @AUTOHEADER@
112 AUTOMAKE = @AUTOMAKE@
113 AWK = @AWK@
114 BOOST_INC_PATH = @BOOST_INC_PATH@
115 BOOST_LDADD = @BOOST_LDADD@
116 BOOST_LIB_PATH = @BOOST_LIB_PATH@
117 CC = @CC@
118 CCDEPMODE = @CCDEPMODE@
119 CFLAGS = @CFLAGS@
120 CPP = @CPP@
121 CPPFLAGS = @CPPFLAGS@
122 CXX = @CXX@
123 CXXCPP = @CXXCPP@
124 CXXDEPMODE = @CXXDEPMODE@
125 CXXFLAGS = @CXXFLAGS@
126 CYGPATH_W = @CYGPATH_W@
127 DEFS = @DEFS@
128 DEPDIR = @DEPDIR@
129 DSYMUTIL = @DSYMUTIL@
130 ECHO = @ECHO@
131 ECHO_C = @ECHO_C@
132 ECHO_N = @ECHO_N@
133 ECHO_T = @ECHO_T@
134 EGREP = @EGREP@
135 EXEEXT = @EXEEXT@
136 F77 = @F77@
137 FFLAGS = @FFLAGS@
138 FUSE_CFLAGS = @FUSE_CFLAGS@
139 FUSE_LIBS = @FUSE_LIBS@
140 GREP = @GREP@
141 INSTALL_DATA = @INSTALL_DATA@
142 INSTALL_PROGRAM = @INSTALL_PROGRAM@
143 INSTALL_SCRIPT = @INSTALL_SCRIPT@
144 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145 LDFLAGS = @LDFLAGS@
146 LIBICONV = @LIBICONV@
147 LIBOBJS = @LIBOBJS@
148 LIBS = @LIBS@
149 LIBTOOL = @LIBTOOL@
150 LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
151 LIBUSB_LIBS = @LIBUSB_LIBS@
152 LN_S = @LN_S@
153 LTLIBICONV = @LTLIBICONV@
154 LTLIBOBJS = @LTLIBOBJS@
155 MAKEINFO = @MAKEINFO@
156 NMEDIT = @NMEDIT@
157 OBJEXT = @OBJEXT@
158 PACKAGE = @PACKAGE@
159 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
160 PACKAGE_NAME = @PACKAGE_NAME@
161 PACKAGE_STRING = @PACKAGE_STRING@
162 PACKAGE_TARNAME = @PACKAGE_TARNAME@
163 PACKAGE_VERSION = @PACKAGE_VERSION@
164 PATH_SEPARATOR = @PATH_SEPARATOR@
165 PKG_CONFIG = @PKG_CONFIG@
166 RANLIB = @RANLIB@
167 SED = @SED@
168 SET_MAKE = @SET_MAKE@
169 SHELL = @SHELL@
170 STRIP = @STRIP@
171 VERSION = @VERSION@
172 WITH_BOOST_FALSE = @WITH_BOOST_FALSE@
173 WITH_BOOST_TRUE = @WITH_BOOST_TRUE@
174 WITH_FUSE_FALSE = @WITH_FUSE_FALSE@
175 WITH_FUSE_TRUE = @WITH_FUSE_TRUE@
176 WITH_GCCVISIBILITY_FALSE = @WITH_GCCVISIBILITY_FALSE@
177 WITH_GCCVISIBILITY_TRUE = @WITH_GCCVISIBILITY_TRUE@
178 ZLIB_LIBS = @ZLIB_LIBS@
179 ac_ct_CC = @ac_ct_CC@
180 ac_ct_CXX = @ac_ct_CXX@
181 ac_ct_F77 = @ac_ct_F77@
182 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
183 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
184 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
185 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
186 am__include = @am__include@
187 am__leading_dot = @am__leading_dot@
188 am__quote = @am__quote@
189 am__tar = @am__tar@
190 am__untar = @am__untar@
191 bindir = @bindir@
192 build = @build@
193 build_alias = @build_alias@
194 build_cpu = @build_cpu@
195 build_os = @build_os@
196 build_vendor = @build_vendor@
197 datadir = @datadir@
198 datarootdir = @datarootdir@
199 docdir = @docdir@
200 dvidir = @dvidir@
201 exec_prefix = @exec_prefix@
202 host = @host@
203 host_alias = @host_alias@
204 host_cpu = @host_cpu@
205 host_os = @host_os@
206 host_vendor = @host_vendor@
207 htmldir = @htmldir@
208 includedir = @includedir@
209 infodir = @infodir@
210 install_sh = @install_sh@
211 libdir = @libdir@
212 libexecdir = @libexecdir@
213 localedir = @localedir@
214 localstatedir = @localstatedir@
215 mandir = @mandir@
216 mkdir_p = @mkdir_p@
217 oldincludedir = @oldincludedir@
218 pdfdir = @pdfdir@
219 pkgconfigdir = @pkgconfigdir@
220 prefix = @prefix@
221 program_transform_name = @program_transform_name@
222 psdir = @psdir@
223 sbindir = @sbindir@
224 sharedstatedir = @sharedstatedir@
225 subdirs = @subdirs@
226 sysconfdir = @sysconfdir@
227 target_alias = @target_alias@
229 # The following version numbers are: current:revision:age
231 # See also: http://sources.redhat.com/autobook/autobook/autobook_91.html
233 # Current - number of the current interface of the library
234 # Revision - implementation number of most recent interface
235 # Age - number of previous additional interfaces supported by this library
237 # Libtool uses the following calculation for Linux:
239 # major = current - age
240 # suffix = major.age.revision
242 # Therefore a libtool version of 1.4.0 will translate to a filename of:
243 # libbarry.so.1.0.4
245 # Other operating systems just use current.revision, most of the time,
246 # and age is only used to subtract from current.
248 # Therefore, if you are careful never to increment the major version
249 # unless there is an incompatible break, you can get away with a
250 # two digit version number, and leave age as 0, always.
252 # Only ever increment the first 2 numbers in this version:
253 LIB_BARRY_VERSION = 0:15:0
255 # Disable the default -I. -I$(srcdir) -I$(topdir), etc, but $(top_builddir) is
256 # needed for config.h
257 DEFAULT_INCLUDES = -I$(top_builddir)
258 #INCLUDES = @PACKAGE_CXXFLAGS@ -I@LIBUSB_INC_PATH@
259 #INCLUDES = $(LIBUSB_CFLAGS) $(OPENSSL_CFLAGS)
260 INCLUDES = $(LIBUSB_CFLAGS)
261 #AM_CXXFLAGS = -ansi -Wall -fno-strict-aliasing -g -D__DEBUG_MODE__
262 AM_CFLAGS = -Wall -fno-strict-aliasing -g -D__BARRY_LIBRARY_BUILD__ \
263 $(am__append_1)
264 AM_CXXFLAGS = -ansi -Wall -fno-strict-aliasing -g \
265 -D__BARRY_LIBRARY_BUILD__ $(am__append_2)
266 AM_LDFLAGS = $(am__append_3)
267 include_barrydir = ${includedir}/barry
269 #BOOSTFLAG = -D__BARRY_BOOST_MODE__ -I../../../../boost/rootdir/include/boost-1_33_1
270 #LDBOOST = ../../../../boost/rootdir/lib/libboost_serialization-gcc-mt-1_33_1.a
272 # Heavy duty C++ warnings
273 #WARNFLAGS = -ansi -pedantic -Wall -W -Wold-style-cast -Wfloat-equal -Wwrite-strings -Wno-long-long
274 #WARNFLAGS = -ansi -pedantic -Wall -W -Weffc++ -Woverloaded-virtual -Wold-style-cast -Wfloat-equal -Wwrite-strings -Wno-long-long -Werror
276 #LDFLAGS = ../../external/rootdir/libusb/lib/libusb.a $(LDBOOST) -lpthread $(LDDEBUG)
277 lib_LTLIBRARIES = libbarry.la
278 include_barry_HEADERS = barry.h \
279 dll.h \
280 builder.h \
281 common.h \
282 controller.h \
283 m_mode_base.h \
284 m_desktop.h \
285 m_desktoptmpl.h \
286 m_ipmodem.h \
287 m_serial.h \
288 m_javaloader.h \
289 data.h \
290 error.h \
291 ldif.h \
292 log.h \
293 parser.h \
294 probe.h \
295 protocol.h \
296 record.h \
297 modem.h \
298 r_recur_base.h \
299 r_calendar.h \
300 r_calllog.h \
301 r_contact.h \
302 r_folder.h \
303 r_memo.h \
304 r_message_base.h \
305 r_message.h \
306 r_pin_message.h \
307 r_saved_message.h \
308 r_servicebook.h \
309 r_sms.h \
310 r_task.h \
311 r_timezone.h \
312 dataqueue.h \
313 router.h \
314 socket.h \
315 time.h \
316 usbwrap.h \
317 version.h \
318 pppfilter.h \
319 sha1.h \
320 iconv.h \
321 cod.h \
322 bmp.h \
323 s11n-boost.h
325 noinst_HEADERS = cbarry.h \
326 base64.h \
327 record-internal.h \
328 bmp-internal.h \
329 cod-internal.h \
330 packet.h \
331 scoped_lock.h \
332 protostructs.h \
333 debug.h \
334 endian.h \
335 strnlen.h
337 EXTRA_DIST = convo.awk \
338 legal.txt
340 libbarry_la_SOURCES = time.cc \
341 base64.cc \
342 bmp.cc \
343 cod.cc \
344 data.cc \
345 usbwrap.cc \
346 probe.cc \
347 common.cc \
348 error.cc \
349 ldif.cc \
350 log.cc \
351 socket.cc \
352 router.cc \
353 dataqueue.cc \
354 protocol.cc \
355 record.cc \
356 r_recur_base.cc \
357 r_calendar.cc \
358 r_calllog.cc \
359 r_contact.cc \
360 r_folder.cc \
361 r_memo.cc \
362 r_message_base.cc \
363 r_servicebook.cc \
364 r_sms.cc \
365 r_task.cc \
366 r_timezone.cc \
367 packet.cc \
368 controller.cc \
369 m_mode_base.cc \
370 m_desktop.cc \
371 m_ipmodem.cc \
372 m_serial.cc \
373 m_javaloader.cc \
374 version.cc \
375 pppfilter.cc \
376 sha1.cc \
377 iconv.cc
379 #libbarry_la_LIBADD = $(LTLIBOBJS) $(LIBUSB_LIBS) $(OPENSSL_LIBS)
380 libbarry_la_LIBADD = $(LTLIBOBJS) $(LIBUSB_LIBS) $(ZLIB_LIBS) @LTLIBICONV@
381 libbarry_la_LDFLAGS = -version-info ${LIB_BARRY_VERSION}
382 all: all-am
384 .SUFFIXES:
385 .SUFFIXES: .c .cc .lo .o .obj
386 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
387 @for dep in $?; do \
388 case '$(am__configure_deps)' in \
389 *$$dep*) \
390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
391 && exit 0; \
392 exit 1;; \
393 esac; \
394 done; \
395 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
396 cd $(top_srcdir) && \
397 $(AUTOMAKE) --foreign src/Makefile
398 .PRECIOUS: Makefile
399 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
400 @case '$?' in \
401 *config.status*) \
402 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
403 *) \
404 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
405 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
406 esac;
408 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
409 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
411 $(top_srcdir)/configure: $(am__configure_deps)
412 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
415 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
416 @$(NORMAL_INSTALL)
417 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
418 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
419 if test -f $$p; then \
420 f=$(am__strip_dir) \
421 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
422 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
423 else :; fi; \
424 done
426 uninstall-libLTLIBRARIES:
427 @$(NORMAL_UNINSTALL)
428 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
429 p=$(am__strip_dir) \
430 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
431 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
432 done
434 clean-libLTLIBRARIES:
435 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
436 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
437 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
438 test "$$dir" != "$$p" || dir=.; \
439 echo "rm -f \"$${dir}/so_locations\""; \
440 rm -f "$${dir}/so_locations"; \
441 done
442 libbarry.la: $(libbarry_la_OBJECTS) $(libbarry_la_DEPENDENCIES)
443 $(CXXLINK) -rpath $(libdir) $(libbarry_la_LDFLAGS) $(libbarry_la_OBJECTS) $(libbarry_la_LIBADD) $(LIBS)
445 mostlyclean-compile:
446 -rm -f *.$(OBJEXT)
448 distclean-compile:
449 -rm -f *.tab.c
451 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strnlen.Plo@am__quote@
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bmp.Plo@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cod.Plo@am__quote@
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/controller.Plo@am__quote@
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data.Plo@am__quote@
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dataqueue.Plo@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconv.Plo@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldif.Plo@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_desktop.Plo@am__quote@
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_ipmodem.Plo@am__quote@
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_javaloader.Plo@am__quote@
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_mode_base.Plo@am__quote@
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m_serial.Plo@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Plo@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pppfilter.Plo@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe.Plo@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Plo@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_calendar.Plo@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_calllog.Plo@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_contact.Plo@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_folder.Plo@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_memo.Plo@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_message_base.Plo@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_recur_base.Plo@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_servicebook.Plo@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_sms.Plo@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_task.Plo@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r_timezone.Plo@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/record.Plo@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/router.Plo@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Plo@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Plo@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Plo@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usbwrap.Plo@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
491 .c.o:
492 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
493 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
494 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
495 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
496 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
498 .c.obj:
499 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
500 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
501 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
502 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
503 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
505 .c.lo:
506 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
507 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
508 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
509 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
510 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
512 .cc.o:
513 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
514 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
515 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
516 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
517 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
519 .cc.obj:
520 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
521 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
522 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
523 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
524 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
526 .cc.lo:
527 @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
528 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
529 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
530 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
531 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
533 mostlyclean-libtool:
534 -rm -f *.lo
536 clean-libtool:
537 -rm -rf .libs _libs
539 distclean-libtool:
540 -rm -f libtool
541 uninstall-info-am:
542 install-include_barryHEADERS: $(include_barry_HEADERS)
543 @$(NORMAL_INSTALL)
544 test -z "$(include_barrydir)" || $(mkdir_p) "$(DESTDIR)$(include_barrydir)"
545 @list='$(include_barry_HEADERS)'; for p in $$list; do \
546 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
547 f=$(am__strip_dir) \
548 echo " $(include_barryHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(include_barrydir)/$$f'"; \
549 $(include_barryHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(include_barrydir)/$$f"; \
550 done
552 uninstall-include_barryHEADERS:
553 @$(NORMAL_UNINSTALL)
554 @list='$(include_barry_HEADERS)'; for p in $$list; do \
555 f=$(am__strip_dir) \
556 echo " rm -f '$(DESTDIR)$(include_barrydir)/$$f'"; \
557 rm -f "$(DESTDIR)$(include_barrydir)/$$f"; \
558 done
560 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
561 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
562 unique=`for i in $$list; do \
563 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
564 done | \
565 $(AWK) ' { files[$$0] = 1; } \
566 END { for (i in files) print i; }'`; \
567 mkid -fID $$unique
568 tags: TAGS
570 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
571 $(TAGS_FILES) $(LISP)
572 tags=; \
573 here=`pwd`; \
574 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
575 unique=`for i in $$list; do \
576 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
577 done | \
578 $(AWK) ' { files[$$0] = 1; } \
579 END { for (i in files) print i; }'`; \
580 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
581 test -n "$$unique" || unique=$$empty_fix; \
582 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
583 $$tags $$unique; \
585 ctags: CTAGS
586 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
587 $(TAGS_FILES) $(LISP)
588 tags=; \
589 here=`pwd`; \
590 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
591 unique=`for i in $$list; do \
592 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
593 done | \
594 $(AWK) ' { files[$$0] = 1; } \
595 END { for (i in files) print i; }'`; \
596 test -z "$(CTAGS_ARGS)$$tags$$unique" \
597 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
598 $$tags $$unique
600 GTAGS:
601 here=`$(am__cd) $(top_builddir) && pwd` \
602 && cd $(top_srcdir) \
603 && gtags -i $(GTAGS_ARGS) $$here
605 distclean-tags:
606 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
608 distdir: $(DISTFILES)
609 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
610 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
611 list='$(DISTFILES)'; for file in $$list; do \
612 case $$file in \
613 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
614 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
615 esac; \
616 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
617 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
618 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
619 dir="/$$dir"; \
620 $(mkdir_p) "$(distdir)$$dir"; \
621 else \
622 dir=''; \
623 fi; \
624 if test -d $$d/$$file; then \
625 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
626 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
627 fi; \
628 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
629 else \
630 test -f $(distdir)/$$file \
631 || cp -p $$d/$$file $(distdir)/$$file \
632 || exit 1; \
633 fi; \
634 done
635 check-am: all-am
636 check: check-am
637 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
638 installdirs:
639 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(include_barrydir)"; do \
640 test -z "$$dir" || $(mkdir_p) "$$dir"; \
641 done
642 install: install-am
643 install-exec: install-exec-am
644 install-data: install-data-am
645 uninstall: uninstall-am
647 install-am: all-am
648 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
650 installcheck: installcheck-am
651 install-strip:
652 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
653 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
654 `test -z '$(STRIP)' || \
655 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
656 mostlyclean-generic:
658 clean-generic:
660 distclean-generic:
661 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
663 maintainer-clean-generic:
664 @echo "This command is intended for maintainers to use"
665 @echo "it deletes files that may require special tools to rebuild."
666 clean: clean-am
668 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
669 mostlyclean-am
671 distclean: distclean-am
672 -rm -rf $(DEPDIR) ./$(DEPDIR)
673 -rm -f Makefile
674 distclean-am: clean-am distclean-compile distclean-generic \
675 distclean-libtool distclean-tags
677 dvi: dvi-am
679 dvi-am:
681 html: html-am
683 info: info-am
685 info-am:
687 install-data-am: install-include_barryHEADERS
689 install-exec-am: install-libLTLIBRARIES
691 install-info: install-info-am
693 install-man:
695 installcheck-am:
697 maintainer-clean: maintainer-clean-am
698 -rm -rf $(DEPDIR) ./$(DEPDIR)
699 -rm -f Makefile
700 maintainer-clean-am: distclean-am maintainer-clean-generic
702 mostlyclean: mostlyclean-am
704 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
705 mostlyclean-libtool
707 pdf: pdf-am
709 pdf-am:
711 ps: ps-am
713 ps-am:
715 uninstall-am: uninstall-include_barryHEADERS uninstall-info-am \
716 uninstall-libLTLIBRARIES
718 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
719 clean-libLTLIBRARIES clean-libtool ctags distclean \
720 distclean-compile distclean-generic distclean-libtool \
721 distclean-tags distdir dvi dvi-am html html-am info info-am \
722 install install-am install-data install-data-am install-exec \
723 install-exec-am install-include_barryHEADERS install-info \
724 install-info-am install-libLTLIBRARIES install-man \
725 install-strip installcheck installcheck-am installdirs \
726 maintainer-clean maintainer-clean-generic mostlyclean \
727 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
728 pdf pdf-am ps ps-am tags uninstall uninstall-am \
729 uninstall-include_barryHEADERS uninstall-info-am \
730 uninstall-libLTLIBRARIES
732 # Tell versions [3.59,3.63) of GNU make to not export all variables.
733 # Otherwise a system limit (for SysV at least) may be exceeded.
734 .NOEXPORT: