1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 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.
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
17 top_srcdir
= @top_srcdir@
19 pkgdatadir
= $(datadir)/@PACKAGE@
20 pkglibdir
= $(libdir)/@PACKAGE@
21 pkgincludedir
= $(includedir)/@PACKAGE@
23 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA
= $(install_sh
) -c
-m
644
26 install_sh_PROGRAM
= $(install_sh
) -c
27 install_sh_SCRIPT
= $(install_sh
) -c
28 INSTALL_HEADER
= $(INSTALL_DATA
)
29 transform
= $(program_transform_name
)
37 DIST_COMMON
= $(srcdir)/Makefile.am
$(srcdir)/Makefile.in config.guess \
38 config.sub elisp-comp install-sh mdate-sh missing \
39 mkinstalldirs texinfo.
tex
40 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
41 am__aclocal_m4_deps
= $(top_srcdir
)/config
/m4.m4 \
42 $(top_srcdir
)/configure.ac
43 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
45 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/config
/mkinstalldirs
49 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
53 AUTOHEADER
= @AUTOHEADER@
56 CYGPATH_W
= @CYGPATH_W@
63 EMACSLOADPATH
= @EMACSLOADPATH@
67 INSTALL_DATA
= @INSTALL_DATA@
68 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
69 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
70 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
73 LTLIBOBJS
= @LTLIBOBJS@
77 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
78 PACKAGE_NAME
= @PACKAGE_NAME@
79 PACKAGE_STRING
= @PACKAGE_STRING@
80 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
81 PACKAGE_VERSION
= @PACKAGE_VERSION@
82 PATH_SEPARATOR
= @PATH_SEPARATOR@
88 TEST_EMACS
= @TEST_EMACS@
90 ac_cv_sh_n_works
= @ac_cv_sh_n_works@
91 am__leading_dot
= @am__leading_dot@
93 am__untar
= @am__untar@
95 build_alias
= @build_alias@
97 datarootdir
= @datarootdir@
100 exec_prefix = @
exec_prefix@
101 host_alias
= @host_alias@
103 includedir = @
includedir@
105 install_sh
= @install_sh@
107 libexecdir
= @libexecdir@
109 localedir
= @localedir@
110 localstatedir
= @localstatedir@
113 oldincludedir = @
oldincludedir@
116 program_transform_name
= @program_transform_name@
119 sharedstatedir
= @sharedstatedir@
120 sysconfdir
= @sysconfdir@
121 target_alias
= @target_alias@
122 EXTRA_DIST
= $(SPECIFIC_MACROS
) $(SPECIFIC_TOOLS
) \
125 MAINTAINERCLEANFILES
= $(GENERIC_TOOLS
)
139 SPECIFIC_TOOLS
= move-if-change
143 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
145 case
'$(am__configure_deps)' in \
147 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh \
152 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu config/Makefile'; \
153 cd
$(top_srcdir
) && \
154 $(AUTOMAKE
) --gnu config
/Makefile
156 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
159 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
161 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
162 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
165 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
166 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
168 $(top_srcdir
)/configure
: $(am__configure_deps
)
169 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
170 $(ACLOCAL_M4
): $(am__aclocal_m4_deps
)
171 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
180 distdir
: $(DISTFILES
)
181 @srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`; \
182 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
183 list
='$(DISTFILES)'; for file in
$$list; do \
185 $(srcdir)/*) file
=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
186 $(top_srcdir
)/*) file
=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
188 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
189 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
190 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
192 $(mkdir_p
) "$(distdir)$$dir"; \
196 if
test -d
$$d/$$file; then \
197 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
198 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
200 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
202 test -f
$(distdir
)/$$file \
203 || cp
-p
$$d/$$file $(distdir
)/$$file \
212 install-exec
: install-exec-am
213 install-data
: install-data-am
214 uninstall: uninstall-am
217 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
219 installcheck: installcheck-am
221 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
222 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
223 `test -z '$(STRIP)' || \
224 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
230 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
232 maintainer-clean-generic
:
233 @echo
"This command is intended for maintainers to use"
234 @echo
"it deletes files that may require special tools to rebuild."
235 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
238 clean-am
: clean-generic mostlyclean-am
240 distclean: distclean-am
242 distclean-am
: clean-am distclean-generic
258 install-info
: install-info-am
264 maintainer-clean
: maintainer-clean-am
266 maintainer-clean-am
: distclean-am maintainer-clean-generic
268 mostlyclean: mostlyclean-am
270 mostlyclean-am
: mostlyclean-generic
280 uninstall-am
: uninstall-info-am
282 .PHONY
: all all-am
check check-am
clean clean-generic
distclean \
283 distclean-generic distdir
dvi dvi-am html html-am
info info-am \
284 install install-am install-data install-data-am install-exec \
285 install-exec-am install-info install-info-am install-man \
286 install-strip
installcheck installcheck-am
installdirs \
287 maintainer-clean maintainer-clean-generic
mostlyclean \
288 mostlyclean-generic pdf pdf-am ps ps-am
uninstall uninstall-am \
291 # Tell versions [3.59,3.63) of GNU make to not export all variables.
292 # Otherwise a system limit (for SysV at least) may be exceeded.