1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = emacs
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
94	$(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \
95	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
96	$(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
97	$(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \
98	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax.m4 \
99	$(top_srcdir)/m4/inttypes-pri.m4 \
100	$(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
101	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
102	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
103	$(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \
104	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
105	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
106	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
107	$(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
108	$(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
109	$(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/uintmax_t.m4 \
110	$(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \
111	$(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
112	$(top_srcdir)/configure.ac
113am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114	$(ACLOCAL_M4)
115DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
116mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
117CONFIG_HEADER = $(top_builddir)/config.h
118CONFIG_CLEAN_FILES =
119CONFIG_CLEAN_VPATH_FILES =
120AM_V_P = $(am__v_P_@AM_V@)
121am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122am__v_P_0 = false
123am__v_P_1 = :
124AM_V_GEN = $(am__v_GEN_@AM_V@)
125am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126am__v_GEN_0 = @echo "  GEN     " $@;
127am__v_GEN_1 =
128AM_V_at = $(am__v_at_@AM_V@)
129am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130am__v_at_0 = @
131am__v_at_1 =
132SOURCES =
133DIST_SOURCES =
134am__can_run_installinfo = \
135  case $$AM_UPDATE_INFO_DIR in \
136    n|no|NO) false;; \
137    *) (install-info --version) >/dev/null 2>&1;; \
138  esac
139am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
140am__vpath_adj = case $$p in \
141    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
142    *) f=$$p;; \
143  esac;
144am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
145am__install_max = 40
146am__nobase_strip_setup = \
147  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
148am__nobase_strip = \
149  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
150am__nobase_list = $(am__nobase_strip_setup); \
151  for p in $$list; do echo "$$p $$p"; done | \
152  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
153  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
154    if (++n[$$2] == $(am__install_max)) \
155      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
156    END { for (dir in files) print dir, files[dir] }'
157am__base_list = \
158  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
159  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
160am__uninstall_files_from_dir = { \
161  test -z "$$files" \
162    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
163    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
164         $(am__cd) "$$dir" && rm -f $$files; }; \
165  }
166am__installdirs = "$(DESTDIR)$(lispdir)"
167lispLISP_INSTALL = $(INSTALL_DATA)
168LISP = $(lisp_LISP)
169am__ELFILES = ps-ccrypt.el
170am__ELCFILES = $(am__ELFILES:.el=.elc)
171ELCFILES = $(LISP:.el=.elc)
172am__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.
176am__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.
184am__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)`
189ETAGS = etags
190CTAGS = ctags
191am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
192DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
193ACLOCAL = @ACLOCAL@
194ALLOCA = @ALLOCA@
195AMTAR = @AMTAR@
196AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
197AR = @AR@
198AUTOCONF = @AUTOCONF@
199AUTOHEADER = @AUTOHEADER@
200AUTOMAKE = @AUTOMAKE@
201AWK = @AWK@
202BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
203CADD = @CADD@
204CATOBJEXT = @CATOBJEXT@
205CC = @CC@
206CCDEPMODE = @CCDEPMODE@
207CFLAGS = @CFLAGS@
208CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
209CPP = @CPP@
210CPPFLAGS = @CPPFLAGS@
211CYGPATH_W = @CYGPATH_W@
212DATADIRNAME = @DATADIRNAME@
213DATE = @DATE@
214DEFS = @DEFS@
215DEPDIR = @DEPDIR@
216DLLTOOL = @DLLTOOL@
217DSYMUTIL = @DSYMUTIL@
218DUMPBIN = @DUMPBIN@
219ECHO_C = @ECHO_C@
220ECHO_N = @ECHO_N@
221ECHO_T = @ECHO_T@
222EGREP = @EGREP@
223EMACS = @EMACS@
224EMACSLOADPATH = @EMACSLOADPATH@
225EXEEXT = @EXEEXT@
226EXTRA_INCLUDES = @EXTRA_INCLUDES@
227EXTRA_OBJS = @EXTRA_OBJS@
228FGREP = @FGREP@
229GENCAT = @GENCAT@
230GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
231GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
232GLIBC2 = @GLIBC2@
233GLIBC21 = @GLIBC21@
234GMSGFMT = @GMSGFMT@
235GMSGFMT_015 = @GMSGFMT_015@
236GREP = @GREP@
237HAVE_ASPRINTF = @HAVE_ASPRINTF@
238HAVE_NEWLOCALE = @HAVE_NEWLOCALE@
239HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
240HAVE_SNPRINTF = @HAVE_SNPRINTF@
241HAVE_VISIBILITY = @HAVE_VISIBILITY@
242HAVE_WPRINTF = @HAVE_WPRINTF@
243INSTALL = @INSTALL@
244INSTALL_DATA = @INSTALL_DATA@
245INSTALL_PROGRAM = @INSTALL_PROGRAM@
246INSTALL_SCRIPT = @INSTALL_SCRIPT@
247INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
248INSTOBJEXT = @INSTOBJEXT@
249INTLBISON = @INTLBISON@
250INTLLIBS = @INTLLIBS@
251INTLOBJS = @INTLOBJS@
252INTL_DEFAULT_VERBOSITY = @INTL_DEFAULT_VERBOSITY@
253INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
254INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
255LD = @LD@
256LDFLAGS = @LDFLAGS@
257LIBICONV = @LIBICONV@
258LIBINTL = @LIBINTL@
259LIBMULTITHREAD = @LIBMULTITHREAD@
260LIBOBJS = @LIBOBJS@
261LIBPTH = @LIBPTH@
262LIBPTH_PREFIX = @LIBPTH_PREFIX@
263LIBS = @LIBS@
264LIBTHREAD = @LIBTHREAD@
265LIBTOOL = @LIBTOOL@
266LIPO = @LIPO@
267LN_S = @LN_S@
268LTLIBC = @LTLIBC@
269LTLIBICONV = @LTLIBICONV@
270LTLIBINTL = @LTLIBINTL@
271LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
272LTLIBOBJS = @LTLIBOBJS@
273LTLIBPTH = @LTLIBPTH@
274LTLIBTHREAD = @LTLIBTHREAD@
275LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
276MAKEINFO = @MAKEINFO@
277MANIFEST_TOOL = @MANIFEST_TOOL@
278MKDIR_P = @MKDIR_P@
279MSGFMT = @MSGFMT@
280MSGFMT_015 = @MSGFMT_015@
281MSGMERGE = @MSGMERGE@
282NAMECAT = @NAMECAT@
283NAMECCRYPT = @NAMECCRYPT@
284NAMEDECRYPT = @NAMEDECRYPT@
285NAMEENCRYPT = @NAMEENCRYPT@
286NAMEUC = @NAMEUC@
287NM = @NM@
288NMEDIT = @NMEDIT@
289OBJDUMP = @OBJDUMP@
290OBJEXT = @OBJEXT@
291OTOOL = @OTOOL@
292OTOOL64 = @OTOOL64@
293PACKAGE = @PACKAGE@
294PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
295PACKAGE_NAME = @PACKAGE_NAME@
296PACKAGE_STRING = @PACKAGE_STRING@
297PACKAGE_TARNAME = @PACKAGE_TARNAME@
298PACKAGE_URL = @PACKAGE_URL@
299PACKAGE_VERSION = @PACKAGE_VERSION@
300PATH_SEPARATOR = @PATH_SEPARATOR@
301POSUB = @POSUB@
302PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
303RANLIB = @RANLIB@
304SED = @SED@
305SET_MAKE = @SET_MAKE@
306SHELL = @SHELL@
307STRIP = @STRIP@
308SUF = @SUF@
309TAR = @TAR@
310USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
311USE_NLS = @USE_NLS@
312VERSION = @VERSION@
313WINDRES = @WINDRES@
314WOE32 = @WOE32@
315WOE32DLL = @WOE32DLL@
316XGETTEXT = @XGETTEXT@
317XGETTEXT_015 = @XGETTEXT_015@
318XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
319abs_builddir = @abs_builddir@
320abs_srcdir = @abs_srcdir@
321abs_top_builddir = @abs_top_builddir@
322abs_top_srcdir = @abs_top_srcdir@
323ac_ct_AR = @ac_ct_AR@
324ac_ct_CC = @ac_ct_CC@
325ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
326am__include = @am__include@
327am__leading_dot = @am__leading_dot@
328am__quote = @am__quote@
329am__tar = @am__tar@
330am__untar = @am__untar@
331bindir = @bindir@
332build = @build@
333build_alias = @build_alias@
334build_cpu = @build_cpu@
335build_os = @build_os@
336build_vendor = @build_vendor@
337builddir = @builddir@
338datadir = @datadir@
339datarootdir = @datarootdir@
340docdir = @docdir@
341dvidir = @dvidir@
342exec_prefix = @exec_prefix@
343host = @host@
344host_alias = @host_alias@
345host_cpu = @host_cpu@
346host_os = @host_os@
347host_vendor = @host_vendor@
348htmldir = @htmldir@
349includedir = @includedir@
350infodir = @infodir@
351install_sh = @install_sh@
352libdir = @libdir@
353libexecdir = @libexecdir@
354lispdir = @lispdir@
355localedir = @localedir@
356localstatedir = @localstatedir@
357mandir = @mandir@
358mkdir_p = @mkdir_p@
359oldincludedir = @oldincludedir@
360pdfdir = @pdfdir@
361prefix = @prefix@
362program_transform_name = @program_transform_name@
363psdir = @psdir@
364runstatedir = @runstatedir@
365sbindir = @sbindir@
366sharedstatedir = @sharedstatedir@
367srcdir = @srcdir@
368sysconfdir = @sysconfdir@
369target_alias = @target_alias@
370top_build_prefix = @top_build_prefix@
371top_builddir = @top_builddir@
372top_srcdir = @top_srcdir@
373lisp_LISP = ps-ccrypt.el
374EXTRA_DIST = ps-ccrypt.el
375all: all-am
376
377.SUFFIXES:
378.SUFFIXES: .el .elc
379$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
380	@for dep in $?; do \
381	  case '$(am__configure_deps)' in \
382	    *$$dep*) \
383	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
384	        && { if test -f $@; then exit 0; else break; fi; }; \
385	      exit 1;; \
386	  esac; \
387	done; \
388	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu emacs/Makefile'; \
389	$(am__cd) $(top_srcdir) && \
390	  $(AUTOMAKE) --gnu emacs/Makefile
391Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
392	@case '$?' in \
393	  *config.status*) \
394	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
395	  *) \
396	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
397	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
398	esac;
399
400$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
401	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402
403$(top_srcdir)/configure:  $(am__configure_deps)
404	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
405$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
406	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
407$(am__aclocal_m4_deps):
408
409mostlyclean-libtool:
410	-rm -f *.lo
411
412clean-libtool:
413	-rm -rf .libs _libs
414
415.el.elc:
416	if test "$(EMACS)" != "no"; then \
417	  am__dir=. am__subdir_includes=''; \
418	  case $@ in */*) \
419	    am__dir=`echo '$@' | sed 's,/[^/]*$$,,'`; \
420	    am__subdir_includes="-L $$am__dir -L $(srcdir)/$$am__dir"; \
421	  esac; \
422	  test -d "$$am__dir" || $(MKDIR_P) "$$am__dir" || exit 1; \
423	  $(EMACS) --batch \
424	    $(AM_ELCFLAGS) $(ELCFLAGS) \
425	    $$am__subdir_includes -L $(builddir) -L $(srcdir) \
426	    --eval "(defun byte-compile-dest-file (f) \"$@\")" \
427	    --eval "(unless (byte-compile-file \"$<\") (kill-emacs 1))"; \
428	else :; fi
429
430install-lispLISP: $(lisp_LISP) $(ELCFILES)
431	@$(NORMAL_INSTALL)
432	@if test "$(EMACS)" != no && test -n "$(lispdir)"; then \
433	  list='$(lisp_LISP)'; \
434	  if test -n "$$list"; then \
435	    echo " $(MKDIR_P) '$(DESTDIR)$(lispdir)'"; \
436	    $(MKDIR_P) "$(DESTDIR)$(lispdir)" || exit 1; \
437	  fi; \
438	  for p in $$list; do \
439	    if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
440	    $(am__strip_dir) \
441	    echo " $(lispLISP_INSTALL) '$$d$$p' '$(DESTDIR)$(lispdir)/$$f'"; \
442	    $(lispLISP_INSTALL) "$$d$$p" "$(DESTDIR)$(lispdir)/$$f" || exit $$?; \
443	    if test -f $${p}c; then \
444	      echo " $(lispLISP_INSTALL) '$${p}c' '$(DESTDIR)$(lispdir)/$${f}c'"; \
445	      $(lispLISP_INSTALL) "$${p}c" "$(DESTDIR)$(lispdir)/$${f}c" || exit $$?; \
446	    else : ; fi; \
447	  done; \
448	else : ; fi
449
450uninstall-lispLISP:
451	@$(NORMAL_UNINSTALL)
452	@test "$(EMACS)" != no && test -n "$(lispdir)" || exit 0; \
453	list='$(lisp_LISP)'; \
454	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
455	files="$$files "`echo "$$files" | sed 's|$$|c|'`; \
456	dir='$(DESTDIR)$(lispdir)'; $(am__uninstall_files_from_dir)
457
458clean-lisp:
459	-rm -f $(ELCFILES)
460
461ID: $(am__tagged_files)
462	$(am__define_uniq_tagged_files); mkid -fID $$unique
463tags: tags-am
464TAGS: tags
465
466tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
467	set x; \
468	here=`pwd`; \
469	$(am__define_uniq_tagged_files); \
470	shift; \
471	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
472	  test -n "$$unique" || unique=$$empty_fix; \
473	  if test $$# -gt 0; then \
474	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
475	      "$$@" $$unique; \
476	  else \
477	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478	      $$unique; \
479	  fi; \
480	fi
481ctags: ctags-am
482
483CTAGS: ctags
484ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
485	$(am__define_uniq_tagged_files); \
486	test -z "$(CTAGS_ARGS)$$unique" \
487	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488	     $$unique
489
490GTAGS:
491	here=`$(am__cd) $(top_builddir) && pwd` \
492	  && $(am__cd) $(top_srcdir) \
493	  && gtags -i $(GTAGS_ARGS) "$$here"
494cscopelist: cscopelist-am
495
496cscopelist-am: $(am__tagged_files)
497	list='$(am__tagged_files)'; \
498	case "$(srcdir)" in \
499	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
500	  *) sdir=$(subdir)/$(srcdir) ;; \
501	esac; \
502	for i in $$list; do \
503	  if test -f "$$i"; then \
504	    echo "$(subdir)/$$i"; \
505	  else \
506	    echo "$$sdir/$$i"; \
507	  fi; \
508	done >> $(top_builddir)/cscope.files
509
510distclean-tags:
511	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
512
513distdir: $(DISTFILES)
514	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516	list='$(DISTFILES)'; \
517	  dist_files=`for file in $$list; do echo $$file; done | \
518	  sed -e "s|^$$srcdirstrip/||;t" \
519	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
520	case $$dist_files in \
521	  */*) $(MKDIR_P) `echo "$$dist_files" | \
522			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
523			   sort -u` ;; \
524	esac; \
525	for file in $$dist_files; do \
526	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
527	  if test -d $$d/$$file; then \
528	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
529	    if test -d "$(distdir)/$$file"; then \
530	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
531	    fi; \
532	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
533	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
534	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
535	    fi; \
536	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
537	  else \
538	    test -f "$(distdir)/$$file" \
539	    || cp -p $$d/$$file "$(distdir)/$$file" \
540	    || exit 1; \
541	  fi; \
542	done
543check-am: all-am
544check: check-am
545all-am: Makefile $(LISP) $(ELCFILES)
546installdirs:
547	for dir in "$(DESTDIR)$(lispdir)"; do \
548	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
549	done
550install: install-am
551install-exec: install-exec-am
552install-data: install-data-am
553uninstall: uninstall-am
554
555install-am: all-am
556	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
557
558installcheck: installcheck-am
559install-strip:
560	if test -z '$(STRIP)'; then \
561	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
562	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
563	      install; \
564	else \
565	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
568	fi
569mostlyclean-generic:
570
571clean-generic:
572
573distclean-generic:
574	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
575	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
576
577maintainer-clean-generic:
578	@echo "This command is intended for maintainers to use"
579	@echo "it deletes files that may require special tools to rebuild."
580clean: clean-am
581
582clean-am: clean-generic clean-libtool clean-lisp mostlyclean-am
583
584distclean: distclean-am
585	-rm -f Makefile
586distclean-am: clean-am distclean-generic distclean-tags
587
588dvi: dvi-am
589
590dvi-am:
591
592html: html-am
593
594html-am:
595
596info: info-am
597
598info-am:
599
600install-data-am: install-lispLISP
601
602install-dvi: install-dvi-am
603
604install-dvi-am:
605
606install-exec-am:
607
608install-html: install-html-am
609
610install-html-am:
611
612install-info: install-info-am
613
614install-info-am:
615
616install-man:
617
618install-pdf: install-pdf-am
619
620install-pdf-am:
621
622install-ps: install-ps-am
623
624install-ps-am:
625
626installcheck-am:
627
628maintainer-clean: maintainer-clean-am
629	-rm -f Makefile
630maintainer-clean-am: distclean-am maintainer-clean-generic
631
632mostlyclean: mostlyclean-am
633
634mostlyclean-am: mostlyclean-generic mostlyclean-libtool
635
636pdf: pdf-am
637
638pdf-am:
639
640ps: ps-am
641
642ps-am:
643
644uninstall-am: uninstall-lispLISP
645
646.MAKE: install-am install-strip
647
648.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
649	clean-libtool clean-lisp cscopelist-am ctags ctags-am \
650	distclean distclean-generic distclean-libtool distclean-tags \
651	distdir dvi dvi-am html html-am info info-am install \
652	install-am install-data install-data-am install-dvi \
653	install-dvi-am install-exec install-exec-am install-html \
654	install-html-am install-info install-info-am install-lispLISP \
655	install-man install-pdf install-pdf-am install-ps \
656	install-ps-am install-strip installcheck installcheck-am \
657	installdirs maintainer-clean maintainer-clean-generic \
658	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
659	ps ps-am tags tags-am uninstall uninstall-am \
660	uninstall-lispLISP
661
662.PRECIOUS: Makefile
663
664
665# Tell versions [3.59,3.63) of GNU make to not export all variables.
666# Otherwise a system limit (for SysV at least) may be exceeded.
667.NOEXPORT:
668