OSDN Git Service

set version as 1.4.9-snapshot1
[howm/howm.git] / Makefile.in
1 # Makefile.in generated by automake 1.16.3 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@
16
17 # shamelessly copied from navi2ch-cvs-0.0.20031209
18
19 VPATH = @srcdir@
20 am__is_gnu_make = { \
21   if test -z '$(MAKELEVEL)'; then \
22     false; \
23   elif test -n '$(MAKE_HOST)'; then \
24     true; \
25   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26     true; \
27   else \
28     false; \
29   fi; \
30 }
31 am__make_running_with_option = \
32   case $${target_option-} in \
33       ?) ;; \
34       *) echo "am__make_running_with_option: internal error: invalid" \
35               "target option '$${target_option-}' specified" >&2; \
36          exit 1;; \
37   esac; \
38   has_opt=no; \
39   sane_makeflags=$$MAKEFLAGS; \
40   if $(am__is_gnu_make); then \
41     sane_makeflags=$$MFLAGS; \
42   else \
43     case $$MAKEFLAGS in \
44       *\\[\ \   ]*) \
45         bs=\\; \
46         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
48     esac; \
49   fi; \
50   skip_next=no; \
51   strip_trailopt () \
52   { \
53     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54   }; \
55   for flg in $$sane_makeflags; do \
56     test $$skip_next = yes && { skip_next=no; continue; }; \
57     case $$flg in \
58       *=*|--*) continue;; \
59         -*I) strip_trailopt 'I'; skip_next=yes;; \
60       -*I?*) strip_trailopt 'I';; \
61         -*O) strip_trailopt 'O'; skip_next=yes;; \
62       -*O?*) strip_trailopt 'O';; \
63         -*l) strip_trailopt 'l'; skip_next=yes;; \
64       -*l?*) strip_trailopt 'l';; \
65       -[dEDm]) skip_next=yes;; \
66       -[JT]) skip_next=yes;; \
67     esac; \
68     case $$flg in \
69       *$$target_option*) has_opt=yes; break;; \
70     esac; \
71   done; \
72   test $$has_opt = yes
73 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75 pkgdatadir = $(datadir)/@PACKAGE@
76 pkgincludedir = $(includedir)/@PACKAGE@
77 pkglibdir = $(libdir)/@PACKAGE@
78 pkglibexecdir = $(libexecdir)/@PACKAGE@
79 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80 install_sh_DATA = $(install_sh) -c -m 644
81 install_sh_PROGRAM = $(install_sh) -c
82 install_sh_SCRIPT = $(install_sh) -c
83 INSTALL_HEADER = $(INSTALL_DATA)
84 transform = $(program_transform_name)
85 NORMAL_INSTALL = :
86 PRE_INSTALL = :
87 POST_INSTALL = :
88 NORMAL_UNINSTALL = :
89 PRE_UNINSTALL = :
90 POST_UNINSTALL = :
91 build_triplet = @build@
92 host_triplet = @host@
93 subdir = .
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
96         $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98         $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
100         $(am__configure_deps) $(am__DIST_COMMON)
101 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102  configure.lineno config.status.lineno
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_CLEAN_FILES = howm.el
105 CONFIG_CLEAN_VPATH_FILES =
106 AM_V_P = $(am__v_P_@AM_V@)
107 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108 am__v_P_0 = false
109 am__v_P_1 = :
110 AM_V_GEN = $(am__v_GEN_@AM_V@)
111 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
112 am__v_GEN_0 = @echo "  GEN     " $@;
113 am__v_GEN_1 = 
114 AM_V_at = $(am__v_at_@AM_V@)
115 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
116 am__v_at_0 = @
117 am__v_at_1 = 
118 SOURCES =
119 DIST_SOURCES =
120 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
121         ctags-recursive dvi-recursive html-recursive info-recursive \
122         install-data-recursive install-dvi-recursive \
123         install-exec-recursive install-html-recursive \
124         install-info-recursive install-pdf-recursive \
125         install-ps-recursive install-recursive installcheck-recursive \
126         installdirs-recursive pdf-recursive ps-recursive \
127         tags-recursive uninstall-recursive
128 am__can_run_installinfo = \
129   case $$AM_UPDATE_INFO_DIR in \
130     n|no|NO) false;; \
131     *) (install-info --version) >/dev/null 2>&1;; \
132   esac
133 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
134 am__vpath_adj = case $$p in \
135     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
136     *) f=$$p;; \
137   esac;
138 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
139 am__install_max = 40
140 am__nobase_strip_setup = \
141   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
142 am__nobase_strip = \
143   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
144 am__nobase_list = $(am__nobase_strip_setup); \
145   for p in $$list; do echo "$$p $$p"; done | \
146   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
147   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
148     if (++n[$$2] == $(am__install_max)) \
149       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
150     END { for (dir in files) print dir, files[dir] }'
151 am__base_list = \
152   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
153   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
154 am__uninstall_files_from_dir = { \
155   test -z "$$files" \
156     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
157     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
158          $(am__cd) "$$dir" && rm -f $$files; }; \
159   }
160 am__emacs_byte_compile_setup = \
161   (if (boundp (quote byte-compile-dest-file-function)) \
162     (setq byte-compile-dest-file-function (lambda (_) "$@")) \
163     (defun byte-compile-dest-file (_) "$@") \
164   )
165 am__installdirs = "$(DESTDIR)$(howmdir)"
166 howmLISP_INSTALL = $(INSTALL_DATA)
167 LISP = $(howm_LISP)
168 am__ELFILES = action-lock.el cheat-font-lock.el gfunc.el \
169         honest-report.el howm-backend.el howm-common.el howm-date.el \
170         howm-lang-en.el howm-lang-fr.el howm-lang-ja.el \
171         howm-menu-en.el howm-menu-fr.el howm-menu-ja.el howm-menu.el \
172         howm-misc.el howm-mode.el howm-reminder.el howm-vars.el \
173         howm-view.el howm.el illusion.el riffle.el
174 am__ELCFILES = $(am__ELFILES:.el=.elc)
175 ELCFILES = $(LISP:.el=.elc)
176 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
177   distclean-recursive maintainer-clean-recursive
178 am__recursive_targets = \
179   $(RECURSIVE_TARGETS) \
180   $(RECURSIVE_CLEAN_TARGETS) \
181   $(am__extra_recursive_targets)
182 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
183         cscope distdir distdir-am dist dist-all distcheck
184 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
185 # Read a list of newline-separated strings from the standard input,
186 # and print each of them once, without duplicates.  Input order is
187 # *not* preserved.
188 am__uniquify_input = $(AWK) '\
189   BEGIN { nonempty = 0; } \
190   { items[$$0] = 1; nonempty = 1; } \
191   END { if (nonempty) { for (i in items) print i; }; } \
192 '
193 # Make sure the list of sources is unique.  This is necessary because,
194 # e.g., the same source file might be shared among _SOURCES variables
195 # for different programs/libraries.
196 am__define_uniq_tagged_files = \
197   list='$(am__tagged_files)'; \
198   unique=`for i in $$list; do \
199     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200   done | $(am__uniquify_input)`
201 ETAGS = etags
202 CTAGS = ctags
203 CSCOPE = cscope
204 DIST_SUBDIRS = $(SUBDIRS)
205 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/howm.el.in AUTHORS \
206         COPYING ChangeLog INSTALL NEWS README config.guess config.sub \
207         install-sh missing mkinstalldirs
208 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
209 distdir = $(PACKAGE)-$(VERSION)
210 top_distdir = $(distdir)
211 am__remove_distdir = \
212   if test -d "$(distdir)"; then \
213     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
214       && rm -rf "$(distdir)" \
215       || { sleep 5 && rm -rf "$(distdir)"; }; \
216   else :; fi
217 am__post_remove_distdir = $(am__remove_distdir)
218 am__relativize = \
219   dir0=`pwd`; \
220   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
221   sed_rest='s,^[^/]*/*,,'; \
222   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
223   sed_butlast='s,/*[^/]*$$,,'; \
224   while test -n "$$dir1"; do \
225     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
226     if test "$$first" != "."; then \
227       if test "$$first" = ".."; then \
228         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
229         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
230       else \
231         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
232         if test "$$first2" = "$$first"; then \
233           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
234         else \
235           dir2="../$$dir2"; \
236         fi; \
237         dir0="$$dir0"/"$$first"; \
238       fi; \
239     fi; \
240     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
241   done; \
242   reldir="$$dir2"
243 DIST_ARCHIVES = $(distdir).tar.gz
244 GZIP_ENV = --best
245 DIST_TARGETS = dist-gzip
246 # Exists only to be overridden by the user if desired.
247 AM_DISTCHECK_DVI_TARGET = dvi
248 distuninstallcheck_listfiles = find . -type f -print
249 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
250   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
251 distcleancheck_listfiles = find . -type f -print
252 ACLOCAL = @ACLOCAL@
253 AMTAR = @AMTAR@
254 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
255 AUTOCONF = @AUTOCONF@
256 AUTOHEADER = @AUTOHEADER@
257 AUTOMAKE = @AUTOMAKE@
258 AWK = @AWK@
259 CVS = @CVS@
260 CYGPATH_W = @CYGPATH_W@
261 DEFS = @DEFS@
262 ECHO_C = @ECHO_C@
263 ECHO_N = @ECHO_N@
264 ECHO_T = @ECHO_T@
265 EMACS = @EMACS@
266 INSTALL = @INSTALL@
267 INSTALL_DATA = @INSTALL_DATA@
268 INSTALL_PROGRAM = @INSTALL_PROGRAM@
269 INSTALL_SCRIPT = @INSTALL_SCRIPT@
270 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
271 LIBOBJS = @LIBOBJS@
272 LIBS = @LIBS@
273 LN_S = @LN_S@
274 LTLIBOBJS = @LTLIBOBJS@
275 MAINT = @MAINT@
276 MAKEINFO = @MAKEINFO@
277 MKDIR_P = @MKDIR_P@
278 PACKAGE = @PACKAGE@
279 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
280 PACKAGE_NAME = @PACKAGE_NAME@
281 PACKAGE_STRING = @PACKAGE_STRING@
282 PACKAGE_TARNAME = @PACKAGE_TARNAME@
283 PACKAGE_URL = @PACKAGE_URL@
284 PACKAGE_VERSION = @PACKAGE_VERSION@
285 PATH_SEPARATOR = @PATH_SEPARATOR@
286 SET_MAKE = @SET_MAKE@
287 SHELL = @SHELL@
288 STRIP = @STRIP@
289 VERSION = @VERSION@
290 abs_builddir = @abs_builddir@
291 abs_srcdir = @abs_srcdir@
292 abs_top_builddir = @abs_top_builddir@
293 abs_top_srcdir = @abs_top_srcdir@
294 am__leading_dot = @am__leading_dot@
295 am__tar = @am__tar@
296 am__untar = @am__untar@
297 bindir = @bindir@
298 build = @build@
299 build_alias = @build_alias@
300 build_cpu = @build_cpu@
301 build_os = @build_os@
302 build_vendor = @build_vendor@
303 builddir = @builddir@
304 datadir = @datadir@
305 datarootdir = @datarootdir@
306 docdir = @docdir@
307 dvidir = @dvidir@
308 exec_prefix = @exec_prefix@
309 extdir = @extdir@
310 host = @host@
311 host_alias = @host_alias@
312 host_cpu = @host_cpu@
313 host_os = @host_os@
314 host_vendor = @host_vendor@
315 howmdir = @howmdir@
316 htmldir = @htmldir@
317 includedir = @includedir@
318 infodir = @infodir@
319 install_sh = @install_sh@
320 libdir = @libdir@
321 libexecdir = @libexecdir@
322 lispdir = @lispdir@
323 localedir = @localedir@
324 localstatedir = @localstatedir@
325 mandir = @mandir@
326 mkdir_p = @mkdir_p@
327 oldincludedir = @oldincludedir@
328 packagedir = @packagedir@
329 pdfdir = @pdfdir@
330 prefix = @prefix@
331 program_transform_name = @program_transform_name@
332 psdir = @psdir@
333 runstatedir = @runstatedir@
334 sbindir = @sbindir@
335 sharedstatedir = @sharedstatedir@
336 srcdir = @srcdir@
337 sysconfdir = @sysconfdir@
338 target_alias = @target_alias@
339 top_build_prefix = @top_build_prefix@
340 top_builddir = @top_builddir@
341 top_srcdir = @top_srcdir@
342 howm_LISP = \
343         howm.el \
344         howm-menu.el \
345         howm-reminder.el \
346         howm-date.el \
347         howm-misc.el \
348         howm-mode.el \
349         howm-view.el \
350         howm-backend.el \
351         howm-common.el \
352         howm-vars.el \
353         howm-lang-en.el \
354         howm-lang-fr.el \
355         howm-lang-ja.el \
356         howm-menu-en.el \
357         howm-menu-fr.el \
358         howm-menu-ja.el \
359         honest-report.el \
360         action-lock.el \
361         riffle.el \
362         gfunc.el \
363         illusion.el \
364         cheat-font-lock.el
365
366 EXTRA_DIST = Makefile.old bcomp.el howm-mkmenu.el $(howm_LISP) \
367         bcomp.el.in howm.el.in test.bat
368
369 BUILT_SOURCES = $(srcdir)/howm.el $(srcdir)/bcomp.el
370 SUBDIRS = doc ext en fr ja sample
371 MENU_SRC = en/0000-00-00-000000.txt \
372         fr/0000-00-00-000000.txt \
373         ja/0000-00-00-000000.txt
374
375 MENU_EL = $(srcdir)/howm-menu-en.el \
376         $(srcdir)/howm-menu-fr.el \
377         $(srcdir)/howm-menu-ja.el
378
379 TEST_INIT = sample/dot.emacs
380 AM_MAKEFLAGS = HOWM_MAKE=t
381 all: $(BUILT_SOURCES)
382         $(MAKE) $(AM_MAKEFLAGS) all-recursive
383
384 .SUFFIXES:
385 .SUFFIXES: .el .elc
386 am--refresh: Makefile
387         @:
388 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
389         @for dep in $?; do \
390           case '$(am__configure_deps)' in \
391             *$$dep*) \
392               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
393               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
394                 && exit 0; \
395               exit 1;; \
396           esac; \
397         done; \
398         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
399         $(am__cd) $(top_srcdir) && \
400           $(AUTOMAKE) --gnu Makefile
401
402 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
403         $(SHELL) ./config.status --recheck
404
405 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
406         $(am__cd) $(srcdir) && $(AUTOCONF)
407 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
408         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
409 $(am__aclocal_m4_deps):
410 howm.el: $(top_builddir)/config.status $(srcdir)/howm.el.in
411         cd $(top_builddir) && $(SHELL) ./config.status $@
412
413 .el.elc:
414         if test '$(EMACS)' != no; then \
415           am__dir=. am__subdir_includes=''; \
416           case $@ in */*) \
417             am__dir=`echo '$@' | sed 's,/[^/]*$$,,'`; \
418             am__subdir_includes="-L $$am__dir -L $(srcdir)/$$am__dir"; \
419           esac; \
420           test -d "$$am__dir" || $(MKDIR_P) "$$am__dir" || exit 1; \
421           $(EMACS) --batch \
422             $(AM_ELCFLAGS) $(ELCFLAGS) \
423             $$am__subdir_includes -L $(builddir) -L $(srcdir) \
424             --eval '$(am__emacs_byte_compile_setup)' \
425             -f batch-byte-compile '$<'; \
426         else :; fi
427
428 install-howmLISP: $(howm_LISP) $(ELCFILES)
429         @$(NORMAL_INSTALL)
430         @if test "$(EMACS)" != no && test -n "$(howmdir)"; then \
431           list='$(howm_LISP)'; \
432           if test -n "$$list"; then \
433             echo " $(MKDIR_P) '$(DESTDIR)$(howmdir)'"; \
434             $(MKDIR_P) "$(DESTDIR)$(howmdir)" || exit 1; \
435           fi; \
436           for p in $$list; do \
437             if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
438             $(am__strip_dir) \
439             echo " $(howmLISP_INSTALL) '$$d$$p' '$(DESTDIR)$(howmdir)/$$f'"; \
440             $(howmLISP_INSTALL) "$$d$$p" "$(DESTDIR)$(howmdir)/$$f" || exit $$?; \
441             if test -f $${p}c; then \
442               echo " $(howmLISP_INSTALL) '$${p}c' '$(DESTDIR)$(howmdir)/$${f}c'"; \
443               $(howmLISP_INSTALL) "$${p}c" "$(DESTDIR)$(howmdir)/$${f}c" || exit $$?; \
444             else : ; fi; \
445           done; \
446         else : ; fi
447
448 uninstall-howmLISP:
449         @$(NORMAL_UNINSTALL)
450         @test "$(EMACS)" != no && test -n "$(howmdir)" || exit 0; \
451         list='$(howm_LISP)'; \
452         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
453         files="$$files "`echo "$$files" | sed 's|$$|c|'`; \
454         dir='$(DESTDIR)$(howmdir)'; $(am__uninstall_files_from_dir)
455
456 clean-lisp:
457         -rm -f $(ELCFILES)
458
459 # This directory's subdirectories are mostly independent; you can cd
460 # into them and run 'make' without going through this Makefile.
461 # To change the values of 'make' variables: instead of editing Makefiles,
462 # (1) if the variable is set in 'config.status', edit 'config.status'
463 #     (which will cause the Makefiles to be regenerated when you run 'make');
464 # (2) otherwise, pass the desired values on the 'make' command line.
465 $(am__recursive_targets):
466         @fail=; \
467         if $(am__make_keepgoing); then \
468           failcom='fail=yes'; \
469         else \
470           failcom='exit 1'; \
471         fi; \
472         dot_seen=no; \
473         target=`echo $@ | sed s/-recursive//`; \
474         case "$@" in \
475           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
476           *) list='$(SUBDIRS)' ;; \
477         esac; \
478         for subdir in $$list; do \
479           echo "Making $$target in $$subdir"; \
480           if test "$$subdir" = "."; then \
481             dot_seen=yes; \
482             local_target="$$target-am"; \
483           else \
484             local_target="$$target"; \
485           fi; \
486           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
487           || eval $$failcom; \
488         done; \
489         if test "$$dot_seen" = "no"; then \
490           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
491         fi; test -z "$$fail"
492
493 ID: $(am__tagged_files)
494         $(am__define_uniq_tagged_files); mkid -fID $$unique
495 tags: tags-recursive
496 TAGS: tags
497
498 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
499         set x; \
500         here=`pwd`; \
501         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
502           include_option=--etags-include; \
503           empty_fix=.; \
504         else \
505           include_option=--include; \
506           empty_fix=; \
507         fi; \
508         list='$(SUBDIRS)'; for subdir in $$list; do \
509           if test "$$subdir" = .; then :; else \
510             test ! -f $$subdir/TAGS || \
511               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
512           fi; \
513         done; \
514         $(am__define_uniq_tagged_files); \
515         shift; \
516         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
517           test -n "$$unique" || unique=$$empty_fix; \
518           if test $$# -gt 0; then \
519             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
520               "$$@" $$unique; \
521           else \
522             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
523               $$unique; \
524           fi; \
525         fi
526 ctags: ctags-recursive
527
528 CTAGS: ctags
529 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
530         $(am__define_uniq_tagged_files); \
531         test -z "$(CTAGS_ARGS)$$unique" \
532           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
533              $$unique
534
535 GTAGS:
536         here=`$(am__cd) $(top_builddir) && pwd` \
537           && $(am__cd) $(top_srcdir) \
538           && gtags -i $(GTAGS_ARGS) "$$here"
539 cscope: cscope.files
540         test ! -s cscope.files \
541           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
542 clean-cscope:
543         -rm -f cscope.files
544 cscope.files: clean-cscope cscopelist
545 cscopelist: cscopelist-recursive
546
547 cscopelist-am: $(am__tagged_files)
548         list='$(am__tagged_files)'; \
549         case "$(srcdir)" in \
550           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
551           *) sdir=$(subdir)/$(srcdir) ;; \
552         esac; \
553         for i in $$list; do \
554           if test -f "$$i"; then \
555             echo "$(subdir)/$$i"; \
556           else \
557             echo "$$sdir/$$i"; \
558           fi; \
559         done >> $(top_builddir)/cscope.files
560
561 distclean-tags:
562         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
563         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
564
565 distdir: $(BUILT_SOURCES)
566         $(MAKE) $(AM_MAKEFLAGS) distdir-am
567
568 distdir-am: $(DISTFILES)
569         $(am__remove_distdir)
570         test -d "$(distdir)" || mkdir "$(distdir)"
571         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
573         list='$(DISTFILES)'; \
574           dist_files=`for file in $$list; do echo $$file; done | \
575           sed -e "s|^$$srcdirstrip/||;t" \
576               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
577         case $$dist_files in \
578           */*) $(MKDIR_P) `echo "$$dist_files" | \
579                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
580                            sort -u` ;; \
581         esac; \
582         for file in $$dist_files; do \
583           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
584           if test -d $$d/$$file; then \
585             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
586             if test -d "$(distdir)/$$file"; then \
587               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
588             fi; \
589             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
590               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
591               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
592             fi; \
593             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
594           else \
595             test -f "$(distdir)/$$file" \
596             || cp -p $$d/$$file "$(distdir)/$$file" \
597             || exit 1; \
598           fi; \
599         done
600         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
601           if test "$$subdir" = .; then :; else \
602             $(am__make_dryrun) \
603               || test -d "$(distdir)/$$subdir" \
604               || $(MKDIR_P) "$(distdir)/$$subdir" \
605               || exit 1; \
606             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
607             $(am__relativize); \
608             new_distdir=$$reldir; \
609             dir1=$$subdir; dir2="$(top_distdir)"; \
610             $(am__relativize); \
611             new_top_distdir=$$reldir; \
612             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
613             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
614             ($(am__cd) $$subdir && \
615               $(MAKE) $(AM_MAKEFLAGS) \
616                 top_distdir="$$new_top_distdir" \
617                 distdir="$$new_distdir" \
618                 am__remove_distdir=: \
619                 am__skip_length_check=: \
620                 am__skip_mode_fix=: \
621                 distdir) \
622               || exit 1; \
623           fi; \
624         done
625         -test -n "$(am__skip_mode_fix)" \
626         || find "$(distdir)" -type d ! -perm -755 \
627                 -exec chmod u+rwx,go+rx {} \; -o \
628           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
629           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
630           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
631         || chmod -R a+r "$(distdir)"
632 dist-gzip: distdir
633         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
634         $(am__post_remove_distdir)
635
636 dist-bzip2: distdir
637         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
638         $(am__post_remove_distdir)
639
640 dist-lzip: distdir
641         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
642         $(am__post_remove_distdir)
643
644 dist-xz: distdir
645         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
646         $(am__post_remove_distdir)
647
648 dist-zstd: distdir
649         tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
650         $(am__post_remove_distdir)
651
652 dist-tarZ: distdir
653         @echo WARNING: "Support for distribution archives compressed with" \
654                        "legacy program 'compress' is deprecated." >&2
655         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
656         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
657         $(am__post_remove_distdir)
658
659 dist-shar: distdir
660         @echo WARNING: "Support for shar distribution archives is" \
661                        "deprecated." >&2
662         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
663         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
664         $(am__post_remove_distdir)
665
666 dist-zip: distdir
667         -rm -f $(distdir).zip
668         zip -rq $(distdir).zip $(distdir)
669         $(am__post_remove_distdir)
670
671 dist dist-all:
672         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
673         $(am__post_remove_distdir)
674
675 # This target untars the dist file and tries a VPATH configuration.  Then
676 # it guarantees that the distribution is self-contained by making another
677 # tarfile.
678 distcheck: dist
679         case '$(DIST_ARCHIVES)' in \
680         *.tar.gz*) \
681           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
682         *.tar.bz2*) \
683           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
684         *.tar.lz*) \
685           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
686         *.tar.xz*) \
687           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
688         *.tar.Z*) \
689           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
690         *.shar.gz*) \
691           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
692         *.zip*) \
693           unzip $(distdir).zip ;;\
694         *.tar.zst*) \
695           zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
696         esac
697         chmod -R a-w $(distdir)
698         chmod u+w $(distdir)
699         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
700         chmod a-w $(distdir)
701         test -d $(distdir)/_build || exit 0; \
702         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
703           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
704           && am__cwd=`pwd` \
705           && $(am__cd) $(distdir)/_build/sub \
706           && ../../configure \
707             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
708             $(DISTCHECK_CONFIGURE_FLAGS) \
709             --srcdir=../.. --prefix="$$dc_install_base" \
710           && $(MAKE) $(AM_MAKEFLAGS) \
711           && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
712           && $(MAKE) $(AM_MAKEFLAGS) check \
713           && $(MAKE) $(AM_MAKEFLAGS) install \
714           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
715           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
716           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
717                 distuninstallcheck \
718           && chmod -R a-w "$$dc_install_base" \
719           && ({ \
720                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
721                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
722                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
723                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
724                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
725               } || { rm -rf "$$dc_destdir"; exit 1; }) \
726           && rm -rf "$$dc_destdir" \
727           && $(MAKE) $(AM_MAKEFLAGS) dist \
728           && rm -rf $(DIST_ARCHIVES) \
729           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
730           && cd "$$am__cwd" \
731           || exit 1
732         $(am__post_remove_distdir)
733         @(echo "$(distdir) archives ready for distribution: "; \
734           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
735           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
736 distuninstallcheck:
737         @test -n '$(distuninstallcheck_dir)' || { \
738           echo 'ERROR: trying to run $@ with an empty' \
739                '$$(distuninstallcheck_dir)' >&2; \
740           exit 1; \
741         }; \
742         $(am__cd) '$(distuninstallcheck_dir)' || { \
743           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
744           exit 1; \
745         }; \
746         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
747            || { echo "ERROR: files left after uninstall:" ; \
748                 if test -n "$(DESTDIR)"; then \
749                   echo "  (check DESTDIR support)"; \
750                 fi ; \
751                 $(distuninstallcheck_listfiles) ; \
752                 exit 1; } >&2
753 distcleancheck: distclean
754         @if test '$(srcdir)' = . ; then \
755           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
756           exit 1 ; \
757         fi
758         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
759           || { echo "ERROR: files left in build directory after distclean:" ; \
760                $(distcleancheck_listfiles) ; \
761                exit 1; } >&2
762 check-am: all-am
763 check: $(BUILT_SOURCES)
764         $(MAKE) $(AM_MAKEFLAGS) check-recursive
765 all-am: Makefile $(LISP) $(ELCFILES)
766 installdirs: installdirs-recursive
767 installdirs-am:
768         for dir in "$(DESTDIR)$(howmdir)"; do \
769           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
770         done
771 install: $(BUILT_SOURCES)
772         $(MAKE) $(AM_MAKEFLAGS) install-recursive
773 install-exec: $(BUILT_SOURCES)
774         $(MAKE) $(AM_MAKEFLAGS) install-exec-recursive
775 install-data: install-data-recursive
776 uninstall: uninstall-recursive
777
778 install-am: all-am
779         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
780
781 installcheck: installcheck-recursive
782 install-strip:
783         if test -z '$(STRIP)'; then \
784           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
785             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
786               install; \
787         else \
788           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
789             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
790             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
791         fi
792 mostlyclean-generic:
793
794 clean-generic:
795
796 distclean-generic:
797         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
798         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
799
800 maintainer-clean-generic:
801         @echo "This command is intended for maintainers to use"
802         @echo "it deletes files that may require special tools to rebuild."
803         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
804 clean: clean-recursive
805
806 clean-am: clean-generic clean-lisp mostlyclean-am
807
808 distclean: distclean-recursive
809         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
810         -rm -f Makefile
811 distclean-am: clean-am distclean-generic distclean-tags
812
813 dvi: dvi-recursive
814
815 dvi-am:
816
817 html: html-recursive
818
819 html-am:
820
821 info: info-recursive
822
823 info-am:
824
825 install-data-am: install-howmLISP
826
827 install-dvi: install-dvi-recursive
828
829 install-dvi-am:
830
831 install-exec-am:
832
833 install-html: install-html-recursive
834
835 install-html-am:
836
837 install-info: install-info-recursive
838
839 install-info-am:
840
841 install-man:
842
843 install-pdf: install-pdf-recursive
844
845 install-pdf-am:
846
847 install-ps: install-ps-recursive
848
849 install-ps-am:
850
851 installcheck-am:
852
853 maintainer-clean: maintainer-clean-recursive
854         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
855         -rm -rf $(top_srcdir)/autom4te.cache
856         -rm -f Makefile
857 maintainer-clean-am: distclean-am maintainer-clean-generic
858
859 mostlyclean: mostlyclean-recursive
860
861 mostlyclean-am: mostlyclean-generic
862
863 pdf: pdf-recursive
864
865 pdf-am:
866
867 ps: ps-recursive
868
869 ps-am:
870
871 uninstall-am: uninstall-howmLISP
872
873 .MAKE: $(am__recursive_targets) all check install install-am \
874         install-exec install-strip
875
876 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
877         am--refresh check check-am clean clean-cscope clean-generic \
878         clean-lisp cscope cscopelist-am ctags ctags-am dist dist-all \
879         dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
880         dist-zip dist-zstd distcheck distclean distclean-generic \
881         distclean-tags distcleancheck distdir distuninstallcheck dvi \
882         dvi-am html html-am info info-am install install-am \
883         install-data install-data-am install-dvi install-dvi-am \
884         install-exec install-exec-am install-howmLISP install-html \
885         install-html-am install-info install-info-am install-man \
886         install-pdf install-pdf-am install-ps install-ps-am \
887         install-strip installcheck installcheck-am installdirs \
888         installdirs-am maintainer-clean maintainer-clean-generic \
889         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
890         tags-am uninstall uninstall-am uninstall-howmLISP
891
892 .PRECIOUS: Makefile
893
894
895 $(MENU_EL): $(srcdir)/howm-mkmenu.el $(MENU_SRC)
896         $(EMACS) -q -batch -l $(srcdir)/howm-mkmenu.el
897
898 # snap:
899 #       rm -f $(srcdir)/howm-version.el && \
900 #       $(MAKE) $(AM_MAKEFLAGS) VERSION=@VERSION@-`date +%y%m%d` dist elcdist && \
901 #       rm -f $(srcdir)/howm-version.el && \
902 #       $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/howm-version.el
903
904 # recompile: $(howm_LISP)
905 #       rm -f $(ELCFILES) && \
906 #       HOWM_MAKE=t EMACS="$(EMACS)" $(SHELL) $(srcdir)/elisp-comp $(howm_LISP)
907
908 # elcdist: $(ELCFILES)
909 #       rm -rf $(distdir) && \
910 #       mkdir $(distdir) && \
911 #       cp -p $(ELCFILES) $(distdir) && \
912 #       $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir)-elc.tar.gz && \
913 #       rm -rf $(distdir)
914
915 $(srcdir)/bcomp.el: $(srcdir)/bcomp.el.in $(srcdir)/Makefile.am
916         rm -f $@ && \
917         list=`for file in $(howm_LISP); do echo -n "\"$$file\" "; done` && \
918         sed -e "s/@\(howm_LISP\)@/$$list/" < $(srcdir)/bcomp.el.in > $@
919
920 # $(ELCFILES): $(howm_LISP)
921 #       $(MAKE) $(AM_MAKEFLAGS) recompile
922
923 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
924         cd $(top_builddir) && \
925         CONFIG_HEADERS= CONFIG_LINKS= \
926         CONFIG_FILES=$@ $(SHELL) ./config.status
927
928 Makefiles: $(top_builddir)/config.status
929         $(SHELL) $(top_builddir)/config.status
930
931 update:
932         ( cd $(srcdir); $(CVS) update -P -d ) && \
933         $(MAKE) $(AM_MAKEFLAGS) Makefiles
934
935 test:
936         HOWM_TEST=t $(EMACS) -q --no-site-file -l $(TEST_INIT)
937
938 # Tell versions [3.59,3.63) of GNU make to not export all variables.
939 # Otherwise a system limit (for SysV at least) may be exceeded.
940 .NOEXPORT: