"Initial commit to Gerrit"
[profile/ivi/cogl.git] / build / win32 / 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/win32
37 DIST_COMMON = $(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 DIST_SUBDIRS = $(SUBDIRS)
88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89 am__relativize = \
90   dir0=`pwd`; \
91   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
92   sed_rest='s,^[^/]*/*,,'; \
93   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
94   sed_butlast='s,/*[^/]*$$,,'; \
95   while test -n "$$dir1"; do \
96     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
97     if test "$$first" != "."; then \
98       if test "$$first" = ".."; then \
99         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
100         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
101       else \
102         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
103         if test "$$first2" = "$$first"; then \
104           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
105         else \
106           dir2="../$$dir2"; \
107         fi; \
108         dir0="$$dir0"/"$$first"; \
109       fi; \
110     fi; \
111     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
112   done; \
113   reldir="$$dir2"
114 ACLOCAL = @ACLOCAL@
115 ALL_LINGUAS = @ALL_LINGUAS@
116 AMTAR = @AMTAR@
117 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
118 AR = @AR@
119 AUTOCONF = @AUTOCONF@
120 AUTOHEADER = @AUTOHEADER@
121 AUTOMAKE = @AUTOMAKE@
122 AWK = @AWK@
123 CAIRO_REQ_VERSION = @CAIRO_REQ_VERSION@
124 CC = @CC@
125 CCDEPMODE = @CCDEPMODE@
126 CFLAGS = @CFLAGS@
127 COGL_1_MICRO_VERSION = @COGL_1_MICRO_VERSION@
128 COGL_1_MINOR_VERSION = @COGL_1_MINOR_VERSION@
129 COGL_1_VERSION = @COGL_1_VERSION@
130 COGL_API_VERSION = @COGL_API_VERSION@
131 COGL_API_VERSION_AM = @COGL_API_VERSION_AM@
132 COGL_DEBUG_CFLAGS = @COGL_DEBUG_CFLAGS@
133 COGL_DEFINES = @COGL_DEFINES@
134 COGL_DEP_CFLAGS = @COGL_DEP_CFLAGS@
135 COGL_DEP_GL_CFLAGS = @COGL_DEP_GL_CFLAGS@
136 COGL_DEP_GL_LIBS = @COGL_DEP_GL_LIBS@
137 COGL_DEP_LIBS = @COGL_DEP_LIBS@
138 COGL_EGL_INCLUDES = @COGL_EGL_INCLUDES@
139 COGL_EXTRA_CFLAGS = @COGL_EXTRA_CFLAGS@
140 COGL_EXTRA_LDFLAGS = @COGL_EXTRA_LDFLAGS@
141 COGL_GLES1_LIBNAME = @COGL_GLES1_LIBNAME@
142 COGL_GLES2_LIBNAME = @COGL_GLES2_LIBNAME@
143 COGL_GL_HEADER_INCLUDES = @COGL_GL_HEADER_INCLUDES@
144 COGL_GL_LIBNAME = @COGL_GL_LIBNAME@
145 COGL_LT_AGE = @COGL_LT_AGE@
146 COGL_LT_CURRENT = @COGL_LT_CURRENT@
147 COGL_LT_RELEASE = @COGL_LT_RELEASE@
148 COGL_LT_REVISION = @COGL_LT_REVISION@
149 COGL_MAJOR_VERSION = @COGL_MAJOR_VERSION@
150 COGL_MICRO_VERSION = @COGL_MICRO_VERSION@
151 COGL_MINOR_VERSION = @COGL_MINOR_VERSION@
152 COGL_PANGO_DEP_CFLAGS = @COGL_PANGO_DEP_CFLAGS@
153 COGL_PANGO_DEP_LIBS = @COGL_PANGO_DEP_LIBS@
154 COGL_PANGO_PKG_REQUIRES = @COGL_PANGO_PKG_REQUIRES@
155 COGL_PKG_REQUIRES = @COGL_PKG_REQUIRES@
156 COGL_RELEASE_STATUS = @COGL_RELEASE_STATUS@
157 COGL_VERSION = @COGL_VERSION@
158 CPP = @CPP@
159 CPPFLAGS = @CPPFLAGS@
160 CYGPATH_W = @CYGPATH_W@
161 DEFS = @DEFS@
162 DEPDIR = @DEPDIR@
163 DLLTOOL = @DLLTOOL@
164 DSYMUTIL = @DSYMUTIL@
165 DUMMY_CFLAGS = @DUMMY_CFLAGS@
166 DUMMY_LIBS = @DUMMY_LIBS@
167 DUMPBIN = @DUMPBIN@
168 ECHO_C = @ECHO_C@
169 ECHO_N = @ECHO_N@
170 ECHO_T = @ECHO_T@
171 EGREP = @EGREP@
172 EXEEXT = @EXEEXT@
173 FGREP = @FGREP@
174 GDK_PIXBUF_REQ_VERSION = @GDK_PIXBUF_REQ_VERSION@
175 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
176 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
177 GI_REQ_VERSION = @GI_REQ_VERSION@
178 GLIB_CFLAGS = @GLIB_CFLAGS@
179 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
180 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
181 GLIB_LIBS = @GLIB_LIBS@
182 GLIB_MKENUMS = @GLIB_MKENUMS@
183 GLIB_REQ_VERSION = @GLIB_REQ_VERSION@
184 GMSGFMT = @GMSGFMT@
185 GMSGFMT_015 = @GMSGFMT_015@
186 GOBJECT_QUERY = @GOBJECT_QUERY@
187 GREP = @GREP@
188 GTKDOC_CHECK = @GTKDOC_CHECK@
189 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
190 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
191 GTKDOC_MKPDF = @GTKDOC_MKPDF@
192 GTKDOC_REBASE = @GTKDOC_REBASE@
193 GTK_DOC_REQ_VERSION = @GTK_DOC_REQ_VERSION@
194 HAVE_GL = @HAVE_GL@
195 HAVE_GLES1 = @HAVE_GLES1@
196 HAVE_GLES2 = @HAVE_GLES2@
197 HTML_DIR = @HTML_DIR@
198 INSTALL = @INSTALL@
199 INSTALL_DATA = @INSTALL_DATA@
200 INSTALL_PROGRAM = @INSTALL_PROGRAM@
201 INSTALL_SCRIPT = @INSTALL_SCRIPT@
202 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
203 INTLLIBS = @INTLLIBS@
204 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
205 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
206 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
207 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
208 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
209 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
210 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
211 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
212 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
213 LD = @LD@
214 LDFLAGS = @LDFLAGS@
215 LIBICONV = @LIBICONV@
216 LIBINTL = @LIBINTL@
217 LIBOBJS = @LIBOBJS@
218 LIBS = @LIBS@
219 LIBTOOL = @LIBTOOL@
220 LIPO = @LIPO@
221 LN_S = @LN_S@
222 LTLIBICONV = @LTLIBICONV@
223 LTLIBINTL = @LTLIBINTL@
224 LTLIBOBJS = @LTLIBOBJS@
225 MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
226 MAKEINFO = @MAKEINFO@
227 MANIFEST_TOOL = @MANIFEST_TOOL@
228 MKDIR_P = @MKDIR_P@
229 MSGFMT = @MSGFMT@
230 MSGFMT_015 = @MSGFMT_015@
231 MSGMERGE = @MSGMERGE@
232 NM = @NM@
233 NMEDIT = @NMEDIT@
234 OBJDUMP = @OBJDUMP@
235 OBJEXT = @OBJEXT@
236 OTOOL = @OTOOL@
237 OTOOL64 = @OTOOL64@
238 PACKAGE = @PACKAGE@
239 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
240 PACKAGE_NAME = @PACKAGE_NAME@
241 PACKAGE_STRING = @PACKAGE_STRING@
242 PACKAGE_TARNAME = @PACKAGE_TARNAME@
243 PACKAGE_URL = @PACKAGE_URL@
244 PACKAGE_VERSION = @PACKAGE_VERSION@
245 PANGOCAIRO_REQ_VERSION = @PANGOCAIRO_REQ_VERSION@
246 PATH_SEPARATOR = @PATH_SEPARATOR@
247 PKG_CONFIG = @PKG_CONFIG@
248 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
249 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
250 POSUB = @POSUB@
251 RANLIB = @RANLIB@
252 SED = @SED@
253 SET_MAKE = @SET_MAKE@
254 SHELL = @SHELL@
255 STRIP = @STRIP@
256 UPROF_REQ_VERSION = @UPROF_REQ_VERSION@
257 USE_NLS = @USE_NLS@
258 VERSION = @VERSION@
259 XCOMPOSITE_REQ_VERSION = @XCOMPOSITE_REQ_VERSION@
260 XFIXES_REQ_VERSION = @XFIXES_REQ_VERSION@
261 XGETTEXT = @XGETTEXT@
262 XGETTEXT_015 = @XGETTEXT_015@
263 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
264 XMKMF = @XMKMF@
265 abs_builddir = @abs_builddir@
266 abs_srcdir = @abs_srcdir@
267 abs_top_builddir = @abs_top_builddir@
268 abs_top_srcdir = @abs_top_srcdir@
269 ac_ct_AR = @ac_ct_AR@
270 ac_ct_CC = @ac_ct_CC@
271 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
272 am__include = @am__include@
273 am__leading_dot = @am__leading_dot@
274 am__quote = @am__quote@
275 am__tar = @am__tar@
276 am__untar = @am__untar@
277 bindir = @bindir@
278 build = @build@
279 build_alias = @build_alias@
280 build_cpu = @build_cpu@
281 build_os = @build_os@
282 build_vendor = @build_vendor@
283 builddir = @builddir@
284 datadir = @datadir@
285 datarootdir = @datarootdir@
286 docdir = @docdir@
287 dvidir = @dvidir@
288 exec_prefix = @exec_prefix@
289 host = @host@
290 host_alias = @host_alias@
291 host_cpu = @host_cpu@
292 host_os = @host_os@
293 host_vendor = @host_vendor@
294 htmldir = @htmldir@
295 includedir = @includedir@
296 infodir = @infodir@
297 install_sh = @install_sh@
298 libdir = @libdir@
299 libexecdir = @libexecdir@
300 localedir = @localedir@
301 localstatedir = @localstatedir@
302 mandir = @mandir@
303 mkdir_p = @mkdir_p@
304 oldincludedir = @oldincludedir@
305 pdfdir = @pdfdir@
306 prefix = @prefix@
307 program_transform_name = @program_transform_name@
308 psdir = @psdir@
309 sbindir = @sbindir@
310 sharedstatedir = @sharedstatedir@
311 srcdir = @srcdir@
312 sysconfdir = @sysconfdir@
313 target_alias = @target_alias@
314 top_build_prefix = @top_build_prefix@
315 top_builddir = @top_builddir@
316 top_srcdir = @top_srcdir@
317 SUBDIRS = vs9 vs10
318 EXTRA_DIST = *.bat
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 build/win32/Makefile'; \
332         $(am__cd) $(top_srcdir) && \
333           $(AUTOMAKE) --foreign build/win32/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 check: check-recursive
554 all-am: Makefile
555 installdirs: installdirs-recursive
556 installdirs-am:
557 install: install-recursive
558 install-exec: install-exec-recursive
559 install-data: install-data-recursive
560 uninstall: uninstall-recursive
561
562 install-am: all-am
563         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
564
565 installcheck: installcheck-recursive
566 install-strip:
567         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
568           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
569           `test -z '$(STRIP)' || \
570             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
571 mostlyclean-generic:
572
573 clean-generic:
574
575 distclean-generic:
576         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
577         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
578
579 maintainer-clean-generic:
580         @echo "This command is intended for maintainers to use"
581         @echo "it deletes files that may require special tools to rebuild."
582 clean: clean-recursive
583
584 clean-am: clean-generic clean-libtool mostlyclean-am
585
586 distclean: distclean-recursive
587         -rm -f Makefile
588 distclean-am: clean-am distclean-generic distclean-tags
589
590 dvi: dvi-recursive
591
592 dvi-am:
593
594 html: html-recursive
595
596 html-am:
597
598 info: info-recursive
599
600 info-am:
601
602 install-data-am:
603
604 install-dvi: install-dvi-recursive
605
606 install-dvi-am:
607
608 install-exec-am:
609
610 install-html: install-html-recursive
611
612 install-html-am:
613
614 install-info: install-info-recursive
615
616 install-info-am:
617
618 install-man:
619
620 install-pdf: install-pdf-recursive
621
622 install-pdf-am:
623
624 install-ps: install-ps-recursive
625
626 install-ps-am:
627
628 installcheck-am:
629
630 maintainer-clean: maintainer-clean-recursive
631         -rm -f Makefile
632 maintainer-clean-am: distclean-am maintainer-clean-generic
633
634 mostlyclean: mostlyclean-recursive
635
636 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
637
638 pdf: pdf-recursive
639
640 pdf-am:
641
642 ps: ps-recursive
643
644 ps-am:
645
646 uninstall-am:
647
648 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
649         install-am install-strip tags-recursive
650
651 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
652         all all-am check check-am clean clean-generic clean-libtool \
653         ctags ctags-recursive distclean distclean-generic \
654         distclean-libtool distclean-tags distdir dvi dvi-am html \
655         html-am info info-am install install-am install-data \
656         install-data-am install-dvi install-dvi-am install-exec \
657         install-exec-am install-html install-html-am install-info \
658         install-info-am install-man install-pdf install-pdf-am \
659         install-ps install-ps-am install-strip installcheck \
660         installcheck-am installdirs installdirs-am maintainer-clean \
661         maintainer-clean-generic mostlyclean mostlyclean-generic \
662         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
663         uninstall uninstall-am
664
665
666 # Tell versions [3.59,3.63) of GNU make to not export all variables.
667 # Otherwise a system limit (for SysV at least) may be exceeded.
668 .NOEXPORT: