OSDN Git Service

update version strings in generated files
[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 iigrep.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         iigrep.el \
365         cheat-font-lock.el
366
367 EXTRA_DIST = Makefile.old bcomp.el howm-mkmenu.el $(howm_LISP) \
368         bcomp.el.in howm.el.in test.bat
369
370 BUILT_SOURCES = $(srcdir)/howm.el $(srcdir)/bcomp.el
371 SUBDIRS = doc ext en fr ja sample
372 MENU_SRC = en/0000-00-00-000000.txt \
373         fr/0000-00-00-000000.txt \
374         ja/0000-00-00-000000.txt
375
376 MENU_EL = $(srcdir)/howm-menu-en.el \
377         $(srcdir)/howm-menu-fr.el \
378         $(srcdir)/howm-menu-ja.el
379
380 TEST_INIT = sample/dot.emacs
381 AM_MAKEFLAGS = HOWM_MAKE=t
382 all: $(BUILT_SOURCES)
383         $(MAKE) $(AM_MAKEFLAGS) all-recursive
384
385 .SUFFIXES:
386 .SUFFIXES: .el .elc
387 am--refresh: Makefile
388         @:
389 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
390         @for dep in $?; do \
391           case '$(am__configure_deps)' in \
392             *$$dep*) \
393               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
394               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
395                 && exit 0; \
396               exit 1;; \
397           esac; \
398         done; \
399         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
400         $(am__cd) $(top_srcdir) && \
401           $(AUTOMAKE) --gnu Makefile
402
403 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
404         $(SHELL) ./config.status --recheck
405
406 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
407         $(am__cd) $(srcdir) && $(AUTOCONF)
408 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
409         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
410 $(am__aclocal_m4_deps):
411 howm.el: $(top_builddir)/config.status $(srcdir)/howm.el.in
412         cd $(top_builddir) && $(SHELL) ./config.status $@
413
414 .el.elc:
415         if test '$(EMACS)' != no; then \
416           am__dir=. am__subdir_includes=''; \
417           case $@ in */*) \
418             am__dir=`echo '$@' | sed 's,/[^/]*$$,,'`; \
419             am__subdir_includes="-L $$am__dir -L $(srcdir)/$$am__dir"; \
420           esac; \
421           test -d "$$am__dir" || $(MKDIR_P) "$$am__dir" || exit 1; \
422           $(EMACS) --batch \
423             $(AM_ELCFLAGS) $(ELCFLAGS) \
424             $$am__subdir_includes -L $(builddir) -L $(srcdir) \
425             --eval '$(am__emacs_byte_compile_setup)' \
426             -f batch-byte-compile '$<'; \
427         else :; fi
428
429 install-howmLISP: $(howm_LISP) $(ELCFILES)
430         @$(NORMAL_INSTALL)
431         @if test "$(EMACS)" != no && test -n "$(howmdir)"; then \
432           list='$(howm_LISP)'; \
433           if test -n "$$list"; then \
434             echo " $(MKDIR_P) '$(DESTDIR)$(howmdir)'"; \
435             $(MKDIR_P) "$(DESTDIR)$(howmdir)" || exit 1; \
436           fi; \
437           for p in $$list; do \
438             if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
439             $(am__strip_dir) \
440             echo " $(howmLISP_INSTALL) '$$d$$p' '$(DESTDIR)$(howmdir)/$$f'"; \
441             $(howmLISP_INSTALL) "$$d$$p" "$(DESTDIR)$(howmdir)/$$f" || exit $$?; \
442             if test -f $${p}c; then \
443               echo " $(howmLISP_INSTALL) '$${p}c' '$(DESTDIR)$(howmdir)/$${f}c'"; \
444               $(howmLISP_INSTALL) "$${p}c" "$(DESTDIR)$(howmdir)/$${f}c" || exit $$?; \
445             else : ; fi; \
446           done; \
447         else : ; fi
448
449 uninstall-howmLISP:
450         @$(NORMAL_UNINSTALL)
451         @test "$(EMACS)" != no && test -n "$(howmdir)" || exit 0; \
452         list='$(howm_LISP)'; \
453         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
454         files="$$files "`echo "$$files" | sed 's|$$|c|'`; \
455         dir='$(DESTDIR)$(howmdir)'; $(am__uninstall_files_from_dir)
456
457 clean-lisp:
458         -rm -f $(ELCFILES)
459
460 # This directory's subdirectories are mostly independent; you can cd
461 # into them and run 'make' without going through this Makefile.
462 # To change the values of 'make' variables: instead of editing Makefiles,
463 # (1) if the variable is set in 'config.status', edit 'config.status'
464 #     (which will cause the Makefiles to be regenerated when you run 'make');
465 # (2) otherwise, pass the desired values on the 'make' command line.
466 $(am__recursive_targets):
467         @fail=; \
468         if $(am__make_keepgoing); then \
469           failcom='fail=yes'; \
470         else \
471           failcom='exit 1'; \
472         fi; \
473         dot_seen=no; \
474         target=`echo $@ | sed s/-recursive//`; \
475         case "$@" in \
476           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
477           *) list='$(SUBDIRS)' ;; \
478         esac; \
479         for subdir in $$list; do \
480           echo "Making $$target in $$subdir"; \
481           if test "$$subdir" = "."; then \
482             dot_seen=yes; \
483             local_target="$$target-am"; \
484           else \
485             local_target="$$target"; \
486           fi; \
487           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
488           || eval $$failcom; \
489         done; \
490         if test "$$dot_seen" = "no"; then \
491           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
492         fi; test -z "$$fail"
493
494 ID: $(am__tagged_files)
495         $(am__define_uniq_tagged_files); mkid -fID $$unique
496 tags: tags-recursive
497 TAGS: tags
498
499 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
500         set x; \
501         here=`pwd`; \
502         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
503           include_option=--etags-include; \
504           empty_fix=.; \
505         else \
506           include_option=--include; \
507           empty_fix=; \
508         fi; \
509         list='$(SUBDIRS)'; for subdir in $$list; do \
510           if test "$$subdir" = .; then :; else \
511             test ! -f $$subdir/TAGS || \
512               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
513           fi; \
514         done; \
515         $(am__define_uniq_tagged_files); \
516         shift; \
517         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
518           test -n "$$unique" || unique=$$empty_fix; \
519           if test $$# -gt 0; then \
520             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521               "$$@" $$unique; \
522           else \
523             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524               $$unique; \
525           fi; \
526         fi
527 ctags: ctags-recursive
528
529 CTAGS: ctags
530 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
531         $(am__define_uniq_tagged_files); \
532         test -z "$(CTAGS_ARGS)$$unique" \
533           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
534              $$unique
535
536 GTAGS:
537         here=`$(am__cd) $(top_builddir) && pwd` \
538           && $(am__cd) $(top_srcdir) \
539           && gtags -i $(GTAGS_ARGS) "$$here"
540 cscope: cscope.files
541         test ! -s cscope.files \
542           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
543 clean-cscope:
544         -rm -f cscope.files
545 cscope.files: clean-cscope cscopelist
546 cscopelist: cscopelist-recursive
547
548 cscopelist-am: $(am__tagged_files)
549         list='$(am__tagged_files)'; \
550         case "$(srcdir)" in \
551           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
552           *) sdir=$(subdir)/$(srcdir) ;; \
553         esac; \
554         for i in $$list; do \
555           if test -f "$$i"; then \
556             echo "$(subdir)/$$i"; \
557           else \
558             echo "$$sdir/$$i"; \
559           fi; \
560         done >> $(top_builddir)/cscope.files
561
562 distclean-tags:
563         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
564         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
565
566 distdir: $(BUILT_SOURCES)
567         $(MAKE) $(AM_MAKEFLAGS) distdir-am
568
569 distdir-am: $(DISTFILES)
570         $(am__remove_distdir)
571         test -d "$(distdir)" || mkdir "$(distdir)"
572         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
573         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
574         list='$(DISTFILES)'; \
575           dist_files=`for file in $$list; do echo $$file; done | \
576           sed -e "s|^$$srcdirstrip/||;t" \
577               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
578         case $$dist_files in \
579           */*) $(MKDIR_P) `echo "$$dist_files" | \
580                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
581                            sort -u` ;; \
582         esac; \
583         for file in $$dist_files; do \
584           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
585           if test -d $$d/$$file; then \
586             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
587             if test -d "$(distdir)/$$file"; then \
588               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
589             fi; \
590             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
591               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
592               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
593             fi; \
594             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
595           else \
596             test -f "$(distdir)/$$file" \
597             || cp -p $$d/$$file "$(distdir)/$$file" \
598             || exit 1; \
599           fi; \
600         done
601         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
602           if test "$$subdir" = .; then :; else \
603             $(am__make_dryrun) \
604               || test -d "$(distdir)/$$subdir" \
605               || $(MKDIR_P) "$(distdir)/$$subdir" \
606               || exit 1; \
607             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
608             $(am__relativize); \
609             new_distdir=$$reldir; \
610             dir1=$$subdir; dir2="$(top_distdir)"; \
611             $(am__relativize); \
612             new_top_distdir=$$reldir; \
613             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
614             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
615             ($(am__cd) $$subdir && \
616               $(MAKE) $(AM_MAKEFLAGS) \
617                 top_distdir="$$new_top_distdir" \
618                 distdir="$$new_distdir" \
619                 am__remove_distdir=: \
620                 am__skip_length_check=: \
621                 am__skip_mode_fix=: \
622                 distdir) \
623               || exit 1; \
624           fi; \
625         done
626         -test -n "$(am__skip_mode_fix)" \
627         || find "$(distdir)" -type d ! -perm -755 \
628                 -exec chmod u+rwx,go+rx {} \; -o \
629           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
630           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
631           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
632         || chmod -R a+r "$(distdir)"
633 dist-gzip: distdir
634         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
635         $(am__post_remove_distdir)
636
637 dist-bzip2: distdir
638         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
639         $(am__post_remove_distdir)
640
641 dist-lzip: distdir
642         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
643         $(am__post_remove_distdir)
644
645 dist-xz: distdir
646         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
647         $(am__post_remove_distdir)
648
649 dist-zstd: distdir
650         tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
651         $(am__post_remove_distdir)
652
653 dist-tarZ: distdir
654         @echo WARNING: "Support for distribution archives compressed with" \
655                        "legacy program 'compress' is deprecated." >&2
656         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
657         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
658         $(am__post_remove_distdir)
659
660 dist-shar: distdir
661         @echo WARNING: "Support for shar distribution archives is" \
662                        "deprecated." >&2
663         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
664         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
665         $(am__post_remove_distdir)
666
667 dist-zip: distdir
668         -rm -f $(distdir).zip
669         zip -rq $(distdir).zip $(distdir)
670         $(am__post_remove_distdir)
671
672 dist dist-all:
673         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
674         $(am__post_remove_distdir)
675
676 # This target untars the dist file and tries a VPATH configuration.  Then
677 # it guarantees that the distribution is self-contained by making another
678 # tarfile.
679 distcheck: dist
680         case '$(DIST_ARCHIVES)' in \
681         *.tar.gz*) \
682           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
683         *.tar.bz2*) \
684           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
685         *.tar.lz*) \
686           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
687         *.tar.xz*) \
688           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
689         *.tar.Z*) \
690           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
691         *.shar.gz*) \
692           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
693         *.zip*) \
694           unzip $(distdir).zip ;;\
695         *.tar.zst*) \
696           zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
697         esac
698         chmod -R a-w $(distdir)
699         chmod u+w $(distdir)
700         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
701         chmod a-w $(distdir)
702         test -d $(distdir)/_build || exit 0; \
703         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
704           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
705           && am__cwd=`pwd` \
706           && $(am__cd) $(distdir)/_build/sub \
707           && ../../configure \
708             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
709             $(DISTCHECK_CONFIGURE_FLAGS) \
710             --srcdir=../.. --prefix="$$dc_install_base" \
711           && $(MAKE) $(AM_MAKEFLAGS) \
712           && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
713           && $(MAKE) $(AM_MAKEFLAGS) check \
714           && $(MAKE) $(AM_MAKEFLAGS) install \
715           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
716           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
717           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
718                 distuninstallcheck \
719           && chmod -R a-w "$$dc_install_base" \
720           && ({ \
721                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
722                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
723                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
724                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
725                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
726               } || { rm -rf "$$dc_destdir"; exit 1; }) \
727           && rm -rf "$$dc_destdir" \
728           && $(MAKE) $(AM_MAKEFLAGS) dist \
729           && rm -rf $(DIST_ARCHIVES) \
730           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
731           && cd "$$am__cwd" \
732           || exit 1
733         $(am__post_remove_distdir)
734         @(echo "$(distdir) archives ready for distribution: "; \
735           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
736           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
737 distuninstallcheck:
738         @test -n '$(distuninstallcheck_dir)' || { \
739           echo 'ERROR: trying to run $@ with an empty' \
740                '$$(distuninstallcheck_dir)' >&2; \
741           exit 1; \
742         }; \
743         $(am__cd) '$(distuninstallcheck_dir)' || { \
744           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
745           exit 1; \
746         }; \
747         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
748            || { echo "ERROR: files left after uninstall:" ; \
749                 if test -n "$(DESTDIR)"; then \
750                   echo "  (check DESTDIR support)"; \
751                 fi ; \
752                 $(distuninstallcheck_listfiles) ; \
753                 exit 1; } >&2
754 distcleancheck: distclean
755         @if test '$(srcdir)' = . ; then \
756           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
757           exit 1 ; \
758         fi
759         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
760           || { echo "ERROR: files left in build directory after distclean:" ; \
761                $(distcleancheck_listfiles) ; \
762                exit 1; } >&2
763 check-am: all-am
764 check: $(BUILT_SOURCES)
765         $(MAKE) $(AM_MAKEFLAGS) check-recursive
766 all-am: Makefile $(LISP) $(ELCFILES)
767 installdirs: installdirs-recursive
768 installdirs-am:
769         for dir in "$(DESTDIR)$(howmdir)"; do \
770           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
771         done
772 install: $(BUILT_SOURCES)
773         $(MAKE) $(AM_MAKEFLAGS) install-recursive
774 install-exec: $(BUILT_SOURCES)
775         $(MAKE) $(AM_MAKEFLAGS) install-exec-recursive
776 install-data: install-data-recursive
777 uninstall: uninstall-recursive
778
779 install-am: all-am
780         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
781
782 installcheck: installcheck-recursive
783 install-strip:
784         if test -z '$(STRIP)'; then \
785           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
786             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
787               install; \
788         else \
789           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
790             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
791             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
792         fi
793 mostlyclean-generic:
794
795 clean-generic:
796
797 distclean-generic:
798         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
799         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
800
801 maintainer-clean-generic:
802         @echo "This command is intended for maintainers to use"
803         @echo "it deletes files that may require special tools to rebuild."
804         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
805 clean: clean-recursive
806
807 clean-am: clean-generic clean-lisp mostlyclean-am
808
809 distclean: distclean-recursive
810         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
811         -rm -f Makefile
812 distclean-am: clean-am distclean-generic distclean-tags
813
814 dvi: dvi-recursive
815
816 dvi-am:
817
818 html: html-recursive
819
820 html-am:
821
822 info: info-recursive
823
824 info-am:
825
826 install-data-am: install-howmLISP
827
828 install-dvi: install-dvi-recursive
829
830 install-dvi-am:
831
832 install-exec-am:
833
834 install-html: install-html-recursive
835
836 install-html-am:
837
838 install-info: install-info-recursive
839
840 install-info-am:
841
842 install-man:
843
844 install-pdf: install-pdf-recursive
845
846 install-pdf-am:
847
848 install-ps: install-ps-recursive
849
850 install-ps-am:
851
852 installcheck-am:
853
854 maintainer-clean: maintainer-clean-recursive
855         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
856         -rm -rf $(top_srcdir)/autom4te.cache
857         -rm -f Makefile
858 maintainer-clean-am: distclean-am maintainer-clean-generic
859
860 mostlyclean: mostlyclean-recursive
861
862 mostlyclean-am: mostlyclean-generic
863
864 pdf: pdf-recursive
865
866 pdf-am:
867
868 ps: ps-recursive
869
870 ps-am:
871
872 uninstall-am: uninstall-howmLISP
873
874 .MAKE: $(am__recursive_targets) all check install install-am \
875         install-exec install-strip
876
877 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
878         am--refresh check check-am clean clean-cscope clean-generic \
879         clean-lisp cscope cscopelist-am ctags ctags-am dist dist-all \
880         dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
881         dist-zip dist-zstd distcheck distclean distclean-generic \
882         distclean-tags distcleancheck distdir distuninstallcheck dvi \
883         dvi-am html html-am info info-am install install-am \
884         install-data install-data-am install-dvi install-dvi-am \
885         install-exec install-exec-am install-howmLISP install-html \
886         install-html-am install-info install-info-am install-man \
887         install-pdf install-pdf-am install-ps install-ps-am \
888         install-strip installcheck installcheck-am installdirs \
889         installdirs-am maintainer-clean maintainer-clean-generic \
890         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
891         tags-am uninstall uninstall-am uninstall-howmLISP
892
893 .PRECIOUS: Makefile
894
895
896 $(MENU_EL): $(srcdir)/howm-mkmenu.el $(MENU_SRC)
897         $(EMACS) -q -batch -l $(srcdir)/howm-mkmenu.el
898
899 # snap:
900 #       rm -f $(srcdir)/howm-version.el && \
901 #       $(MAKE) $(AM_MAKEFLAGS) VERSION=@VERSION@-`date +%y%m%d` dist elcdist && \
902 #       rm -f $(srcdir)/howm-version.el && \
903 #       $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/howm-version.el
904
905 # recompile: $(howm_LISP)
906 #       rm -f $(ELCFILES) && \
907 #       HOWM_MAKE=t EMACS="$(EMACS)" $(SHELL) $(srcdir)/elisp-comp $(howm_LISP)
908
909 # elcdist: $(ELCFILES)
910 #       rm -rf $(distdir) && \
911 #       mkdir $(distdir) && \
912 #       cp -p $(ELCFILES) $(distdir) && \
913 #       $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir)-elc.tar.gz && \
914 #       rm -rf $(distdir)
915
916 $(srcdir)/bcomp.el: $(srcdir)/bcomp.el.in $(srcdir)/Makefile.am
917         rm -f $@ && \
918         list=`for file in $(howm_LISP); do echo -n "\"$$file\" "; done` && \
919         sed -e "s/@\(howm_LISP\)@/$$list/" < $(srcdir)/bcomp.el.in > $@
920
921 # $(ELCFILES): $(howm_LISP)
922 #       $(MAKE) $(AM_MAKEFLAGS) recompile
923
924 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
925         cd $(top_builddir) && \
926         CONFIG_HEADERS= CONFIG_LINKS= \
927         CONFIG_FILES=$@ $(SHELL) ./config.status
928
929 Makefiles: $(top_builddir)/config.status
930         $(SHELL) $(top_builddir)/config.status
931
932 update:
933         ( cd $(srcdir); $(CVS) update -P -d ) && \
934         $(MAKE) $(AM_MAKEFLAGS) Makefiles
935
936 test:
937         HOWM_TEST=t $(EMACS) -q --no-site-file -l $(TEST_INIT)
938
939 # Tell versions [3.59,3.63) of GNU make to not export all variables.
940 # Otherwise a system limit (for SysV at least) may be exceeded.
941 .NOEXPORT: