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