OSDN Git Service

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