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