1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgincludedir = $(includedir)/@PACKAGE@
73pkglibdir = $(libdir)/@PACKAGE@
74pkglibexecdir = $(libexecdir)/@PACKAGE@
75am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76install_sh_DATA = $(install_sh) -c -m 644
77install_sh_PROGRAM = $(install_sh) -c
78install_sh_SCRIPT = $(install_sh) -c
79INSTALL_HEADER = $(INSTALL_DATA)
80transform = $(program_transform_name)
81NORMAL_INSTALL = :
82PRE_INSTALL = :
83POST_INSTALL = :
84NORMAL_UNINSTALL = :
85PRE_UNINSTALL = :
86POST_UNINSTALL = :
87build_triplet = @build@
88host_triplet = @host@
89subdir = timerapplet
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/m4/ac-define-dir.m4 \
92	$(top_srcdir)/m4/as-ac-expand.m4 $(top_srcdir)/m4/gettext.m4 \
93	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
94	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
95	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
96	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
99	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
103mkinstalldirs = $(install_sh) -d
104CONFIG_HEADER = $(top_builddir)/config.h
105CONFIG_CLEAN_FILES =
106CONFIG_CLEAN_VPATH_FILES =
107AM_V_P = $(am__v_P_@AM_V@)
108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_@AM_V@)
112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113am__v_GEN_0 = @echo "  GEN     " $@;
114am__v_GEN_1 =
115AM_V_at = $(am__v_at_@AM_V@)
116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117am__v_at_0 = @
118am__v_at_1 =
119SOURCES =
120DIST_SOURCES =
121RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
122	ctags-recursive dvi-recursive html-recursive info-recursive \
123	install-data-recursive install-dvi-recursive \
124	install-exec-recursive install-html-recursive \
125	install-info-recursive install-pdf-recursive \
126	install-ps-recursive install-recursive installcheck-recursive \
127	installdirs-recursive pdf-recursive ps-recursive \
128	tags-recursive uninstall-recursive
129am__can_run_installinfo = \
130  case $$AM_UPDATE_INFO_DIR in \
131    n|no|NO) false;; \
132    *) (install-info --version) >/dev/null 2>&1;; \
133  esac
134RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
135  distclean-recursive maintainer-clean-recursive
136am__recursive_targets = \
137  $(RECURSIVE_TARGETS) \
138  $(RECURSIVE_CLEAN_TARGETS) \
139  $(am__extra_recursive_targets)
140AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
141	distdir distdir-am
142am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
143# Read a list of newline-separated strings from the standard input,
144# and print each of them once, without duplicates.  Input order is
145# *not* preserved.
146am__uniquify_input = $(AWK) '\
147  BEGIN { nonempty = 0; } \
148  { items[$$0] = 1; nonempty = 1; } \
149  END { if (nonempty) { for (i in items) print i; }; } \
150'
151# Make sure the list of sources is unique.  This is necessary because,
152# e.g., the same source file might be shared among _SOURCES variables
153# for different programs/libraries.
154am__define_uniq_tagged_files = \
155  list='$(am__tagged_files)'; \
156  unique=`for i in $$list; do \
157    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
158  done | $(am__uniquify_input)`
159ETAGS = etags
160CTAGS = ctags
161DIST_SUBDIRS = $(SUBDIRS)
162am__DIST_COMMON = $(srcdir)/Makefile.in
163DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164am__relativize = \
165  dir0=`pwd`; \
166  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
167  sed_rest='s,^[^/]*/*,,'; \
168  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
169  sed_butlast='s,/*[^/]*$$,,'; \
170  while test -n "$$dir1"; do \
171    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
172    if test "$$first" != "."; then \
173      if test "$$first" = ".."; then \
174        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
175        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
176      else \
177        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
178        if test "$$first2" = "$$first"; then \
179          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
180        else \
181          dir2="../$$dir2"; \
182        fi; \
183        dir0="$$dir0"/"$$first"; \
184      fi; \
185    fi; \
186    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
187  done; \
188  reldir="$$dir2"
189pkgdatadir = @pkgdatadir@
190ACLOCAL = @ACLOCAL@
191ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
192ACPIINC = @ACPIINC@
193AMTAR = @AMTAR@
194AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
195AR = @AR@
196AUTOCONF = @AUTOCONF@
197AUTOHEADER = @AUTOHEADER@
198AUTOMAKE = @AUTOMAKE@
199AWK = @AWK@
200CC = @CC@
201CCDEPMODE = @CCDEPMODE@
202CFLAGS = @CFLAGS@
203CPP = @CPP@
204CPPFLAGS = @CPPFLAGS@
205CPUFREQ_SELECTOR_CFLAGS = @CPUFREQ_SELECTOR_CFLAGS@
206CPUFREQ_SELECTOR_LIBS = @CPUFREQ_SELECTOR_LIBS@
207CYGPATH_W = @CYGPATH_W@
208DATADIR = @DATADIR@
209DBUS_CFLAGS = @DBUS_CFLAGS@
210DBUS_LIBS = @DBUS_LIBS@
211DBUS_SYS_DIR = @DBUS_SYS_DIR@
212DEFS = @DEFS@
213DEPDIR = @DEPDIR@
214DLLTOOL = @DLLTOOL@
215DSYMUTIL = @DSYMUTIL@
216DUMPBIN = @DUMPBIN@
217ECHO_C = @ECHO_C@
218ECHO_N = @ECHO_N@
219ECHO_T = @ECHO_T@
220EGREP = @EGREP@
221EXEEXT = @EXEEXT@
222FGREP = @FGREP@
223GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
224GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
225GIO_CFLAGS = @GIO_CFLAGS@
226GIO_LIBS = @GIO_LIBS@
227GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
228GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
229GMSGFMT = @GMSGFMT@
230GMSGFMT_015 = @GMSGFMT_015@
231GREP = @GREP@
232GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
233GTK_CFLAGS = @GTK_CFLAGS@
234GTK_FLAGS = @GTK_FLAGS@
235GTK_LIBS = @GTK_LIBS@
236GTOP_APPLETS_CFLAGS = @GTOP_APPLETS_CFLAGS@
237GTOP_APPLETS_LIBS = @GTOP_APPLETS_LIBS@
238GUCHARMAP_CFLAGS = @GUCHARMAP_CFLAGS@
239GUCHARMAP_LIBS = @GUCHARMAP_LIBS@
240HAVE_LIBAPM = @HAVE_LIBAPM@
241HAVE_XKB = @HAVE_XKB@
242HELP_DIR = @HELP_DIR@
243INSTALL = @INSTALL@
244INSTALL_DATA = @INSTALL_DATA@
245INSTALL_PROGRAM = @INSTALL_PROGRAM@
246INSTALL_SCRIPT = @INSTALL_SCRIPT@
247INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
248INTLLIBS = @INTLLIBS@
249INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
250ITSTOOL = @ITSTOOL@
251IW_LIBS = @IW_LIBS@
252LD = @LD@
253LDFLAGS = @LDFLAGS@
254LIBCPUFREQ_LIBS = @LIBCPUFREQ_LIBS@
255LIBDIR = @LIBDIR@
256LIBICONV = @LIBICONV@
257LIBINTL = @LIBINTL@
258LIBMATEWEATHER_CFLAGS = @LIBMATEWEATHER_CFLAGS@
259LIBMATEWEATHER_LIBS = @LIBMATEWEATHER_LIBS@
260LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
261LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
262LIBOBJS = @LIBOBJS@
263LIBS = @LIBS@
264LIBTOOL = @LIBTOOL@
265LIBWNCK_CFLAGS = @LIBWNCK_CFLAGS@
266LIBWNCK_LIBS = @LIBWNCK_LIBS@
267LIPO = @LIPO@
268LN_S = @LN_S@
269LTLIBICONV = @LTLIBICONV@
270LTLIBINTL = @LTLIBINTL@
271LTLIBOBJS = @LTLIBOBJS@
272LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
273MAINT = @MAINT@
274MAKEINFO = @MAKEINFO@
275MANIFEST_TOOL = @MANIFEST_TOOL@
276MATELOCALEDIR = @MATELOCALEDIR@
277MATE_APPLETS4_CFLAGS = @MATE_APPLETS4_CFLAGS@
278MATE_APPLETS4_LIBS = @MATE_APPLETS4_LIBS@
279MATE_PIXMAPSDIR = @MATE_PIXMAPSDIR@
280MKDIR_P = @MKDIR_P@
281MSGFMT = @MSGFMT@
282MSGFMT_015 = @MSGFMT_015@
283MSGMERGE = @MSGMERGE@
284NEED_LIBAPM = @NEED_LIBAPM@
285NL_CFLAGS = @NL_CFLAGS@
286NL_LIBS = @NL_LIBS@
287NM = @NM@
288NMEDIT = @NMEDIT@
289OBJDUMP = @OBJDUMP@
290OBJEXT = @OBJEXT@
291OTOOL = @OTOOL@
292OTOOL64 = @OTOOL64@
293PACKAGE = @PACKAGE@
294PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
295PACKAGE_NAME = @PACKAGE_NAME@
296PACKAGE_STRING = @PACKAGE_STRING@
297PACKAGE_TARNAME = @PACKAGE_TARNAME@
298PACKAGE_URL = @PACKAGE_URL@
299PACKAGE_VERSION = @PACKAGE_VERSION@
300PATH_SEPARATOR = @PATH_SEPARATOR@
301PKGDATADIR = @PKGDATADIR@
302PKG_CONFIG = @PKG_CONFIG@
303PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
304PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
305PKG_DATA_DIR = @PKG_DATA_DIR@
306POLKIT_CFLAGS = @POLKIT_CFLAGS@
307POLKIT_LIBS = @POLKIT_LIBS@
308POSUB = @POSUB@
309PREFIX = @PREFIX@
310RANLIB = @RANLIB@
311SED = @SED@
312SET_MAKE = @SET_MAKE@
313SHELL = @SHELL@
314STICKYNOTES_CFLAGS = @STICKYNOTES_CFLAGS@
315STICKYNOTES_LIBS = @STICKYNOTES_LIBS@
316STRIP = @STRIP@
317SYSCONFDIR = @SYSCONFDIR@
318UPOWER_CFLAGS = @UPOWER_CFLAGS@
319UPOWER_LIBS = @UPOWER_LIBS@
320USE_NLS = @USE_NLS@
321VERSION = @VERSION@
322WARN_CFLAGS = @WARN_CFLAGS@
323XGETTEXT = @XGETTEXT@
324XGETTEXT_015 = @XGETTEXT_015@
325XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
326XMKMF = @XMKMF@
327XML2_CFLAGS = @XML2_CFLAGS@
328XML2_LIBS = @XML2_LIBS@
329XMLLINT = @XMLLINT@
330X_CFLAGS = @X_CFLAGS@
331X_EXTRA_LIBS = @X_EXTRA_LIBS@
332X_LIBS = @X_LIBS@
333X_PRE_LIBS = @X_PRE_LIBS@
334YELP_LC_DIST = @YELP_LC_DIST@
335YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
336abs_builddir = @abs_builddir@
337abs_srcdir = @abs_srcdir@
338abs_top_builddir = @abs_top_builddir@
339abs_top_srcdir = @abs_top_srcdir@
340ac_ct_AR = @ac_ct_AR@
341ac_ct_CC = @ac_ct_CC@
342ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
343am__include = @am__include@
344am__leading_dot = @am__leading_dot@
345am__quote = @am__quote@
346am__tar = @am__tar@
347am__untar = @am__untar@
348bindir = @bindir@
349build = @build@
350build_alias = @build_alias@
351build_cpu = @build_cpu@
352build_os = @build_os@
353build_vendor = @build_vendor@
354builddir = @builddir@
355datadir = @datadir@
356datarootdir = @datarootdir@
357docdir = @docdir@
358dvidir = @dvidir@
359exec_prefix = @exec_prefix@
360gsettingsschemadir = @gsettingsschemadir@
361host = @host@
362host_alias = @host_alias@
363host_cpu = @host_cpu@
364host_os = @host_os@
365host_vendor = @host_vendor@
366htmldir = @htmldir@
367iconsdir = @iconsdir@
368includedir = @includedir@
369infodir = @infodir@
370install_sh = @install_sh@
371libdir = @libdir@
372libexecdir = @libexecdir@
373localedir = @localedir@
374localstatedir = @localstatedir@
375mandir = @mandir@
376mkdir_p = @mkdir_p@
377oldincludedir = @oldincludedir@
378pdfdir = @pdfdir@
379pixmapsdir = @pixmapsdir@
380prefix = @prefix@
381program_transform_name = @program_transform_name@
382psdir = @psdir@
383runstatedir = @runstatedir@
384sbindir = @sbindir@
385sharedstatedir = @sharedstatedir@
386srcdir = @srcdir@
387sysconfdir = @sysconfdir@
388target_alias = @target_alias@
389top_build_prefix = @top_build_prefix@
390top_builddir = @top_builddir@
391top_srcdir = @top_srcdir@
392SUBDIRS = data src
393all: all-recursive
394
395.SUFFIXES:
396$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
397	@for dep in $?; do \
398	  case '$(am__configure_deps)' in \
399	    *$$dep*) \
400	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
401	        && { if test -f $@; then exit 0; else break; fi; }; \
402	      exit 1;; \
403	  esac; \
404	done; \
405	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu timerapplet/Makefile'; \
406	$(am__cd) $(top_srcdir) && \
407	  $(AUTOMAKE) --gnu timerapplet/Makefile
408Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
409	@case '$?' in \
410	  *config.status*) \
411	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
412	  *) \
413	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
414	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
415	esac;
416
417$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
418	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
419
420$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
421	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
423	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
424$(am__aclocal_m4_deps):
425
426mostlyclean-libtool:
427	-rm -f *.lo
428
429clean-libtool:
430	-rm -rf .libs _libs
431
432# This directory's subdirectories are mostly independent; you can cd
433# into them and run 'make' without going through this Makefile.
434# To change the values of 'make' variables: instead of editing Makefiles,
435# (1) if the variable is set in 'config.status', edit 'config.status'
436#     (which will cause the Makefiles to be regenerated when you run 'make');
437# (2) otherwise, pass the desired values on the 'make' command line.
438$(am__recursive_targets):
439	@fail=; \
440	if $(am__make_keepgoing); then \
441	  failcom='fail=yes'; \
442	else \
443	  failcom='exit 1'; \
444	fi; \
445	dot_seen=no; \
446	target=`echo $@ | sed s/-recursive//`; \
447	case "$@" in \
448	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
449	  *) list='$(SUBDIRS)' ;; \
450	esac; \
451	for subdir in $$list; do \
452	  echo "Making $$target in $$subdir"; \
453	  if test "$$subdir" = "."; then \
454	    dot_seen=yes; \
455	    local_target="$$target-am"; \
456	  else \
457	    local_target="$$target"; \
458	  fi; \
459	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
460	  || eval $$failcom; \
461	done; \
462	if test "$$dot_seen" = "no"; then \
463	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
464	fi; test -z "$$fail"
465
466ID: $(am__tagged_files)
467	$(am__define_uniq_tagged_files); mkid -fID $$unique
468tags: tags-recursive
469TAGS: tags
470
471tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
472	set x; \
473	here=`pwd`; \
474	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
475	  include_option=--etags-include; \
476	  empty_fix=.; \
477	else \
478	  include_option=--include; \
479	  empty_fix=; \
480	fi; \
481	list='$(SUBDIRS)'; for subdir in $$list; do \
482	  if test "$$subdir" = .; then :; else \
483	    test ! -f $$subdir/TAGS || \
484	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
485	  fi; \
486	done; \
487	$(am__define_uniq_tagged_files); \
488	shift; \
489	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
490	  test -n "$$unique" || unique=$$empty_fix; \
491	  if test $$# -gt 0; then \
492	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
493	      "$$@" $$unique; \
494	  else \
495	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496	      $$unique; \
497	  fi; \
498	fi
499ctags: ctags-recursive
500
501CTAGS: ctags
502ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
503	$(am__define_uniq_tagged_files); \
504	test -z "$(CTAGS_ARGS)$$unique" \
505	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
506	     $$unique
507
508GTAGS:
509	here=`$(am__cd) $(top_builddir) && pwd` \
510	  && $(am__cd) $(top_srcdir) \
511	  && gtags -i $(GTAGS_ARGS) "$$here"
512cscopelist: cscopelist-recursive
513
514cscopelist-am: $(am__tagged_files)
515	list='$(am__tagged_files)'; \
516	case "$(srcdir)" in \
517	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
518	  *) sdir=$(subdir)/$(srcdir) ;; \
519	esac; \
520	for i in $$list; do \
521	  if test -f "$$i"; then \
522	    echo "$(subdir)/$$i"; \
523	  else \
524	    echo "$$sdir/$$i"; \
525	  fi; \
526	done >> $(top_builddir)/cscope.files
527
528distclean-tags:
529	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
530
531distdir: $(BUILT_SOURCES)
532	$(MAKE) $(AM_MAKEFLAGS) distdir-am
533
534distdir-am: $(DISTFILES)
535	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
536	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
537	list='$(DISTFILES)'; \
538	  dist_files=`for file in $$list; do echo $$file; done | \
539	  sed -e "s|^$$srcdirstrip/||;t" \
540	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
541	case $$dist_files in \
542	  */*) $(MKDIR_P) `echo "$$dist_files" | \
543			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
544			   sort -u` ;; \
545	esac; \
546	for file in $$dist_files; do \
547	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
548	  if test -d $$d/$$file; then \
549	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
550	    if test -d "$(distdir)/$$file"; then \
551	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
552	    fi; \
553	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
554	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
555	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
556	    fi; \
557	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
558	  else \
559	    test -f "$(distdir)/$$file" \
560	    || cp -p $$d/$$file "$(distdir)/$$file" \
561	    || exit 1; \
562	  fi; \
563	done
564	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
565	  if test "$$subdir" = .; then :; else \
566	    $(am__make_dryrun) \
567	      || test -d "$(distdir)/$$subdir" \
568	      || $(MKDIR_P) "$(distdir)/$$subdir" \
569	      || exit 1; \
570	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
571	    $(am__relativize); \
572	    new_distdir=$$reldir; \
573	    dir1=$$subdir; dir2="$(top_distdir)"; \
574	    $(am__relativize); \
575	    new_top_distdir=$$reldir; \
576	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
577	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
578	    ($(am__cd) $$subdir && \
579	      $(MAKE) $(AM_MAKEFLAGS) \
580	        top_distdir="$$new_top_distdir" \
581	        distdir="$$new_distdir" \
582		am__remove_distdir=: \
583		am__skip_length_check=: \
584		am__skip_mode_fix=: \
585	        distdir) \
586	      || exit 1; \
587	  fi; \
588	done
589check-am: all-am
590check: check-recursive
591all-am: Makefile
592installdirs: installdirs-recursive
593installdirs-am:
594install: install-recursive
595install-exec: install-exec-recursive
596install-data: install-data-recursive
597uninstall: uninstall-recursive
598
599install-am: all-am
600	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
601
602installcheck: installcheck-recursive
603install-strip:
604	if test -z '$(STRIP)'; then \
605	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
606	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
607	      install; \
608	else \
609	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
610	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
611	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
612	fi
613mostlyclean-generic:
614
615clean-generic:
616
617distclean-generic:
618	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
619	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
620
621maintainer-clean-generic:
622	@echo "This command is intended for maintainers to use"
623	@echo "it deletes files that may require special tools to rebuild."
624clean: clean-recursive
625
626clean-am: clean-generic clean-libtool mostlyclean-am
627
628distclean: distclean-recursive
629	-rm -f Makefile
630distclean-am: clean-am distclean-generic distclean-tags
631
632dvi: dvi-recursive
633
634dvi-am:
635
636html: html-recursive
637
638html-am:
639
640info: info-recursive
641
642info-am:
643
644install-data-am:
645
646install-dvi: install-dvi-recursive
647
648install-dvi-am:
649
650install-exec-am:
651
652install-html: install-html-recursive
653
654install-html-am:
655
656install-info: install-info-recursive
657
658install-info-am:
659
660install-man:
661
662install-pdf: install-pdf-recursive
663
664install-pdf-am:
665
666install-ps: install-ps-recursive
667
668install-ps-am:
669
670installcheck-am:
671
672maintainer-clean: maintainer-clean-recursive
673	-rm -f Makefile
674maintainer-clean-am: distclean-am maintainer-clean-generic
675
676mostlyclean: mostlyclean-recursive
677
678mostlyclean-am: mostlyclean-generic mostlyclean-libtool
679
680pdf: pdf-recursive
681
682pdf-am:
683
684ps: ps-recursive
685
686ps-am:
687
688uninstall-am:
689
690.MAKE: $(am__recursive_targets) install-am install-strip
691
692.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
693	check-am clean clean-generic clean-libtool cscopelist-am ctags \
694	ctags-am distclean distclean-generic distclean-libtool \
695	distclean-tags distdir dvi dvi-am html html-am info info-am \
696	install install-am install-data install-data-am install-dvi \
697	install-dvi-am install-exec install-exec-am install-html \
698	install-html-am install-info install-info-am install-man \
699	install-pdf install-pdf-am install-ps install-ps-am \
700	install-strip installcheck installcheck-am installdirs \
701	installdirs-am maintainer-clean maintainer-clean-generic \
702	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
703	ps ps-am tags tags-am uninstall uninstall-am
704
705.PRECIOUS: Makefile
706
707
708-include $(top_srcdir)/git.mk
709
710# Tell versions [3.59,3.63) of GNU make to not export all variables.
711# Otherwise a system limit (for SysV at least) may be exceeded.
712.NOEXPORT:
713