Imported Upstream version 1.7.2
[platform/upstream/efreet.git] / src / tests / data / Makefile.in
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 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 subdir = src/tests/data
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
41         $(top_srcdir)/m4/efl_compiler_flag.m4 \
42         $(top_srcdir)/m4/efl_coverage.m4 \
43         $(top_srcdir)/m4/efl_doxygen.m4 \
44         $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/efl_tests.m4 \
45         $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
46         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
47         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
48         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
49         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
50         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
51         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
52         $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54         $(ACLOCAL_M4)
55 mkinstalldirs = $(install_sh) -d
56 CONFIG_HEADER = $(top_builddir)/config.h
57 CONFIG_CLEAN_FILES =
58 CONFIG_CLEAN_VPATH_FILES =
59 AM_V_GEN = $(am__v_GEN_@AM_V@)
60 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
61 am__v_GEN_0 = @echo "  GEN   " $@;
62 AM_V_at = $(am__v_at_@AM_V@)
63 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
64 am__v_at_0 = @
65 SOURCES =
66 DIST_SOURCES =
67 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68         html-recursive info-recursive install-data-recursive \
69         install-dvi-recursive install-exec-recursive \
70         install-html-recursive install-info-recursive \
71         install-pdf-recursive install-ps-recursive install-recursive \
72         installcheck-recursive installdirs-recursive pdf-recursive \
73         ps-recursive uninstall-recursive
74 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75 am__vpath_adj = case $$p in \
76     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77     *) f=$$p;; \
78   esac;
79 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
80 am__install_max = 40
81 am__nobase_strip_setup = \
82   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
83 am__nobase_strip = \
84   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
85 am__nobase_list = $(am__nobase_strip_setup); \
86   for p in $$list; do echo "$$p $$p"; done | \
87   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
88   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
89     if (++n[$$2] == $(am__install_max)) \
90       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
91     END { for (dir in files) print dir, files[dir] }'
92 am__base_list = \
93   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
94   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
95 am__uninstall_files_from_dir = { \
96   test -z "$$files" \
97     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
98     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
99          $(am__cd) "$$dir" && rm -f $$files; }; \
100   }
101 am__installdirs = "$(DESTDIR)$(testdir)"
102 DATA = $(test_DATA)
103 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
104   distclean-recursive maintainer-clean-recursive
105 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
106         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
107         distdir
108 ETAGS = etags
109 CTAGS = ctags
110 DIST_SUBDIRS = $(SUBDIRS)
111 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112 am__relativize = \
113   dir0=`pwd`; \
114   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
115   sed_rest='s,^[^/]*/*,,'; \
116   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
117   sed_butlast='s,/*[^/]*$$,,'; \
118   while test -n "$$dir1"; do \
119     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
120     if test "$$first" != "."; then \
121       if test "$$first" = ".."; then \
122         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
123         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
124       else \
125         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
126         if test "$$first2" = "$$first"; then \
127           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
128         else \
129           dir2="../$$dir2"; \
130         fi; \
131         dir0="$$dir0"/"$$first"; \
132       fi; \
133     fi; \
134     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
135   done; \
136   reldir="$$dir2"
137 ACLOCAL = @ACLOCAL@
138 ALLOCA = @ALLOCA@
139 AMTAR = @AMTAR@
140 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
141 AR = @AR@
142 AS = @AS@
143 AUTOCONF = @AUTOCONF@
144 AUTOHEADER = @AUTOHEADER@
145 AUTOMAKE = @AUTOMAKE@
146 AWK = @AWK@
147 CC = @CC@
148 CCDEPMODE = @CCDEPMODE@
149 CFLAGS = @CFLAGS@
150 CHECK_CFLAGS = @CHECK_CFLAGS@
151 CHECK_LIBS = @CHECK_LIBS@
152 CPP = @CPP@
153 CPPFLAGS = @CPPFLAGS@
154 CYGPATH_W = @CYGPATH_W@
155 DEFS = @DEFS@
156 DEPDIR = @DEPDIR@
157 DLLTOOL = @DLLTOOL@
158 DSYMUTIL = @DSYMUTIL@
159 DUMPBIN = @DUMPBIN@
160 ECHO_C = @ECHO_C@
161 ECHO_N = @ECHO_N@
162 ECHO_T = @ECHO_T@
163 EFL_COVERAGE_CFLAGS = @EFL_COVERAGE_CFLAGS@
164 EFL_COVERAGE_LIBS = @EFL_COVERAGE_LIBS@
165 EFL_EFREET_BUILD = @EFL_EFREET_BUILD@
166 EFL_EFREET_MIME_BUILD = @EFL_EFREET_MIME_BUILD@
167 EFL_EFREET_TRASH_BUILD = @EFL_EFREET_TRASH_BUILD@
168 EFREET_CFLAGS = @EFREET_CFLAGS@
169 EFREET_LIBS = @EFREET_LIBS@
170 EGREP = @EGREP@
171 EINA_CFLAGS = @EINA_CFLAGS@
172 EINA_LIBS = @EINA_LIBS@
173 EVIL_CFLAGS = @EVIL_CFLAGS@
174 EVIL_LIBS = @EVIL_LIBS@
175 EXEEXT = @EXEEXT@
176 FGREP = @FGREP@
177 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
178 GMSGFMT = @GMSGFMT@
179 GMSGFMT_015 = @GMSGFMT_015@
180 GREP = @GREP@
181 INSTALL = @INSTALL@
182 INSTALL_DATA = @INSTALL_DATA@
183 INSTALL_PROGRAM = @INSTALL_PROGRAM@
184 INSTALL_SCRIPT = @INSTALL_SCRIPT@
185 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
186 INTLLIBS = @INTLLIBS@
187 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
188 LD = @LD@
189 LDFLAGS = @LDFLAGS@
190 LIBICONV = @LIBICONV@
191 LIBINTL = @LIBINTL@
192 LIBOBJS = @LIBOBJS@
193 LIBS = @LIBS@
194 LIBTOOL = @LIBTOOL@
195 LIPO = @LIPO@
196 LN_S = @LN_S@
197 LOCALE_DIR = @LOCALE_DIR@
198 LTLIBICONV = @LTLIBICONV@
199 LTLIBINTL = @LTLIBINTL@
200 LTLIBOBJS = @LTLIBOBJS@
201 MAKEINFO = @MAKEINFO@
202 MANIFEST_TOOL = @MANIFEST_TOOL@
203 MKDIR_P = @MKDIR_P@
204 MSGFMT = @MSGFMT@
205 MSGFMT_015 = @MSGFMT_015@
206 MSGMERGE = @MSGMERGE@
207 NM = @NM@
208 NMEDIT = @NMEDIT@
209 OBJDUMP = @OBJDUMP@
210 OBJEXT = @OBJEXT@
211 OTOOL = @OTOOL@
212 OTOOL64 = @OTOOL64@
213 PACKAGE = @PACKAGE@
214 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215 PACKAGE_NAME = @PACKAGE_NAME@
216 PACKAGE_STRING = @PACKAGE_STRING@
217 PACKAGE_TARNAME = @PACKAGE_TARNAME@
218 PACKAGE_URL = @PACKAGE_URL@
219 PACKAGE_VERSION = @PACKAGE_VERSION@
220 PATH_SEPARATOR = @PATH_SEPARATOR@
221 PKG_CONFIG = @PKG_CONFIG@
222 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
223 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
224 POSUB = @POSUB@
225 RANLIB = @RANLIB@
226 SED = @SED@
227 SET_MAKE = @SET_MAKE@
228 SHELL = @SHELL@
229 STRIP = @STRIP@
230 USE_NLS = @USE_NLS@
231 VERSION = @VERSION@
232 VMAJ = @VMAJ@
233 WIN32_LIBS = @WIN32_LIBS@
234 XGETTEXT = @XGETTEXT@
235 XGETTEXT_015 = @XGETTEXT_015@
236 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
237 abs_builddir = @abs_builddir@
238 abs_srcdir = @abs_srcdir@
239 abs_top_builddir = @abs_top_builddir@
240 abs_top_srcdir = @abs_top_srcdir@
241 ac_ct_AR = @ac_ct_AR@
242 ac_ct_CC = @ac_ct_CC@
243 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
244 am__include = @am__include@
245 am__leading_dot = @am__leading_dot@
246 am__quote = @am__quote@
247 am__tar = @am__tar@
248 am__untar = @am__untar@
249 bindir = @bindir@
250 build = @build@
251 build_alias = @build_alias@
252 build_cpu = @build_cpu@
253 build_os = @build_os@
254 build_vendor = @build_vendor@
255 builddir = @builddir@
256 datadir = @datadir@
257 datarootdir = @datarootdir@
258 docdir = @docdir@
259 dvidir = @dvidir@
260 efl_doxygen = @efl_doxygen@
261 efl_have_doxygen = @efl_have_doxygen@
262 exec_prefix = @exec_prefix@
263 have_lcov = @have_lcov@
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_efreet = @requirement_efreet@
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 SUBDIRS = sub
298 MAINTAINERCLEANFILES = Makefile.in
299 testdir = $(pkgdatadir)/test
300 test_DATA = \
301 test.ini \
302 long.ini \
303 test.desktop \
304 test_type.desktop \
305 test.menu \
306 test_menu_slash_bad.menu \
307 entry.png \
308 entry \
309 preferences.menu \
310 test_garbage
311
312 EXTRA_DIST = $(test_DATA)
313 all: all-recursive
314
315 .SUFFIXES:
316 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
317         @for dep in $?; do \
318           case '$(am__configure_deps)' in \
319             *$$dep*) \
320               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
321                 && { if test -f $@; then exit 0; else break; fi; }; \
322               exit 1;; \
323           esac; \
324         done; \
325         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/tests/data/Makefile'; \
326         $(am__cd) $(top_srcdir) && \
327           $(AUTOMAKE) --gnu src/tests/data/Makefile
328 .PRECIOUS: Makefile
329 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
330         @case '$?' in \
331           *config.status*) \
332             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
333           *) \
334             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
335             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
336         esac;
337
338 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
339         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340
341 $(top_srcdir)/configure:  $(am__configure_deps)
342         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
344         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345 $(am__aclocal_m4_deps):
346
347 mostlyclean-libtool:
348         -rm -f *.lo
349
350 clean-libtool:
351         -rm -rf .libs _libs
352 install-testDATA: $(test_DATA)
353         @$(NORMAL_INSTALL)
354         test -z "$(testdir)" || $(MKDIR_P) "$(DESTDIR)$(testdir)"
355         @list='$(test_DATA)'; test -n "$(testdir)" || list=; \
356         for p in $$list; do \
357           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
358           echo "$$d$$p"; \
359         done | $(am__base_list) | \
360         while read files; do \
361           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(testdir)'"; \
362           $(INSTALL_DATA) $$files "$(DESTDIR)$(testdir)" || exit $$?; \
363         done
364
365 uninstall-testDATA:
366         @$(NORMAL_UNINSTALL)
367         @list='$(test_DATA)'; test -n "$(testdir)" || list=; \
368         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
369         dir='$(DESTDIR)$(testdir)'; $(am__uninstall_files_from_dir)
370
371 # This directory's subdirectories are mostly independent; you can cd
372 # into them and run `make' without going through this Makefile.
373 # To change the values of `make' variables: instead of editing Makefiles,
374 # (1) if the variable is set in `config.status', edit `config.status'
375 #     (which will cause the Makefiles to be regenerated when you run `make');
376 # (2) otherwise, pass the desired values on the `make' command line.
377 $(RECURSIVE_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         target=`echo $@ | sed s/-recursive//`; \
387         list='$(SUBDIRS)'; for subdir in $$list; do \
388           echo "Making $$target in $$subdir"; \
389           if test "$$subdir" = "."; then \
390             dot_seen=yes; \
391             local_target="$$target-am"; \
392           else \
393             local_target="$$target"; \
394           fi; \
395           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
396           || eval $$failcom; \
397         done; \
398         if test "$$dot_seen" = "no"; then \
399           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
400         fi; test -z "$$fail"
401
402 $(RECURSIVE_CLEAN_TARGETS):
403         @fail= failcom='exit 1'; \
404         for f in x $$MAKEFLAGS; do \
405           case $$f in \
406             *=* | --[!k]*);; \
407             *k*) failcom='fail=yes';; \
408           esac; \
409         done; \
410         dot_seen=no; \
411         case "$@" in \
412           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
413           *) list='$(SUBDIRS)' ;; \
414         esac; \
415         rev=''; for subdir in $$list; do \
416           if test "$$subdir" = "."; then :; else \
417             rev="$$subdir $$rev"; \
418           fi; \
419         done; \
420         rev="$$rev ."; \
421         target=`echo $@ | sed s/-recursive//`; \
422         for subdir in $$rev; do \
423           echo "Making $$target in $$subdir"; \
424           if test "$$subdir" = "."; then \
425             local_target="$$target-am"; \
426           else \
427             local_target="$$target"; \
428           fi; \
429           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
430           || eval $$failcom; \
431         done && test -z "$$fail"
432 tags-recursive:
433         list='$(SUBDIRS)'; for subdir in $$list; do \
434           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
435         done
436 ctags-recursive:
437         list='$(SUBDIRS)'; for subdir in $$list; do \
438           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
439         done
440
441 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
442         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
443         unique=`for i in $$list; do \
444             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445           done | \
446           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447               END { if (nonempty) { for (i in files) print i; }; }'`; \
448         mkid -fID $$unique
449 tags: TAGS
450
451 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
452                 $(TAGS_FILES) $(LISP)
453         set x; \
454         here=`pwd`; \
455         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
456           include_option=--etags-include; \
457           empty_fix=.; \
458         else \
459           include_option=--include; \
460           empty_fix=; \
461         fi; \
462         list='$(SUBDIRS)'; for subdir in $$list; do \
463           if test "$$subdir" = .; then :; else \
464             test ! -f $$subdir/TAGS || \
465               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
466           fi; \
467         done; \
468         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
469         unique=`for i in $$list; do \
470             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471           done | \
472           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473               END { if (nonempty) { for (i in files) print i; }; }'`; \
474         shift; \
475         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
476           test -n "$$unique" || unique=$$empty_fix; \
477           if test $$# -gt 0; then \
478             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479               "$$@" $$unique; \
480           else \
481             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482               $$unique; \
483           fi; \
484         fi
485 ctags: CTAGS
486 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
487                 $(TAGS_FILES) $(LISP)
488         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
489         unique=`for i in $$list; do \
490             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491           done | \
492           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493               END { if (nonempty) { for (i in files) print i; }; }'`; \
494         test -z "$(CTAGS_ARGS)$$unique" \
495           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
496              $$unique
497
498 GTAGS:
499         here=`$(am__cd) $(top_builddir) && pwd` \
500           && $(am__cd) $(top_srcdir) \
501           && gtags -i $(GTAGS_ARGS) "$$here"
502
503 distclean-tags:
504         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
505
506 distdir: $(DISTFILES)
507         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509         list='$(DISTFILES)'; \
510           dist_files=`for file in $$list; do echo $$file; done | \
511           sed -e "s|^$$srcdirstrip/||;t" \
512               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
513         case $$dist_files in \
514           */*) $(MKDIR_P) `echo "$$dist_files" | \
515                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
516                            sort -u` ;; \
517         esac; \
518         for file in $$dist_files; do \
519           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
520           if test -d $$d/$$file; then \
521             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
522             if test -d "$(distdir)/$$file"; then \
523               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
524             fi; \
525             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
526               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
527               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
528             fi; \
529             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
530           else \
531             test -f "$(distdir)/$$file" \
532             || cp -p $$d/$$file "$(distdir)/$$file" \
533             || exit 1; \
534           fi; \
535         done
536         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
537           if test "$$subdir" = .; then :; else \
538             test -d "$(distdir)/$$subdir" \
539             || $(MKDIR_P) "$(distdir)/$$subdir" \
540             || exit 1; \
541           fi; \
542         done
543         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
544           if test "$$subdir" = .; then :; else \
545             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
546             $(am__relativize); \
547             new_distdir=$$reldir; \
548             dir1=$$subdir; dir2="$(top_distdir)"; \
549             $(am__relativize); \
550             new_top_distdir=$$reldir; \
551             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
552             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
553             ($(am__cd) $$subdir && \
554               $(MAKE) $(AM_MAKEFLAGS) \
555                 top_distdir="$$new_top_distdir" \
556                 distdir="$$new_distdir" \
557                 am__remove_distdir=: \
558                 am__skip_length_check=: \
559                 am__skip_mode_fix=: \
560                 distdir) \
561               || exit 1; \
562           fi; \
563         done
564 check-am: all-am
565 check: check-recursive
566 all-am: Makefile $(DATA)
567 installdirs: installdirs-recursive
568 installdirs-am:
569         for dir in "$(DESTDIR)$(testdir)"; do \
570           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
571         done
572 install: install-recursive
573 install-exec: install-exec-recursive
574 install-data: install-data-recursive
575 uninstall: uninstall-recursive
576
577 install-am: all-am
578         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
579
580 installcheck: installcheck-recursive
581 install-strip:
582         if test -z '$(STRIP)'; then \
583           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
584             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
585               install; \
586         else \
587           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
588             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
589             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
590         fi
591 mostlyclean-generic:
592
593 clean-generic:
594
595 distclean-generic:
596         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
597         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
598
599 maintainer-clean-generic:
600         @echo "This command is intended for maintainers to use"
601         @echo "it deletes files that may require special tools to rebuild."
602         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
603 clean: clean-recursive
604
605 clean-am: clean-generic clean-libtool mostlyclean-am
606
607 distclean: distclean-recursive
608         -rm -f Makefile
609 distclean-am: clean-am distclean-generic distclean-tags
610
611 dvi: dvi-recursive
612
613 dvi-am:
614
615 html: html-recursive
616
617 html-am:
618
619 info: info-recursive
620
621 info-am:
622
623 install-data-am: install-testDATA
624
625 install-dvi: install-dvi-recursive
626
627 install-dvi-am:
628
629 install-exec-am:
630
631 install-html: install-html-recursive
632
633 install-html-am:
634
635 install-info: install-info-recursive
636
637 install-info-am:
638
639 install-man:
640
641 install-pdf: install-pdf-recursive
642
643 install-pdf-am:
644
645 install-ps: install-ps-recursive
646
647 install-ps-am:
648
649 installcheck-am:
650
651 maintainer-clean: maintainer-clean-recursive
652         -rm -f Makefile
653 maintainer-clean-am: distclean-am maintainer-clean-generic
654
655 mostlyclean: mostlyclean-recursive
656
657 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
658
659 pdf: pdf-recursive
660
661 pdf-am:
662
663 ps: ps-recursive
664
665 ps-am:
666
667 uninstall-am: uninstall-testDATA
668
669 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
670         install-am install-strip tags-recursive
671
672 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
673         all all-am check check-am clean clean-generic clean-libtool \
674         ctags ctags-recursive distclean distclean-generic \
675         distclean-libtool distclean-tags distdir dvi dvi-am html \
676         html-am info info-am install install-am install-data \
677         install-data-am install-dvi install-dvi-am install-exec \
678         install-exec-am install-html install-html-am install-info \
679         install-info-am install-man install-pdf install-pdf-am \
680         install-ps install-ps-am install-strip install-testDATA \
681         installcheck installcheck-am installdirs installdirs-am \
682         maintainer-clean maintainer-clean-generic mostlyclean \
683         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
684         tags tags-recursive uninstall uninstall-am uninstall-testDATA
685
686
687 # Tell versions [3.59,3.63) of GNU make to not export all variables.
688 # Otherwise a system limit (for SysV at least) may be exceeded.
689 .NOEXPORT: