98f8427be1b9eaf4ed3fd365d8c193b9ade407c4
[platform/upstream/edbus.git] / src / lib / 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 VPATH = @srcdir@
18 am__make_dryrun = \
19   { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22       *\\[\ \   ]*) \
23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25       *) \
26         for am__flg in $$MAKEFLAGS; do \
27           case $$am__flg in \
28             *=*|--*) ;; \
29             *n*) am__dry=yes; break;; \
30           esac; \
31         done;; \
32     esac; \
33     test $$am__dry = yes; \
34   }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 @BUILD_EBLUEZ_TRUE@am__append_1 = bluez
54 @BUILD_ECONNMAN0_7X_TRUE@am__append_2 = connman0_7x
55 @BUILD_EHAL_TRUE@am__append_3 = hal
56 @BUILD_ENOTIFY_TRUE@am__append_4 = notification
57 @BUILD_EOFONO_TRUE@am__append_5 = ofono
58 @BUILD_EUKIT_TRUE@am__append_6 = ukit
59 subdir = src/lib
60 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
63         $(top_srcdir)/m4/efl_binary.m4 \
64         $(top_srcdir)/m4/efl_compiler_flag.m4 \
65         $(top_srcdir)/m4/efl_doxygen.m4 $(top_srcdir)/m4/libtool.m4 \
66         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
67         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
68         $(top_srcdir)/configure.ac
69 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70         $(ACLOCAL_M4)
71 mkinstalldirs = $(install_sh) -d
72 CONFIG_HEADER = $(top_builddir)/config.h
73 CONFIG_CLEAN_FILES =
74 CONFIG_CLEAN_VPATH_FILES =
75 AM_V_GEN = $(am__v_GEN_@AM_V@)
76 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
77 am__v_GEN_0 = @echo "  GEN   " $@;
78 AM_V_at = $(am__v_at_@AM_V@)
79 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
80 am__v_at_0 = @
81 SOURCES =
82 DIST_SOURCES =
83 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
84         html-recursive info-recursive install-data-recursive \
85         install-dvi-recursive install-exec-recursive \
86         install-html-recursive install-info-recursive \
87         install-pdf-recursive install-ps-recursive install-recursive \
88         installcheck-recursive installdirs-recursive pdf-recursive \
89         ps-recursive uninstall-recursive
90 am__can_run_installinfo = \
91   case $$AM_UPDATE_INFO_DIR in \
92     n|no|NO) false;; \
93     *) (install-info --version) >/dev/null 2>&1;; \
94   esac
95 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
96   distclean-recursive maintainer-clean-recursive
97 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
98         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
99         distdir
100 ETAGS = etags
101 CTAGS = ctags
102 DIST_SUBDIRS = dbus bluez connman0_7x hal notification ofono ukit
103 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104 am__relativize = \
105   dir0=`pwd`; \
106   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
107   sed_rest='s,^[^/]*/*,,'; \
108   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
109   sed_butlast='s,/*[^/]*$$,,'; \
110   while test -n "$$dir1"; do \
111     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
112     if test "$$first" != "."; then \
113       if test "$$first" = ".."; then \
114         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
115         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
116       else \
117         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
118         if test "$$first2" = "$$first"; then \
119           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
120         else \
121           dir2="../$$dir2"; \
122         fi; \
123         dir0="$$dir0"/"$$first"; \
124       fi; \
125     fi; \
126     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
127   done; \
128   reldir="$$dir2"
129 ACLOCAL = @ACLOCAL@
130 ALLOCA = @ALLOCA@
131 AMTAR = @AMTAR@
132 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
133 AR = @AR@
134 AS = @AS@
135 AUTOCONF = @AUTOCONF@
136 AUTOHEADER = @AUTOHEADER@
137 AUTOMAKE = @AUTOMAKE@
138 AWK = @AWK@
139 CC = @CC@
140 CCDEPMODE = @CCDEPMODE@
141 CFLAGS = @CFLAGS@
142 CPP = @CPP@
143 CPPFLAGS = @CPPFLAGS@
144 CYGPATH_W = @CYGPATH_W@
145 DBUS_CFLAGS = @DBUS_CFLAGS@
146 DBUS_LIBS = @DBUS_LIBS@
147 DBUS_VERSION_CFLAGS = @DBUS_VERSION_CFLAGS@
148 DEFS = @DEFS@
149 DEPDIR = @DEPDIR@
150 DLLTOOL = @DLLTOOL@
151 DSYMUTIL = @DSYMUTIL@
152 DUMPBIN = @DUMPBIN@
153 ECHO_C = @ECHO_C@
154 ECHO_N = @ECHO_N@
155 ECHO_T = @ECHO_T@
156 EDBUS_ASYNC_TEST_CFLAGS = @EDBUS_ASYNC_TEST_CFLAGS@
157 EDBUS_ASYNC_TEST_LIBS = @EDBUS_ASYNC_TEST_LIBS@
158 EDBUS_ASYNC_TEST_PRG = @EDBUS_ASYNC_TEST_PRG@
159 EDBUS_BLUEZ_TEST_CFLAGS = @EDBUS_BLUEZ_TEST_CFLAGS@
160 EDBUS_BLUEZ_TEST_LIBS = @EDBUS_BLUEZ_TEST_LIBS@
161 EDBUS_BLUEZ_TEST_PRG = @EDBUS_BLUEZ_TEST_PRG@
162 EDBUS_CFLAGS = @EDBUS_CFLAGS@
163 EDBUS_CONNMAN0_7X_TEST_CFLAGS = @EDBUS_CONNMAN0_7X_TEST_CFLAGS@
164 EDBUS_CONNMAN0_7X_TEST_LIBS = @EDBUS_CONNMAN0_7X_TEST_LIBS@
165 EDBUS_CONNMAN0_7X_TEST_PRG = @EDBUS_CONNMAN0_7X_TEST_PRG@
166 EDBUS_LIBS = @EDBUS_LIBS@
167 EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS = @EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS@
168 EDBUS_NOTIFICATION_DAEMON_TEST_LIBS = @EDBUS_NOTIFICATION_DAEMON_TEST_LIBS@
169 EDBUS_NOTIFICATION_DAEMON_TEST_PRG = @EDBUS_NOTIFICATION_DAEMON_TEST_PRG@
170 EDBUS_NOTIFY_SEND_CFLAGS = @EDBUS_NOTIFY_SEND_CFLAGS@
171 EDBUS_NOTIFY_SEND_LIBS = @EDBUS_NOTIFY_SEND_LIBS@
172 EDBUS_NOTIFY_SEND_PRG = @EDBUS_NOTIFY_SEND_PRG@
173 EDBUS_NOTIFY_TEST_CFLAGS = @EDBUS_NOTIFY_TEST_CFLAGS@
174 EDBUS_NOTIFY_TEST_LIBS = @EDBUS_NOTIFY_TEST_LIBS@
175 EDBUS_NOTIFY_TEST_PRG = @EDBUS_NOTIFY_TEST_PRG@
176 EDBUS_OFONO_TEST_CFLAGS = @EDBUS_OFONO_TEST_CFLAGS@
177 EDBUS_OFONO_TEST_LIBS = @EDBUS_OFONO_TEST_LIBS@
178 EDBUS_OFONO_TEST_PRG = @EDBUS_OFONO_TEST_PRG@
179 EDBUS_PERFORMANCE_TEST_CFLAGS = @EDBUS_PERFORMANCE_TEST_CFLAGS@
180 EDBUS_PERFORMANCE_TEST_LIBS = @EDBUS_PERFORMANCE_TEST_LIBS@
181 EDBUS_PERFORMANCE_TEST_PRG = @EDBUS_PERFORMANCE_TEST_PRG@
182 EDBUS_TEST_CFLAGS = @EDBUS_TEST_CFLAGS@
183 EDBUS_TEST_CLIENT_CFLAGS = @EDBUS_TEST_CLIENT_CFLAGS@
184 EDBUS_TEST_CLIENT_LIBS = @EDBUS_TEST_CLIENT_LIBS@
185 EDBUS_TEST_CLIENT_PRG = @EDBUS_TEST_CLIENT_PRG@
186 EDBUS_TEST_LIBS = @EDBUS_TEST_LIBS@
187 EDBUS_TEST_PRG = @EDBUS_TEST_PRG@
188 EDBUS_UKIT_TEST_CFLAGS = @EDBUS_UKIT_TEST_CFLAGS@
189 EDBUS_UKIT_TEST_LIBS = @EDBUS_UKIT_TEST_LIBS@
190 EDBUS_UKIT_TEST_PRG = @EDBUS_UKIT_TEST_PRG@
191 EFL_EDBUS_BUILD = @EFL_EDBUS_BUILD@
192 EGREP = @EGREP@
193 EVAS_CFLAGS = @EVAS_CFLAGS@
194 EVAS_LIBS = @EVAS_LIBS@
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 RANLIB = @RANLIB@
232 SED = @SED@
233 SET_MAKE = @SET_MAKE@
234 SHELL = @SHELL@
235 STRIP = @STRIP@
236 VERSION = @VERSION@
237 VMAJ = @VMAJ@
238 abs_builddir = @abs_builddir@
239 abs_srcdir = @abs_srcdir@
240 abs_top_builddir = @abs_top_builddir@
241 abs_top_srcdir = @abs_top_srcdir@
242 ac_ct_AR = @ac_ct_AR@
243 ac_ct_CC = @ac_ct_CC@
244 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
245 am__include = @am__include@
246 am__leading_dot = @am__leading_dot@
247 am__quote = @am__quote@
248 am__tar = @am__tar@
249 am__untar = @am__untar@
250 bindir = @bindir@
251 build = @build@
252 build_alias = @build_alias@
253 build_cpu = @build_cpu@
254 build_os = @build_os@
255 build_vendor = @build_vendor@
256 builddir = @builddir@
257 datadir = @datadir@
258 datarootdir = @datarootdir@
259 docdir = @docdir@
260 dvidir = @dvidir@
261 efl_doxygen = @efl_doxygen@
262 efl_have_doxygen = @efl_have_doxygen@
263 exec_prefix = @exec_prefix@
264 host = @host@
265 host_alias = @host_alias@
266 host_cpu = @host_cpu@
267 host_os = @host_os@
268 host_vendor = @host_vendor@
269 htmldir = @htmldir@
270 includedir = @includedir@
271 infodir = @infodir@
272 install_sh = @install_sh@
273 libdir = @libdir@
274 libexecdir = @libexecdir@
275 localedir = @localedir@
276 localstatedir = @localstatedir@
277 lt_enable_auto_import = @lt_enable_auto_import@
278 mandir = @mandir@
279 mkdir_p = @mkdir_p@
280 oldincludedir = @oldincludedir@
281 pdfdir = @pdfdir@
282 pkgconfig_requires_private = @pkgconfig_requires_private@
283 prefix = @prefix@
284 program_transform_name = @program_transform_name@
285 psdir = @psdir@
286 release_info = @release_info@
287 requirement_ebluez = @requirement_ebluez@
288 requirement_econnman0_7x = @requirement_econnman0_7x@
289 requirement_edbus = @requirement_edbus@
290 requirement_ehal = @requirement_ehal@
291 requirement_enotify = @requirement_enotify@
292 requirement_eofono = @requirement_eofono@
293 requirement_eukit = @requirement_eukit@
294 sbindir = @sbindir@
295 sharedstatedir = @sharedstatedir@
296 srcdir = @srcdir@
297 sysconfdir = @sysconfdir@
298 target_alias = @target_alias@
299 top_build_prefix = @top_build_prefix@
300 top_builddir = @top_builddir@
301 top_srcdir = @top_srcdir@
302 version_info = @version_info@
303 MAINTAINERCLEANFILES = Makefile.in
304 SUBDIRS = dbus $(am__append_1) $(am__append_2) $(am__append_3) \
305         $(am__append_4) $(am__append_5) $(am__append_6)
306 all: all-recursive
307
308 .SUFFIXES:
309 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
310         @for dep in $?; do \
311           case '$(am__configure_deps)' in \
312             *$$dep*) \
313               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
314                 && { if test -f $@; then exit 0; else break; fi; }; \
315               exit 1;; \
316           esac; \
317         done; \
318         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/Makefile'; \
319         $(am__cd) $(top_srcdir) && \
320           $(AUTOMAKE) --gnu src/lib/Makefile
321 .PRECIOUS: Makefile
322 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323         @case '$?' in \
324           *config.status*) \
325             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
326           *) \
327             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
328             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
329         esac;
330
331 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333
334 $(top_srcdir)/configure:  $(am__configure_deps)
335         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
337         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 $(am__aclocal_m4_deps):
339
340 mostlyclean-libtool:
341         -rm -f *.lo
342
343 clean-libtool:
344         -rm -rf .libs _libs
345
346 # This directory's subdirectories are mostly independent; you can cd
347 # into them and run `make' without going through this Makefile.
348 # To change the values of `make' variables: instead of editing Makefiles,
349 # (1) if the variable is set in `config.status', edit `config.status'
350 #     (which will cause the Makefiles to be regenerated when you run `make');
351 # (2) otherwise, pass the desired values on the `make' command line.
352 $(RECURSIVE_TARGETS):
353         @fail= failcom='exit 1'; \
354         for f in x $$MAKEFLAGS; do \
355           case $$f in \
356             *=* | --[!k]*);; \
357             *k*) failcom='fail=yes';; \
358           esac; \
359         done; \
360         dot_seen=no; \
361         target=`echo $@ | sed s/-recursive//`; \
362         list='$(SUBDIRS)'; for subdir in $$list; do \
363           echo "Making $$target in $$subdir"; \
364           if test "$$subdir" = "."; then \
365             dot_seen=yes; \
366             local_target="$$target-am"; \
367           else \
368             local_target="$$target"; \
369           fi; \
370           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
371           || eval $$failcom; \
372         done; \
373         if test "$$dot_seen" = "no"; then \
374           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
375         fi; test -z "$$fail"
376
377 $(RECURSIVE_CLEAN_TARGETS):
378         @fail= failcom='exit 1'; \
379         for f in x $$MAKEFLAGS; do \
380           case $$f in \
381             *=* | --[!k]*);; \
382             *k*) failcom='fail=yes';; \
383           esac; \
384         done; \
385         dot_seen=no; \
386         case "$@" in \
387           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
388           *) list='$(SUBDIRS)' ;; \
389         esac; \
390         rev=''; for subdir in $$list; do \
391           if test "$$subdir" = "."; then :; else \
392             rev="$$subdir $$rev"; \
393           fi; \
394         done; \
395         rev="$$rev ."; \
396         target=`echo $@ | sed s/-recursive//`; \
397         for subdir in $$rev; do \
398           echo "Making $$target in $$subdir"; \
399           if test "$$subdir" = "."; then \
400             local_target="$$target-am"; \
401           else \
402             local_target="$$target"; \
403           fi; \
404           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
405           || eval $$failcom; \
406         done && test -z "$$fail"
407 tags-recursive:
408         list='$(SUBDIRS)'; for subdir in $$list; do \
409           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
410         done
411 ctags-recursive:
412         list='$(SUBDIRS)'; for subdir in $$list; do \
413           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
414         done
415
416 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
417         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
418         unique=`for i in $$list; do \
419             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420           done | \
421           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
422               END { if (nonempty) { for (i in files) print i; }; }'`; \
423         mkid -fID $$unique
424 tags: TAGS
425
426 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
427                 $(TAGS_FILES) $(LISP)
428         set x; \
429         here=`pwd`; \
430         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
431           include_option=--etags-include; \
432           empty_fix=.; \
433         else \
434           include_option=--include; \
435           empty_fix=; \
436         fi; \
437         list='$(SUBDIRS)'; for subdir in $$list; do \
438           if test "$$subdir" = .; then :; else \
439             test ! -f $$subdir/TAGS || \
440               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
441           fi; \
442         done; \
443         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
444         unique=`for i in $$list; do \
445             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446           done | \
447           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
448               END { if (nonempty) { for (i in files) print i; }; }'`; \
449         shift; \
450         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
451           test -n "$$unique" || unique=$$empty_fix; \
452           if test $$# -gt 0; then \
453             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454               "$$@" $$unique; \
455           else \
456             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457               $$unique; \
458           fi; \
459         fi
460 ctags: CTAGS
461 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
462                 $(TAGS_FILES) $(LISP)
463         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
464         unique=`for i in $$list; do \
465             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466           done | \
467           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468               END { if (nonempty) { for (i in files) print i; }; }'`; \
469         test -z "$(CTAGS_ARGS)$$unique" \
470           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
471              $$unique
472
473 GTAGS:
474         here=`$(am__cd) $(top_builddir) && pwd` \
475           && $(am__cd) $(top_srcdir) \
476           && gtags -i $(GTAGS_ARGS) "$$here"
477
478 distclean-tags:
479         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
480
481 distdir: $(DISTFILES)
482         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484         list='$(DISTFILES)'; \
485           dist_files=`for file in $$list; do echo $$file; done | \
486           sed -e "s|^$$srcdirstrip/||;t" \
487               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
488         case $$dist_files in \
489           */*) $(MKDIR_P) `echo "$$dist_files" | \
490                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
491                            sort -u` ;; \
492         esac; \
493         for file in $$dist_files; do \
494           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495           if test -d $$d/$$file; then \
496             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
497             if test -d "$(distdir)/$$file"; then \
498               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499             fi; \
500             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
501               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
502               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503             fi; \
504             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
505           else \
506             test -f "$(distdir)/$$file" \
507             || cp -p $$d/$$file "$(distdir)/$$file" \
508             || exit 1; \
509           fi; \
510         done
511         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
512           if test "$$subdir" = .; then :; else \
513             $(am__make_dryrun) \
514               || test -d "$(distdir)/$$subdir" \
515               || $(MKDIR_P) "$(distdir)/$$subdir" \
516               || exit 1; \
517             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
518             $(am__relativize); \
519             new_distdir=$$reldir; \
520             dir1=$$subdir; dir2="$(top_distdir)"; \
521             $(am__relativize); \
522             new_top_distdir=$$reldir; \
523             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
524             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
525             ($(am__cd) $$subdir && \
526               $(MAKE) $(AM_MAKEFLAGS) \
527                 top_distdir="$$new_top_distdir" \
528                 distdir="$$new_distdir" \
529                 am__remove_distdir=: \
530                 am__skip_length_check=: \
531                 am__skip_mode_fix=: \
532                 distdir) \
533               || exit 1; \
534           fi; \
535         done
536 check-am: all-am
537 check: check-recursive
538 all-am: Makefile
539 installdirs: installdirs-recursive
540 installdirs-am:
541 install: install-recursive
542 install-exec: install-exec-recursive
543 install-data: install-data-recursive
544 uninstall: uninstall-recursive
545
546 install-am: all-am
547         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
548
549 installcheck: installcheck-recursive
550 install-strip:
551         if test -z '$(STRIP)'; then \
552           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554               install; \
555         else \
556           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
557             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
558             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
559         fi
560 mostlyclean-generic:
561
562 clean-generic:
563
564 distclean-generic:
565         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
566         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
567
568 maintainer-clean-generic:
569         @echo "This command is intended for maintainers to use"
570         @echo "it deletes files that may require special tools to rebuild."
571         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
572 clean: clean-recursive
573
574 clean-am: clean-generic clean-libtool mostlyclean-am
575
576 distclean: distclean-recursive
577         -rm -f Makefile
578 distclean-am: clean-am distclean-generic distclean-tags
579
580 dvi: dvi-recursive
581
582 dvi-am:
583
584 html: html-recursive
585
586 html-am:
587
588 info: info-recursive
589
590 info-am:
591
592 install-data-am:
593
594 install-dvi: install-dvi-recursive
595
596 install-dvi-am:
597
598 install-exec-am:
599
600 install-html: install-html-recursive
601
602 install-html-am:
603
604 install-info: install-info-recursive
605
606 install-info-am:
607
608 install-man:
609
610 install-pdf: install-pdf-recursive
611
612 install-pdf-am:
613
614 install-ps: install-ps-recursive
615
616 install-ps-am:
617
618 installcheck-am:
619
620 maintainer-clean: maintainer-clean-recursive
621         -rm -f Makefile
622 maintainer-clean-am: distclean-am maintainer-clean-generic
623
624 mostlyclean: mostlyclean-recursive
625
626 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
627
628 pdf: pdf-recursive
629
630 pdf-am:
631
632 ps: ps-recursive
633
634 ps-am:
635
636 uninstall-am:
637
638 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
639         install-am install-strip tags-recursive
640
641 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
642         all all-am check check-am clean clean-generic clean-libtool \
643         ctags ctags-recursive distclean distclean-generic \
644         distclean-libtool distclean-tags distdir dvi dvi-am html \
645         html-am info info-am install install-am install-data \
646         install-data-am install-dvi install-dvi-am install-exec \
647         install-exec-am install-html install-html-am install-info \
648         install-info-am install-man install-pdf install-pdf-am \
649         install-ps install-ps-am install-strip installcheck \
650         installcheck-am installdirs installdirs-am maintainer-clean \
651         maintainer-clean-generic mostlyclean mostlyclean-generic \
652         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
653         uninstall uninstall-am
654
655
656 # Tell versions [3.59,3.63) of GNU make to not export all variables.
657 # Otherwise a system limit (for SysV at least) may be exceeded.
658 .NOEXPORT: