1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Make Autoconf Emacs library.
19
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39subdir = lib/emacs
40DIST_COMMON = $(dist_lisp_LISP) $(srcdir)/Makefile.am \
41	$(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
44	$(top_srcdir)/m4/m4.m4 $(top_srcdir)/m4/make-case.m4 \
45	$(top_srcdir)/configure.ac
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47	$(ACLOCAL_M4)
48mkinstalldirs = $(install_sh) -d
49CONFIG_CLEAN_FILES =
50CONFIG_CLEAN_VPATH_FILES =
51SOURCES =
52DIST_SOURCES =
53am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54am__vpath_adj = case $$p in \
55    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56    *) f=$$p;; \
57  esac;
58am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
59am__install_max = 40
60am__nobase_strip_setup = \
61  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
62am__nobase_strip = \
63  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
64am__nobase_list = $(am__nobase_strip_setup); \
65  for p in $$list; do echo "$$p $$p"; done | \
66  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
67  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
68    if (++n[$$2] == $(am__install_max)) \
69      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
70    END { for (dir in files) print dir, files[dir] }'
71am__base_list = \
72  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74am__installdirs = "$(DESTDIR)$(lispdir)"
75dist_lispLISP_INSTALL = $(INSTALL_DATA)
76LISP = $(dist_lisp_LISP)
77am__ELFILES = autoconf-mode.el autotest-mode.el
78am__ELCFILES = $(am__ELFILES:.el=.elc)
79ELCFILES = $(LISP:.el=.elc)
80elisp_comp = $(top_srcdir)/build-aux/elisp-comp
81DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82ACLOCAL = @ACLOCAL@
83AMTAR = @AMTAR@
84AUTOCONF = @AUTOCONF@
85AUTOHEADER = @AUTOHEADER@
86AUTOMAKE = @AUTOMAKE@
87AWK = @AWK@
88CYGPATH_W = @CYGPATH_W@
89DEFS = @DEFS@
90ECHO_C = @ECHO_C@
91ECHO_N = @ECHO_N@
92ECHO_T = @ECHO_T@
93EGREP = @EGREP@
94EMACS = @EMACS@
95EMACSLOADPATH = @EMACSLOADPATH@
96EXPR = @EXPR@
97GREP = @GREP@
98HELP2MAN = @HELP2MAN@
99INSTALL = @INSTALL@
100INSTALL_DATA = @INSTALL_DATA@
101INSTALL_PROGRAM = @INSTALL_PROGRAM@
102INSTALL_SCRIPT = @INSTALL_SCRIPT@
103INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
104LIBOBJS = @LIBOBJS@
105LIBS = @LIBS@
106LTLIBOBJS = @LTLIBOBJS@
107M4 = @M4@
108M4_DEBUGFILE = @M4_DEBUGFILE@
109M4_GNU = @M4_GNU@
110MAKEINFO = @MAKEINFO@
111MKDIR_P = @MKDIR_P@
112PACKAGE = @PACKAGE@
113PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
114PACKAGE_NAME = @PACKAGE_NAME@
115PACKAGE_STRING = @PACKAGE_STRING@
116PACKAGE_TARNAME = @PACKAGE_TARNAME@
117PACKAGE_URL = @PACKAGE_URL@
118PACKAGE_VERSION = @PACKAGE_VERSION@
119PATH_SEPARATOR = @PATH_SEPARATOR@
120PERL = @PERL@
121PERL_FLOCK = @PERL_FLOCK@
122SED = @SED@
123SET_MAKE = @SET_MAKE@
124SHELL = @SHELL@
125STRIP = @STRIP@
126TEST_EMACS = @TEST_EMACS@
127VERSION = @VERSION@
128abs_builddir = @abs_builddir@
129abs_srcdir = @abs_srcdir@
130abs_top_builddir = @abs_top_builddir@
131abs_top_srcdir = @abs_top_srcdir@
132ac_cv_dir_trailing_space = @ac_cv_dir_trailing_space@
133ac_cv_sh_n_works = @ac_cv_sh_n_works@
134ac_cv_unsupported_fs_chars = @ac_cv_unsupported_fs_chars@
135am__leading_dot = @am__leading_dot@
136am__tar = @am__tar@
137am__untar = @am__untar@
138bindir = @bindir@
139build = @build@
140build_alias = @build_alias@
141build_cpu = @build_cpu@
142build_os = @build_os@
143build_vendor = @build_vendor@
144builddir = @builddir@
145datadir = @datadir@
146datarootdir = @datarootdir@
147docdir = @docdir@
148dvidir = @dvidir@
149exec_prefix = @exec_prefix@
150host = @host@
151host_alias = @host_alias@
152host_cpu = @host_cpu@
153host_os = @host_os@
154host_vendor = @host_vendor@
155htmldir = @htmldir@
156includedir = @includedir@
157infodir = @infodir@
158install_sh = @install_sh@
159libdir = @libdir@
160libexecdir = @libexecdir@
161lispdir = @lispdir@
162localedir = @localedir@
163localstatedir = @localstatedir@
164mandir = @mandir@
165mkdir_p = @mkdir_p@
166oldincludedir = @oldincludedir@
167pdfdir = @pdfdir@
168prefix = @prefix@
169program_transform_name = @program_transform_name@
170psdir = @psdir@
171sbindir = @sbindir@
172sharedstatedir = @sharedstatedir@
173srcdir = @srcdir@
174sysconfdir = @sysconfdir@
175target_alias = @target_alias@
176top_build_prefix = @top_build_prefix@
177top_builddir = @top_builddir@
178top_srcdir = @top_srcdir@
179dist_lisp_LISP = autoconf-mode.el autotest-mode.el
180all: all-am
181
182.SUFFIXES:
183$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
184	@for dep in $?; do \
185	  case '$(am__configure_deps)' in \
186	    *$$dep*) \
187	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
188	        && { if test -f $@; then exit 0; else break; fi; }; \
189	      exit 1;; \
190	  esac; \
191	done; \
192	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/emacs/Makefile'; \
193	$(am__cd) $(top_srcdir) && \
194	  $(AUTOMAKE) --gnu lib/emacs/Makefile
195.PRECIOUS: Makefile
196Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
197	@case '$?' in \
198	  *config.status*) \
199	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
200	  *) \
201	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
202	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
203	esac;
204
205$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
206	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
207
208$(top_srcdir)/configure:  $(am__configure_deps)
209	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
211	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212$(am__aclocal_m4_deps):
213
214elc-stamp: $(LISP)
215	@echo 'WARNING: Warnings can be ignored. :-)'
216	@rm -f elc-temp && touch elc-temp
217	if test "$(EMACS)" != no; then \
218	  set x; \
219	  list='$(LISP)'; for p in $$list; do \
220	    if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
221	    set x "$$@" "$$d$$p"; shift; \
222	  done; \
223	  shift; \
224	  EMACS="$(EMACS)" $(SHELL) $(elisp_comp) "$$@" || exit 1; \
225	else : ; fi
226	@mv -f elc-temp $@
227$(am__ELCFILES): elc-stamp
228	@if test "$(EMACS)" != no && test ! -f $@; then \
229	  trap 'rm -rf elc-lock elc-stamp' 1 2 13 15; \
230	  if mkdir elc-lock 2>/dev/null; then \
231	    rm -f elc-stamp; \
232	    $(MAKE) $(AM_MAKEFLAGS) elc-stamp; \
233	    rmdir elc-lock; \
234	  else \
235	    while test -d elc-lock; do sleep 1; done; \
236	    test -f elc-stamp; exit $$?; \
237	  fi; \
238	else : ; fi
239install-dist_lispLISP: $(dist_lisp_LISP) $(ELCFILES)
240	@$(NORMAL_INSTALL)
241	@if test "$(EMACS)" != no && test -n "$(lispdir)"; then \
242	  $(MKDIR_P) "$(DESTDIR)$(lispdir)"; \
243	  list='$(dist_lisp_LISP)'; for p in $$list; do \
244	    if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
245	    $(am__strip_dir) \
246	    echo " $(dist_lispLISP_INSTALL) '$$d$$p' '$(DESTDIR)$(lispdir)/$$f'"; \
247	    $(dist_lispLISP_INSTALL) "$$d$$p" "$(DESTDIR)$(lispdir)/$$f" || exit $$?; \
248	    if test -f $${p}c; then \
249	      echo " $(dist_lispLISP_INSTALL) '$${p}c' '$(DESTDIR)$(lispdir)/$${f}c'"; \
250	      $(dist_lispLISP_INSTALL) "$${p}c" "$(DESTDIR)$(lispdir)/$${f}c" || exit $$?; \
251	    else : ; fi; \
252	  done; \
253	else : ; fi
254
255uninstall-dist_lispLISP:
256	@$(NORMAL_UNINSTALL)
257	@test "$(EMACS)" != no && test -n "$(lispdir)" || exit 0; \
258	list='$(dist_lisp_LISP)'; \
259	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
260	test -n "$$files" || exit 0; \
261	filesc=`echo "$$files" | sed 's|$$|c|'`; \
262	echo " ( cd '$(DESTDIR)$(lispdir)' && rm -f" $$files ")"; \
263	cd "$(DESTDIR)$(lispdir)" && rm -f $$files || exit $$?; \
264	echo " ( cd '$(DESTDIR)$(lispdir)' && rm -f" $$filesc ")"; \
265	cd "$(DESTDIR)$(lispdir)" && rm -f $$filesc
266
267clean-lisp:
268	-rm -f elc-stamp $(ELCFILES)
269tags: TAGS
270TAGS:
271
272ctags: CTAGS
273CTAGS:
274
275
276distdir: $(DISTFILES)
277	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
278	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
279	list='$(DISTFILES)'; \
280	  dist_files=`for file in $$list; do echo $$file; done | \
281	  sed -e "s|^$$srcdirstrip/||;t" \
282	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
283	case $$dist_files in \
284	  */*) $(MKDIR_P) `echo "$$dist_files" | \
285			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
286			   sort -u` ;; \
287	esac; \
288	for file in $$dist_files; do \
289	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
290	  if test -d $$d/$$file; then \
291	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
292	    if test -d "$(distdir)/$$file"; then \
293	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
294	    fi; \
295	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
296	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
297	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
298	    fi; \
299	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
300	  else \
301	    test -f "$(distdir)/$$file" \
302	    || cp -p $$d/$$file "$(distdir)/$$file" \
303	    || exit 1; \
304	  fi; \
305	done
306check-am: all-am
307check: check-am
308all-am: Makefile $(LISP) $(ELCFILES)
309installdirs:
310	for dir in "$(DESTDIR)$(lispdir)"; do \
311	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
312	done
313install: install-am
314install-exec: install-exec-am
315install-data: install-data-am
316uninstall: uninstall-am
317
318install-am: all-am
319	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
320
321installcheck: installcheck-am
322install-strip:
323	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
324	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
325	  `test -z '$(STRIP)' || \
326	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
327mostlyclean-generic:
328
329clean-generic:
330
331distclean-generic:
332	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
333	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
334
335maintainer-clean-generic:
336	@echo "This command is intended for maintainers to use"
337	@echo "it deletes files that may require special tools to rebuild."
338clean: clean-am
339
340clean-am: clean-generic clean-lisp mostlyclean-am
341
342distclean: distclean-am
343	-rm -f Makefile
344distclean-am: clean-am distclean-generic
345
346dvi: dvi-am
347
348dvi-am:
349
350html: html-am
351
352html-am:
353
354info: info-am
355
356info-am:
357
358install-data-am: install-dist_lispLISP
359
360install-dvi: install-dvi-am
361
362install-dvi-am:
363
364install-exec-am:
365
366install-html: install-html-am
367
368install-html-am:
369
370install-info: install-info-am
371
372install-info-am:
373
374install-man:
375
376install-pdf: install-pdf-am
377
378install-pdf-am:
379
380install-ps: install-ps-am
381
382install-ps-am:
383
384installcheck-am:
385
386maintainer-clean: maintainer-clean-am
387	-rm -f Makefile
388maintainer-clean-am: distclean-am maintainer-clean-generic
389
390mostlyclean: mostlyclean-am
391
392mostlyclean-am: mostlyclean-generic
393
394pdf: pdf-am
395
396pdf-am:
397
398ps: ps-am
399
400ps-am:
401
402uninstall-am: uninstall-dist_lispLISP
403
404.MAKE: install-am install-strip
405
406.PHONY: all all-am check check-am clean clean-generic clean-lisp \
407	distclean distclean-generic distdir dvi dvi-am html html-am \
408	info info-am install install-am install-data install-data-am \
409	install-dist_lispLISP install-dvi install-dvi-am install-exec \
410	install-exec-am install-html install-html-am install-info \
411	install-info-am install-man install-pdf install-pdf-am \
412	install-ps install-ps-am install-strip installcheck \
413	installcheck-am installdirs maintainer-clean \
414	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
415	pdf-am ps ps-am uninstall uninstall-am uninstall-dist_lispLISP
416
417
418# Tell versions [3.59,3.63) of GNU make to not export all variables.
419# Otherwise a system limit (for SysV at least) may be exceeded.
420.NOEXPORT:
421