OSDN Git Service

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