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