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