* arm/thumb.md: Delete.
[official-gcc.git] / texinfo / emacs / Makefile.in
blobf200fa5934d8e8de633b558799f4191a05ba6b01
1 # Makefile.in generated automatically by automake 1.2 from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
7 # Do not byte compile our Elisp files by default.
10 SHELL = /bin/sh
12 srcdir = @srcdir@
13 top_srcdir = @top_srcdir@
14 VPATH = @srcdir@
15 prefix = @prefix@
16 exec_prefix = @exec_prefix@
18 bindir = @bindir@
19 sbindir = @sbindir@
20 libexecdir = @libexecdir@
21 datadir = @datadir@
22 sysconfdir = @sysconfdir@
23 sharedstatedir = @sharedstatedir@
24 localstatedir = @localstatedir@
25 libdir = @libdir@
26 infodir = @infodir@
27 mandir = @mandir@
28 includedir = @includedir@
29 oldincludedir = /usr/include
31 pkgdatadir = $(datadir)/@PACKAGE@
32 pkglibdir = $(libdir)/@PACKAGE@
33 pkgincludedir = $(includedir)/@PACKAGE@
35 top_builddir = ..
37 ACLOCAL = @ACLOCAL@
38 AUTOCONF = @AUTOCONF@
39 AUTOMAKE = @AUTOMAKE@
40 AUTOHEADER = @AUTOHEADER@
42 INSTALL = @INSTALL@
43 INSTALL_PROGRAM = @INSTALL_PROGRAM@
44 INSTALL_DATA = @INSTALL_DATA@
45 INSTALL_SCRIPT = @INSTALL_SCRIPT@
46 transform = @program_transform_name@
48 NORMAL_INSTALL = true
49 PRE_INSTALL = true
50 POST_INSTALL = true
51 NORMAL_UNINSTALL = true
52 PRE_UNINSTALL = true
53 POST_UNINSTALL = true
54 CATALOGS = @CATALOGS@
55 CATOBJEXT = @CATOBJEXT@
56 CC = @CC@
57 DATADIRNAME = @DATADIRNAME@
58 EXEEXT = @EXEEXT@
59 GENCAT = @GENCAT@
60 GMOFILES = @GMOFILES@
61 GMSGFMT = @GMSGFMT@
62 GT_NO = @GT_NO@
63 GT_YES = @GT_YES@
64 INSTOBJEXT = @INSTOBJEXT@
65 INTLDEPS = @INTLDEPS@
66 INTLLIBS = @INTLLIBS@
67 INTLOBJS = @INTLOBJS@
68 MAINT = @MAINT@
69 MAKEINFO = @MAKEINFO@
70 MKINSTALLDIRS = @MKINSTALLDIRS@
71 MSGFMT = @MSGFMT@
72 PACKAGE = @PACKAGE@
73 POFILES = @POFILES@
74 POSUB = @POSUB@
75 RANLIB = @RANLIB@
76 TERMLIBS = @TERMLIBS@
77 TEXCONFIG = @TEXCONFIG@
78 TEXMF = @TEXMF@
79 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
80 USE_NLS = @USE_NLS@
81 VERSION = @VERSION@
82 l = @l@
84 ELCFILES =
86 # Do not install our Elisp files by default, either.
87 noinst_LISP = info.el informat.el makeinfo.el \
88 texinfmt.el texinfo.el texnfo-upd.el
90 EXTRA_DIST = README elisp-comp new-useful-setqs $(noinst_LISP)
91 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
92 CONFIG_HEADER = ../config.h
93 CONFIG_CLEAN_FILES =
94 LISP = $(noinst_LISP)
96 lispdir = @lispdir@
97 EMACS = @EMACS@
98 DIST_COMMON = README Makefile.am Makefile.in elisp-comp
101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103 TAR = tar
104 GZIP = --best
105 default: all
107 .SUFFIXES:
108 .SUFFIXES: .el .elc
109 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
110 cd $(top_srcdir) && $(AUTOMAKE) --cygnus emacs/Makefile
112 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
113 cd $(top_builddir) \
114 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
116 .el.elc:
117 @echo 'WARNING: Warnings can be ignored. :-)'
118 if test $(EMACS) != no; then \
119 EMACS=$(EMACS) $(SHELL) $(srcdir)/elisp-comp $<; \
121 tags: TAGS
122 TAGS:
125 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
127 subdir = emacs
129 distdir: $(DISTFILES)
130 @for file in $(DISTFILES); do \
131 if test -f $$file; then d=.; else d=$(srcdir); fi; \
132 test -f $(distdir)/$$file \
133 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
134 || cp -p $$d/$$file $(distdir)/$$file; \
135 done
136 info:
137 dvi:
138 check: all
139 $(MAKE)
140 installcheck:
141 install-info:
142 install-exec:
143 @$(NORMAL_INSTALL)
145 install-data: install-data-local
146 @$(NORMAL_INSTALL)
148 install: install-exec install-data all
151 uninstall:
153 all: Makefile $(LISP) $(ELCFILES)
155 install-strip:
156 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
157 installdirs:
160 mostlyclean-generic:
161 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
163 clean-generic:
164 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
166 distclean-generic:
167 rm -f Makefile $(DISTCLEANFILES)
168 rm -f config.cache config.log stamp-h stamp-h[0-9]*
169 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
171 maintainer-clean-generic:
172 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
173 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
174 mostlyclean: mostlyclean-lisp mostlyclean-generic
176 clean: clean-lisp clean-generic mostlyclean
178 distclean: distclean-lisp distclean-generic clean
179 rm -f config.status
181 maintainer-clean: maintainer-clean-lisp maintainer-clean-generic \
182 distclean
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
186 .PHONY: default mostlyclean-lisp distclean-lisp clean-lisp \
187 maintainer-clean-lisp tags distdir info dvi installcheck install-info \
188 install-exec install-data install uninstall all installdirs \
189 mostlyclean-generic distclean-generic clean-generic \
190 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
193 install-data-local:
194 @echo "WARNING: You must (compile and) install the Emacs Lisp files"
195 @echo "WARNING: manually. See ./emacs/README for some considerations."
197 # For some reason these do not get defined.
198 distclean-lisp:
199 clean-lisp:
200 mostlyclean-lisp:
202 # Tell versions [3.59,3.63) of GNU make to not export all variables.
203 # Otherwise a system limit (for SysV at least) may be exceeded.
204 .NOEXPORT: