1 # Makefile for GNU Emacs.
2 # Copyright (C) 1985, 87, 88, 93, 94, 95, 99, 2000, 2001
3 # Free Software Foundation, Inc.
5 # This file is part of GNU Emacs.
7 # GNU Emacs is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2, or (at your option)
12 # GNU Emacs is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with GNU Emacs; see the file COPYING. If not, write to
19 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 # Boston, MA 02111-1307, USA.
23 # Note that this file is edited by msdos/sed1v2.inp for MSDOS. That
24 # script may need modifying in sync with changes made here. Try to
25 # avoid shell-ism because the DOS build has to use the DOS shell.
27 # Don't try to replace the cpp processing using autoconf facilities,
30 # Here are the things that we expect ../configure to edit.
31 # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
40 # Substitute an assignment for the MAKE variable, because
41 # BSD doesn't have it as a default.
43 # Don't use LIBS. configure puts stuff in it that either shouldn't be
44 # linked with Emacs or is duplicated by the cpp stuff below.
48 # On Xenix and the IBM RS6000, double-dot gets screwed up.
51 lispsource
= ${srcdir}/$(dot
)$(dot
)/lisp
/
52 libsrc
= $(dot
)$(dot
)/lib-src
/
53 etc
= $(dot
)$(dot
)/etc
/
54 oldXMenudir
= $(dot
)$(dot
)/oldXMenu
/
55 lwlibdir
= $(dot
)$(dot
)/lwlib
/
56 lispdir
= $(dot
)$(dot
)/lisp
/
58 # Configuration files for .o files to depend on.
59 M_FILE
= ${srcdir}/@machfile@
60 S_FILE
= ${srcdir}/@opsysfile@
61 config_h
= config.h
$(M_FILE
) $(S_FILE
)
63 # ========================== start of cpp stuff =======================
64 /* From here on
, comments must be done in C syntax.
*/
68 /* just to be sure the sh is used
*/
71 #define THIS_IS_MAKEFILE
76 /* We won
't really call alloca;
77 don't let the file name alloca.c
get messed up.
*/
82 /* Don
't let the file name mktime.c get messed up. */
87 /* Use HAVE_X11 as an alias for X11 in this file
88 to avoid problems with X11 as a subdirectory name
89 in -I and other such options which pass through this file. */
96 /* On some machines #define register is done in config;
97 don't let it interfere with this file.
*/
100 /* On some systems we may not be able to use the system make command.
*/
109 /* GNU libc requires ORDINARY_LINK so that its own crt0 is used.
110 Linux is an exception because it uses a funny variant of GNU libc.
*/
111 #ifdef __GNU_LIBRARY__
113 #define ORDINARY_LINK
117 /* Some machines don
't find the standard C libraries in the usual place. */
118 #ifndef ORDINARY_LINK
120 #define LIB_STANDARD -lc
128 /* Unless inhibited or changed, use -lg to link for debugging. */
130 #define LIBS_DEBUG -lg
133 /* Some s/SYSTEM.h files define this to request special libraries. */
138 /* Some m/MACHINE.h files define this to request special libraries. */
144 # define LIB_MATH -lm
145 #endif /* LIB_MATH */
147 /* Some s/SYSTEM.h files define this to request special switches in ld. */
148 #ifndef LD_SWITCH_SYSTEM
149 #if !defined (__GNUC__) && (defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)))
150 #define LD_SWITCH_SYSTEM -X
151 #else /* ! defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)) */
152 #define LD_SWITCH_SYSTEM
153 #endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)) */
154 #endif /* LD_SWITCH_SYSTEM */
156 /* This holds special options for linking temacs
157 that should be used for linking anything else. */
158 #ifndef LD_SWITCH_SYSTEM_TEMACS
159 #define LD_SWITCH_SYSTEM_TEMACS
162 /* Some m/MACHINE.h files define this to request special switches in ld. */
163 #ifndef LD_SWITCH_MACHINE
164 #define LD_SWITCH_MACHINE
167 /* This holds special options for linking temacs
168 that should be used for linking anything else. */
169 #ifndef LD_SWITCH_MACHINE_TEMACS
170 #define LD_SWITCH_MACHINE_TEMACS
173 /* Some m/MACHINE.h files define this to request special switches in cc. */
174 #ifndef C_SWITCH_MACHINE
175 #define C_SWITCH_MACHINE
178 /* Some s/SYSTEM.h files define this to request special switches in cc. */
179 #ifndef C_SWITCH_SYSTEM
180 #define C_SWITCH_SYSTEM
183 /* These macros are for switches specifically related to X Windows. */
184 #ifndef C_SWITCH_X_MACHINE
185 #define C_SWITCH_X_MACHINE
188 #ifndef C_SWITCH_X_SYSTEM
189 #define C_SWITCH_X_SYSTEM
192 #ifndef C_SWITCH_X_SITE
193 #define C_SWITCH_X_SITE
196 #ifndef LD_SWITCH_X_SITE
197 #define LD_SWITCH_X_SITE
200 #ifndef LD_SWITCH_X_DEFAULT
201 #define LD_SWITCH_X_DEFAULT
204 /* These can be passed in from config.h to define special load and
205 compile switches needed by individual sites */
206 #ifndef LD_SWITCH_SITE
207 #define LD_SWITCH_SITE
210 #ifndef C_SWITCH_SITE
211 #define C_SWITCH_SITE
214 #ifndef ORDINARY_LINK
217 #define CRT0_COMPILE $(CC) -c $(ALL_CFLAGS) C_SWITCH_ASM
222 #ifdef COFF_ENCAPSULATE
223 #define START_FILES pre-crt0.o /usr/local/lib/gcc-crt0.o
224 #else /* ! defined (COFF_ENCAPSULATE) */
225 #define START_FILES pre-crt0.o /lib/crt0.o
226 #endif /* ! defined (COFF_ENCAPSULATE) */
227 #else /* ! defined (NO_REMAP) */
228 #define START_FILES ecrt0.o
229 #endif /* ! defined (NO_REMAP) */
230 #endif /* START_FILES */
231 STARTFILES = START_FILES
233 #else /* ORDINARY_LINK */
235 /* config.h might want to force START_FILES anyway */
237 STARTFILES = START_FILES
238 #endif /* START_FILES */
240 #endif /* not ORDINARY_LINK */
243 /* cc switches needed to make `asm' keyword work.
244 Nothing special needed on most machines.
*/
250 #define USE_@X_TOOLKIT_TYPE@
251 TOOLKIT_DEFINES
= -DUSE_@X_TOOLKIT_TYPE@
256 /* DO NOT use
-R. There is a special hack described in lastfile.c
257 which is used instead. Some initialized data areas are modified
258 at initial startup
, then labeled
as part of the text area when
259 Emacs is dumped for the first time
, and never changed again.
*/
261 /* -Demacs is needed to make some files produce the correct version
264 -DHAVE_CONFIG_H is needed for some other files to take advantage of
265 the information in
`config.h'. */
267 /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM
268 since it may have -I options that should override those two. */
269 ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(TOOLKIT_DEFINES) $(MYCPPFLAG) -I. -I${srcdir} C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM ${CFLAGS}
271 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
273 #ifndef LIBX10_MACHINE
274 #define LIBX10_MACHINE
277 #ifndef LIBX11_MACHINE
278 #define LIBX11_MACHINE
281 #ifndef LIBX10_SYSTEM
282 #define LIBX10_SYSTEM
285 #ifndef LIBX11_SYSTEM
286 #define LIBX11_SYSTEM
290 #define LIB_X11_LIB -lX11
293 #ifdef HAVE_X_WINDOWS
296 /* Include xmenu.o in the list of X object files. */
297 XOBJ= xterm.o xfns.o xselect.o xrdb.o fontset.o
299 /* The X Menu stuff is present in the X10 distribution, but missing
300 from X11. If we have X10, just use the installed library;
301 otherwise, use our own copy. */
304 OLDXMENU=${lwlibdir}liblw.a
305 LIBXMENU= $(OLDXMENU)
306 #else /* not USE_X_TOOLKIT */
307 OLDXMENU= ${oldXMenudir}libXMenu11.a
308 LIBXMENU= $(OLDXMENU)
309 #endif /* not USE_X_TOOLKIT */
310 #else /* not HAVE_X11 */
312 #endif /* not HAVE_X11 */
314 #else /* not HAVE_MENUS */
316 /* Otherwise, omit xmenu.o from the list of X object files, and
317 don't worry about the menu library at all. */
318 XOBJ= xterm.o xfns.o xselect.o xrdb.o fontset.o
320 #endif /* not HAVE_MENUS */
323 #define @X_TOOLKIT_TYPE@
324 #if defined (LUCID) || defined (ATHENA)
332 #if defined (HAVE_MOTIF_2_1) && defined (HAVE_LIBXP)
333 #define LIB_MOTIF_EXTRA -lXp
335 #define LIB_MOTIF_EXTRA
338 LIBW= LIB_MOTIF LIB_MOTIF_EXTRA
340 LIBW= -lXm LIB_MOTIF_EXTRA
349 LIBXTR6 = -lSM -lICE -lw
360 /* We assume the config files have defined STATIC_OPTION
361 since that might depend on the operating system.
362 (Don't forget you need different definitions with and without __GNUC__.) */
363 LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION
364 #else /* not LIBXT_STATIC */
365 LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext
366 #endif /* not LIBXT_STATIC */
368 #else /* not USE_X_TOOLKIT */
370 #endif /* not USE_X_TOOLKIT */
375 #endif /* not defined LIBXPM */
376 #else /* not HAVE_XPM */
378 #endif /* not HAVE_XPM */
382 #define LIBJPEG -ljpeg
383 #endif /* not defined LIBJPEG */
384 #else /* not HAVE_JPEG */
386 #endif /* not HAVE_JPEG */
390 #define LIBPNG -lpng -lz -lm
391 #endif /* not defined LIBPNG */
392 #else /* not HAVE_PNG */
394 #endif /* not HAVE_PNG */
398 #define LIBTIFF -ltiff
399 #endif /* not defined LIBTIFF */
400 #else /* not HAVE_TIFF */
402 #endif /* not HAVE_TIFF */
406 #define LIBGIF -lungif
407 #endif /* not defined LIBGIF */
408 #else /* not HAVE_GIF */
410 #endif /* not HAVE_GIF */
413 /* LD_SWITCH_X_DEFAULT comes after everything else that specifies
414 options for where to find X libraries, but before those libraries. */
415 X11_LDFLAGS = LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT
416 LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIBTIFF LIBJPEG LIBPNG LIBGIF LIBXPM LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
417 #else /* not HAVE_X11 */
418 LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM
419 #endif /* not HAVE_X11 */
420 #endif /* not HAVE_X_WINDOWS */
424 #ifndef ORDINARY_LINK
425 /* Fix linking if compiled with GCC. */
431 #define LINKER_WAS_SPECIFIED
434 /* Versions of GCC >= 2.0 put their library, libgcc.a, in obscure
435 places that are difficult to figure out at make time. Fortunately,
436 these same versions allow you to pass arbitrary flags on to the
437 linker, so there's no reason not to use it as a linker.
439 Well, it's not quite perfect. The `-nostdlib
' keeps GCC from
440 searching for libraries in its internal directories, so we have to
441 ask GCC explicitly where to find libgcc.a. */
444 #define LINKER $(CC) -nostdlib
448 /* Ask GCC where to find libgcc.a. */
449 #define LIB_GCC `$(CC) -print-libgcc-file-name`
450 #endif /* not LIB_GCC */
454 #ifndef LINKER_WAS_SPECIFIED
455 /* GCC passes any argument prefixed with -Xlinker directly to the
456 linker. See prefix-args.c for an explanation of why we don't do
457 this with the
shell's `for' construct.
458 Note that some people don
't have '.
' in their paths, so we must
459 use ./prefix-args. */
460 #define YMF_PASS_LDFLAGS(flags) `./prefix-args -Xlinker flags`
462 #define YMF_PASS_LDFLAGS(flags) flags
465 #else /* __GNUC__ < 2 */
468 #define LIB_GCC /usr/local/lib/gcc-gnulib
469 #endif /* not LIB_GCC */
470 GNULIB_VAR = `if [ -f LIB_GCC ] ; then echo LIB_GCC; else echo; fi`
471 #endif /* __GNUC__ < 2 */
472 #else /* not __GNUC__ */
475 #endif /* not __GNUC__ */
476 #endif /* not ORDINARY_LINK */
478 /* Specify address for ld to start loading at,
479 if requested by configuration. */
480 #ifdef LD_TEXT_START_ADDR
481 STARTFLAGS = -T LD_TEXT_START_ADDR -e __start
487 #ifdef COFF_ENCAPSULATE
489 #else /* not ORDINARY_LINK */
492 #else /* not LINKER */
494 #endif /* not LINKER */
495 #endif /* not COFF_ENCAPSULATE */
496 #endif /* not ORDINARY_LINK */
498 ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \
499 LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE $(LDFLAGS)
501 /* A macro which other sections of Makefile can redefine to munge the
502 flags before they're passed to LD. This is helpful if you have
503 redefined LD to something odd
, like
"gcc".
504 (The YMF
prefix is a holdover from the old name
"ymakefile".
)
506 #ifndef YMF_PASS_LDFLAGS
507 #define YMF_PASS_LDFLAGS(flags) flags
510 /* Allow config.h to specify a replacement file for unexec.c.
*/
512 #define UNEXEC unexec.o
515 #define UNEXEC_SRC unexec.c
518 INTERVAL_SRC
= intervals.h composite.h
520 GETLOADAVG_LIBS
= @GETLOADAVG_LIBS@
523 #ifdef HAVE_X_WINDOWS
524 MSDOS_OBJ
= dosfns.o msdos.o
526 MSDOS_OBJ
= dosfns.o msdos.o w16select.o
531 /* lastfile must follow
all files
532 whose initialized data areas should be dumped
as pure by dump-emacs.
*/
533 obj
= dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o \
534 charset.o coding.o category.o ccl.o\
535 cm.o term.o xfaces.o
$(XOBJ
) \
536 emacs.o keyboard.o macros.o keymap.o sysdep.o \
537 buffer.o filelock.o insdel.o marker.o \
538 minibuf.o fileio.o dired.o filemode.o \
539 cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \
540 alloc.o data.o doc.o editfns.o callint.o \
541 eval.o floatfns.o fns.o
print.o lread.o \
542 abbrev.o syntax.o UNEXEC bytecode.o \
543 process.o callproc.o \
544 region-cache.o sound.o atimer.o \
545 doprnt.o strftime.o intervals.o textprop.o composite.o md5.o \
548 /* Object files used on some machine or other.
549 These go in the DOC file on
all machines
550 in case they are needed there.
*/
551 SOME_MACHINE_OBJECTS
= sunfns.o dosfns.o msdos.o \
552 xterm.o xfns.o xmenu.o xselect.o xrdb.o
556 /* Used to be
-ltermcap here. If your machine needs that
,
557 define LIBS_TERMCAP in the m
/MACHINE.h file.
*/
559 #define LIBS_TERMCAP -lcurses
560 #endif /* LIBS_TERMCAP */
561 termcapobj
= terminfo.o
562 #else /* ! defined (TERMINFO) */
565 termcapobj
= termcap.o tparam.o
566 #else /* LIBS_TERMCAP */
567 termcapobj
= tparam.o
568 #endif /* LIBS_TERMCAP */
569 #endif /* ! defined (TERMINFO) */
572 #ifndef SYSTEM_MALLOC
574 #ifndef DOUG_LEA_MALLOC
575 gmallocobj
= gmalloc.o
582 mallocobj
= $(gmallocobj
) $(rallocobj
) vm-limit.o
584 #endif /* SYSTEM_MALLOC */
595 #else /* not USE_X_TOOLKIT */
597 #endif /* not USE_X_TOOLKIT */
600 /* define otherobj
as list of object files that make-docfile
601 should not be told about.
*/
602 otherobj
= $(termcapobj
) lastfile.o
$(mallocobj
) $(allocaobj
) $(widgetobj
) $(LIBOBJS
)
605 #define MOUSE_SUPPORT ${lispsource}mouse.elc \
606 ${lispsource}select.elc
${lispsource}scroll-bar.elc
608 #define MOUSE_SUPPORT
612 #define VMS_SUPPORT ${lispsource}vmsproc.elc ${lispsource}vms-patch.elc
618 #define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
619 ${lispsource}dos-fns.elc
${lispsource}dos-w32.elc
${lispsource}dos-vars.elc \
620 ${lispsource}international
/ccl.elc
${lispsource}international
/codepage.elc
623 #define MSDOS_SUPPORT
627 #define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}w32-fns.elc \
628 ${lispsource}dos-w32.elc
630 #define WINNT_SUPPORT
633 /* List of Lisp files loaded into the dumped Emacs. It
's arranged
634 like this because it's easier to generate it semi-mechanically from
637 Note that this list should not
include lisp files which might not
638 be present
, like site-load.el and site-init.el
; this makefile
639 expects them
all to be either present or buildable.
641 Files which are loaded unconditionally should be in shortlisp
as well.
642 Files included conditionally here should be included
(unconditionally
)
643 in SOME_MACHINE_LISP.
*/
646 ${lispsource}abbrev.elc \
647 ${lispsource}buff-menu.elc \
648 ${lispsource}button.elc \
649 ${lispsource}byte-run.elc \
650 ${lispsource}cus-start.el \
651 ${lispsource}custom.elc \
652 ${lispsource}emacs-lisp
/lisp-mode.elc \
653 ${lispsource}emacs-lisp
/lisp.elc \
654 ${lispsource}env.elc \
655 ${lispsource}faces.elc \
656 ${lispsource}files.elc \
657 ${lispsource}format.elc \
658 ${lispsource}facemenu.elc \
660 ${lispsource}float-sup.elc \
661 ${lispsource}frame.elc\
662 ${lispsource}help.elc \
663 ${lispsource}indent.elc \
664 ${lispsource}isearch.elc \
665 ${lispsource}loadup.el \
666 ${lispsource}loaddefs.el \
667 ${lispsource}bindings.elc \
668 ${lispsource}map-ynp.elc \
669 ${lispsource}menu-bar.elc \
670 ${lispsource}international
/mule.elc \
671 ${lispsource}international
/mule-conf.el \
672 ${lispsource}international
/mule-cmds.elc \
673 ${lispsource}international
/characters.elc \
674 ${lispsource}international
/utf-8.elc \
675 ${lispsource}international
/latin-1.el \
676 ${lispsource}international
/latin-2.el \
677 ${lispsource}international
/latin-3.el \
678 ${lispsource}international
/latin-4.el \
679 ${lispsource}international
/latin-5.el \
680 ${lispsource}international
/latin-8.el \
681 ${lispsource}international
/latin-9.el \
682 ${lispsource}case-table.elc \
683 ${lispsource}language
/chinese.elc \
684 ${lispsource}language
/cyrillic.elc \
685 ${lispsource}language
/indian.elc \
686 ${lispsource}language
/devanagari.el \
687 ${lispsource}language
/english.el \
688 ${lispsource}language
/ethiopic.elc \
689 ${lispsource}language
/european.elc \
690 ${lispsource}language
/czech.el \
691 ${lispsource}language
/slovak.el \
692 ${lispsource}language
/romanian.el \
693 ${lispsource}language
/greek.el \
694 ${lispsource}language
/hebrew.el \
695 ${lispsource}language
/japanese.el \
696 ${lispsource}language
/korean.el \
697 ${lispsource}language
/lao.el \
698 ${lispsource}language
/thai.el \
699 ${lispsource}language
/tibetan.elc \
700 ${lispsource}language
/vietnamese.elc \
701 ${lispsource}language
/misc-lang.el \
702 ${lispsource}language
/utf-8-lang.el \
703 ${lispsource}language
/georgian.el \
704 ${lispsource}paths.el \
705 ${lispsource}register.elc \
706 ${lispsource}replace.elc \
707 ${lispsource}simple.elc \
708 ${lispsource}startup.elc \
709 ${lispsource}subr.elc \
710 ${lispsource}term
/tty-colors.elc \
711 ${lispsource}textmodes
/fill.elc \
712 ${lispsource}textmodes
/page.elc \
713 ${lispsource}textmodes
/paragraphs.elc \
714 ${lispsource}textmodes
/text-mode.elc \
715 ${lispsource}vc-hooks.elc \
716 ${lispsource}ediff-hook.elc \
720 ${lispsource}widget.elc \
721 ${lispsource}window.elc \
722 ${lispsource}version.el
724 /* These are relative file names for the Lisp files
725 that are loaded unconditionally. This is used in make-docfile.
726 It need not contain the files that are loaded conditionally
727 because SOME_MACHINE_LISP has those.
*/
730 ..
/lisp
/buff-menu.elc \
732 ..
/lisp
/byte-run.elc \
733 ..
/lisp
/cus-start.el \
735 ..
/lisp
/emacs-lisp
/backquote.elc \
736 ..
/lisp
/emacs-lisp
/lisp-mode.elc \
737 ..
/lisp
/emacs-lisp
/lisp.elc \
738 ..
/lisp
/facemenu.elc \
741 ..
/lisp
/float-sup.elc \
746 ..
/lisp
/isearch.elc \
748 ..
/lisp
/loaddefs.el \
749 ..
/lisp
/bindings.elc \
750 ..
/lisp
/map-ynp.elc \
752 ..
/lisp
/international
/mule.elc \
753 ..
/lisp
/international
/mule-conf.el \
754 ..
/lisp
/international
/mule-cmds.elc \
755 ..
/lisp
/international
/characters.elc \
756 ..
/lisp
/international
/utf-8.elc \
757 ..
/lisp
/international
/latin-1.el \
758 ..
/lisp
/international
/latin-2.el \
759 ..
/lisp
/international
/latin-3.el \
760 ..
/lisp
/international
/latin-4.el \
761 ..
/lisp
/international
/latin-5.el \
762 ..
/lisp
/international
/latin-8.el \
763 ..
/lisp
/international
/latin-9.el \
764 ..
/lisp
/case-table.elc \
765 ..
/lisp
/language
/chinese.elc \
766 ..
/lisp
/language
/cyrillic.elc \
767 ..
/lisp
/language
/indian.elc \
768 ..
/lisp
/language
/devanagari.el \
769 ..
/lisp
/language
/english.el \
770 ..
/lisp
/language
/ethiopic.elc \
771 ..
/lisp
/language
/european.elc \
772 ..
/lisp
/language
/czech.el \
773 ..
/lisp
/language
/slovak.el \
774 ..
/lisp
/language
/romanian.el \
775 ..
/lisp
/language
/greek.el \
776 ..
/lisp
/language
/hebrew.el \
777 ..
/lisp
/language
/japanese.el \
778 ..
/lisp
/language
/korean.el \
779 ..
/lisp
/language
/lao.el \
780 ..
/lisp
/language
/thai.el \
781 ..
/lisp
/language
/tibetan.elc \
782 ..
/lisp
/language
/vietnamese.elc \
783 ..
/lisp
/language
/misc-lang.el \
784 ..
/lisp
/language
/utf-8-lang.el \
785 ..
/lisp
/language
/georgian.el \
786 ..
/lisp
/menu-bar.elc \
788 ..
/lisp
/register.elc \
789 ..
/lisp
/replace.elc \
791 ..
/lisp
/startup.elc \
793 ..
/lisp
/term
/tty-colors.elc \
794 ..
/lisp
/textmodes
/fill.elc \
795 ..
/lisp
/textmodes
/page.elc \
796 ..
/lisp
/textmodes
/paragraphs.elc \
797 ..
/lisp
/textmodes
/text-mode.elc \
798 ..
/lisp
/vc-hooks.elc \
799 ..
/lisp
/ediff-hook.elc \
804 /* Lisp files that may or may not be used.
805 We must unconditionally put them in the DOC file.
806 We use ..
/lisp
/ to start the file names
807 to reduce the size of the argument list for make-docfile
808 for the sake of systems which can
't handle large ones. */
809 SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \
810 ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \
811 ${dotdot}/lisp/vmsproc.elc ${dotdot}/lisp/vms-patch.elc \
812 ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \
813 ${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc \
814 ${dotdot}/lisp/disp-table.elc ${dotdot}/lisp/dos-vars.elc \
815 ${dotdot}/lisp/international/ccl.elc \
816 ${dotdot}/lisp/international/codepage.elc
818 /* Construct full set of libraries to be linked.
819 Note that SunOS needs -lm to come before -lc; otherwise, you get
820 duplicated symbols. If the standard libraries were compiled
821 with GCC, we might need gnulib again after them. */
822 LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) \
823 LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
824 LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \
827 /* Enable recompilation of certain other files depending on system type. */
833 #ifndef OBJECTS_MACHINE
834 #define OBJECTS_MACHINE
837 all: emacs OTHER_FILES
839 emacs: temacs ${etc}DOC ${lisp}
845 LC_ALL=C ./temacs -nl -batch -l loadup dump
846 #else /* ! defined (HAVE_SHM) */
847 LC_ALL=C ./temacs -batch -l loadup dump
848 #endif /* ! defined (HAVE_SHM) */
849 #endif /* ! defined (CANNOT_DUMP) */
850 -./emacs -q -batch -f list-load-path-shadows
852 /* We run make-docfile twice because the command line may get too long
854 /* ${SOME_MACHINE_OBJECTS} comes before ${obj} because some files may
855 or may not be included in ${obj}, but they are always included in
856 ${SOME_MACHINE_OBJECTS}. Since a file is processed when it is mentioned
857 for the first time, this prevents any variation between configurations
858 in the contents of the DOC file.
859 Likewise for ${SOME_MACHINE_LISP}. */
860 ${etc}DOC: ${libsrc}make-docfile ${obj} ${shortlisp} ${SOME_MACHINE_LISP}
862 ${libsrc}make-docfile -d ${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC
863 ${libsrc}make-docfile -a ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP} ${shortlisp}
865 ${libsrc}make-docfile:
866 cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile
868 /* Some systems define this to cause parallel Make-ing. */
869 #ifndef MAKE_PARALLEL
870 #define MAKE_PARALLEL
873 temacs: MAKE_PARALLEL $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_MACHINE prefix-args
874 $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) \
875 -o temacs ${STARTFILES} ${obj} ${otherobj} \
876 OBJECTS_MACHINE ${LIBES}
878 /* We don't use ALL_LDFLAGS because LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
879 often contain options that have to do with using Emacs
's crt0,
880 which are only good with temacs. */
881 prefix-args: prefix-args.c $(config_h)
882 $(CC) $(ALL_CFLAGS) $(LDFLAGS) ${srcdir}/prefix-args.c -o prefix-args
884 /* Don't lose if this was not defined.
*/
885 #ifndef OLDXMENU_OPTIONS
886 #define OLDXMENU_OPTIONS
889 /* Don
't lose if this was not defined. */
890 #ifndef LWLIB_OPTIONS
891 #define LWLIB_OPTIONS
894 #if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS)
896 /* We use stamp-xmenu with these two deps
897 to both ensure that lwlib gets remade based on its dependencies
899 and remake temacs if lwlib gets changed by this. */
900 stamp-oldxmenu: ${OLDXMENU} ../src/$(OLDXMENU)
902 /* Supply an ordering for parallel make. */
903 ../src/$(OLDXMENU): ${OLDXMENU}
906 $(OLDXMENU): really-lwlib
908 /* Encode the values of these two macros in Make variables,
909 so we can use $(...) to substitute their values within "...". */
910 C_SWITCH_MACHINE_1 = C_SWITCH_MACHINE
911 C_SWITCH_SYSTEM_1 = C_SWITCH_SYSTEM
912 C_SWITCH_SITE_1 = C_SWITCH_SITE
913 C_SWITCH_X_SITE_1 = C_SWITCH_X_SITE
914 C_SWITCH_X_MACHINE_1 = C_SWITCH_X_MACHINE
915 C_SWITCH_X_SYSTEM_1 = C_SWITCH_X_SYSTEM
917 cd ${lwlibdir}; ${MAKE} ${MFLAGS} LWLIB_OPTIONS \
918 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \
919 "C_SWITCH_X_SITE=$(C_SWITCH_X_SITE_1)" \
920 "C_SWITCH_X_MACHINE=$(C_SWITCH_X_MACHINE_1)" \
921 "C_SWITCH_X_SYSTEM=$(C_SWITCH_X_SYSTEM_1)" \
922 "C_SWITCH_SITE=$(C_SWITCH_SITE_1)" \
923 "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \
924 "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)"
925 @true /* make -t should not create really-lwlib. */
927 #else /* not USE_X_TOOLKIT */
928 $(OLDXMENU): really-oldXMenu
930 /* Encode the values of these two macros in Make variables,
931 so we can use $(...) to substitute their values within "...". */
932 C_SWITCH_MACHINE_1 = C_SWITCH_MACHINE
933 C_SWITCH_SYSTEM_1 = C_SWITCH_SYSTEM
934 C_SWITCH_SITE_1 = C_SWITCH_SITE
935 C_SWITCH_X_SITE_1 = C_SWITCH_X_SITE
936 C_SWITCH_X_MACHINE_1 = C_SWITCH_X_MACHINE
937 C_SWITCH_X_SYSTEM_1 = C_SWITCH_X_SYSTEM
939 cd ${oldXMenudir}; ${MAKE} ${MFLAGS} OLDXMENU_OPTIONS \
940 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \
941 "C_SWITCH_X_SITE=$(C_SWITCH_X_SITE_1)" \
942 "C_SWITCH_X_MACHINE=$(C_SWITCH_X_MACHINE_1)" \
943 "C_SWITCH_X_SYSTEM=$(C_SWITCH_X_SYSTEM_1)" \
944 "C_SWITCH_SITE=$(C_SWITCH_SITE_1)" \
945 "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \
946 "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)"
947 @true /* make -t should not create really-oldXMenu. */
948 .PHONY: really-oldXMenu
949 #endif /* not USE_X_TOOLKIT */
950 #else /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */
952 /* We don't really need this
, but satisfy the dependency.
*/
955 #endif /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */
957 ..
/config.status
:: epaths.in
958 @echo
"The file epaths.h needs to be set up from epaths.in."
959 @echo
"Please run the `configure' script again."
962 ..
/config.status
:: config.in
963 @echo
"The file config.h needs to be set up from config.in."
964 @echo
"Please run the `configure' script again."
967 /* Some machines have alloca built-in.
968 They should
define HAVE_ALLOCA
, or may just let alloca.s
969 be used but generate no code.
970 Some have it written in assembler in alloca.s.
971 Some use the C version in alloca.c
(these
define C_ALLOCA in config.h
).
975 /* We could put something in alloca.c to
#define free and malloc
976 whenever emacs was
#defined, but that's not appropriate for all
977 users of alloca in Emacs. Check out ..
/lib-src
/getopt.c.
*/
979 $(CC
) -c
$(CPPFLAGS
) -DEMACS_FREE
=xfree \
980 $(ALL_CFLAGS
) ${srcdir}/alloca.c
983 alloca.o
: alloca.s
$(config_h
)
984 /* $(CPP
) is
cc -E
, which may
get confused by filenames
985 that do not end in .c. So copy file to a safe name.
*/
987 cp
${srcdir}/alloca.s allocatem.c
988 /* Remove any ^L
, blank lines
, and preprocessor comments
,
989 since some assemblers barf on them. Use a different
basename for the
990 output file
, since some stupid compilers
(Green Hill
's) use that
991 name for the intermediate assembler file. */
992 $(CPP) $(CPPFLAGS) $(ALL_CFLAGS) allocatem.c | \
993 sed -e 's
/\f//' -e 's
/^
#.*//' | \
994 sed
-n
-e
'/^..*$$/p' > allocax.s
996 /* Xenix
, in particular
, needs to run assembler via
cc.
*/
998 mv allocax.o alloca.o
999 -rm -f allocax.s allocatem.c
1000 #endif /* HAVE_ALLOCA */
1001 #endif /* ! defined (C_ALLOCA) */
1003 /* Nearly
all the following files depend on lisp.h
,
1004 but it is not included
as a dependency because
1005 it is so often changed in ways that do not require any recompilation
1006 and so rarely changed in ways that do require any.
*/
1008 abbrev.o
: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \
1010 buffer.o
: buffer.c buffer.h region-cache.h commands.h window.h \
1011 dispextern.h
$(INTERVAL_SRC
) blockinput.h atimer.h systime.h charset.h \
1013 callint.o
: callint.c window.h commands.h buffer.h \
1014 keyboard.h dispextern.h
$(config_h
)
1015 callproc.o
: callproc.c epaths.h buffer.h commands.h
$(config_h
) \
1016 process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h \
1018 casefiddle.o
: casefiddle.c syntax.h commands.h buffer.h composite.h
$(config_h
)
1019 casetab.o
: casetab.c buffer.h
$(config_h
)
1020 category.o
: category.c category.h buffer.h charset.h
$(config_h
)
1021 ccl.o
: ccl.c ccl.h charset.h coding.h
$(config_h
)
1022 charset.o
: charset.c charset.h buffer.h coding.h composite.h disptab.h \
1024 coding.o
: coding.c coding.h ccl.h buffer.h charset.h
$(config_h
)
1025 cm.o
: cm.c cm.h termhooks.h
$(config_h
)
1026 cmds.o
: cmds.c syntax.h buffer.h charset.h commands.h window.h
$(config_h
) \
1027 msdos.h dispextern.h
1028 pre-crt0.o
: pre-crt0.c
1029 ecrt0.o
: ecrt0.c
$(config_h
)
1030 CRT0_COMPILE
${srcdir}/ecrt0.c
1031 dired.o
: dired.c commands.h buffer.h
$(config_h
) charset.h coding.h regex.h \
1033 dispnew.o
: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \
1034 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \
1035 xterm.h blockinput.h atimer.h charset.h msdos.h composite.h keyboard.h \
1037 doc.o
: doc.c
$(config_h
) epaths.h buffer.h keyboard.h charset.h
1038 doprnt.o
: doprnt.c charset.h
$(config_h
)
1039 dosfns.o
: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h
$(config_h
)
1040 editfns.o
: editfns.c window.h buffer.h systime.h
$(INTERVAL_SRC
) charset.h \
1041 coding.h dispextern.h
$(config_h
)
1042 emacs.o
: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1043 termhooks.h buffer.h atimer.h systime.h
$(INTERVAL_SRC
) $(config_h
)
1044 fileio.o
: fileio.c window.h buffer.h systime.h
$(INTERVAL_SRC
) charset.h \
1045 coding.h ccl.h msdos.h dispextern.h
$(config_h
)
1046 filelock.o
: filelock.c buffer.h systime.h epaths.h
$(config_h
)
1047 filemode.o
: filemode.c
$(config_h
)
1048 frame.o
: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1049 buffer.h charset.h fontset.h msdos.h dosfns.h dispextern.h
$(config_h
)
1050 fontset.o
: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \
1051 keyboard.h
$(config_h
)
1052 getloadavg.o
: getloadavg.c
$(config_h
)
1053 indent.o
: indent.c frame.h window.h indent.h buffer.h
$(config_h
) termchar.h \
1054 termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h \
1056 insdel.o
: insdel.c window.h buffer.h
$(INTERVAL_SRC
) blockinput.h charset.h\
1057 dispextern.h atimer.h systime.h
$(config_h
)
1058 keyboard.o
: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \
1059 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
1060 systty.h systime.h dispextern.h syntax.h
$(INTERVAL_SRC
) blockinput.h \
1061 atimer.h xterm.h puresize.h msdos.h
$(config_h
)
1062 keymap.o
: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
1063 atimer.h systime.h puresize.h charset.h intervals.h
$(config_h
)
1064 lastfile.o
: lastfile.c
$(config_h
)
1065 macros.o
: macros.c window.h buffer.h commands.h macros.h keyboard.h \
1066 dispextern.h
$(config_h
)
1067 malloc.o
: malloc.c
$(config_h
)
1068 gmalloc.o
: gmalloc.c
$(config_h
)
1069 ralloc.o
: ralloc.c
$(config_h
)
1070 vm-limit.o
: vm-limit.c mem-limits.h
$(config_h
)
1071 marker.o
: marker.c buffer.h charset.h
$(config_h
)
1072 minibuf.o
: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
1073 buffer.h commands.h charset.h msdos.h
$(config_h
)
1074 mktime.o
: mktime.c
$(config_h
)
1075 msdos.o
: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
1076 termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \
1077 keyboard.h
$(config_h
)
1078 process.o
: process.c process.h buffer.h window.h termhooks.h termopts.h \
1079 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \
1080 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \
1081 keyboard.h
$(config_h
)
1082 regex.o
: regex.c syntax.h buffer.h
$(config_h
) regex.h category.h charset.h
1083 region-cache.o
: region-cache.c buffer.h region-cache.h
1084 scroll.o
: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \
1086 search.o
: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
1087 blockinput.h atimer.h systime.h category.h charset.h composite.h
$(config_h
)
1088 strftime.o
: strftime.c
$(config_h
)
1089 syntax.o
: syntax.c syntax.h buffer.h commands.h category.h charset.h \
1090 composite.h
$(config_h
)
1091 sysdep.o
: sysdep.c
$(config_h
) dispextern.h termhooks.h termchar.h termopts.h \
1092 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h atimer.h \
1093 window.h msdos.h dosfns.h keyboard.h
1094 term.o
: term.c termchar.h termhooks.h termopts.h
$(config_h
) cm.h frame.h \
1095 disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h
1096 termcap.o
: termcap.c
$(config_h
)
1097 terminfo.o
: terminfo.c
$(config_h
)
1098 tparam.o
: tparam.c
$(config_h
)
1099 undo.o
: undo.c buffer.h commands.h
$(config_h
)
1100 /* This hack is to discard any space that
cpp might put at the beginning
1101 of UNEXEC when substituting it in.
*/
1103 $(UNEXEC_ALIAS
): UNEXEC_SRC
$(config_h
)
1104 w16select.o
: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \
1106 widget.o
: widget.c xterm.h frame.h dispextern.h widgetprv.h \
1107 $(srcdir)/..
/lwlib
/lwlib.h
$(config_h
)
1108 window.o
: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
1109 termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \
1111 xdisp.o
: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \
1112 termchar.h frame.h window.h disptab.h termhooks.h charset.h
$(config_h
) \
1113 msdos.h composite.h fontset.h
1114 xfaces.o
: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1115 window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h
$(config_h
)
1116 xfns.o
: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
1117 $(srcdir)/..
/lwlib
/lwlib.h blockinput.h atimer.h systime.h epaths.h \
1118 charset.h
$(config_h
)
1119 xmenu.o
: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
1120 keyboard.h
$(srcdir)/..
/lwlib
/lwlib.h blockinput.h atimer.h systime.h \
1122 xterm.o
: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
1123 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
1124 keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \
1125 coding.h
$(config_h
)
1126 xselect.o
: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \
1127 coding.h ccl.h buffer.h atimer.h systime.h
$(config_h
)
1128 xrdb.o
: xrdb.c
$(config_h
) epaths.h
1129 hftctl.o
: hftctl.c
$(config_h
)
1130 sound.o
: sound.c dispextern.h
$(config_h
)
1131 atimer.o
: atimer.c atimer.h systime.h
$(config_h
)
1133 /* The files of Lisp proper
*/
1135 alloc.o
: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \
1136 blockinput.h atimer.h systime.h charset.h dispextern.h
$(config_h
) $(INTERVAL_SRC
)
1137 bytecode.o
: bytecode.c buffer.h syntax.h charset.h
$(config_h
)
1138 data.o
: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h
$(config_h
)
1139 eval.o
: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
1141 floatfns.o
: floatfns.c
$(config_h
)
1142 fns.o
: fns.c commands.h
$(config_h
) frame.h buffer.h charset.h keyboard.h \
1143 frame.h window.h dispextern.h
$(INTERVAL_SRC
)
1144 print.o
: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\
1145 $(config_h
) dispextern.h msdos.h composite.h
1146 lread.o
: lread.c commands.h keyboard.h buffer.h epaths.h charset.h
$(config_h
) \
1149 /* Text properties support
*/
1150 textprop.o
: textprop.c buffer.h window.h dispextern.h
$(INTERVAL_SRC
) \
1152 intervals.o
: intervals.c buffer.h
$(INTERVAL_SRC
) keyboard.h puresize.h
$(config_h
)
1153 composite.o
: composite.c buffer.h charset.h
$(INTERVAL_SRC
) $(config_h
)
1155 /* System-specific programs to be made.
1156 OTHER_FILES and OBJECTS_MACHINE
1157 select which of these should be compiled.
*/
1159 sunfns.o
: sunfns.c buffer.h window.h dispextern.h
$(config_h
)
1161 ${libsrc}emacstool
: ${libsrc}emacstool.c
1162 cd
${libsrc}; ${MAKE} ${MFLAGS} emacstool
1164 rm -f temacs prefix-args core
*.core \
#* *.o libXMenu11.a liblw.a
1166 rm -f bootstrap-emacs
1169 /**/# This is used in making a distribution.
1170 /**/# Do not use it on development directories!
1172 rm -f epaths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ..
/etc
/DOC-
*
1173 mv .
/.gdbinit .
/.gdbinit.save
1174 if
test -f
"${srcdir}/.gdbinit"; then
rm -f .
/.gdbinit.save
; \
1175 else mv .
/.gdbinit.save .
/.gdbinit
; fi
1176 maintainer-clean
: distclean
1177 @echo
"This command is intended for maintainers to use;"
1178 @echo
"it deletes files that may require special tools to rebuild."
1181 -rm -f emacs emacs-
* ..
/etc
/DOC
*
1182 extraclean
: distclean
1183 -rm -f
*~ \
#* m/?*~ s/?*~
1185 /* The rule for the
[sm
] files has to be written a little funny to
1186 avoid looking like a C comment to CPP.
*/
1187 SOURCES
= *.
[ch
] [sm
]/?
* COPYING Makefile.in \
1188 config.in epaths.in README COPYING ChangeLog vms.pp-trans
1190 chmod u
+w
$(SOURCES
)
1196 /* Arrange to make a
tags table TAGS-LISP for ..
/lisp
,
1197 plus TAGS for the C files
, which includes ..
/lisp
/TAGS by reference.
*/
1199 ctagsfiles1
= [xyzXYZ
]*.
[hc
]
1200 ctagsfiles2
= [a-wA-W
]*.
[hc
]
1202 TAGS
: $(srcdir)/$(ctagsfiles1
) $(srcdir)/$(ctagsfiles2
)
1203 ..
/lib-src
/etags
--include=TAGS-LISP
--include=${lwlibdir}/TAGS \
1204 --regex
='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \
1205 $(srcdir)/$(ctagsfiles1
) $(srcdir)/$(ctagsfiles2
)
1208 $(MAKE
) -f
${lispdir}Makefile TAGS-LISP ETAGS
=..
/lib-src
/etags
1211 (cd
$(lwlibdir
); $(MAKE
) -f
$(lwlibdir
)Makefile
tags ETAGS
=..
/lib-src
/etags
)
1213 tags: TAGS TAGS-LISP
$(lwlibdir
)TAGS
1217 /* Bootstrapping.
*/
1219 bootstrap
: bootstrap-emacs
1221 /* Build a temacs with a sufficiently large PURESIZE to load the
1222 Lisp files from loadup.el in source form.
*/
1225 LC_ALL
=C
$(MAKE
) $(MFLAGS
) temacs ALL_CFLAGS
="$(ALL_CFLAGS) -DPURESIZE=5000000 -I../src"
1227 /* Build a DOC file.
*/
1229 bootstrap-doc
: ${libsrc}make-docfile
1231 els
=`echo ${shortlisp} ${SOME_MACHINE_LISP} \
1232 | sed -e "s/\\.elc/.el/g"`; \
1233 ${libsrc}make-docfile
-d
${srcdir} $$els ${obj} > ${etc}DOC
1235 /* Dump an Emacs executable named bootstrap-emacs containing the
1236 files from loadup.el in source form.
*/
1238 bootstrap-emacs
: bootstrap-temacs bootstrap-doc
1240 ln temacs bootstrap-emacs
1243 .
/temacs
-nl
-batch
-l loadup bootstrap
1244 #else /* ! defined (HAVE_SHM) */
1245 .
/temacs
--batch
--load loadup bootstrap
1246 #endif /* ! defined (HAVE_SHM) */
1247 #endif /* ! defined (CANNOT_DUMP) */
1248 mv
-f emacs bootstrap-emacs