Imported Upstream version 1.2.0
[platform/upstream/dbus-python.git] / _dbus_bindings / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
6 # Foundation, 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 am__make_dryrun = \
20   { \
21     am__dry=no; \
22     case $$MAKEFLAGS in \
23       *\\[\ \   ]*) \
24         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26       *) \
27         for am__flg in $$MAKEFLAGS; do \
28           case $$am__flg in \
29             *=*|--*) ;; \
30             *n*) am__dry=yes; break;; \
31           esac; \
32         done;; \
33     esac; \
34     test $$am__dry = yes; \
35   }
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54
55 # Win32 DLLs can't have undefined symbols (so this needs explicit linking
56 # against the Python DLL), and Python expects extensions to be *.pyd
57 # instead of *.dll
58 @WINDOWS_TRUE@am__append_1 = \
59 @WINDOWS_TRUE@  -no-undefined \
60 @WINDOWS_TRUE@  -shrext ".pyd" \
61 @WINDOWS_TRUE@  $(NULL)
62
63 @WINDOWS_TRUE@am__append_2 = \
64 @WINDOWS_TRUE@  $(PYTHON_LIBS) \
65 @WINDOWS_TRUE@  $(NULL)
66
67 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
68         $(top_srcdir)/tools/check-coding-style.mk
69 subdir = _dbus_bindings
70 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
71 am__aclocal_m4_deps = $(top_srcdir)/m4/am-check-pymod.m4 \
72         $(top_srcdir)/m4/am-check-python-headers.m4 \
73         $(top_srcdir)/m4/dbus-py-add-rst2htmlflag.m4 \
74         $(top_srcdir)/m4/jh-add-cflag.m4 $(top_srcdir)/m4/libtool.m4 \
75         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
76         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
77         $(top_srcdir)/m4/tp-compiler-flag.m4 \
78         $(top_srcdir)/m4/tp-compiler-warnings.m4 \
79         $(top_srcdir)/configure.ac
80 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81         $(ACLOCAL_M4)
82 mkinstalldirs = $(install_sh) -d
83 CONFIG_HEADER = $(top_builddir)/config.h
84 CONFIG_CLEAN_FILES =
85 CONFIG_CLEAN_VPATH_FILES =
86 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87 am__vpath_adj = case $$p in \
88     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89     *) f=$$p;; \
90   esac;
91 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
92 am__install_max = 40
93 am__nobase_strip_setup = \
94   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
95 am__nobase_strip = \
96   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
97 am__nobase_list = $(am__nobase_strip_setup); \
98   for p in $$list; do echo "$$p $$p"; done | \
99   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
100   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
101     if (++n[$$2] == $(am__install_max)) \
102       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
103     END { for (dir in files) print dir, files[dir] }'
104 am__base_list = \
105   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
106   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
107 am__uninstall_files_from_dir = { \
108   test -z "$$files" \
109     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
110     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
111          $(am__cd) "$$dir" && rm -f $$files; }; \
112   }
113 am__installdirs = "$(DESTDIR)$(pyexecdir)"
114 LTLIBRARIES = $(pyexec_LTLIBRARIES)
115 am__DEPENDENCIES_1 =
116 @WINDOWS_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
117 am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
118 _dbus_bindings_la_DEPENDENCIES = $(am__DEPENDENCIES_3)
119 am__dbus_bindings_la_OBJECTS = abstract.lo bus.lo bytes.lo conn.lo \
120         conn-methods.lo containers.lo debug.lo exceptions.lo float.lo \
121         generic.lo int.lo unixfd.lo libdbusconn.lo mainloop.lo \
122         message-append.lo message.lo message-get-args.lo module.lo \
123         pending-call.lo server.lo signature.lo string.lo validation.lo
124 _dbus_bindings_la_OBJECTS = $(am__dbus_bindings_la_OBJECTS)
125 AM_V_lt = $(am__v_lt_@AM_V@)
126 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
127 am__v_lt_0 = --silent
128 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
129 depcomp = $(SHELL) $(top_srcdir)/depcomp
130 am__depfiles_maybe = depfiles
131 am__mv = mv -f
132 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
135         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
136         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
137         $(AM_CFLAGS) $(CFLAGS)
138 AM_V_CC = $(am__v_CC_@AM_V@)
139 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
140 am__v_CC_0 = @echo "  CC    " $@;
141 AM_V_at = $(am__v_at_@AM_V@)
142 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
143 am__v_at_0 = @
144 CCLD = $(CC)
145 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
146         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
147         $(AM_LDFLAGS) $(LDFLAGS) -o $@
148 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
149 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
150 am__v_CCLD_0 = @echo "  CCLD  " $@;
151 AM_V_GEN = $(am__v_GEN_@AM_V@)
152 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
153 am__v_GEN_0 = @echo "  GEN   " $@;
154 SOURCES = $(_dbus_bindings_la_SOURCES)
155 DIST_SOURCES = $(_dbus_bindings_la_SOURCES)
156 am__can_run_installinfo = \
157   case $$AM_UPDATE_INFO_DIR in \
158     n|no|NO) false;; \
159     *) (install-info --version) >/dev/null 2>&1;; \
160   esac
161 ETAGS = etags
162 CTAGS = ctags
163 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164 ACLOCAL = @ACLOCAL@
165 AMTAR = @AMTAR@
166 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
167 AR = @AR@
168 AUTOCONF = @AUTOCONF@
169 AUTOHEADER = @AUTOHEADER@
170 AUTOMAKE = @AUTOMAKE@
171 AWK = @AWK@
172 CC = @CC@
173 CCDEPMODE = @CCDEPMODE@
174 CFLAGS = @CFLAGS@
175 CPP = @CPP@
176 CPPFLAGS = @CPPFLAGS@
177 CYGPATH_W = @CYGPATH_W@
178 DBUS_CFLAGS = @DBUS_CFLAGS@
179 DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
180 DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
181 DBUS_LIBS = @DBUS_LIBS@
182 DBUS_PYTHON_MAJOR_VERSION = @DBUS_PYTHON_MAJOR_VERSION@
183 DBUS_PYTHON_MICRO_VERSION = @DBUS_PYTHON_MICRO_VERSION@
184 DBUS_PYTHON_MINOR_VERSION = @DBUS_PYTHON_MINOR_VERSION@
185 DEFS = @DEFS@
186 DEPDIR = @DEPDIR@
187 DLLTOOL = @DLLTOOL@
188 DSYMUTIL = @DSYMUTIL@
189 DUMPBIN = @DUMPBIN@
190 ECHO_C = @ECHO_C@
191 ECHO_N = @ECHO_N@
192 ECHO_T = @ECHO_T@
193 EGREP = @EGREP@
194 EPYDOC = @EPYDOC@
195 EXEEXT = @EXEEXT@
196 FGREP = @FGREP@
197 GREP = @GREP@
198 INSTALL = @INSTALL@
199 INSTALL_DATA = @INSTALL_DATA@
200 INSTALL_PROGRAM = @INSTALL_PROGRAM@
201 INSTALL_SCRIPT = @INSTALL_SCRIPT@
202 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
203 LD = @LD@
204 LDFLAGS = @LDFLAGS@
205 LIBOBJS = @LIBOBJS@
206 LIBS = @LIBS@
207 LIBTOOL = @LIBTOOL@
208 LIPO = @LIPO@
209 LN_S = @LN_S@
210 LTLIBOBJS = @LTLIBOBJS@
211 MAKEINFO = @MAKEINFO@
212 MANIFEST_TOOL = @MANIFEST_TOOL@
213 MKDIR_P = @MKDIR_P@
214 NM = @NM@
215 NMEDIT = @NMEDIT@
216 OBJDUMP = @OBJDUMP@
217 OBJEXT = @OBJEXT@
218 OTOOL = @OTOOL@
219 OTOOL64 = @OTOOL64@
220 PACKAGE = @PACKAGE@
221 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222 PACKAGE_NAME = @PACKAGE_NAME@
223 PACKAGE_STRING = @PACKAGE_STRING@
224 PACKAGE_TARNAME = @PACKAGE_TARNAME@
225 PACKAGE_URL = @PACKAGE_URL@
226 PACKAGE_VERSION = @PACKAGE_VERSION@
227 PATH_SEPARATOR = @PATH_SEPARATOR@
228 PKG_CONFIG = @PKG_CONFIG@
229 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
230 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
231 PLATFORM = @PLATFORM@
232 PYTHON = @PYTHON@
233 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
234 PYTHON_INCLUDES = @PYTHON_INCLUDES@
235 PYTHON_LIBS = @PYTHON_LIBS@
236 PYTHON_PLATFORM = @PYTHON_PLATFORM@
237 PYTHON_PREFIX = @PYTHON_PREFIX@
238 PYTHON_VERSION = @PYTHON_VERSION@
239 RANLIB = @RANLIB@
240 RST2HTML = @RST2HTML@
241 RST2HTMLFLAGS = @RST2HTMLFLAGS@
242 SED = @SED@
243 SET_MAKE = @SET_MAKE@
244 SHELL = @SHELL@
245 STRIP = @STRIP@
246 VERSION = @VERSION@
247 abs_builddir = @abs_builddir@
248 abs_srcdir = @abs_srcdir@
249 abs_top_builddir = @abs_top_builddir@
250 abs_top_srcdir = @abs_top_srcdir@
251 ac_ct_AR = @ac_ct_AR@
252 ac_ct_CC = @ac_ct_CC@
253 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
254 am__include = @am__include@
255 am__leading_dot = @am__leading_dot@
256 am__quote = @am__quote@
257 am__tar = @am__tar@
258 am__untar = @am__untar@
259 bindir = @bindir@
260 build = @build@
261 build_alias = @build_alias@
262 build_cpu = @build_cpu@
263 build_os = @build_os@
264 build_vendor = @build_vendor@
265 builddir = @builddir@
266 datadir = @datadir@
267 datarootdir = @datarootdir@
268 docdir = @docdir@
269 dvidir = @dvidir@
270 exec_prefix = @exec_prefix@
271 host = @host@
272 host_alias = @host_alias@
273 host_cpu = @host_cpu@
274 host_os = @host_os@
275 host_vendor = @host_vendor@
276 htmldir = @htmldir@
277 includedir = @includedir@
278 infodir = @infodir@
279 install_sh = @install_sh@
280 libdir = @libdir@
281 libexecdir = @libexecdir@
282 localedir = @localedir@
283 localstatedir = @localstatedir@
284 mandir = @mandir@
285 mkdir_p = @mkdir_p@
286 oldincludedir = @oldincludedir@
287 pdfdir = @pdfdir@
288 pkgpyexecdir = @pkgpyexecdir@
289 pkgpythondir = @pkgpythondir@
290 prefix = @prefix@
291 program_transform_name = @program_transform_name@
292 psdir = @psdir@
293 pyexecdir = @pyexecdir@
294 pythondir = @pythondir@
295 sbindir = @sbindir@
296 sharedstatedir = @sharedstatedir@
297 srcdir = @srcdir@
298 sysconfdir = @sysconfdir@
299 target_alias = @target_alias@
300 top_build_prefix = @top_build_prefix@
301 top_builddir = @top_builddir@
302 top_srcdir = @top_srcdir@
303 pyexec_LTLIBRARIES = _dbus_bindings.la
304 AM_CPPFLAGS = -I$(top_srcdir)/include $(DBUS_CFLAGS) $(PYTHON_INCLUDES)
305 AM_LDFLAGS = -module -avoid-version -export-symbols-regex \
306         \(PyInit__\|init_\)dbus_bindings $(NULL) $(am__append_1)
307 libadd = $(DBUS_LIBS) $(am__append_2)
308 _dbus_bindings_la_LIBADD = $(libadd)
309 _dbus_bindings_la_SOURCES = \
310                             abstract.c \
311                             bus.c \
312                             bytes.c \
313                             compat-internal.h \
314                             conn.c \
315                             conn-internal.h \
316                             conn-methods.c \
317                             containers.c \
318                             dbus_bindings-internal.h \
319                             debug.c \
320                             exceptions.c \
321                             float.c \
322                             generic.c \
323                             int.c \
324                             unixfd.c \
325                             libdbusconn.c \
326                             mainloop.c \
327                             message-append.c \
328                             message.c \
329                             message-get-args.c \
330                             message-internal.h \
331                             module.c \
332                             pending-call.c \
333                             server.c \
334                             signature.c \
335                             string.c \
336                             types-internal.h \
337                             validation.c
338
339 check_c_sources = $(_dbus_bindings_la_SOURCES)
340 all: all-am
341
342 .SUFFIXES:
343 .SUFFIXES: .c .lo .o .obj
344 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/tools/check-coding-style.mk $(am__configure_deps)
345         @for dep in $?; do \
346           case '$(am__configure_deps)' in \
347             *$$dep*) \
348               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
349                 && { if test -f $@; then exit 0; else break; fi; }; \
350               exit 1;; \
351           esac; \
352         done; \
353         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu _dbus_bindings/Makefile'; \
354         $(am__cd) $(top_srcdir) && \
355           $(AUTOMAKE) --gnu _dbus_bindings/Makefile
356 .PRECIOUS: Makefile
357 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
358         @case '$?' in \
359           *config.status*) \
360             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
361           *) \
362             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
363             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
364         esac;
365 $(top_srcdir)/tools/check-coding-style.mk:
366
367 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
368         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369
370 $(top_srcdir)/configure:  $(am__configure_deps)
371         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
373         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374 $(am__aclocal_m4_deps):
375 install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES)
376         @$(NORMAL_INSTALL)
377         @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
378         list2=; for p in $$list; do \
379           if test -f $$p; then \
380             list2="$$list2 $$p"; \
381           else :; fi; \
382         done; \
383         test -z "$$list2" || { \
384           echo " $(MKDIR_P) '$(DESTDIR)$(pyexecdir)'"; \
385           $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" || exit 1; \
386           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pyexecdir)'"; \
387           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pyexecdir)"; \
388         }
389
390 uninstall-pyexecLTLIBRARIES:
391         @$(NORMAL_UNINSTALL)
392         @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
393         for p in $$list; do \
394           $(am__strip_dir) \
395           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$f'"; \
396           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$f"; \
397         done
398
399 clean-pyexecLTLIBRARIES:
400         -test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES)
401         @list='$(pyexec_LTLIBRARIES)'; for p in $$list; do \
402           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
403           test "$$dir" != "$$p" || dir=.; \
404           echo "rm -f \"$${dir}/so_locations\""; \
405           rm -f "$${dir}/so_locations"; \
406         done
407 _dbus_bindings.la: $(_dbus_bindings_la_OBJECTS) $(_dbus_bindings_la_DEPENDENCIES) $(EXTRA__dbus_bindings_la_DEPENDENCIES) 
408         $(AM_V_CCLD)$(LINK) -rpath $(pyexecdir) $(_dbus_bindings_la_OBJECTS) $(_dbus_bindings_la_LIBADD) $(LIBS)
409
410 mostlyclean-compile:
411         -rm -f *.$(OBJEXT)
412
413 distclean-compile:
414         -rm -f *.tab.c
415
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abstract.Plo@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bus.Plo@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bytes.Plo@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn-methods.Plo@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn.Plo@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/containers.Plo@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exceptions.Plo@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Plo@am__quote@
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic.Plo@am__quote@
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/int.Plo@am__quote@
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdbusconn.Plo@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mainloop.Plo@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message-append.Plo@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message-get-args.Plo@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Plo@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/module.Plo@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pending-call.Plo@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signature.Plo@am__quote@
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Plo@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unixfd.Plo@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/validation.Plo@am__quote@
439
440 .c.o:
441 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
442 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
446
447 .c.obj:
448 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
449 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
450 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
453
454 .c.lo:
455 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
456 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
457 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
458 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
460
461 mostlyclean-libtool:
462         -rm -f *.lo
463
464 clean-libtool:
465         -rm -rf .libs _libs
466
467 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
468         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
469         unique=`for i in $$list; do \
470             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471           done | \
472           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473               END { if (nonempty) { for (i in files) print i; }; }'`; \
474         mkid -fID $$unique
475 tags: TAGS
476
477 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
478                 $(TAGS_FILES) $(LISP)
479         set x; \
480         here=`pwd`; \
481         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
482         unique=`for i in $$list; do \
483             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484           done | \
485           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
486               END { if (nonempty) { for (i in files) print i; }; }'`; \
487         shift; \
488         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
489           test -n "$$unique" || unique=$$empty_fix; \
490           if test $$# -gt 0; then \
491             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
492               "$$@" $$unique; \
493           else \
494             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
495               $$unique; \
496           fi; \
497         fi
498 ctags: CTAGS
499 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
500                 $(TAGS_FILES) $(LISP)
501         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
502         unique=`for i in $$list; do \
503             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
504           done | \
505           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
506               END { if (nonempty) { for (i in files) print i; }; }'`; \
507         test -z "$(CTAGS_ARGS)$$unique" \
508           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
509              $$unique
510
511 GTAGS:
512         here=`$(am__cd) $(top_builddir) && pwd` \
513           && $(am__cd) $(top_srcdir) \
514           && gtags -i $(GTAGS_ARGS) "$$here"
515
516 distclean-tags:
517         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
518
519 distdir: $(DISTFILES)
520         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522         list='$(DISTFILES)'; \
523           dist_files=`for file in $$list; do echo $$file; done | \
524           sed -e "s|^$$srcdirstrip/||;t" \
525               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
526         case $$dist_files in \
527           */*) $(MKDIR_P) `echo "$$dist_files" | \
528                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
529                            sort -u` ;; \
530         esac; \
531         for file in $$dist_files; do \
532           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
533           if test -d $$d/$$file; then \
534             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
535             if test -d "$(distdir)/$$file"; then \
536               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537             fi; \
538             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
539               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
540               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
541             fi; \
542             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
543           else \
544             test -f "$(distdir)/$$file" \
545             || cp -p $$d/$$file "$(distdir)/$$file" \
546             || exit 1; \
547           fi; \
548         done
549 check-am: all-am
550         $(MAKE) $(AM_MAKEFLAGS) check-local
551 check: check-am
552 all-am: Makefile $(LTLIBRARIES)
553 installdirs:
554         for dir in "$(DESTDIR)$(pyexecdir)"; do \
555           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
556         done
557 install: install-am
558 install-exec: install-exec-am
559 install-data: install-data-am
560 uninstall: uninstall-am
561
562 install-am: all-am
563         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
564
565 installcheck: installcheck-am
566 install-strip:
567         if test -z '$(STRIP)'; then \
568           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570               install; \
571         else \
572           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
573             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
574             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
575         fi
576 mostlyclean-generic:
577
578 clean-generic:
579
580 distclean-generic:
581         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
582         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
583
584 maintainer-clean-generic:
585         @echo "This command is intended for maintainers to use"
586         @echo "it deletes files that may require special tools to rebuild."
587 clean: clean-am
588
589 clean-am: clean-generic clean-libtool clean-pyexecLTLIBRARIES \
590         mostlyclean-am
591
592 distclean: distclean-am
593         -rm -rf ./$(DEPDIR)
594         -rm -f Makefile
595 distclean-am: clean-am distclean-compile distclean-generic \
596         distclean-tags
597
598 dvi: dvi-am
599
600 dvi-am:
601
602 html: html-am
603
604 html-am:
605
606 info: info-am
607
608 info-am:
609
610 install-data-am:
611
612 install-dvi: install-dvi-am
613
614 install-dvi-am:
615
616 install-exec-am: install-pyexecLTLIBRARIES
617
618 install-html: install-html-am
619
620 install-html-am:
621
622 install-info: install-info-am
623
624 install-info-am:
625
626 install-man:
627
628 install-pdf: install-pdf-am
629
630 install-pdf-am:
631
632 install-ps: install-ps-am
633
634 install-ps-am:
635
636 installcheck-am:
637
638 maintainer-clean: maintainer-clean-am
639         -rm -rf ./$(DEPDIR)
640         -rm -f Makefile
641 maintainer-clean-am: distclean-am maintainer-clean-generic
642
643 mostlyclean: mostlyclean-am
644
645 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
646         mostlyclean-libtool
647
648 pdf: pdf-am
649
650 pdf-am:
651
652 ps: ps-am
653
654 ps-am:
655
656 uninstall-am: uninstall-pyexecLTLIBRARIES
657
658 .MAKE: check-am install-am install-strip
659
660 .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
661         clean-generic clean-libtool clean-pyexecLTLIBRARIES ctags \
662         distclean distclean-compile distclean-generic \
663         distclean-libtool distclean-tags distdir dvi dvi-am html \
664         html-am info info-am install install-am install-data \
665         install-data-am install-dvi install-dvi-am install-exec \
666         install-exec-am install-html install-html-am install-info \
667         install-info-am install-man install-pdf install-pdf-am \
668         install-ps install-ps-am install-pyexecLTLIBRARIES \
669         install-strip installcheck installcheck-am installdirs \
670         maintainer-clean maintainer-clean-generic mostlyclean \
671         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
672         pdf pdf-am ps ps-am tags uninstall uninstall-am \
673         uninstall-pyexecLTLIBRARIES
674
675 check-local::
676         @fail=0; \
677         cd $(srcdir) || exit $$?; \
678         if test -n "$(check_misc_sources)"; then \
679                 echo check-coding-style.mk: checking misc sources...; \
680                 top_srcdir=$(top_srcdir) \
681                 sh $(top_srcdir)/tools/check-whitespace.sh \
682                         $(check_misc_sources) || fail=1; \
683         fi; \
684         if test -n "$(check_py_sources)"; then \
685                 echo check-coding-style.mk: checking Python sources...; \
686                 top_srcdir=$(top_srcdir) \
687                 sh $(top_srcdir)/tools/check-py-style.sh \
688                         $(check_py_sources) || fail=1; \
689         fi;\
690         if test -n "$(check_c_sources)"; then \
691                 echo check-coding-style.mk: checking C sources...; \
692                 top_srcdir=$(top_srcdir) \
693                 sh $(top_srcdir)/tools/check-c-style.sh \
694                         $(check_c_sources) || fail=1; \
695         fi;\
696         if test yes = "@ENABLE_CODING_STYLE_CHECKS@"; then \
697                 exit "$$fail";\
698         else \
699                 exit 0;\
700         fi
701
702 # Tell versions [3.59,3.63) of GNU make to not export all variables.
703 # Otherwise a system limit (for SysV at least) may be exceeded.
704 .NOEXPORT: