OSDN Git Service

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