1# Makefile.in generated by automake 1.12.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__make_dryrun = \
19  { \
20    am__dry=no; \
21    case $$MAKEFLAGS in \
22      *\\[\ \	]*) \
23        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25      *) \
26        for am__flg in $$MAKEFLAGS; do \
27          case $$am__flg in \
28            *=*|--*) ;; \
29            *n*) am__dry=yes; break;; \
30          esac; \
31        done;; \
32    esac; \
33    test $$am__dry = yes; \
34  }
35pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkglibexecdir = $(libexecdir)/@PACKAGE@
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51build_triplet = @build@
52host_triplet = @host@
53subdir = .
54DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
56	$(srcdir)/zapojit-0.0.pc.in $(top_srcdir)/config/config.guess \
57	$(top_srcdir)/config/config.sub \
58	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
59	$(top_srcdir)/config/missing $(top_srcdir)/configure AUTHORS \
60	COPYING ChangeLog INSTALL NEWS config/config.guess \
61	config/config.sub config/install-sh config/ltmain.sh \
62	config/missing
63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
65	$(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
66	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
67	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
68	$(top_srcdir)/configure.ac
69am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70	$(ACLOCAL_M4)
71am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
72 configure.lineno config.status.lineno
73mkinstalldirs = $(install_sh) -d
74CONFIG_HEADER = config.h
75CONFIG_CLEAN_FILES = zapojit-0.0.pc
76CONFIG_CLEAN_VPATH_FILES =
77AM_V_P = $(am__v_P_@AM_V@)
78am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
79am__v_P_0 = false
80am__v_P_1 = :
81AM_V_GEN = $(am__v_GEN_@AM_V@)
82am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
83am__v_GEN_0 = @echo "  GEN     " $@;
84am__v_GEN_1 =
85AM_V_at = $(am__v_at_@AM_V@)
86am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
87am__v_at_0 = @
88am__v_at_1 =
89SOURCES =
90DIST_SOURCES =
91RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
92	html-recursive info-recursive install-data-recursive \
93	install-dvi-recursive install-exec-recursive \
94	install-html-recursive install-info-recursive \
95	install-pdf-recursive install-ps-recursive install-recursive \
96	installcheck-recursive installdirs-recursive pdf-recursive \
97	ps-recursive uninstall-recursive
98am__can_run_installinfo = \
99  case $$AM_UPDATE_INFO_DIR in \
100    n|no|NO) false;; \
101    *) (install-info --version) >/dev/null 2>&1;; \
102  esac
103am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
104am__vpath_adj = case $$p in \
105    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
106    *) f=$$p;; \
107  esac;
108am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
109am__install_max = 40
110am__nobase_strip_setup = \
111  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
112am__nobase_strip = \
113  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
114am__nobase_list = $(am__nobase_strip_setup); \
115  for p in $$list; do echo "$$p $$p"; done | \
116  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
117  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
118    if (++n[$$2] == $(am__install_max)) \
119      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
120    END { for (dir in files) print dir, files[dir] }'
121am__base_list = \
122  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
123  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
124am__uninstall_files_from_dir = { \
125  test -z "$$files" \
126    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
127    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
128         $(am__cd) "$$dir" && rm -f $$files; }; \
129  }
130am__installdirs = "$(DESTDIR)$(libzapojitdocdir)" \
131	"$(DESTDIR)$(libzapojitpkgconfigdir)"
132DATA = $(libzapojitdoc_DATA) $(libzapojitpkgconfig_DATA)
133RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
134  distclean-recursive maintainer-clean-recursive
135AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
136	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
137	cscope distdir dist dist-all distcheck
138ETAGS = etags
139CTAGS = ctags
140CSCOPE = cscope
141DIST_SUBDIRS = $(SUBDIRS)
142DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143distdir = $(PACKAGE)-$(VERSION)
144top_distdir = $(distdir)
145am__remove_distdir = \
146  if test -d "$(distdir)"; then \
147    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
148      && rm -rf "$(distdir)" \
149      || { sleep 5 && rm -rf "$(distdir)"; }; \
150  else :; fi
151am__post_remove_distdir = $(am__remove_distdir)
152am__relativize = \
153  dir0=`pwd`; \
154  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
155  sed_rest='s,^[^/]*/*,,'; \
156  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
157  sed_butlast='s,/*[^/]*$$,,'; \
158  while test -n "$$dir1"; do \
159    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
160    if test "$$first" != "."; then \
161      if test "$$first" = ".."; then \
162        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
163        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
164      else \
165        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
166        if test "$$first2" = "$$first"; then \
167          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
168        else \
169          dir2="../$$dir2"; \
170        fi; \
171        dir0="$$dir0"/"$$first"; \
172      fi; \
173    fi; \
174    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
175  done; \
176  reldir="$$dir2"
177DIST_ARCHIVES = $(distdir).tar.gz
178GZIP_ENV = --best
179DIST_TARGETS = dist-gzip
180distuninstallcheck_listfiles = find . -type f -print
181am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
182  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
183distcleancheck_listfiles = find . -type f -print
184ACLOCAL = @ACLOCAL@
185ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
186ALL_LINGUAS = @ALL_LINGUAS@
187AMTAR = @AMTAR@
188AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189AR = @AR@
190AUTOCONF = @AUTOCONF@
191AUTOHEADER = @AUTOHEADER@
192AUTOMAKE = @AUTOMAKE@
193AWK = @AWK@
194CATALOGS = @CATALOGS@
195CATOBJEXT = @CATOBJEXT@
196CC = @CC@
197CCDEPMODE = @CCDEPMODE@
198CFLAGS = @CFLAGS@
199CPP = @CPP@
200CPPFLAGS = @CPPFLAGS@
201CYGPATH_W = @CYGPATH_W@
202DATADIRNAME = @DATADIRNAME@
203DEFS = @DEFS@
204DEPDIR = @DEPDIR@
205DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
206DLLTOOL = @DLLTOOL@
207DSYMUTIL = @DSYMUTIL@
208DUMPBIN = @DUMPBIN@
209ECHO_C = @ECHO_C@
210ECHO_N = @ECHO_N@
211ECHO_T = @ECHO_T@
212EGREP = @EGREP@
213EXEEXT = @EXEEXT@
214FGREP = @FGREP@
215GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
216GIO_CFLAGS = @GIO_CFLAGS@
217GIO_LIBS = @GIO_LIBS@
218GLIB_CFLAGS = @GLIB_CFLAGS@
219GLIB_LIBS = @GLIB_LIBS@
220GMOFILES = @GMOFILES@
221GMSGFMT = @GMSGFMT@
222GOA_API_CHANGE_CPPFLAGS = @GOA_API_CHANGE_CPPFLAGS@
223GOA_CFLAGS = @GOA_CFLAGS@
224GOA_LIBS = @GOA_LIBS@
225GREP = @GREP@
226GTKDOC_CHECK = @GTKDOC_CHECK@
227GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
228GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
229GTKDOC_MKPDF = @GTKDOC_MKPDF@
230GTKDOC_REBASE = @GTKDOC_REBASE@
231HTML_DIR = @HTML_DIR@
232INSTALL = @INSTALL@
233INSTALL_DATA = @INSTALL_DATA@
234INSTALL_PROGRAM = @INSTALL_PROGRAM@
235INSTALL_SCRIPT = @INSTALL_SCRIPT@
236INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
237INSTOBJEXT = @INSTOBJEXT@
238INTLLIBS = @INTLLIBS@
239INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
240INTLTOOL_MERGE = @INTLTOOL_MERGE@
241INTLTOOL_PERL = @INTLTOOL_PERL@
242INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
243INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
244INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
245INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
246INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
247INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
248INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
249INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
250INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
251INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
252INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
253INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
254INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
255JSON_CFLAGS = @JSON_CFLAGS@
256JSON_LIBS = @JSON_LIBS@
257LD = @LD@
258LDFLAGS = @LDFLAGS@
259LIBOBJS = @LIBOBJS@
260LIBS = @LIBS@
261LIBTOOL = @LIBTOOL@
262LIPO = @LIPO@
263LN_S = @LN_S@
264LTLIBOBJS = @LTLIBOBJS@
265MAINT = @MAINT@
266MAKEINFO = @MAKEINFO@
267MANIFEST_TOOL = @MANIFEST_TOOL@
268MKDIR_P = @MKDIR_P@
269MKINSTALLDIRS = @MKINSTALLDIRS@
270MSGFMT = @MSGFMT@
271MSGFMT_OPTS = @MSGFMT_OPTS@
272MSGMERGE = @MSGMERGE@
273NM = @NM@
274NMEDIT = @NMEDIT@
275OBJDUMP = @OBJDUMP@
276OBJEXT = @OBJEXT@
277OTOOL = @OTOOL@
278OTOOL64 = @OTOOL64@
279PACKAGE = @PACKAGE@
280PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
281PACKAGE_NAME = @PACKAGE_NAME@
282PACKAGE_STRING = @PACKAGE_STRING@
283PACKAGE_TARNAME = @PACKAGE_TARNAME@
284PACKAGE_URL = @PACKAGE_URL@
285PACKAGE_VERSION = @PACKAGE_VERSION@
286PATH_SEPARATOR = @PATH_SEPARATOR@
287PKG_CONFIG = @PKG_CONFIG@
288PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
289PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
290POFILES = @POFILES@
291POSUB = @POSUB@
292PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
293PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
294RANLIB = @RANLIB@
295REST_CFLAGS = @REST_CFLAGS@
296REST_LIBS = @REST_LIBS@
297SED = @SED@
298SET_MAKE = @SET_MAKE@
299SHELL = @SHELL@
300SOUP_CFLAGS = @SOUP_CFLAGS@
301SOUP_LIBS = @SOUP_LIBS@
302SOUP_UNSTABLE_CPPFLAGS = @SOUP_UNSTABLE_CPPFLAGS@
303STRIP = @STRIP@
304USE_NLS = @USE_NLS@
305VERSION = @VERSION@
306WARN_CFLAGS = @WARN_CFLAGS@
307XGETTEXT = @XGETTEXT@
308abs_builddir = @abs_builddir@
309abs_srcdir = @abs_srcdir@
310abs_top_builddir = @abs_top_builddir@
311abs_top_srcdir = @abs_top_srcdir@
312ac_ct_AR = @ac_ct_AR@
313ac_ct_CC = @ac_ct_CC@
314ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
315am__include = @am__include@
316am__leading_dot = @am__leading_dot@
317am__quote = @am__quote@
318am__tar = @am__tar@
319am__untar = @am__untar@
320bindir = @bindir@
321build = @build@
322build_alias = @build_alias@
323build_cpu = @build_cpu@
324build_os = @build_os@
325build_vendor = @build_vendor@
326builddir = @builddir@
327datadir = @datadir@
328datarootdir = @datarootdir@
329docdir = @docdir@
330dvidir = @dvidir@
331exec_prefix = @exec_prefix@
332host = @host@
333host_alias = @host_alias@
334host_cpu = @host_cpu@
335host_os = @host_os@
336host_vendor = @host_vendor@
337htmldir = @htmldir@
338includedir = @includedir@
339infodir = @infodir@
340install_sh = @install_sh@
341intltool__v_merge_options_ = @intltool__v_merge_options_@
342intltool__v_merge_options_0 = @intltool__v_merge_options_0@
343libdir = @libdir@
344libexecdir = @libexecdir@
345localedir = @localedir@
346localstatedir = @localstatedir@
347mandir = @mandir@
348mkdir_p = @mkdir_p@
349oldincludedir = @oldincludedir@
350pdfdir = @pdfdir@
351prefix = @prefix@
352program_transform_name = @program_transform_name@
353psdir = @psdir@
354sbindir = @sbindir@
355sharedstatedir = @sharedstatedir@
356srcdir = @srcdir@
357sysconfdir = @sysconfdir@
358target_alias = @target_alias@
359top_build_prefix = @top_build_prefix@
360top_builddir = @top_builddir@
361top_srcdir = @top_srcdir@
362SUBDIRS = src docs po
363INTLTOOL_FILES = \
364	intltool-extract.in \
365	intltool-merge.in \
366	intltool-update.in \
367	$(NULL)
368
369libzapojitdocdir = $(docdir)
370libzapojitdoc_DATA = \
371	AUTHORS \
372	COPYING \
373	ChangeLog \
374	INSTALL \
375	NEWS \
376	README \
377	$(NULL)
378
379libzapojitpkgconfigdir = $(prefix)/libdata/pkgconfig
380libzapojitpkgconfig_DATA = \
381	zapojit-0.0.pc \
382	$(NULL)
383
384EXTRA_DIST = \
385	$(INTLTOOL_FILES) \
386	$(libzapojitdoc_DATA) \
387	$(NULL)
388
389DISTCHECK_CONFIGURE_FLAGS = \
390	--enable-gtk-doc \
391	--enable-introspection \
392	$(NULL)
393
394DISTCLEANFILES = \
395	intltool-extract \
396	intltool-merge \
397	intltool-update \
398	po/.intltool-merge-cache \
399	$(NULL)
400
401MAINTAINERCLEANFILES = \
402	gtk-doc.make \
403	$(NULL)
404
405all: config.h
406	$(MAKE) $(AM_MAKEFLAGS) all-recursive
407
408.SUFFIXES:
409am--refresh: Makefile
410	@:
411$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
412	@for dep in $?; do \
413	  case '$(am__configure_deps)' in \
414	    *$$dep*) \
415	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
416	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
417		&& exit 0; \
418	      exit 1;; \
419	  esac; \
420	done; \
421	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
422	$(am__cd) $(top_srcdir) && \
423	  $(AUTOMAKE) --gnu Makefile
424.PRECIOUS: Makefile
425Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
426	@case '$?' in \
427	  *config.status*) \
428	    echo ' $(SHELL) ./config.status'; \
429	    $(SHELL) ./config.status;; \
430	  *) \
431	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
432	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
433	esac;
434
435$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
436	$(SHELL) ./config.status --recheck
437
438$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
439	$(am__cd) $(srcdir) && $(AUTOCONF)
440$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
441	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
442$(am__aclocal_m4_deps):
443
444config.h: stamp-h1
445	@if test ! -f $@; then rm -f stamp-h1; else :; fi
446	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
447
448stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
449	@rm -f stamp-h1
450	cd $(top_builddir) && $(SHELL) ./config.status config.h
451$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
452	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
453	rm -f stamp-h1
454	touch $@
455
456distclean-hdr:
457	-rm -f config.h stamp-h1
458zapojit-0.0.pc: $(top_builddir)/config.status $(srcdir)/zapojit-0.0.pc.in
459	cd $(top_builddir) && $(SHELL) ./config.status $@
460
461mostlyclean-libtool:
462	-rm -f *.lo
463
464clean-libtool:
465	-rm -rf .libs _libs
466
467distclean-libtool:
468	-rm -f libtool config.lt
469install-libzapojitdocDATA: $(libzapojitdoc_DATA)
470	@$(NORMAL_INSTALL)
471	@list='$(libzapojitdoc_DATA)'; test -n "$(libzapojitdocdir)" || list=; \
472	if test -n "$$list"; then \
473	  echo " $(MKDIR_P) '$(DESTDIR)$(libzapojitdocdir)'"; \
474	  $(MKDIR_P) "$(DESTDIR)$(libzapojitdocdir)" || exit 1; \
475	fi; \
476	for p in $$list; do \
477	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
478	  echo "$$d$$p"; \
479	done | $(am__base_list) | \
480	while read files; do \
481	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libzapojitdocdir)'"; \
482	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libzapojitdocdir)" || exit $$?; \
483	done
484
485uninstall-libzapojitdocDATA:
486	@$(NORMAL_UNINSTALL)
487	@list='$(libzapojitdoc_DATA)'; test -n "$(libzapojitdocdir)" || list=; \
488	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
489	dir='$(DESTDIR)$(libzapojitdocdir)'; $(am__uninstall_files_from_dir)
490install-libzapojitpkgconfigDATA: $(libzapojitpkgconfig_DATA)
491	@$(NORMAL_INSTALL)
492	@list='$(libzapojitpkgconfig_DATA)'; test -n "$(libzapojitpkgconfigdir)" || list=; \
493	if test -n "$$list"; then \
494	  echo " $(MKDIR_P) '$(DESTDIR)$(libzapojitpkgconfigdir)'"; \
495	  $(MKDIR_P) "$(DESTDIR)$(libzapojitpkgconfigdir)" || exit 1; \
496	fi; \
497	for p in $$list; do \
498	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
499	  echo "$$d$$p"; \
500	done | $(am__base_list) | \
501	while read files; do \
502	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libzapojitpkgconfigdir)'"; \
503	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libzapojitpkgconfigdir)" || exit $$?; \
504	done
505
506uninstall-libzapojitpkgconfigDATA:
507	@$(NORMAL_UNINSTALL)
508	@list='$(libzapojitpkgconfig_DATA)'; test -n "$(libzapojitpkgconfigdir)" || list=; \
509	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
510	dir='$(DESTDIR)$(libzapojitpkgconfigdir)'; $(am__uninstall_files_from_dir)
511
512# This directory's subdirectories are mostly independent; you can cd
513# into them and run 'make' without going through this Makefile.
514# To change the values of 'make' variables: instead of editing Makefiles,
515# (1) if the variable is set in 'config.status', edit 'config.status'
516#     (which will cause the Makefiles to be regenerated when you run 'make');
517# (2) otherwise, pass the desired values on the 'make' command line.
518$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
519	@fail= failcom='exit 1'; \
520	for f in x $$MAKEFLAGS; do \
521	  case $$f in \
522	    *=* | --[!k]*);; \
523	    *k*) failcom='fail=yes';; \
524	  esac; \
525	done; \
526	dot_seen=no; \
527	target=`echo $@ | sed s/-recursive//`; \
528	case "$@" in \
529	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
530	  *) list='$(SUBDIRS)' ;; \
531	esac; \
532	for subdir in $$list; do \
533	  echo "Making $$target in $$subdir"; \
534	  if test "$$subdir" = "."; then \
535	    dot_seen=yes; \
536	    local_target="$$target-am"; \
537	  else \
538	    local_target="$$target"; \
539	  fi; \
540	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
541	  || eval $$failcom; \
542	done; \
543	if test "$$dot_seen" = "no"; then \
544	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
545	fi; test -z "$$fail"
546tags-recursive:
547	list='$(SUBDIRS)'; for subdir in $$list; do \
548	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
549	done
550ctags-recursive:
551	list='$(SUBDIRS)'; for subdir in $$list; do \
552	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
553	done
554cscopelist-recursive:
555	list='$(SUBDIRS)'; for subdir in $$list; do \
556	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
557	done
558
559ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
560	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
561	unique=`for i in $$list; do \
562	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
563	  done | \
564	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
565	      END { if (nonempty) { for (i in files) print i; }; }'`; \
566	mkid -fID $$unique
567tags: TAGS
568
569TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
570		$(TAGS_FILES) $(LISP)
571	set x; \
572	here=`pwd`; \
573	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
574	  include_option=--etags-include; \
575	  empty_fix=.; \
576	else \
577	  include_option=--include; \
578	  empty_fix=; \
579	fi; \
580	list='$(SUBDIRS)'; for subdir in $$list; do \
581	  if test "$$subdir" = .; then :; else \
582	    test ! -f $$subdir/TAGS || \
583	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
584	  fi; \
585	done; \
586	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
587	unique=`for i in $$list; do \
588	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
589	  done | \
590	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
591	      END { if (nonempty) { for (i in files) print i; }; }'`; \
592	shift; \
593	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
594	  test -n "$$unique" || unique=$$empty_fix; \
595	  if test $$# -gt 0; then \
596	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
597	      "$$@" $$unique; \
598	  else \
599	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
600	      $$unique; \
601	  fi; \
602	fi
603ctags: CTAGS
604CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
605		$(TAGS_FILES) $(LISP)
606	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
607	unique=`for i in $$list; do \
608	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
609	  done | \
610	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
611	      END { if (nonempty) { for (i in files) print i; }; }'`; \
612	test -z "$(CTAGS_ARGS)$$unique" \
613	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
614	     $$unique
615
616GTAGS:
617	here=`$(am__cd) $(top_builddir) && pwd` \
618	  && $(am__cd) $(top_srcdir) \
619	  && gtags -i $(GTAGS_ARGS) "$$here"
620
621cscope: cscope.files
622	test ! -s cscope.files \
623	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
624
625clean-cscope:
626	-rm -f cscope.files
627
628cscope.files: clean-cscope cscopelist-recursive cscopelist
629
630cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
631	list='$(SOURCES) $(HEADERS) $(LISP)'; \
632	case "$(srcdir)" in \
633	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
634	  *) sdir=$(subdir)/$(srcdir) ;; \
635	esac; \
636	for i in $$list; do \
637	  if test -f "$$i"; then \
638	    echo "$(subdir)/$$i"; \
639	  else \
640	    echo "$$sdir/$$i"; \
641	  fi; \
642	done >> $(top_builddir)/cscope.files
643
644distclean-tags:
645	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
646	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
647
648distdir: $(DISTFILES)
649	$(am__remove_distdir)
650	test -d "$(distdir)" || mkdir "$(distdir)"
651	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
652	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
653	list='$(DISTFILES)'; \
654	  dist_files=`for file in $$list; do echo $$file; done | \
655	  sed -e "s|^$$srcdirstrip/||;t" \
656	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
657	case $$dist_files in \
658	  */*) $(MKDIR_P) `echo "$$dist_files" | \
659			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
660			   sort -u` ;; \
661	esac; \
662	for file in $$dist_files; do \
663	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
664	  if test -d $$d/$$file; then \
665	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
666	    if test -d "$(distdir)/$$file"; then \
667	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
668	    fi; \
669	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
670	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
671	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
672	    fi; \
673	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
674	  else \
675	    test -f "$(distdir)/$$file" \
676	    || cp -p $$d/$$file "$(distdir)/$$file" \
677	    || exit 1; \
678	  fi; \
679	done
680	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
681	  if test "$$subdir" = .; then :; else \
682	    $(am__make_dryrun) \
683	      || test -d "$(distdir)/$$subdir" \
684	      || $(MKDIR_P) "$(distdir)/$$subdir" \
685	      || exit 1; \
686	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
687	    $(am__relativize); \
688	    new_distdir=$$reldir; \
689	    dir1=$$subdir; dir2="$(top_distdir)"; \
690	    $(am__relativize); \
691	    new_top_distdir=$$reldir; \
692	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
693	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
694	    ($(am__cd) $$subdir && \
695	      $(MAKE) $(AM_MAKEFLAGS) \
696	        top_distdir="$$new_top_distdir" \
697	        distdir="$$new_distdir" \
698		am__remove_distdir=: \
699		am__skip_length_check=: \
700		am__skip_mode_fix=: \
701	        distdir) \
702	      || exit 1; \
703	  fi; \
704	done
705	$(MAKE) $(AM_MAKEFLAGS) \
706	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
707	  dist-hook
708	-test -n "$(am__skip_mode_fix)" \
709	|| find "$(distdir)" -type d ! -perm -755 \
710		-exec chmod u+rwx,go+rx {} \; -o \
711	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
712	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
713	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
714	|| chmod -R a+r "$(distdir)"
715dist-gzip: distdir
716	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
717	$(am__post_remove_distdir)
718
719dist-bzip2: distdir
720	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
721	$(am__post_remove_distdir)
722
723dist-lzip: distdir
724	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
725	$(am__post_remove_distdir)
726
727dist-xz: distdir
728	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
729	$(am__post_remove_distdir)
730
731dist-tarZ: distdir
732	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
733	$(am__post_remove_distdir)
734
735dist-shar: distdir
736	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
737	$(am__post_remove_distdir)
738
739dist-zip: distdir
740	-rm -f $(distdir).zip
741	zip -rq $(distdir).zip $(distdir)
742	$(am__post_remove_distdir)
743
744dist dist-all:
745	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
746	$(am__post_remove_distdir)
747
748# This target untars the dist file and tries a VPATH configuration.  Then
749# it guarantees that the distribution is self-contained by making another
750# tarfile.
751distcheck: dist
752	case '$(DIST_ARCHIVES)' in \
753	*.tar.gz*) \
754	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
755	*.tar.bz2*) \
756	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
757	*.tar.lz*) \
758	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
759	*.tar.xz*) \
760	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
761	*.tar.Z*) \
762	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
763	*.shar.gz*) \
764	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
765	*.zip*) \
766	  unzip $(distdir).zip ;;\
767	esac
768	chmod -R a-w $(distdir); chmod u+w $(distdir)
769	mkdir $(distdir)/_build
770	mkdir $(distdir)/_inst
771	chmod a-w $(distdir)
772	test -d $(distdir)/_build || exit 0; \
773	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
774	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
775	  && am__cwd=`pwd` \
776	  && $(am__cd) $(distdir)/_build \
777	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
778	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
779	    $(DISTCHECK_CONFIGURE_FLAGS) \
780	  && $(MAKE) $(AM_MAKEFLAGS) \
781	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
782	  && $(MAKE) $(AM_MAKEFLAGS) check \
783	  && $(MAKE) $(AM_MAKEFLAGS) install \
784	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
785	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
786	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
787	        distuninstallcheck \
788	  && chmod -R a-w "$$dc_install_base" \
789	  && ({ \
790	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
791	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
792	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
793	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
794	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
795	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
796	  && rm -rf "$$dc_destdir" \
797	  && $(MAKE) $(AM_MAKEFLAGS) dist \
798	  && rm -rf $(DIST_ARCHIVES) \
799	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
800	  && cd "$$am__cwd" \
801	  || exit 1
802	$(am__post_remove_distdir)
803	@(echo "$(distdir) archives ready for distribution: "; \
804	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
805	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
806distuninstallcheck:
807	@test -n '$(distuninstallcheck_dir)' || { \
808	  echo 'ERROR: trying to run $@ with an empty' \
809	       '$$(distuninstallcheck_dir)' >&2; \
810	  exit 1; \
811	}; \
812	$(am__cd) '$(distuninstallcheck_dir)' || { \
813	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
814	  exit 1; \
815	}; \
816	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
817	   || { echo "ERROR: files left after uninstall:" ; \
818	        if test -n "$(DESTDIR)"; then \
819	          echo "  (check DESTDIR support)"; \
820	        fi ; \
821	        $(distuninstallcheck_listfiles) ; \
822	        exit 1; } >&2
823distcleancheck: distclean
824	@if test '$(srcdir)' = . ; then \
825	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
826	  exit 1 ; \
827	fi
828	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
829	  || { echo "ERROR: files left in build directory after distclean:" ; \
830	       $(distcleancheck_listfiles) ; \
831	       exit 1; } >&2
832check-am: all-am
833check: check-recursive
834all-am: Makefile $(DATA) config.h
835installdirs: installdirs-recursive
836installdirs-am:
837	for dir in "$(DESTDIR)$(libzapojitdocdir)" "$(DESTDIR)$(libzapojitpkgconfigdir)"; do \
838	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
839	done
840install: install-recursive
841install-exec: install-exec-recursive
842install-data: install-data-recursive
843uninstall: uninstall-recursive
844
845install-am: all-am
846	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
847
848installcheck: installcheck-recursive
849install-strip:
850	if test -z '$(STRIP)'; then \
851	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
852	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
853	      install; \
854	else \
855	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
856	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
857	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
858	fi
859mostlyclean-generic:
860
861clean-generic:
862
863distclean-generic:
864	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
865	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
866	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
867
868maintainer-clean-generic:
869	@echo "This command is intended for maintainers to use"
870	@echo "it deletes files that may require special tools to rebuild."
871	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
872clean: clean-recursive
873
874clean-am: clean-generic clean-libtool mostlyclean-am
875
876distclean: distclean-recursive
877	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
878	-rm -f Makefile
879distclean-am: clean-am distclean-generic distclean-hdr \
880	distclean-libtool distclean-tags
881
882dvi: dvi-recursive
883
884dvi-am:
885
886html: html-recursive
887
888html-am:
889
890info: info-recursive
891
892info-am:
893
894install-data-am: install-libzapojitdocDATA \
895	install-libzapojitpkgconfigDATA
896
897install-dvi: install-dvi-recursive
898
899install-dvi-am:
900
901install-exec-am:
902
903install-html: install-html-recursive
904
905install-html-am:
906
907install-info: install-info-recursive
908
909install-info-am:
910
911install-man:
912
913install-pdf: install-pdf-recursive
914
915install-pdf-am:
916
917install-ps: install-ps-recursive
918
919install-ps-am:
920
921installcheck-am:
922
923maintainer-clean: maintainer-clean-recursive
924	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
925	-rm -rf $(top_srcdir)/autom4te.cache
926	-rm -f Makefile
927maintainer-clean-am: distclean-am maintainer-clean-generic
928
929mostlyclean: mostlyclean-recursive
930
931mostlyclean-am: mostlyclean-generic mostlyclean-libtool
932
933pdf: pdf-recursive
934
935pdf-am:
936
937ps: ps-recursive
938
939ps-am:
940
941uninstall-am: uninstall-libzapojitdocDATA \
942	uninstall-libzapojitpkgconfigDATA
943
944.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
945	cscopelist-recursive ctags-recursive install-am install-strip \
946	tags-recursive
947
948.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
949	all all-am am--refresh check check-am clean clean-cscope \
950	clean-generic clean-libtool cscope cscopelist \
951	cscopelist-recursive ctags ctags-recursive dist dist-all \
952	dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
953	dist-xz dist-zip distcheck distclean distclean-generic \
954	distclean-hdr distclean-libtool distclean-tags distcleancheck \
955	distdir distuninstallcheck dvi dvi-am html html-am info \
956	info-am install install-am install-data install-data-am \
957	install-dvi install-dvi-am install-exec install-exec-am \
958	install-html install-html-am install-info install-info-am \
959	install-libzapojitdocDATA install-libzapojitpkgconfigDATA \
960	install-man install-pdf install-pdf-am install-ps \
961	install-ps-am install-strip installcheck installcheck-am \
962	installdirs installdirs-am maintainer-clean \
963	maintainer-clean-generic mostlyclean mostlyclean-generic \
964	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
965	uninstall uninstall-am uninstall-libzapojitdocDATA \
966	uninstall-libzapojitpkgconfigDATA
967
968
969dist-hook:
970	@if test -d "$(srcdir)/.git"; \
971	then \
972		echo Creating AUTHORS && \
973		( cd "$(top_srcdir)" && \
974		  echo '# Generated by Makefile. Do not edit.'; echo; \
975		  $(top_srcdir)/config/missing --run \
976		     git log --no-merges --pretty=format:"%an" src \
977		     | sort | uniq ) > AUTHORS.tmp \
978		&& mv -f AUTHORS.tmp $(top_distdir)/AUTHORS \
979		|| ( rm -f AUTHORS.tmp ; \
980		     echo Failed to generate AUTHORS >&2 ); \
981	else \
982		echo A git clone is required to generate an AUTHORS >&2; \
983	fi
984	@if test -d "$(srcdir)/.git"; \
985	then \
986		echo Creating ChangeLog && \
987		( cd "$(top_srcdir)" && \
988		  echo '# Generated by Makefile. Do not edit.'; echo; \
989		  $(top_srcdir)/config/missing --run git log --stat ) > ChangeLog.tmp \
990		&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
991		|| ( rm -f ChangeLog.tmp ; \
992		     echo Failed to generate ChangeLog >&2 ); \
993	else \
994		echo A git clone is required to generate a ChangeLog >&2; \
995	fi
996
997# Tell versions [3.59,3.63) of GNU make to not export all variables.
998# Otherwise a system limit (for SysV at least) may be exceeded.
999.NOEXPORT:
1000