"Initial commit to Gerrit"
[profile/ivi/cogl.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = tests
37 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps =  \
40         $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
41         $(top_srcdir)/build/autotools/as-linguas.m4 \
42         $(top_srcdir)/build/autotools/gettext.m4 \
43         $(top_srcdir)/build/autotools/gtk-doc.m4 \
44         $(top_srcdir)/build/autotools/iconv.m4 \
45         $(top_srcdir)/build/autotools/intlmacosx.m4 \
46         $(top_srcdir)/build/autotools/introspection.m4 \
47         $(top_srcdir)/build/autotools/lib-ld.m4 \
48         $(top_srcdir)/build/autotools/lib-link.m4 \
49         $(top_srcdir)/build/autotools/lib-prefix.m4 \
50         $(top_srcdir)/build/autotools/libtool.m4 \
51         $(top_srcdir)/build/autotools/ltoptions.m4 \
52         $(top_srcdir)/build/autotools/ltsugar.m4 \
53         $(top_srcdir)/build/autotools/ltversion.m4 \
54         $(top_srcdir)/build/autotools/lt~obsolete.m4 \
55         $(top_srcdir)/build/autotools/nls.m4 \
56         $(top_srcdir)/build/autotools/po.m4 \
57         $(top_srcdir)/build/autotools/progtest.m4 \
58         $(top_srcdir)/configure.ac
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60         $(ACLOCAL_M4)
61 mkinstalldirs = $(install_sh) -d
62 CONFIG_HEADER = $(top_builddir)/config.h
63 CONFIG_CLEAN_FILES =
64 CONFIG_CLEAN_VPATH_FILES =
65 AM_V_GEN = $(am__v_GEN_$(V))
66 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
67 am__v_GEN_0 = @echo "  GEN   " $@;
68 AM_V_at = $(am__v_at_$(V))
69 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
70 am__v_at_0 = @
71 SOURCES =
72 DIST_SOURCES =
73 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74         html-recursive info-recursive install-data-recursive \
75         install-dvi-recursive install-exec-recursive \
76         install-html-recursive install-info-recursive \
77         install-pdf-recursive install-ps-recursive install-recursive \
78         installcheck-recursive installdirs-recursive pdf-recursive \
79         ps-recursive uninstall-recursive
80 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
81   distclean-recursive maintainer-clean-recursive
82 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
83         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
84         distdir
85 ETAGS = etags
86 CTAGS = ctags
87 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88 am__relativize = \
89   dir0=`pwd`; \
90   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
91   sed_rest='s,^[^/]*/*,,'; \
92   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
93   sed_butlast='s,/*[^/]*$$,,'; \
94   while test -n "$$dir1"; do \
95     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
96     if test "$$first" != "."; then \
97       if test "$$first" = ".."; then \
98         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
99         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
100       else \
101         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
102         if test "$$first2" = "$$first"; then \
103           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
104         else \
105           dir2="../$$dir2"; \
106         fi; \
107         dir0="$$dir0"/"$$first"; \
108       fi; \
109     fi; \
110     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
111   done; \
112   reldir="$$dir2"
113 ACLOCAL = @ACLOCAL@
114 ALL_LINGUAS = @ALL_LINGUAS@
115 AMTAR = @AMTAR@
116 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
117 AR = @AR@
118 AUTOCONF = @AUTOCONF@
119 AUTOHEADER = @AUTOHEADER@
120 AUTOMAKE = @AUTOMAKE@
121 AWK = @AWK@
122 CAIRO_REQ_VERSION = @CAIRO_REQ_VERSION@
123 CC = @CC@
124 CCDEPMODE = @CCDEPMODE@
125 CFLAGS = @CFLAGS@
126 COGL_1_MICRO_VERSION = @COGL_1_MICRO_VERSION@
127 COGL_1_MINOR_VERSION = @COGL_1_MINOR_VERSION@
128 COGL_1_VERSION = @COGL_1_VERSION@
129 COGL_API_VERSION = @COGL_API_VERSION@
130 COGL_API_VERSION_AM = @COGL_API_VERSION_AM@
131 COGL_DEBUG_CFLAGS = @COGL_DEBUG_CFLAGS@
132 COGL_DEFINES = @COGL_DEFINES@
133 COGL_DEP_CFLAGS = @COGL_DEP_CFLAGS@
134 COGL_DEP_GL_CFLAGS = @COGL_DEP_GL_CFLAGS@
135 COGL_DEP_GL_LIBS = @COGL_DEP_GL_LIBS@
136 COGL_DEP_LIBS = @COGL_DEP_LIBS@
137 COGL_EGL_INCLUDES = @COGL_EGL_INCLUDES@
138 COGL_EXTRA_CFLAGS = @COGL_EXTRA_CFLAGS@
139 COGL_EXTRA_LDFLAGS = @COGL_EXTRA_LDFLAGS@
140 COGL_GLES1_LIBNAME = @COGL_GLES1_LIBNAME@
141 COGL_GLES2_LIBNAME = @COGL_GLES2_LIBNAME@
142 COGL_GL_HEADER_INCLUDES = @COGL_GL_HEADER_INCLUDES@
143 COGL_GL_LIBNAME = @COGL_GL_LIBNAME@
144 COGL_LT_AGE = @COGL_LT_AGE@
145 COGL_LT_CURRENT = @COGL_LT_CURRENT@
146 COGL_LT_RELEASE = @COGL_LT_RELEASE@
147 COGL_LT_REVISION = @COGL_LT_REVISION@
148 COGL_MAJOR_VERSION = @COGL_MAJOR_VERSION@
149 COGL_MICRO_VERSION = @COGL_MICRO_VERSION@
150 COGL_MINOR_VERSION = @COGL_MINOR_VERSION@
151 COGL_PANGO_DEP_CFLAGS = @COGL_PANGO_DEP_CFLAGS@
152 COGL_PANGO_DEP_LIBS = @COGL_PANGO_DEP_LIBS@
153 COGL_PANGO_PKG_REQUIRES = @COGL_PANGO_PKG_REQUIRES@
154 COGL_PKG_REQUIRES = @COGL_PKG_REQUIRES@
155 COGL_RELEASE_STATUS = @COGL_RELEASE_STATUS@
156 COGL_VERSION = @COGL_VERSION@
157 CPP = @CPP@
158 CPPFLAGS = @CPPFLAGS@
159 CYGPATH_W = @CYGPATH_W@
160 DEFS = @DEFS@
161 DEPDIR = @DEPDIR@
162 DLLTOOL = @DLLTOOL@
163 DSYMUTIL = @DSYMUTIL@
164 DUMMY_CFLAGS = @DUMMY_CFLAGS@
165 DUMMY_LIBS = @DUMMY_LIBS@
166 DUMPBIN = @DUMPBIN@
167 ECHO_C = @ECHO_C@
168 ECHO_N = @ECHO_N@
169 ECHO_T = @ECHO_T@
170 EGREP = @EGREP@
171 EXEEXT = @EXEEXT@
172 FGREP = @FGREP@
173 GDK_PIXBUF_REQ_VERSION = @GDK_PIXBUF_REQ_VERSION@
174 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
175 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
176 GI_REQ_VERSION = @GI_REQ_VERSION@
177 GLIB_CFLAGS = @GLIB_CFLAGS@
178 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
179 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
180 GLIB_LIBS = @GLIB_LIBS@
181 GLIB_MKENUMS = @GLIB_MKENUMS@
182 GLIB_REQ_VERSION = @GLIB_REQ_VERSION@
183 GMSGFMT = @GMSGFMT@
184 GMSGFMT_015 = @GMSGFMT_015@
185 GOBJECT_QUERY = @GOBJECT_QUERY@
186 GREP = @GREP@
187 GTKDOC_CHECK = @GTKDOC_CHECK@
188 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
189 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
190 GTKDOC_MKPDF = @GTKDOC_MKPDF@
191 GTKDOC_REBASE = @GTKDOC_REBASE@
192 GTK_DOC_REQ_VERSION = @GTK_DOC_REQ_VERSION@
193 HAVE_GL = @HAVE_GL@
194 HAVE_GLES1 = @HAVE_GLES1@
195 HAVE_GLES2 = @HAVE_GLES2@
196 HTML_DIR = @HTML_DIR@
197 INSTALL = @INSTALL@
198 INSTALL_DATA = @INSTALL_DATA@
199 INSTALL_PROGRAM = @INSTALL_PROGRAM@
200 INSTALL_SCRIPT = @INSTALL_SCRIPT@
201 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
202 INTLLIBS = @INTLLIBS@
203 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
204 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
205 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
206 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
207 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
208 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
209 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
210 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
211 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
212 LD = @LD@
213 LDFLAGS = @LDFLAGS@
214 LIBICONV = @LIBICONV@
215 LIBINTL = @LIBINTL@
216 LIBOBJS = @LIBOBJS@
217 LIBS = @LIBS@
218 LIBTOOL = @LIBTOOL@
219 LIPO = @LIPO@
220 LN_S = @LN_S@
221 LTLIBICONV = @LTLIBICONV@
222 LTLIBINTL = @LTLIBINTL@
223 LTLIBOBJS = @LTLIBOBJS@
224 MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
225 MAKEINFO = @MAKEINFO@
226 MANIFEST_TOOL = @MANIFEST_TOOL@
227 MKDIR_P = @MKDIR_P@
228 MSGFMT = @MSGFMT@
229 MSGFMT_015 = @MSGFMT_015@
230 MSGMERGE = @MSGMERGE@
231 NM = @NM@
232 NMEDIT = @NMEDIT@
233 OBJDUMP = @OBJDUMP@
234 OBJEXT = @OBJEXT@
235 OTOOL = @OTOOL@
236 OTOOL64 = @OTOOL64@
237 PACKAGE = @PACKAGE@
238 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
239 PACKAGE_NAME = @PACKAGE_NAME@
240 PACKAGE_STRING = @PACKAGE_STRING@
241 PACKAGE_TARNAME = @PACKAGE_TARNAME@
242 PACKAGE_URL = @PACKAGE_URL@
243 PACKAGE_VERSION = @PACKAGE_VERSION@
244 PANGOCAIRO_REQ_VERSION = @PANGOCAIRO_REQ_VERSION@
245 PATH_SEPARATOR = @PATH_SEPARATOR@
246 PKG_CONFIG = @PKG_CONFIG@
247 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
248 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
249 POSUB = @POSUB@
250 RANLIB = @RANLIB@
251 SED = @SED@
252 SET_MAKE = @SET_MAKE@
253 SHELL = @SHELL@
254 STRIP = @STRIP@
255 UPROF_REQ_VERSION = @UPROF_REQ_VERSION@
256 USE_NLS = @USE_NLS@
257 VERSION = @VERSION@
258 XCOMPOSITE_REQ_VERSION = @XCOMPOSITE_REQ_VERSION@
259 XFIXES_REQ_VERSION = @XFIXES_REQ_VERSION@
260 XGETTEXT = @XGETTEXT@
261 XGETTEXT_015 = @XGETTEXT_015@
262 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
263 XMKMF = @XMKMF@
264 abs_builddir = @abs_builddir@
265 abs_srcdir = @abs_srcdir@
266 abs_top_builddir = @abs_top_builddir@
267 abs_top_srcdir = @abs_top_srcdir@
268 ac_ct_AR = @ac_ct_AR@
269 ac_ct_CC = @ac_ct_CC@
270 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
271 am__include = @am__include@
272 am__leading_dot = @am__leading_dot@
273 am__quote = @am__quote@
274 am__tar = @am__tar@
275 am__untar = @am__untar@
276 bindir = @bindir@
277 build = @build@
278 build_alias = @build_alias@
279 build_cpu = @build_cpu@
280 build_os = @build_os@
281 build_vendor = @build_vendor@
282 builddir = @builddir@
283 datadir = @datadir@
284 datarootdir = @datarootdir@
285 docdir = @docdir@
286 dvidir = @dvidir@
287 exec_prefix = @exec_prefix@
288 host = @host@
289 host_alias = @host_alias@
290 host_cpu = @host_cpu@
291 host_os = @host_os@
292 host_vendor = @host_vendor@
293 htmldir = @htmldir@
294 includedir = @includedir@
295 infodir = @infodir@
296 install_sh = @install_sh@
297 libdir = @libdir@
298 libexecdir = @libexecdir@
299 localedir = @localedir@
300 localstatedir = @localstatedir@
301 mandir = @mandir@
302 mkdir_p = @mkdir_p@
303 oldincludedir = @oldincludedir@
304 pdfdir = @pdfdir@
305 prefix = @prefix@
306 program_transform_name = @program_transform_name@
307 psdir = @psdir@
308 sbindir = @sbindir@
309 sharedstatedir = @sharedstatedir@
310 srcdir = @srcdir@
311 sysconfdir = @sysconfdir@
312 target_alias = @target_alias@
313 top_build_prefix = @top_build_prefix@
314 top_builddir = @top_builddir@
315 top_srcdir = @top_srcdir@
316 SUBDIRS = conform data
317 DIST_SUBDIRS = conform data
318 EXTRA_DIST = README
319 all: all-recursive
320
321 .SUFFIXES:
322 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
323         @for dep in $?; do \
324           case '$(am__configure_deps)' in \
325             *$$dep*) \
326               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
327                 && { if test -f $@; then exit 0; else break; fi; }; \
328               exit 1;; \
329           esac; \
330         done; \
331         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
332         $(am__cd) $(top_srcdir) && \
333           $(AUTOMAKE) --foreign tests/Makefile
334 .PRECIOUS: Makefile
335 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336         @case '$?' in \
337           *config.status*) \
338             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
339           *) \
340             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
341             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
342         esac;
343
344 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
345         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346
347 $(top_srcdir)/configure:  $(am__configure_deps)
348         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
350         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 $(am__aclocal_m4_deps):
352
353 mostlyclean-libtool:
354         -rm -f *.lo
355
356 clean-libtool:
357         -rm -rf .libs _libs
358
359 # This directory's subdirectories are mostly independent; you can cd
360 # into them and run `make' without going through this Makefile.
361 # To change the values of `make' variables: instead of editing Makefiles,
362 # (1) if the variable is set in `config.status', edit `config.status'
363 #     (which will cause the Makefiles to be regenerated when you run `make');
364 # (2) otherwise, pass the desired values on the `make' command line.
365 $(RECURSIVE_TARGETS):
366         @fail= failcom='exit 1'; \
367         for f in x $$MAKEFLAGS; do \
368           case $$f in \
369             *=* | --[!k]*);; \
370             *k*) failcom='fail=yes';; \
371           esac; \
372         done; \
373         dot_seen=no; \
374         target=`echo $@ | sed s/-recursive//`; \
375         list='$(SUBDIRS)'; for subdir in $$list; do \
376           echo "Making $$target in $$subdir"; \
377           if test "$$subdir" = "."; then \
378             dot_seen=yes; \
379             local_target="$$target-am"; \
380           else \
381             local_target="$$target"; \
382           fi; \
383           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
384           || eval $$failcom; \
385         done; \
386         if test "$$dot_seen" = "no"; then \
387           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
388         fi; test -z "$$fail"
389
390 $(RECURSIVE_CLEAN_TARGETS):
391         @fail= failcom='exit 1'; \
392         for f in x $$MAKEFLAGS; do \
393           case $$f in \
394             *=* | --[!k]*);; \
395             *k*) failcom='fail=yes';; \
396           esac; \
397         done; \
398         dot_seen=no; \
399         case "$@" in \
400           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
401           *) list='$(SUBDIRS)' ;; \
402         esac; \
403         rev=''; for subdir in $$list; do \
404           if test "$$subdir" = "."; then :; else \
405             rev="$$subdir $$rev"; \
406           fi; \
407         done; \
408         rev="$$rev ."; \
409         target=`echo $@ | sed s/-recursive//`; \
410         for subdir in $$rev; do \
411           echo "Making $$target in $$subdir"; \
412           if test "$$subdir" = "."; then \
413             local_target="$$target-am"; \
414           else \
415             local_target="$$target"; \
416           fi; \
417           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
418           || eval $$failcom; \
419         done && test -z "$$fail"
420 tags-recursive:
421         list='$(SUBDIRS)'; for subdir in $$list; do \
422           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
423         done
424 ctags-recursive:
425         list='$(SUBDIRS)'; for subdir in $$list; do \
426           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
427         done
428
429 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
430         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
431         unique=`for i in $$list; do \
432             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433           done | \
434           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435               END { if (nonempty) { for (i in files) print i; }; }'`; \
436         mkid -fID $$unique
437 tags: TAGS
438
439 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
440                 $(TAGS_FILES) $(LISP)
441         set x; \
442         here=`pwd`; \
443         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
444           include_option=--etags-include; \
445           empty_fix=.; \
446         else \
447           include_option=--include; \
448           empty_fix=; \
449         fi; \
450         list='$(SUBDIRS)'; for subdir in $$list; do \
451           if test "$$subdir" = .; then :; else \
452             test ! -f $$subdir/TAGS || \
453               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
454           fi; \
455         done; \
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         shift; \
463         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
464           test -n "$$unique" || unique=$$empty_fix; \
465           if test $$# -gt 0; then \
466             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
467               "$$@" $$unique; \
468           else \
469             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
470               $$unique; \
471           fi; \
472         fi
473 ctags: CTAGS
474 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
475                 $(TAGS_FILES) $(LISP)
476         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
477         unique=`for i in $$list; do \
478             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479           done | \
480           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481               END { if (nonempty) { for (i in files) print i; }; }'`; \
482         test -z "$(CTAGS_ARGS)$$unique" \
483           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
484              $$unique
485
486 GTAGS:
487         here=`$(am__cd) $(top_builddir) && pwd` \
488           && $(am__cd) $(top_srcdir) \
489           && gtags -i $(GTAGS_ARGS) "$$here"
490
491 distclean-tags:
492         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493
494 distdir: $(DISTFILES)
495         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
497         list='$(DISTFILES)'; \
498           dist_files=`for file in $$list; do echo $$file; done | \
499           sed -e "s|^$$srcdirstrip/||;t" \
500               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
501         case $$dist_files in \
502           */*) $(MKDIR_P) `echo "$$dist_files" | \
503                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
504                            sort -u` ;; \
505         esac; \
506         for file in $$dist_files; do \
507           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
508           if test -d $$d/$$file; then \
509             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
510             if test -d "$(distdir)/$$file"; then \
511               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512             fi; \
513             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
514               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
515               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516             fi; \
517             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
518           else \
519             test -f "$(distdir)/$$file" \
520             || cp -p $$d/$$file "$(distdir)/$$file" \
521             || exit 1; \
522           fi; \
523         done
524         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
525           if test "$$subdir" = .; then :; else \
526             test -d "$(distdir)/$$subdir" \
527             || $(MKDIR_P) "$(distdir)/$$subdir" \
528             || exit 1; \
529           fi; \
530         done
531         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
532           if test "$$subdir" = .; then :; else \
533             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
534             $(am__relativize); \
535             new_distdir=$$reldir; \
536             dir1=$$subdir; dir2="$(top_distdir)"; \
537             $(am__relativize); \
538             new_top_distdir=$$reldir; \
539             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
540             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
541             ($(am__cd) $$subdir && \
542               $(MAKE) $(AM_MAKEFLAGS) \
543                 top_distdir="$$new_top_distdir" \
544                 distdir="$$new_distdir" \
545                 am__remove_distdir=: \
546                 am__skip_length_check=: \
547                 am__skip_mode_fix=: \
548                 distdir) \
549               || exit 1; \
550           fi; \
551         done
552 check-am: all-am
553         $(MAKE) $(AM_MAKEFLAGS) check-local
554 check: check-recursive
555 all-am: Makefile
556 installdirs: installdirs-recursive
557 installdirs-am:
558 install: install-recursive
559 install-exec: install-exec-recursive
560 install-data: install-data-recursive
561 uninstall: uninstall-recursive
562
563 install-am: all-am
564         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
565
566 installcheck: installcheck-recursive
567 install-strip:
568         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570           `test -z '$(STRIP)' || \
571             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
572 mostlyclean-generic:
573
574 clean-generic:
575
576 distclean-generic:
577         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
578         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
579
580 maintainer-clean-generic:
581         @echo "This command is intended for maintainers to use"
582         @echo "it deletes files that may require special tools to rebuild."
583 clean: clean-recursive
584
585 clean-am: clean-generic clean-libtool mostlyclean-am
586
587 distclean: distclean-recursive
588         -rm -f Makefile
589 distclean-am: clean-am distclean-generic distclean-tags
590
591 dvi: dvi-recursive
592
593 dvi-am:
594
595 html: html-recursive
596
597 html-am:
598
599 info: info-recursive
600
601 info-am:
602
603 install-data-am:
604
605 install-dvi: install-dvi-recursive
606
607 install-dvi-am:
608
609 install-exec-am:
610
611 install-html: install-html-recursive
612
613 install-html-am:
614
615 install-info: install-info-recursive
616
617 install-info-am:
618
619 install-man:
620
621 install-pdf: install-pdf-recursive
622
623 install-pdf-am:
624
625 install-ps: install-ps-recursive
626
627 install-ps-am:
628
629 installcheck-am:
630
631 maintainer-clean: maintainer-clean-recursive
632         -rm -f Makefile
633 maintainer-clean-am: distclean-am maintainer-clean-generic
634
635 mostlyclean: mostlyclean-recursive
636
637 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
638
639 pdf: pdf-recursive
640
641 pdf-am:
642
643 ps: ps-recursive
644
645 ps-am:
646
647 uninstall-am:
648
649 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
650         ctags-recursive install-am install-strip tags-recursive
651
652 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
653         all all-am check check-am check-local clean clean-generic \
654         clean-libtool ctags ctags-recursive distclean \
655         distclean-generic distclean-libtool distclean-tags distdir dvi \
656         dvi-am html html-am info info-am install install-am \
657         install-data install-data-am install-dvi install-dvi-am \
658         install-exec install-exec-am install-html install-html-am \
659         install-info install-info-am install-man install-pdf \
660         install-pdf-am install-ps install-ps-am install-strip \
661         installcheck installcheck-am installdirs installdirs-am \
662         maintainer-clean maintainer-clean-generic mostlyclean \
663         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
664         tags tags-recursive uninstall uninstall-am
665
666
667 test conform:
668         ( cd ./conform && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$?
669
670 .PHONY: test conform
671
672 # run make test as part of make check
673 check-local: test
674
675 # Tell versions [3.59,3.63) of GNU make to not export all variables.
676 # Otherwise a system limit (for SysV at least) may be exceeded.
677 .NOEXPORT: