1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = bin
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
94	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
95	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
96	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100mkinstalldirs = $(install_sh) -d
101CONFIG_CLEAN_FILES = caribou-preferences antler-keyboard
102CONFIG_CLEAN_VPATH_FILES =
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)$(bindir)" "$(DESTDIR)$(libexecdir)"
131SCRIPTS = $(bin_SCRIPTS) $(libexec_SCRIPTS)
132AM_V_P = $(am__v_P_@AM_V@)
133am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
134am__v_P_0 = false
135am__v_P_1 = :
136AM_V_GEN = $(am__v_GEN_@AM_V@)
137am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
138am__v_GEN_0 = @echo "  GEN     " $@;
139am__v_GEN_1 =
140AM_V_at = $(am__v_at_@AM_V@)
141am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
142am__v_at_0 = @
143am__v_at_1 =
144SOURCES =
145DIST_SOURCES =
146am__can_run_installinfo = \
147  case $$AM_UPDATE_INFO_DIR in \
148    n|no|NO) false;; \
149    *) (install-info --version) >/dev/null 2>&1;; \
150  esac
151am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
152am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/antler-keyboard.in \
153	$(srcdir)/caribou-preferences.in
154DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
155ACLOCAL = @ACLOCAL@
156ALL_LINGUAS = @ALL_LINGUAS@
157AMTAR = @AMTAR@
158AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
159AR = @AR@
160AUTOCONF = @AUTOCONF@
161AUTOHEADER = @AUTOHEADER@
162AUTOMAKE = @AUTOMAKE@
163AWK = @AWK@
164CARIBOU_CFLAGS = @CARIBOU_CFLAGS@
165CARIBOU_LIBS = @CARIBOU_LIBS@
166CATALOGS = @CATALOGS@
167CATOBJEXT = @CATOBJEXT@
168CC = @CC@
169CCDEPMODE = @CCDEPMODE@
170CFLAGS = @CFLAGS@
171CPP = @CPP@
172CPPFLAGS = @CPPFLAGS@
173CYGPATH_W = @CYGPATH_W@
174DATADIRNAME = @DATADIRNAME@
175DEFS = @DEFS@
176DEPDIR = @DEPDIR@
177DLLTOOL = @DLLTOOL@
178DSYMUTIL = @DSYMUTIL@
179DUMPBIN = @DUMPBIN@
180ECHO_C = @ECHO_C@
181ECHO_N = @ECHO_N@
182ECHO_T = @ECHO_T@
183EGREP = @EGREP@
184EXEEXT = @EXEEXT@
185FGREP = @FGREP@
186GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
187GLIB_CFLAGS = @GLIB_CFLAGS@
188GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
189GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
190GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
191GLIB_LIBS = @GLIB_LIBS@
192GLIB_MKENUMS = @GLIB_MKENUMS@
193GMOFILES = @GMOFILES@
194GMSGFMT = @GMSGFMT@
195GOBJECT_QUERY = @GOBJECT_QUERY@
196GREP = @GREP@
197GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
198GTK2_CFLAGS = @GTK2_CFLAGS@
199GTK2_LIBS = @GTK2_LIBS@
200GTK2_MODULES_DIR = @GTK2_MODULES_DIR@
201GTK3_CFLAGS = @GTK3_CFLAGS@
202GTK3_LIBS = @GTK3_LIBS@
203GTK3_MODULES_DIR = @GTK3_MODULES_DIR@
204INSTALL = @INSTALL@
205INSTALL_DATA = @INSTALL_DATA@
206INSTALL_PROGRAM = @INSTALL_PROGRAM@
207INSTALL_SCRIPT = @INSTALL_SCRIPT@
208INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
209INSTOBJEXT = @INSTOBJEXT@
210INTLLIBS = @INTLLIBS@
211INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
212INTLTOOL_MERGE = @INTLTOOL_MERGE@
213INTLTOOL_PERL = @INTLTOOL_PERL@
214INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
215INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
216INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
217INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
218INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
219INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
220INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
221INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
222INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
223INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
224INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
225INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
226INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
227LD = @LD@
228LDFLAGS = @LDFLAGS@
229LIBCARIBOU_CFLAGS = @LIBCARIBOU_CFLAGS@
230LIBCARIBOU_LIBS = @LIBCARIBOU_LIBS@
231LIBOBJS = @LIBOBJS@
232LIBS = @LIBS@
233LIBTOOL = @LIBTOOL@
234LIPO = @LIPO@
235LN_S = @LN_S@
236LTLIBOBJS = @LTLIBOBJS@
237LT_AGE = @LT_AGE@
238LT_CURRENT = @LT_CURRENT@
239LT_REVISION = @LT_REVISION@
240LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
241MAINT = @MAINT@
242MAKEINFO = @MAKEINFO@
243MANIFEST_TOOL = @MANIFEST_TOOL@
244MKDIR_P = @MKDIR_P@
245MKINSTALLDIRS = @MKINSTALLDIRS@
246MSGFMT = @MSGFMT@
247MSGFMT_OPTS = @MSGFMT_OPTS@
248MSGMERGE = @MSGMERGE@
249NM = @NM@
250NMEDIT = @NMEDIT@
251OBJDUMP = @OBJDUMP@
252OBJEXT = @OBJEXT@
253OTOOL = @OTOOL@
254OTOOL64 = @OTOOL64@
255PACKAGE = @PACKAGE@
256PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257PACKAGE_NAME = @PACKAGE_NAME@
258PACKAGE_STRING = @PACKAGE_STRING@
259PACKAGE_TARNAME = @PACKAGE_TARNAME@
260PACKAGE_URL = @PACKAGE_URL@
261PACKAGE_VERSION = @PACKAGE_VERSION@
262PATH_SEPARATOR = @PATH_SEPARATOR@
263PKG_CONFIG = @PKG_CONFIG@
264PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
265PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
266POFILES = @POFILES@
267POSUB = @POSUB@
268PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
269PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
270PYTHON = @PYTHON@
271PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
272PYTHON_PLATFORM = @PYTHON_PLATFORM@
273PYTHON_PREFIX = @PYTHON_PREFIX@
274PYTHON_VERSION = @PYTHON_VERSION@
275RANLIB = @RANLIB@
276SED = @SED@
277SET_MAKE = @SET_MAKE@
278SHELL = @SHELL@
279STRIP = @STRIP@
280USE_NLS = @USE_NLS@
281VALAC = @VALAC@
282VALADOC = @VALADOC@
283VALADOC_CFLAGS = @VALADOC_CFLAGS@
284VALADOC_LIBS = @VALADOC_LIBS@
285VALAFLAGS = @VALAFLAGS@
286VERSION = @VERSION@
287XGETTEXT = @XGETTEXT@
288abs_builddir = @abs_builddir@
289abs_srcdir = @abs_srcdir@
290abs_top_builddir = @abs_top_builddir@
291abs_top_srcdir = @abs_top_srcdir@
292ac_ct_AR = @ac_ct_AR@
293ac_ct_CC = @ac_ct_CC@
294ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
295am__include = @am__include@
296am__leading_dot = @am__leading_dot@
297am__quote = @am__quote@
298am__tar = @am__tar@
299am__untar = @am__untar@
300bindir = @bindir@
301build = @build@
302build_alias = @build_alias@
303build_cpu = @build_cpu@
304build_os = @build_os@
305build_vendor = @build_vendor@
306builddir = @builddir@
307datadir = @datadir@
308datarootdir = @datarootdir@
309docdir = @docdir@
310dvidir = @dvidir@
311exec_prefix = @exec_prefix@
312gsettingsschemadir = @gsettingsschemadir@
313host = @host@
314host_alias = @host_alias@
315host_cpu = @host_cpu@
316host_os = @host_os@
317host_vendor = @host_vendor@
318htmldir = @htmldir@
319includedir = @includedir@
320infodir = @infodir@
321install_sh = @install_sh@
322intltool__v_merge_options_ = @intltool__v_merge_options_@
323intltool__v_merge_options_0 = @intltool__v_merge_options_0@
324libdir = @libdir@
325libexecdir = @libexecdir@
326localedir = @localedir@
327localstatedir = @localstatedir@
328mandir = @mandir@
329mkdir_p = @mkdir_p@
330oldincludedir = @oldincludedir@
331pdfdir = @pdfdir@
332pkgpyexecdir = @pkgpyexecdir@
333pkgpythondir = @pkgpythondir@
334prefix = @prefix@
335program_transform_name = @program_transform_name@
336psdir = @psdir@
337pyexecdir = @pyexecdir@
338pythondir = @pythondir@
339sbindir = @sbindir@
340sharedstatedir = @sharedstatedir@
341srcdir = @srcdir@
342sysconfdir = @sysconfdir@
343target_alias = @target_alias@
344top_build_prefix = @top_build_prefix@
345top_builddir = @top_builddir@
346top_srcdir = @top_srcdir@
347bin_SCRIPTS = caribou-preferences
348libexec_SCRIPTS = antler-keyboard
349DISTCLEANFILES = $(bin_SCRIPTS) $(libexec_SCRIPTS)
350all: all-am
351
352.SUFFIXES:
353$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
354	@for dep in $?; do \
355	  case '$(am__configure_deps)' in \
356	    *$$dep*) \
357	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
358	        && { if test -f $@; then exit 0; else break; fi; }; \
359	      exit 1;; \
360	  esac; \
361	done; \
362	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bin/Makefile'; \
363	$(am__cd) $(top_srcdir) && \
364	  $(AUTOMAKE) --gnu bin/Makefile
365Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
366	@case '$?' in \
367	  *config.status*) \
368	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
369	  *) \
370	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
371	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
372	esac;
373
374$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
375	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376
377$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
378	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
380	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381$(am__aclocal_m4_deps):
382caribou-preferences: $(top_builddir)/config.status $(srcdir)/caribou-preferences.in
383	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
384antler-keyboard: $(top_builddir)/config.status $(srcdir)/antler-keyboard.in
385	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
386install-binSCRIPTS: $(bin_SCRIPTS)
387	@$(NORMAL_INSTALL)
388	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
389	if test -n "$$list"; then \
390	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
391	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
392	fi; \
393	for p in $$list; do \
394	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
395	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
396	done | \
397	sed -e 'p;s,.*/,,;n' \
398	    -e 'h;s|.*|.|' \
399	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
400	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
401	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
402	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
403	      if (++n[d] == $(am__install_max)) { \
404		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
405	    else { print "f", d "/" $$4, $$1 } } \
406	  END { for (d in files) print "f", d, files[d] }' | \
407	while read type dir files; do \
408	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
409	     test -z "$$files" || { \
410	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
411	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
412	     } \
413	; done
414
415uninstall-binSCRIPTS:
416	@$(NORMAL_UNINSTALL)
417	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
418	files=`for p in $$list; do echo "$$p"; done | \
419	       sed -e 's,.*/,,;$(transform)'`; \
420	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
421install-libexecSCRIPTS: $(libexec_SCRIPTS)
422	@$(NORMAL_INSTALL)
423	@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
424	if test -n "$$list"; then \
425	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
426	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
427	fi; \
428	for p in $$list; do \
429	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
430	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
431	done | \
432	sed -e 'p;s,.*/,,;n' \
433	    -e 'h;s|.*|.|' \
434	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
435	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
436	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
437	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
438	      if (++n[d] == $(am__install_max)) { \
439		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
440	    else { print "f", d "/" $$4, $$1 } } \
441	  END { for (d in files) print "f", d, files[d] }' | \
442	while read type dir files; do \
443	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
444	     test -z "$$files" || { \
445	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
446	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
447	     } \
448	; done
449
450uninstall-libexecSCRIPTS:
451	@$(NORMAL_UNINSTALL)
452	@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
453	files=`for p in $$list; do echo "$$p"; done | \
454	       sed -e 's,.*/,,;$(transform)'`; \
455	dir='$(DESTDIR)$(libexecdir)'; $(am__uninstall_files_from_dir)
456
457mostlyclean-libtool:
458	-rm -f *.lo
459
460clean-libtool:
461	-rm -rf .libs _libs
462tags TAGS:
463
464ctags CTAGS:
465
466cscope cscopelist:
467
468
469distdir: $(DISTFILES)
470	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472	list='$(DISTFILES)'; \
473	  dist_files=`for file in $$list; do echo $$file; done | \
474	  sed -e "s|^$$srcdirstrip/||;t" \
475	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
476	case $$dist_files in \
477	  */*) $(MKDIR_P) `echo "$$dist_files" | \
478			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
479			   sort -u` ;; \
480	esac; \
481	for file in $$dist_files; do \
482	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
483	  if test -d $$d/$$file; then \
484	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
485	    if test -d "$(distdir)/$$file"; then \
486	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487	    fi; \
488	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
490	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491	    fi; \
492	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
493	  else \
494	    test -f "$(distdir)/$$file" \
495	    || cp -p $$d/$$file "$(distdir)/$$file" \
496	    || exit 1; \
497	  fi; \
498	done
499check-am: all-am
500check: check-am
501all-am: Makefile $(SCRIPTS)
502installdirs:
503	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)"; do \
504	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
505	done
506install: install-am
507install-exec: install-exec-am
508install-data: install-data-am
509uninstall: uninstall-am
510
511install-am: all-am
512	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
513
514installcheck: installcheck-am
515install-strip:
516	if test -z '$(STRIP)'; then \
517	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519	      install; \
520	else \
521	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
522	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
523	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
524	fi
525mostlyclean-generic:
526
527clean-generic:
528
529distclean-generic:
530	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
531	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
532	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
533
534maintainer-clean-generic:
535	@echo "This command is intended for maintainers to use"
536	@echo "it deletes files that may require special tools to rebuild."
537clean: clean-am
538
539clean-am: clean-generic clean-libtool mostlyclean-am
540
541distclean: distclean-am
542	-rm -f Makefile
543distclean-am: clean-am distclean-generic
544
545dvi: dvi-am
546
547dvi-am:
548
549html: html-am
550
551html-am:
552
553info: info-am
554
555info-am:
556
557install-data-am:
558
559install-dvi: install-dvi-am
560
561install-dvi-am:
562
563install-exec-am: install-binSCRIPTS install-libexecSCRIPTS
564
565install-html: install-html-am
566
567install-html-am:
568
569install-info: install-info-am
570
571install-info-am:
572
573install-man:
574
575install-pdf: install-pdf-am
576
577install-pdf-am:
578
579install-ps: install-ps-am
580
581install-ps-am:
582
583installcheck-am:
584
585maintainer-clean: maintainer-clean-am
586	-rm -f Makefile
587maintainer-clean-am: distclean-am maintainer-clean-generic
588
589mostlyclean: mostlyclean-am
590
591mostlyclean-am: mostlyclean-generic mostlyclean-libtool
592
593pdf: pdf-am
594
595pdf-am:
596
597ps: ps-am
598
599ps-am:
600
601uninstall-am: uninstall-binSCRIPTS uninstall-libexecSCRIPTS
602
603.MAKE: install-am install-strip
604
605.PHONY: all all-am check check-am clean clean-generic clean-libtool \
606	cscopelist-am ctags-am distclean distclean-generic \
607	distclean-libtool distdir dvi dvi-am html html-am info info-am \
608	install install-am install-binSCRIPTS install-data \
609	install-data-am install-dvi install-dvi-am install-exec \
610	install-exec-am install-html install-html-am install-info \
611	install-info-am install-libexecSCRIPTS install-man install-pdf \
612	install-pdf-am install-ps install-ps-am install-strip \
613	installcheck installcheck-am installdirs maintainer-clean \
614	maintainer-clean-generic mostlyclean mostlyclean-generic \
615	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
616	uninstall-am uninstall-binSCRIPTS uninstall-libexecSCRIPTS
617
618.PRECIOUS: Makefile
619
620
621all: $(bin_SCRIPTS) $(libexec_SCRIPTS)
622	@chmod +x $(bin_SCRIPTS) $(libexec_SCRIPTS)
623
624-include $(top_srcdir)/git.mk
625
626# Tell versions [3.59,3.63) of GNU make to not export all variables.
627# Otherwise a system limit (for SysV at least) may be exceeded.
628.NOEXPORT:
629