1 # DIST: This is the distribution Makefile for Emacs. configure can
2 # DIST: make most of the changes to this file you might want, so try
5 # make all to compile and build Emacs.
6 # make install to install it.
7 # make TAGS to update tags tables.
9 # make clean or make mostlyclean
10 # Delete all files from the current directory that are normally
11 # created by building the program. Don't delete the files that
12 # record the configuration. Also preserve files that could be made
13 # by building, but normally aren't because the distribution comes
16 # Delete `.dvi' files here if they are not part of the distribution.
19 # Delete all files from the current directory that are created by
20 # configuring or building the program. If you have unpacked the
21 # source and built the program without creating any other files,
22 # `make distclean' should leave only the files that were in the
26 # Delete everything from the current directory that can be
27 # reconstructed with this Makefile. This typically includes
28 # everything deleted by distclean, plus more: C source files
29 # produced by Bison, tags tables, info files, and so on.
32 # Still more severe - delete backup and autosave files, too.
35 MAKE
= make
# BSD doesn't have it as a default.
37 # ==================== Things `configure' Might Edit ====================
41 C_SWITCH_SYSTEM
=@c_switch_system@
45 C_SWITCH_X_SITE
=@C_SWITCH_X_SITE@
46 LD_SWITCH_X_SITE
=@LD_SWITCH_X_SITE@
49 ### These help us choose version- and architecture-specific directories
50 ### to install files in.
52 ### This should be the number of the Emacs version we're building,
53 ### like `18.59' or `19.0'.
56 ### This should be the name of the configuration we're building Emacs
57 ### for, like `mips-dec-ultrix' or `sparc-sun-sunos'.
58 configuration
=@configuration@
60 ### Libraries which should be edited into lib-src/Makefile.
61 libsrc_libs
=@libsrc_libs@
63 # ==================== Where To Install Things ====================
65 # The default location for installation. Everything is placed in
66 # subdirectories of this directory. The default values for many of
67 # the variables below are expressed in terms of this one, so you may
68 # not need to change them. This defaults to /usr/local.
71 # Like `prefix', but used for architecture-specific files.
72 exec_prefix=@
exec_prefix@
74 # Where to install Emacs and other binaries that people will want to
75 # run directly (like etags).
78 # Where to install architecture-independent data files. ${lispdir}
79 # and ${etcdir} are subdirectories of this.
82 # Where to install and expect the files that Emacs modifies as it
83 # runs. These files are all architecture-independent. Right now, the
84 # only such data is the locking directory; ${lockdir} is a
85 # subdirectory of this.
88 # Where to install and expect executable files to be run by Emacs
89 # rather than directly by users, and other architecture-dependent
90 # data. ${archlibdir} is a subdirectory of this.
93 # Where to install Emacs's man pages, and what extension they should have.
97 # Where to install and expect the info files describing Emacs. In the
98 # past, this defaulted to a subdirectory of ${prefix}/lib/emacs, but
99 # since there are now many packages documented with the texinfo
100 # system, it is inappropriate to imply that it is part of Emacs.
103 # Where to find the source code. The source code for Emacs's C kernel is
104 # expected to be in ${srcdir}/src, and the source code for Emacs's
105 # utility programs is expected to be in ${srcdir}/lib-src. This is
106 # set by the configure script's `--srcdir' option.
109 # Tell make where to find source files; this is needed for the makefiles.
112 # ==================== Emacs-specific directories ====================
114 # These variables hold the values Emacs will actually use. They are
115 # based on the values of the standard Make variables above.
117 # Where to install the lisp files distributed with
118 # Emacs. This includes the Emacs version, so that the
119 # lisp files for different versions of Emacs will install
120 # themselves in separate directories.
123 # Directories Emacs should search for lisp files specific
124 # to this site (i.e. customizations), before consulting
125 # ${lispdir}. This should be a colon-separated list of
127 locallisppath
=@locallisppath@
129 # Where Emacs will search to find its lisp files. Before
130 # changing this, check to see if your purpose wouldn't
131 # better be served by changing locallisppath. This
132 # should be a colon-separated list of directories.
135 # Where Emacs will search for its lisp files while
136 # building. This is only used during the process of
137 # compiling Emacs, to help Emacs find its lisp files
138 # before they've been installed in their final location.
139 # It's usually identical to lisppath, except that the
140 # entry for the directory containing the installed lisp
141 # files has been replaced with ../lisp. This should be a
142 # colon-separated list of directories.
143 buildlisppath
=${srcdir}/lisp
145 # Where to install the other architecture-independent
146 # data files distributed with Emacs (like the tutorial,
147 # the cookie recipes and the Zippy database). This path
148 # usually contains the Emacs version number, so the data
149 # files for multiple versions of Emacs may be installed
153 # Where to create and expect the locking directory, where
154 # the Emacs locking code keeps track of which files are
155 # currently being edited.
158 # Where to put executables to be run by Emacs rather than
159 # the user. This path usually includes the Emacs version
160 # and configuration name, so that multiple configurations
161 # for multiple versions of Emacs may be installed at
163 archlibdir
=@archlibdir@
165 # Where to put the docstring file.
168 # ==================== Utility Programs for the Build ====================
170 # Allow the user to specify the install program.
172 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
173 INSTALL_DATA
= @INSTALL_DATA@
175 # ============================= Targets ==============================
177 # Subdirectories to make recursively. `lisp' is not included
178 # because the compiled lisp files are part of the distribution
179 # and you cannot remake them without installing Emacs first.
182 # The makefiles of the directories in $SUBDIR.
183 SUBDIR_MAKEFILES
= lib-src
/Makefile src
/Makefile oldXMenu
/Makefile lwlib
/Makefile
185 # Subdirectories to install, and where they'll go.
186 # lib-src's makefile knows how to install it, so we don't do that here.
187 # When installing the info files, we need to do special things to
188 # avoid nuking an existing dir file, so we don't do that here;
189 # instead, we have written out explicit code in the `install' targets.
190 COPYDIR
= ${srcdir}/etc
${srcdir}/lisp
191 COPYDESTS
= ${etcdir} ${lispdir}
193 all: src
/paths.h
${SUBDIR}
195 removenullpaths
=sed
-e
's/^://' -e
's/:$$//' -e
's/::/:/'
197 # We force the rebuilding of src/paths.h because the user might give
198 # make different values for the various directories. Since we use
199 # move-if-change, src/paths.h only actually changes if the user did
200 # something notable, so the only unnecessary work we do is in building
201 # src/paths.h.tmp, which isn't much.
202 # Note that sed is not in /bin on 386bsd.
203 src
/paths.h
: Makefile
${srcdir}/src
/paths.h.in FRC.src.paths.h
204 @echo
"Producing \`src/paths.h' from \`src/paths.h.in'."
205 @
(lisppath
=`echo ${lisppath} | ${removenullpaths}` ; \
206 buildlisppath
=`echo ${buildlisppath} | ${removenullpaths}` ; \
207 sed
< ${srcdir}/src
/paths.h.in
> src
/paths.h.tmp \
208 -e
's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \
209 -e
's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \
210 -e
's;\(#.*PATH_EXEC\).*$$;\1 "${archlibdir}";' \
211 -e
's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";' \
212 -e
's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \
213 -e
's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \
214 -e
's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";')
215 @
${srcdir}/move-if-change src
/paths.h.tmp src
/paths.h
220 .RECURSIVE
: ${SUBDIR}
222 ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC
223 cd
$@
; $(MAKE
) all $(MFLAGS
) \
224 CC
='${CC}' CFLAGS
='${CFLAGS}' CPPFLAGS
='${CPPFLAGS}' \
225 LDFLAGS
='${LDFLAGS}' MAKE
='${MAKE}'
227 Makefile
: Makefile.in config.status
230 src
/Makefile
: src
/Makefile.in.in config.status
233 lib-src
/Makefile
: lib-src
/Makefile.in config.status
236 oldXMenu
/Makefile
: oldXMenu
/Makefile.in config.status
239 lwlib
/Makefile
: lwlib
/Makefile.in config.status
242 # ==================== Installation ====================
244 ## If we let lib-src do its own installation, that means we
245 ## don't have to duplicate the list of utilities to install in
246 ## this Makefile as well.
248 ## On AIX, use tar xBf.
249 ## On Xenix, use tar xpf.
251 .PHONY
: install do-install mkdir
253 ## We delete each directory in ${COPYDESTS} before we copy into it;
254 ## that way, we can reinstall over directories that have been put in
255 ## place with their files read-only (perhaps because they are checked
256 ## into RCS). In order to make this safe, we make sure that the
257 ## source exists and is distinct from the destination.
258 ## We don't depend on `all', but rather on ${SUBDIR}, so that we won't
259 ## ever modify src/paths.h.
260 install: ${SUBDIR} do-install install-arch-dep install-arch-indep
;
262 ### Note that we copy the DOC-* files from the build etc directory
263 ### as well as lots of things from ${srcdir}/etc.
264 install-arch-dep
: mkdir
266 $(MAKE
) install $(MFLAGS
) prefix=${prefix} \
267 exec_prefix=${exec_prefix} bindir=${bindir} libdir=${libdir} \
268 archlibdir
=${archlibdir})
269 ${INSTALL_PROGRAM} src
/emacs
${bindir}/emacs-
${version}
270 -chmod
1755 ${bindir}/emacs-
${version}
271 rm -f
${bindir}/emacs
272 -ln
${bindir}/emacs-
${version} ${bindir}/emacs
274 ### Note that we copy the DOC-* files from the build etc directory
275 ### as well as lots of things from ${srcdir}/etc.
276 install-arch-indep
: mkdir
277 -set
${COPYDESTS} ; \
278 for
dir in
${COPYDIR} ; do \
279 if
[ `(cd $$1 && pwd)` != `(cd $${dir} && pwd)` ] ; then \
284 -set
${COPYDESTS} ; \
285 mkdir
${COPYDESTS} ; \
286 for
dir in
${COPYDIR} ; do \
289 && [ `(cd $${dir} && /bin/pwd)` != `(cd $${dest} && /bin/pwd)` ] \
290 && (echo
"Copying $${dir}..." ; \
291 (cd
$${dir}; tar -cf
- .
)|
(cd
$${dest};umask
022; tar -xvf
- ); \
292 for subdir in
`find $${dest} -type d ! -name RCS -print` ; do \
293 rm -rf
$${subdir}/RCS
; \
294 rm -rf
$${subdir}/CVS
; \
295 rm -f
$${subdir}/\
#* ; \
296 rm -f
$${subdir}/*~
; \
299 if
[ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
301 echo
"Copying etc/DOC* ..." ; \
302 (cd etc
; tar -cf
- DOC
*)|
(cd
${docdir}; umask
0; tar -xvf
- ); \
305 if
[ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
307 (cd
${srcdir}/info ; \
308 if
[ ! -f
${infodir}/dir ] && [ -f
dir ]; then \
309 (cd
$${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
311 for f in cl
* emacs
* dired-x
* forms
* gnus
* info* sc
* vip
* ; do \
312 (cd
$${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \
315 thisdir
=`pwd`; cd
${srcdir}/etc
; for page in emacs etags ctags
; do \
316 (cd
$${thisdir}; ${INSTALL_DATA} ${srcdir}/etc
/$${page}.1 ${mandir}/$${page}${manext}); \
319 ### Build all the directories we're going to install Emacs in. Since
320 ### we may be creating several layers of directories (for example,
321 ### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use make-path
322 ### instead of mkdir. Not all systems' mkdirs have the `-p' flag.
324 .
/lib-src
/make-path
${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
325 ${bindir} ${datadir} ${libdir} \
326 `echo ${locallisppath} | sed 's/:/ /'`
327 -chmod
777 ${lockdir}
329 ### Delete all the installed files that the `install' target would
330 ### create (but not the noninstalled files such as `make all' would
333 ### Don't delete the lisp and etc directories if they're in the source tree.
336 $(MAKE
) $(MFLAGS
) uninstall \
337 prefix=${prefix} exec_prefix=${exec_prefix} \
338 bindir=${bindir} libdir=${libdir} archlibdir
=${archlibdir})
339 for
dir in
${lispdir} ${etcdir} ; do \
340 case
`(cd $${dir} ; pwd)` in \
341 `(cd ${srcdir} ; pwd)`* ) ;; \
342 * ) rm -rf
$${dir} ;; \
345 ${datadir}/emacs
/${version}/* ) \
346 rm -rf
${datadir}/emacs
/${version} \
350 (cd
${infodir}; rm -f cl
* emacs
* forms
* info* vip
*)
351 (cd
${mandir}; rm -f emacs
.1 etags
.1 ctags
.1)
352 (cd
${bindir}; rm -f emacs-
${version} emacs
)
355 ### Some makes seem to remember that they've built something called FRC,
356 ### so you can only use a given FRC once per makefile.
357 FRC FRC.src.paths.h FRC.src FRC.lib-src FRC.mkdir
:
358 FRC.
mostlyclean FRC.
clean FRC.
distclean FRC.
realclean:
360 # ==================== Cleaning up and miscellanea ====================
362 .PHONY
: mostlyclean clean distclean realclean extraclean
365 ### Like `clean', but may refrain from deleting a few files that people
366 ### normally don't want to recompile. For example, the `mostlyclean'
367 ### target for GCC does not delete `libgcc.a', because recompiling it
368 ### is rarely necessary and takes a lot of time.
369 mostlyclean: FRC.
mostlyclean
370 (cd src
; $(MAKE
) $(MFLAGS
) mostlyclean)
371 (cd oldXMenu
; $(MAKE
) $(MFLAGS
) mostlyclean)
372 (cd lwlib
; $(MAKE
) $(MFLAGS
) mostlyclean)
373 (cd lib-src
; $(MAKE
) $(MFLAGS
) mostlyclean)
374 -(cd man
; $(MAKE
) $(MFLAGS
) mostlyclean)
377 ### Delete all files from the current directory that are normally
378 ### created by building the program. Don't delete the files that
379 ### record the configuration. Also preserve files that could be made
380 ### by building, but normally aren't because the distribution comes
383 ### Delete `.dvi' files here if they are not part of the distribution.
385 (cd src
; $(MAKE
) $(MFLAGS
) clean)
386 (cd oldXMenu
; $(MAKE
) $(MFLAGS
) clean)
387 (cd lwlib
; $(MAKE
) $(MFLAGS
) clean)
388 (cd lib-src
; $(MAKE
) $(MFLAGS
) clean)
389 -(cd man
; $(MAKE
) $(MFLAGS
) clean)
392 ### Delete all files from the current directory that are created by
393 ### configuring or building the program. If you have unpacked the
394 ### source and built the program without creating any other files,
395 ### `make distclean' should leave only the files that were in the
398 rm -f config.status build-install
; \
399 rm -f Makefile
${SUBDIR_MAKEFILES} ; \
401 distclean: FRC.
distclean
402 (cd src
; $(MAKE
) $(MFLAGS
) distclean)
403 (cd oldXMenu
; $(MAKE
) $(MFLAGS
) distclean)
404 (cd lwlib
; $(MAKE
) $(MFLAGS
) distclean)
405 (cd lib-src
; $(MAKE
) $(MFLAGS
) distclean)
406 (cd man
; $(MAKE
) $(MFLAGS
) distclean)
411 ### Delete everything from the current directory that can be
412 ### reconstructed with this Makefile. This typically includes
413 ### everything deleted by distclean, plus more: C source files
414 ### produced by Bison, tags tables, info files, and so on.
416 ### One exception, however: `make realclean' should not delete
417 ### `configure' even if `configure' can be remade using a rule in the
418 ### Makefile. More generally, `make realclean' should not delete
419 ### anything that needs to exist in order to run `configure' and then
420 ### begin to build the program.
421 realclean: FRC.
realclean
422 (cd src
; $(MAKE
) $(MFLAGS
) realclean)
423 (cd oldXMenu
; $(MAKE
) $(MFLAGS
) realclean)
424 (cd lwlib
; $(MAKE
) $(MFLAGS
) realclean)
425 (cd lib-src
; $(MAKE
) $(MFLAGS
) realclean)
426 -(cd man
; $(MAKE
) $(MFLAGS
) realclean)
429 ### This doesn't actually appear in the coding standards, but Karl
430 ### says GCC supports it, and that's where the configuration part of
431 ### the coding standards seem to come from. It's like distclean, but
432 ### it deletes backup and autosave files too.
434 for i in
${SUBDIR}; do
(cd
$$i; $(MAKE
) $(MFLAGS
) extraclean
); done
436 -rm config.status config-tmp-
*
439 ### Unlocking and relocking. The idea of these productions is to reduce
440 ### hassles when installing an incremental tar of Emacs. Do `make unlock'
441 ### before unlocking the file to take the write locks off all sources so
442 ### that tar xvof will overwrite them without fuss. Then do `make relock'
443 ### afterward so that VC mode will know which files should be checked in
444 ### if you want to mung them.
446 ### Note: it's no disaster if these productions miss a file or two; tar
447 ### and VC will swiftly let you know if this happens, and it is easily
449 SOURCES
= ChangeLog GETTING.GNU.SOFTWARE INSTALL Makefile.in PROBLEMS \
450 README build-install.in configure make-dist move-if-change
452 .PHONY
: unlock relock
455 chmod u
+w
$(SOURCES
) cpp/*
456 -(cd elisp
; chmod u
+w Makefile README
*.texi
)
457 (cd etc
; $(MAKE
) $(MFLAGS
) unlock
)
458 (cd lib-src
; $(MAKE
) $(MFLAGS
) unlock
)
459 (cd lisp
; $(MAKE
) $(MFLAGS
) unlock
)
460 (cd lisp
/term
; chmod u
+w README
*.el
)
461 (cd man
; chmod u
+w
*texi
* ChangeLog split-man
)
462 (cd oldXMenu
; chmod u
+w
*.
[ch
] Makefile README
)
463 (cd lwlib
; chmod u
+w
*.
[ch
] Makefile README
)
464 (cd src
; $(MAKE
) $(MFLAGS
) unlock
)
467 chmod u-w
$(SOURCES
) cpp/*
468 -(cd elisp
; chmod u-w Makefile README
*.texi
)
469 (cd etc
; $(MAKE
) $(MFLAGS
) relock
)
470 (cd lib-src
; $(MAKE
) $(MFLAGS
) relock
)
471 (cd lisp
; $(MAKE
) $(MFLAGS
) relock
)
472 (cd lisp
/term
; chmod u
+w README
*.el
)
473 (cd man
; chmod u
+w
*texi
* ChangeLog split-man
)
474 (cd oldXMenu
; chmod u
+w
*.
[ch
] Makefile README
)
475 (cd lwlib
; chmod u
+w
*.
[ch
] Makefile README
)
476 (cd src
; $(MAKE
) $(MFLAGS
) relock
)
480 ..
/lib-src
/etags
*.
[ch
] ..
/lisp
/*.el ..
/lisp
/term
/*.el
)
483 @echo
"We don't have any tests for GNU Emacs yet."
486 cd
${srcdir}; make-dist
488 .PHONY
: info dvi dist check
491 (cd
${srcdir}/man
; $(MAKE
) $(MFLAGS
) info)
493 (cd
${srcdir}/man
; $(MAKE
) $(MFLAGS
) dvi)