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