~ubuntu-branches/ubuntu/lucid/autoconf/lucid

« back to all changes in this revision

Viewing changes to lib/emacs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ben Pfaff
  • Date: 2002-03-27 21:52:33 UTC
  • Revision ID: james.westby@ubuntu.com-20020327215233-r3gmxall0x27s306
Tags: upstream-2.53
ImportĀ upstreamĀ versionĀ 2.53

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.6a from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# 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
SHELL = @SHELL@
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ../..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
47
INSTALL = @INSTALL@
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
49
INSTALL_DATA = @INSTALL_DATA@
 
50
install_sh_DATA = $(install_sh) -c -m 644
 
51
install_sh_PROGRAM = $(install_sh) -c
 
52
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
53
INSTALL_HEADER = $(INSTALL_DATA)
 
54
transform = @program_transform_name@
 
55
NORMAL_INSTALL = :
 
56
PRE_INSTALL = :
 
57
POST_INSTALL = :
 
58
NORMAL_UNINSTALL = :
 
59
PRE_UNINSTALL = :
 
60
POST_UNINSTALL = :
 
61
 
 
62
EXEEXT = @EXEEXT@
 
63
OBJEXT = @OBJEXT@
 
64
PATH_SEPARATOR = @PATH_SEPARATOR@
 
65
AMTAR = @AMTAR@
 
66
AWK = @AWK@
 
67
DEPDIR = @DEPDIR@
 
68
EMACS = @EMACS@
 
69
EXPR = @EXPR@
 
70
HELP2MAN = @HELP2MAN@
 
71
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
72
M4 = @M4@
 
73
PACKAGE = @PACKAGE@
 
74
PACKAGE_NAME = @PACKAGE_NAME@
 
75
PERL = @PERL@
 
76
STRIP = @STRIP@
 
77
VERSION = @VERSION@
 
78
am__include = @am__include@
 
79
am__quote = @am__quote@
 
80
install_sh = @install_sh@
 
81
lispdir = @lispdir@
 
82
 
 
83
dist_lisp_LISP = autoconf-mode.el autotest-mode.el
 
84
subdir = lib/emacs
 
85
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
86
CONFIG_CLEAN_FILES =
 
87
DIST_SOURCES =
 
88
LISP = $(dist_lisp_LISP)
 
89
 
 
90
ELCFILES = autoconf-mode.elc autotest-mode.elc
 
91
elisp_comp = $(top_srcdir)/config/elisp-comp
 
92
DIST_COMMON = $(dist_lisp_LISP) Makefile.am Makefile.in
 
93
all: all-am
 
94
 
 
95
.SUFFIXES:
 
96
.SUFFIXES: .el .elc
 
97
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
98
        cd $(top_srcdir) && \
 
99
          $(AUTOMAKE) --gnu  lib/emacs/Makefile
 
100
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
101
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
102
uninstall-info-am:
 
103
dist_lispLISP_INSTALL = $(INSTALL_DATA)
 
104
 
 
105
.el.elc:
 
106
        @echo 'WARNING: Warnings can be ignored. :-)'
 
107
        if test $(EMACS) != no; then \
 
108
          EMACS=$(EMACS) $(SHELL) $(elisp_comp) $<; \
 
109
        else : ; fi
 
110
install-dist_lispLISP: $(dist_lisp_LISP) $(ELCFILES)
 
111
        @$(NORMAL_INSTALL)
 
112
        @if test -n "$(lispdir)"; then \
 
113
          $(mkinstalldirs) $(DESTDIR)$(lispdir); \
 
114
          list='$(dist_lisp_LISP)'; for p in $$list; do \
 
115
            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
116
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
117
            echo " $(dist_lispLISP_INSTALL) $$d$$p $(DESTDIR)$(lispdir)/$$f"; \
 
118
            $(dist_lispLISP_INSTALL) $$d$$p $(DESTDIR)$(lispdir)/$$f; \
 
119
            if test -f $${p}c; then \
 
120
              echo " $(dist_lispLISP_INSTALL) $${p}c $(DESTDIR)$(lispdir)/$${f}c"; \
 
121
              $(dist_lispLISP_INSTALL) $${p}c $(DESTDIR)$(lispdir)/$${f}c; \
 
122
            else : ; fi; \
 
123
          done; \
 
124
        else : ; fi
 
125
 
 
126
uninstall-dist_lispLISP:
 
127
        @$(NORMAL_UNINSTALL)
 
128
        @if test -n "$(lispdir)"; then \
 
129
          list='$(dist_lisp_LISP)'; for p in $$list; do \
 
130
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
131
            echo " rm -f $(DESTDIR)$(lispdir)/$$f $(DESTDIR)$(lispdir)/$${f}c"; \
 
132
            rm -f $(DESTDIR)$(lispdir)/$$f $(DESTDIR)$(lispdir)/$${f}c; \
 
133
          done; \
 
134
        else : ; fi
 
135
 
 
136
clean-lisp:
 
137
        -test -z "$(ELCFILES)" || rm -f $(ELCFILES)
 
138
tags: TAGS
 
139
TAGS:
 
140
 
 
141
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
142
 
 
143
top_distdir = ../..
 
144
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
145
 
 
146
distdir: $(DISTFILES)
 
147
        @for file in $(DISTFILES); do \
 
148
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
149
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
150
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
151
            dir="/$$dir"; \
 
152
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
153
          else \
 
154
            dir=''; \
 
155
          fi; \
 
156
          if test -d $$d/$$file; then \
 
157
            cp -pR $$d/$$file $(distdir)$$dir \
 
158
            || exit 1; \
 
159
          else \
 
160
            test -f $(distdir)/$$file \
 
161
            || cp -p $$d/$$file $(distdir)/$$file \
 
162
            || exit 1; \
 
163
          fi; \
 
164
        done
 
165
check-am: all-am
 
166
check: check-am
 
167
all-am: Makefile $(LISP) $(ELCFILES)
 
168
 
 
169
installdirs:
 
170
        $(mkinstalldirs) $(DESTDIR)$(lispdir)
 
171
 
 
172
install: install-am
 
173
install-exec: install-exec-am
 
174
install-data: install-data-am
 
175
uninstall: uninstall-am
 
176
 
 
177
install-am: all-am
 
178
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
179
 
 
180
installcheck: installcheck-am
 
181
install-strip:
 
182
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
183
          INSTALL_STRIP_FLAG=-s \
 
184
          `test -z '$(STRIP)' || \
 
185
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
186
mostlyclean-generic:
 
187
 
 
188
clean-generic:
 
189
 
 
190
distclean-generic:
 
191
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
192
 
 
193
maintainer-clean-generic:
 
194
        @echo "This command is intended for maintainers to use"
 
195
        @echo "it deletes files that may require special tools to rebuild."
 
196
clean: clean-am
 
197
 
 
198
clean-am: clean-generic clean-lisp mostlyclean-am
 
199
 
 
200
distclean: distclean-am
 
201
 
 
202
distclean-am: clean-am distclean-generic
 
203
 
 
204
dvi: dvi-am
 
205
 
 
206
dvi-am:
 
207
 
 
208
info: info-am
 
209
 
 
210
info-am:
 
211
 
 
212
install-data-am: install-dist_lispLISP
 
213
 
 
214
install-exec-am:
 
215
 
 
216
install-info: install-info-am
 
217
 
 
218
install-man:
 
219
 
 
220
installcheck-am:
 
221
 
 
222
maintainer-clean: maintainer-clean-am
 
223
 
 
224
maintainer-clean-am: distclean-am maintainer-clean-generic
 
225
 
 
226
mostlyclean: mostlyclean-am
 
227
 
 
228
mostlyclean-am: mostlyclean-generic
 
229
 
 
230
uninstall-am: uninstall-dist_lispLISP uninstall-info-am
 
231
 
 
232
.PHONY: all all-am check check-am clean clean-generic clean-lisp \
 
233
        distclean distclean-generic distdir dvi dvi-am info info-am \
 
234
        install install-am install-data install-data-am \
 
235
        install-dist_lispLISP install-exec install-exec-am install-info \
 
236
        install-info-am install-man install-strip installcheck \
 
237
        installcheck-am installdirs maintainer-clean \
 
238
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
239
        uninstall uninstall-am uninstall-dist_lispLISP \
 
240
        uninstall-info-am
 
241
 
 
242
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
243
# Otherwise a system limit (for SysV at least) may be exceeded.
 
244
.NOEXPORT: