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 s/SYSTEM.h files define this to request special switches
163 for compiling temacs. */
164 #ifndef C_SWITCH_SYSTEM_TEMACS
165 #define C_SWITCH_SYSTEM_TEMACS
168 /* Some m/MACHINE.h files define this to request special switches in ld. */
169 #ifndef LD_SWITCH_MACHINE
170 #define LD_SWITCH_MACHINE
173 /* This holds special options for linking temacs
174 that should be used for linking anything else. */
175 #ifndef LD_SWITCH_MACHINE_TEMACS
176 #define LD_SWITCH_MACHINE_TEMACS
179 /* Some m/MACHINE.h files define this to request special switches in cc. */
180 #ifndef C_SWITCH_MACHINE
181 #define C_SWITCH_MACHINE
184 /* Some s/SYSTEM.h files define this to request special switches in cc. */
185 #ifndef C_SWITCH_SYSTEM
186 #define C_SWITCH_SYSTEM
189 /* These macros are for switches specifically related to X Windows. */
190 #ifndef C_SWITCH_X_MACHINE
191 #define C_SWITCH_X_MACHINE
194 #ifndef C_SWITCH_X_SYSTEM
195 #define C_SWITCH_X_SYSTEM
198 #ifndef C_SWITCH_X_SITE
199 #define C_SWITCH_X_SITE
202 #ifndef LD_SWITCH_X_SITE
203 #define LD_SWITCH_X_SITE
206 #ifndef LD_SWITCH_X_DEFAULT
207 #define LD_SWITCH_X_DEFAULT
210 /* These can be passed in from config.h to define special load and
211 compile switches needed by individual sites */
212 #ifndef LD_SWITCH_SITE
213 #define LD_SWITCH_SITE
216 #ifndef C_SWITCH_SITE
217 #define C_SWITCH_SITE
220 #ifndef ORDINARY_LINK
223 #define CRT0_COMPILE $(CC) -c $(ALL_CFLAGS) C_SWITCH_ASM
228 #ifdef COFF_ENCAPSULATE
229 #define START_FILES pre-crt0.o /usr/local/lib/gcc-crt0.o
230 #else /* ! defined (COFF_ENCAPSULATE) */
231 #define START_FILES pre-crt0.o /lib/crt0.o
232 #endif /* ! defined (COFF_ENCAPSULATE) */
233 #else /* ! defined (NO_REMAP) */
234 #define START_FILES ecrt0.o
235 #endif /* ! defined (NO_REMAP) */
236 #endif /* START_FILES */
237 STARTFILES = START_FILES
239 #else /* ORDINARY_LINK */
241 /* config.h might want to force START_FILES anyway */
243 STARTFILES = START_FILES
244 #endif /* START_FILES */
246 #endif /* not ORDINARY_LINK */
249 /* cc switches needed to make `asm' keyword work.
250 Nothing special needed on most machines.
*/
256 #define USE_@X_TOOLKIT_TYPE@
257 TOOLKIT_DEFINES
= -DUSE_@X_TOOLKIT_TYPE@
262 /* DO NOT use
-R. There is a special hack described in lastfile.c
263 which is used instead. Some initialized data areas are modified
264 at initial startup
, then labeled
as part of the text area when
265 Emacs is dumped for the first time
, and never changed again.
*/
267 /* -Demacs is needed to make some files produce the correct version
270 -DHAVE_CONFIG_H is needed for some other files to take advantage of
271 the information in
`config.h'. */
273 /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM
274 since it may have -I options that should override those two. */
275 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 C_SWITCH_SYSTEM_TEMACS ${CFLAGS}
277 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
279 #ifndef LIBX10_MACHINE
280 #define LIBX10_MACHINE
283 #ifndef LIBX11_MACHINE
284 #define LIBX11_MACHINE
287 #ifndef LIBX10_SYSTEM
288 #define LIBX10_SYSTEM
291 #ifndef LIBX11_SYSTEM
292 #define LIBX11_SYSTEM
296 #define LIB_X11_LIB -lX11
299 #ifdef HAVE_X_WINDOWS
302 /* Include xmenu.o in the list of X object files. */
303 XOBJ= xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o
305 /* The X Menu stuff is present in the X10 distribution, but missing
306 from X11. If we have X10, just use the installed library;
307 otherwise, use our own copy. */
310 OLDXMENU=${lwlibdir}liblw.a
311 LIBXMENU= $(OLDXMENU)
312 #else /* not USE_X_TOOLKIT */
313 OLDXMENU= ${oldXMenudir}libXMenu11.a
314 LIBXMENU= $(OLDXMENU)
315 #endif /* not USE_X_TOOLKIT */
316 #else /* not HAVE_X11 */
318 #endif /* not HAVE_X11 */
320 #else /* not HAVE_MENUS */
322 /* Otherwise, omit xmenu.o from the list of X object files, and
323 don't worry about the menu library at all. */
324 XOBJ= xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o
326 #endif /* not HAVE_MENUS */
329 #define @X_TOOLKIT_TYPE@
330 #if defined (LUCID) || defined (ATHENA)
338 #if defined (HAVE_MOTIF_2_1) && defined (HAVE_LIBXP)
339 #define LIB_MOTIF_EXTRA -lXp
341 #define LIB_MOTIF_EXTRA
344 LIBW= LIB_MOTIF LIB_MOTIF_EXTRA
346 LIBW= -lXm LIB_MOTIF_EXTRA
355 LIBXTR6 = -lSM -lICE -lw
366 /* We assume the config files have defined STATIC_OPTION
367 since that might depend on the operating system.
368 (Don't forget you need different definitions with and without __GNUC__.) */
369 LIBXT= STATIC_OPTION $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext DYNAMIC_OPTION
370 #else /* not LIBXT_STATIC */
371 LIBXT= $(LIBW) LIBXMU -lXt $(LIBXTR6) -lXext
372 #endif /* not LIBXT_STATIC */
374 #else /* not USE_X_TOOLKIT */
380 #endif /* not USE_X_TOOLKIT */
385 #endif /* not defined LIBXPM */
386 #else /* not HAVE_XPM */
388 #endif /* not HAVE_XPM */
392 #define LIBJPEG -ljpeg
393 #endif /* not defined LIBJPEG */
394 #else /* not HAVE_JPEG */
396 #endif /* not HAVE_JPEG */
400 #define LIBPNG -lpng -lz -lm
401 #endif /* not defined LIBPNG */
402 #else /* not HAVE_PNG */
404 #endif /* not HAVE_PNG */
408 #define LIBTIFF -ltiff
409 #endif /* not defined LIBTIFF */
410 #else /* not HAVE_TIFF */
412 #endif /* not HAVE_TIFF */
416 #define LIBGIF -lungif
417 #endif /* not defined LIBGIF */
418 #else /* not HAVE_GIF */
420 #endif /* not HAVE_GIF */
423 /* LD_SWITCH_X_DEFAULT comes after everything else that specifies
424 options for where to find X libraries, but before those libraries. */
425 X11_LDFLAGS = LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT
426 LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIBTIFF LIBJPEG LIBPNG LIBGIF LIBXPM LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
427 #else /* not HAVE_X11 */
428 LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM
429 #endif /* not HAVE_X11 */
430 #endif /* not HAVE_X_WINDOWS */
434 #ifndef ORDINARY_LINK
435 /* Fix linking if compiled with GCC. */
441 #define LINKER_WAS_SPECIFIED
444 /* Versions of GCC >= 2.0 put their library, libgcc.a, in obscure
445 places that are difficult to figure out at make time. Fortunately,
446 these same versions allow you to pass arbitrary flags on to the
447 linker, so there's no reason not to use it as a linker.
449 Well, it's not quite perfect. The `-nostdlib
' keeps GCC from
450 searching for libraries in its internal directories, so we have to
451 ask GCC explicitly where to find libgcc.a. */
454 #define LINKER $(CC) -nostdlib
458 /* Ask GCC where to find libgcc.a. */
459 #define LIB_GCC `$(CC) -print-libgcc-file-name`
460 #endif /* not LIB_GCC */
464 #ifndef LINKER_WAS_SPECIFIED
465 /* GCC passes any argument prefixed with -Xlinker directly to the
466 linker. See prefix-args.c for an explanation of why we don't do
467 this with the
shell's `for' construct.
468 Note that some people don
't have '.
' in their paths, so we must
469 use ./prefix-args. */
470 #define YMF_PASS_LDFLAGS(flags) `./prefix-args -Xlinker flags`
472 #define YMF_PASS_LDFLAGS(flags) flags
475 #else /* __GNUC__ < 2 */
478 #define LIB_GCC /usr/local/lib/gcc-gnulib
479 #endif /* not LIB_GCC */
480 GNULIB_VAR = `if [ -f LIB_GCC ] ; then echo LIB_GCC; else echo; fi`
481 #endif /* __GNUC__ < 2 */
482 #else /* not __GNUC__ */
485 #endif /* not __GNUC__ */
486 #endif /* not ORDINARY_LINK */
488 /* Specify address for ld to start loading at,
489 if requested by configuration. */
490 #ifdef LD_TEXT_START_ADDR
491 STARTFLAGS = -T LD_TEXT_START_ADDR -e __start
497 #ifdef COFF_ENCAPSULATE
499 #else /* not ORDINARY_LINK */
502 #else /* not LINKER */
504 #endif /* not LINKER */
505 #endif /* not COFF_ENCAPSULATE */
506 #endif /* not ORDINARY_LINK */
508 ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \
509 LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE $(LDFLAGS)
511 /* A macro which other sections of Makefile can redefine to munge the
512 flags before they're passed to LD. This is helpful if you have
513 redefined LD to something odd
, like
"gcc".
514 (The YMF
prefix is a holdover from the old name
"ymakefile".
)
516 #ifndef YMF_PASS_LDFLAGS
517 #define YMF_PASS_LDFLAGS(flags) flags
520 /* Allow config.h to specify a replacement file for unexec.c.
*/
522 #define UNEXEC unexec.o
525 #define UNEXEC_SRC unexec.c
528 INTERVAL_SRC
= intervals.h composite.h
530 GETLOADAVG_LIBS
= @GETLOADAVG_LIBS@
533 #ifdef HAVE_X_WINDOWS
534 MSDOS_OBJ
= dosfns.o msdos.o
536 MSDOS_OBJ
= dosfns.o msdos.o w16select.o
542 MAC_OBJ
= mac.o macterm.o macfns.o macmenu.o fontset.o
543 emacsapp
= ..
/mac
/Emacs.app
/
548 /* lastfile must follow
all files
549 whose initialized data areas should be dumped
as pure by dump-emacs.
*/
550 obj
= dispnew.o frame.o scroll.o xdisp.o
$(XMENU_OBJ
) window.o \
551 charset.o coding.o category.o ccl.o\
552 cm.o term.o xfaces.o
$(XOBJ
) \
553 emacs.o keyboard.o macros.o keymap.o sysdep.o \
554 buffer.o filelock.o insdel.o marker.o \
555 minibuf.o fileio.o dired.o filemode.o \
556 cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \
557 alloc.o data.o doc.o editfns.o callint.o \
558 eval.o floatfns.o fns.o
print.o lread.o \
559 abbrev.o syntax.o UNEXEC bytecode.o \
560 process.o callproc.o \
561 region-cache.o sound.o atimer.o \
562 doprnt.o strftime.o intervals.o textprop.o composite.o md5.o \
563 $(MSDOS_OBJ
) $(MAC_OBJ
)
565 /* Object files used on some machine or other.
566 These go in the DOC file on
all machines
567 in case they are needed there.
*/
568 SOME_MACHINE_OBJECTS
= sunfns.o dosfns.o msdos.o \
569 xterm.o xfns.o xmenu.o xselect.o xrdb.o \
570 mac.o macterm.o macfns.o macmenu.o
574 /* Used to be
-ltermcap here. If your machine needs that
,
575 define LIBS_TERMCAP in the m
/MACHINE.h file.
*/
577 #define LIBS_TERMCAP -lcurses
578 #endif /* LIBS_TERMCAP */
579 termcapobj
= terminfo.o
580 #else /* ! defined (TERMINFO) */
583 termcapobj
= termcap.o tparam.o
584 #else /* LIBS_TERMCAP */
585 termcapobj
= tparam.o
586 #endif /* LIBS_TERMCAP */
587 #endif /* ! defined (TERMINFO) */
590 #ifndef SYSTEM_MALLOC
592 #ifndef DOUG_LEA_MALLOC
593 gmallocobj
= gmalloc.o
600 mallocobj
= $(gmallocobj
) $(rallocobj
) vm-limit.o
602 #endif /* SYSTEM_MALLOC */
613 #else /* not USE_X_TOOLKIT */
615 #endif /* not USE_X_TOOLKIT */
618 /* define otherobj
as list of object files that make-docfile
619 should not be told about.
*/
620 otherobj
= $(termcapobj
) lastfile.o
$(mallocobj
) $(allocaobj
) $(widgetobj
) $(LIBOBJS
)
623 #define MOUSE_SUPPORT ${lispsource}mouse.elc \
624 ${lispsource}select.elc
${lispsource}scroll-bar.elc
626 #define MOUSE_SUPPORT
630 #define VMS_SUPPORT ${lispsource}vmsproc.elc ${lispsource}vms-patch.elc
636 #define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
637 ${lispsource}dos-fns.elc
${lispsource}dos-w32.elc
${lispsource}dos-vars.elc \
638 ${lispsource}international
/ccl.elc
${lispsource}international
/codepage.elc
641 #define MSDOS_SUPPORT
645 #define WINNT_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
646 ${lispsource}dos-w32.elc
${lispsource}w32-vars.elc \
647 ${lispsource}w32-fns.elc
649 #define WINNT_SUPPORT
652 /* List of Lisp files loaded into the dumped Emacs. It
's arranged
653 like this because it's easier to generate it semi-mechanically from
656 Note that this list should not
include lisp files which might not
657 be present
, like site-load.el and site-init.el
; this makefile
658 expects them
all to be either present or buildable.
660 Files which are loaded unconditionally should be in shortlisp
as well.
661 Files included conditionally here should be included
(unconditionally
)
662 in SOME_MACHINE_LISP.
*/
665 ${lispsource}abbrev.elc \
666 ${lispsource}buff-menu.elc \
667 ${lispsource}button.elc \
668 ${lispsource}byte-run.elc \
669 ${lispsource}cus-start.elc \
670 ${lispsource}custom.elc \
671 ${lispsource}emacs-lisp
/backquote.elc \
672 ${lispsource}emacs-lisp
/lisp-mode.elc \
673 ${lispsource}emacs-lisp
/lisp.elc \
674 ${lispsource}env.elc \
675 ${lispsource}faces.elc \
676 ${lispsource}files.elc \
677 ${lispsource}format.elc \
678 ${lispsource}facemenu.elc \
680 ${lispsource}float-sup.elc \
681 ${lispsource}frame.elc\
682 ${lispsource}help.elc \
683 ${lispsource}indent.elc \
684 ${lispsource}isearch.elc \
685 ${lispsource}loadup.el \
686 ${lispsource}loaddefs.el \
687 ${lispsource}bindings.elc \
688 ${lispsource}map-ynp.elc \
689 ${lispsource}menu-bar.elc \
690 ${lispsource}international
/mule.elc \
691 ${lispsource}international
/mule-conf.el \
692 ${lispsource}international
/mule-cmds.elc \
693 ${lispsource}international
/characters.elc \
694 ${lispsource}international
/ucs-tables.elc \
695 ${lispsource}international
/utf-8.elc \
696 ${lispsource}international
/latin-1.el \
697 ${lispsource}international
/latin-2.el \
698 ${lispsource}international
/latin-3.el \
699 ${lispsource}international
/latin-4.el \
700 ${lispsource}international
/latin-5.el \
701 ${lispsource}international
/latin-8.el \
702 ${lispsource}international
/latin-9.el \
703 ${lispsource}case-table.elc \
704 ${lispsource}language
/chinese.elc \
705 ${lispsource}language
/cyrillic.elc \
706 ${lispsource}language
/indian.elc \
707 ${lispsource}language
/devanagari.el \
708 ${lispsource}language
/english.el \
709 ${lispsource}language
/ethiopic.elc \
710 ${lispsource}language
/european.elc \
711 ${lispsource}language
/czech.el \
712 ${lispsource}language
/slovak.el \
713 ${lispsource}language
/romanian.el \
714 ${lispsource}language
/greek.el \
715 ${lispsource}language
/hebrew.el \
716 ${lispsource}language
/japanese.el \
717 ${lispsource}language
/korean.el \
718 ${lispsource}language
/lao.el \
719 ${lispsource}language
/thai.el \
720 ${lispsource}language
/tibetan.elc \
721 ${lispsource}language
/vietnamese.elc \
722 ${lispsource}language
/misc-lang.el \
723 ${lispsource}language
/utf-8-lang.el \
724 ${lispsource}language
/georgian.el \
725 ${lispsource}paths.el \
726 ${lispsource}register.elc \
727 ${lispsource}replace.elc \
728 ${lispsource}simple.elc \
729 ${lispsource}startup.elc \
730 ${lispsource}subr.elc \
731 ${lispsource}term
/tty-colors.elc \
732 ${lispsource}textmodes
/fill.elc \
733 ${lispsource}textmodes
/page.elc \
734 ${lispsource}textmodes
/paragraphs.elc \
735 ${lispsource}textmodes
/text-mode.elc \
736 ${lispsource}vc-hooks.elc \
737 ${lispsource}ediff-hook.elc \
741 ${lispsource}widget.elc \
742 ${lispsource}window.elc \
743 ${lispsource}version.el
745 /* These are relative file names for the Lisp files
746 that are loaded unconditionally. This is used in make-docfile.
747 It need not contain the files that are loaded conditionally
748 because SOME_MACHINE_LISP has those.
*/
751 ..
/lisp
/buff-menu.elc \
753 ..
/lisp
/byte-run.elc \
754 ..
/lisp
/cus-start.elc \
756 ..
/lisp
/emacs-lisp
/backquote.elc \
757 ..
/lisp
/emacs-lisp
/lisp-mode.elc \
758 ..
/lisp
/emacs-lisp
/lisp.elc \
759 ..
/lisp
/facemenu.elc \
762 ..
/lisp
/float-sup.elc \
767 ..
/lisp
/isearch.elc \
769 ..
/lisp
/loaddefs.el \
770 ..
/lisp
/bindings.elc \
771 ..
/lisp
/map-ynp.elc \
773 ..
/lisp
/international
/mule.elc \
774 ..
/lisp
/international
/mule-conf.el \
775 ..
/lisp
/international
/mule-cmds.elc \
776 ..
/lisp
/international
/characters.elc \
777 ..
/lisp
/international
/ucs-tables.elc \
778 ..
/lisp
/international
/utf-8.elc \
779 ..
/lisp
/international
/latin-1.el \
780 ..
/lisp
/international
/latin-2.el \
781 ..
/lisp
/international
/latin-3.el \
782 ..
/lisp
/international
/latin-4.el \
783 ..
/lisp
/international
/latin-5.el \
784 ..
/lisp
/international
/latin-8.el \
785 ..
/lisp
/international
/latin-9.el \
786 ..
/lisp
/case-table.elc \
787 ..
/lisp
/language
/chinese.elc \
788 ..
/lisp
/language
/cyrillic.elc \
789 ..
/lisp
/language
/indian.elc \
790 ..
/lisp
/language
/devanagari.el \
791 ..
/lisp
/language
/english.el \
792 ..
/lisp
/language
/ethiopic.elc \
793 ..
/lisp
/language
/european.elc \
794 ..
/lisp
/language
/czech.el \
795 ..
/lisp
/language
/slovak.el \
796 ..
/lisp
/language
/romanian.el \
797 ..
/lisp
/language
/greek.el \
798 ..
/lisp
/language
/hebrew.el \
799 ..
/lisp
/language
/japanese.el \
800 ..
/lisp
/language
/korean.el \
801 ..
/lisp
/language
/lao.el \
802 ..
/lisp
/language
/thai.el \
803 ..
/lisp
/language
/tibetan.elc \
804 ..
/lisp
/language
/vietnamese.elc \
805 ..
/lisp
/language
/misc-lang.el \
806 ..
/lisp
/language
/utf-8-lang.el \
807 ..
/lisp
/language
/georgian.el \
808 ..
/lisp
/menu-bar.elc \
810 ..
/lisp
/register.elc \
811 ..
/lisp
/replace.elc \
813 ..
/lisp
/startup.elc \
815 ..
/lisp
/term
/tty-colors.elc \
816 ..
/lisp
/textmodes
/fill.elc \
817 ..
/lisp
/textmodes
/page.elc \
818 ..
/lisp
/textmodes
/paragraphs.elc \
819 ..
/lisp
/textmodes
/text-mode.elc \
820 ..
/lisp
/vc-hooks.elc \
821 ..
/lisp
/ediff-hook.elc \
826 /* Lisp files that may or may not be used.
827 We must unconditionally put them in the DOC file.
828 We use ..
/lisp
/ to start the file names
829 to reduce the size of the argument list for make-docfile
830 for the sake of systems which can
\'t handle large ones.
*/
831 SOME_MACHINE_LISP
= ${dotdot}/lisp
/mouse.elc \
832 ${dotdot}/lisp
/select.elc
${dotdot}/lisp
/scroll-bar.elc \
833 ${dotdot}/lisp
/vmsproc.elc
${dotdot}/lisp
/vms-patch.elc \
834 ${dotdot}/lisp
/ls-lisp.elc
${dotdot}/lisp
/dos-fns.elc \
835 ${dotdot}/lisp
/w32-fns.elc
${dotdot}/lisp
/dos-w32.elc \
836 ${dotdot}/lisp
/disp-table.elc
${dotdot}/lisp
/dos-vars.elc \
837 ${dotdot}/lisp
/international
/ccl.elc \
838 ${dotdot}/lisp
/international
/codepage.elc
840 /* Construct full set of libraries to be linked.
841 Note that SunOS needs
-lm to come before
-lc
; otherwise
, you
get
842 duplicated symbols. If the standard libraries were compiled
843 with GCC
, we might need gnulib again after them.
*/
844 LIBES
= $(LOADLIBES
) $(LIBS
) $(LIBX
) $(LIBSOUND
) \
845 LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
846 LIBS_DEBUG
$(GETLOADAVG_LIBS
) $(GNULIB_VAR
) LIB_MATH LIB_STANDARD \
849 /* Enable recompilation of certain other files depending on system type.
*/
855 #ifndef OBJECTS_MACHINE
856 #define OBJECTS_MACHINE
859 all: emacs OTHER_FILES
861 emacs
: temacs
${etc}DOC
${lisp}
867 LC_ALL
=C .
/temacs
-nl
-batch
-l loadup dump
868 #else /* ! defined (HAVE_SHM) */
869 LC_ALL
=C .
/temacs
-batch
-l loadup dump
870 #endif /* ! defined (HAVE_SHM) */
871 #endif /* ! defined (CANNOT_DUMP) */
872 -.
/emacs
-q
-batch
-f list-load-path-shadows
874 /* We run make-docfile twice because the command line may
get too long
876 /* ${SOME_MACHINE_OBJECTS} comes before
${obj} because some files may
877 or may not be included in
${obj}, but they are always included in
878 ${SOME_MACHINE_OBJECTS}. Since a file is processed when it is mentioned
879 for the first time
, this prevents any variation between configurations
880 in the contents of the DOC file.
881 Likewise for
${SOME_MACHINE_LISP}.
*/
882 ${etc}DOC
: ${libsrc}make-docfile
${obj} ${shortlisp} ${SOME_MACHINE_LISP}
884 ${libsrc}make-docfile
-d
${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC
885 ${libsrc}make-docfile
-a
${etc}DOC
-d
${srcdir} ${SOME_MACHINE_LISP} ${shortlisp}
887 ${libsrc}make-docfile
:
888 cd
${libsrc}; ${MAKE} ${MFLAGS} make-docfile
890 /* Some systems
define this to cause parallel Make-ing.
*/
891 #ifndef MAKE_PARALLEL
892 #define MAKE_PARALLEL
895 temacs
: MAKE_PARALLEL
$(LOCALCPP
) $(STARTFILES
) stamp-oldxmenu
${obj} ${otherobj} OBJECTS_MACHINE prefix-args
896 $(LD
) YMF_PASS_LDFLAGS
(${STARTFLAGS} ${ALL_LDFLAGS}) \
897 -o temacs
${STARTFILES} ${obj} ${otherobj} \
898 OBJECTS_MACHINE
${LIBES}
900 /* We don
't use ALL_LDFLAGS because LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
901 often contain options that have to do with using Emacs's crt0
,
902 which are only good with temacs.
*/
903 prefix-args
: prefix-args.c
$(config_h
)
904 $(CC
) $(ALL_CFLAGS
) $(LDFLAGS
) ${srcdir}/prefix-args.c
-o prefix-args
906 /* Don
't lose if this was not defined. */
907 #ifndef OLDXMENU_OPTIONS
908 #define OLDXMENU_OPTIONS
911 /* Don't lose if this was not defined.
*/
912 #ifndef LWLIB_OPTIONS
913 #define LWLIB_OPTIONS
916 #if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS)
918 /* We use stamp-xmenu with these two deps
919 to both ensure that lwlib gets remade based on its dependencies
921 and remake temacs if lwlib gets changed by this.
*/
922 stamp-oldxmenu
: ${OLDXMENU} ..
/src
/$(OLDXMENU
)
924 /* Supply an ordering for parallel make.
*/
925 ..
/src
/$(OLDXMENU
): ${OLDXMENU}
928 $(OLDXMENU
): really-lwlib
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
${lwlibdir}; ${MAKE} ${MFLAGS} LWLIB_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-lwlib.
*/
949 #else /* not USE_X_TOOLKIT */
950 $(OLDXMENU
): really-oldXMenu
952 /* Encode the values of these two macros in Make variables
,
953 so we can use
$(...
) to substitute their values within
"...".
*/
954 C_SWITCH_MACHINE_1
= C_SWITCH_MACHINE
955 C_SWITCH_SYSTEM_1
= C_SWITCH_SYSTEM
956 C_SWITCH_SITE_1
= C_SWITCH_SITE
957 C_SWITCH_X_SITE_1
= C_SWITCH_X_SITE
958 C_SWITCH_X_MACHINE_1
= C_SWITCH_X_MACHINE
959 C_SWITCH_X_SYSTEM_1
= C_SWITCH_X_SYSTEM
961 cd
${oldXMenudir}; ${MAKE} ${MFLAGS} OLDXMENU_OPTIONS \
962 CC
='${CC}' CFLAGS
='${CFLAGS}' MAKE
='${MAKE}' \
963 "C_SWITCH_X_SITE=$(C_SWITCH_X_SITE_1)" \
964 "C_SWITCH_X_MACHINE=$(C_SWITCH_X_MACHINE_1)" \
965 "C_SWITCH_X_SYSTEM=$(C_SWITCH_X_SYSTEM_1)" \
966 "C_SWITCH_SITE=$(C_SWITCH_SITE_1)" \
967 "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \
968 "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)"
969 @true
/* make
-t should not create really-oldXMenu.
*/
970 .PHONY
: really-oldXMenu
971 #endif /* not USE_X_TOOLKIT */
972 #else /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */
974 /* We don
\'t really need this
, but satisfy the dependency.
*/
977 #endif /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */
979 ..
/config.status
:: epaths.in
980 @echo
"The file epaths.h needs to be set up from epaths.in."
981 @echo
"Please run the `configure' script again."
984 ..
/config.status
:: config.in
985 @echo
"The file config.h needs to be set up from config.in."
986 @echo
"Please run the `configure' script again."
989 /* Some machines have alloca built-in.
990 They should
define HAVE_ALLOCA
, or may just let alloca.s
991 be used but generate no code.
992 Some have it written in assembler in alloca.s.
993 Some use the C version in alloca.c
(these
define C_ALLOCA in config.h
).
997 /* We could put something in alloca.c to
#define free and malloc
998 whenever emacs was
#defined, but that's not appropriate for all
999 users of alloca in Emacs. Check out ..
/lib-src
/getopt.c.
*/
1001 $(CC
) -c
$(CPPFLAGS
) -DEMACS_FREE
=xfree \
1002 $(ALL_CFLAGS
) ${srcdir}/alloca.c
1005 alloca.o
: alloca.s
$(config_h
)
1006 /* $(CPP
) is
cc -E
, which may
get confused by filenames
1007 that do not end in .c. So copy file to a safe name.
*/
1009 cp
${srcdir}/alloca.s allocatem.c
1010 /* Remove any ^L
, blank lines
, and preprocessor comments
,
1011 since some assemblers barf on them. Use a different
basename for the
1012 output file
, since some stupid compilers
(Green Hill
's) use that
1013 name for the intermediate assembler file. */
1014 $(CPP) $(CPPFLAGS) $(ALL_CFLAGS) allocatem.c | \
1015 sed -e 's
/\f//' -e 's
/^
#.*//' | \
1016 sed
-n
-e
'/^..*$$/p' > allocax.s
1018 /* Xenix
, in particular
, needs to run assembler via
cc.
*/
1020 mv allocax.o alloca.o
1021 -rm -f allocax.s allocatem.c
1022 #endif /* HAVE_ALLOCA */
1023 #endif /* ! defined (C_ALLOCA) */
1025 /* Nearly
all the following files depend on lisp.h
,
1026 but it is not included
as a dependency because
1027 it is so often changed in ways that do not require any recompilation
1028 and so rarely changed in ways that do require any.
*/
1030 abbrev.o
: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \
1032 buffer.o
: buffer.c buffer.h region-cache.h commands.h window.h \
1033 dispextern.h
$(INTERVAL_SRC
) blockinput.h atimer.h systime.h charset.h \
1035 callint.o
: callint.c window.h commands.h buffer.h \
1036 keyboard.h dispextern.h
$(config_h
)
1037 callproc.o
: callproc.c epaths.h buffer.h commands.h
$(config_h
) \
1038 process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h \
1040 casefiddle.o
: casefiddle.c syntax.h commands.h buffer.h composite.h
$(config_h
)
1041 casetab.o
: casetab.c buffer.h
$(config_h
)
1042 category.o
: category.c category.h buffer.h charset.h
$(config_h
)
1043 ccl.o
: ccl.c ccl.h charset.h coding.h
$(config_h
)
1044 charset.o
: charset.c charset.h buffer.h coding.h composite.h disptab.h \
1046 coding.o
: coding.c coding.h ccl.h buffer.h charset.h
$(config_h
)
1047 cm.o
: cm.c cm.h termhooks.h
$(config_h
)
1048 cmds.o
: cmds.c syntax.h buffer.h charset.h commands.h window.h
$(config_h
) \
1049 msdos.h dispextern.h
1050 pre-crt0.o
: pre-crt0.c
1051 ecrt0.o
: ecrt0.c
$(config_h
)
1052 CRT0_COMPILE
${srcdir}/ecrt0.c
1053 dired.o
: dired.c commands.h buffer.h
$(config_h
) charset.h coding.h regex.h \
1055 dispnew.o
: dispnew.c systty.h systime.h commands.h process.h frame.h \
1056 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \
1058 xterm.h blockinput.h atimer.h charset.h msdos.h composite.h keyboard.h \
1060 doc.o
: doc.c
$(config_h
) epaths.h buffer.h keyboard.h charset.h
1061 doprnt.o
: doprnt.c charset.h
$(config_h
)
1062 dosfns.o
: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h
$(config_h
)
1063 editfns.o
: editfns.c window.h buffer.h systime.h
$(INTERVAL_SRC
) charset.h \
1064 coding.h dispextern.h
$(config_h
)
1065 emacs.o
: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1066 termhooks.h buffer.h atimer.h systime.h
$(INTERVAL_SRC
) $(config_h
)
1067 fileio.o
: fileio.c window.h buffer.h systime.h
$(INTERVAL_SRC
) charset.h \
1068 coding.h ccl.h msdos.h dispextern.h
$(config_h
)
1069 filelock.o
: filelock.c buffer.h systime.h epaths.h
$(config_h
)
1070 filemode.o
: filemode.c
$(config_h
)
1071 frame.o
: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1072 buffer.h charset.h fontset.h msdos.h dosfns.h dispextern.h
$(config_h
)
1073 fontset.o
: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \
1074 keyboard.h
$(config_h
)
1075 getloadavg.o
: getloadavg.c
$(config_h
)
1076 indent.o
: indent.c frame.h window.h indent.h buffer.h
$(config_h
) termchar.h \
1077 termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h \
1079 insdel.o
: insdel.c window.h buffer.h
$(INTERVAL_SRC
) blockinput.h charset.h\
1080 dispextern.h atimer.h systime.h
$(config_h
)
1081 keyboard.o
: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \
1082 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
1083 systty.h systime.h dispextern.h syntax.h
$(INTERVAL_SRC
) blockinput.h \
1084 atimer.h xterm.h puresize.h msdos.h
$(config_h
)
1085 keymap.o
: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
1086 atimer.h systime.h puresize.h charset.h intervals.h
$(config_h
)
1087 lastfile.o
: lastfile.c
$(config_h
)
1088 macros.o
: macros.c window.h buffer.h commands.h macros.h keyboard.h \
1089 dispextern.h
$(config_h
)
1090 malloc.o
: malloc.c
$(config_h
)
1091 gmalloc.o
: gmalloc.c
$(config_h
)
1092 ralloc.o
: ralloc.c
$(config_h
)
1093 vm-limit.o
: vm-limit.c mem-limits.h
$(config_h
)
1094 marker.o
: marker.c buffer.h charset.h
$(config_h
)
1095 minibuf.o
: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
1096 buffer.h commands.h charset.h msdos.h
$(config_h
)
1097 mktime.o
: mktime.c
$(config_h
)
1098 msdos.o
: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
1099 termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \
1100 keyboard.h
$(config_h
)
1101 process.o
: process.c process.h buffer.h window.h termhooks.h termopts.h \
1102 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \
1103 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \
1104 keyboard.h
$(config_h
)
1105 regex.o
: regex.c syntax.h buffer.h
$(config_h
) regex.h category.h charset.h
1106 region-cache.o
: region-cache.c buffer.h region-cache.h
1107 scroll.o
: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \
1109 search.o
: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
1110 blockinput.h atimer.h systime.h category.h charset.h composite.h
$(config_h
)
1111 strftime.o
: strftime.c
$(config_h
)
1112 syntax.o
: syntax.c syntax.h buffer.h commands.h category.h charset.h \
1113 composite.h
$(config_h
)
1114 sysdep.o
: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
1115 process.h dispextern.h termhooks.h termchar.h termopts.h \
1116 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h
$(config_h
)
1117 term.o
: term.c termchar.h termhooks.h termopts.h
$(config_h
) cm.h frame.h \
1118 disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h
1119 termcap.o
: termcap.c
$(config_h
)
1120 terminfo.o
: terminfo.c
$(config_h
)
1121 tparam.o
: tparam.c
$(config_h
)
1122 undo.o
: undo.c buffer.h commands.h
$(config_h
)
1123 /* This hack is to discard any space that
cpp might put at the beginning
1124 of UNEXEC when substituting it in.
*/
1126 $(UNEXEC_ALIAS
): UNEXEC_SRC
$(config_h
)
1127 w16select.o
: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \
1129 widget.o
: widget.c xterm.h frame.h dispextern.h widgetprv.h \
1130 $(srcdir)/..
/lwlib
/lwlib.h
$(config_h
)
1131 window.o
: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
1132 termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \
1134 xdisp.o
: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \
1135 termchar.h frame.h window.h disptab.h termhooks.h charset.h
$(config_h
) \
1136 msdos.h composite.h fontset.h
1137 xfaces.o
: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1138 window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h
$(config_h
)
1139 xfns.o
: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
1140 $(srcdir)/..
/lwlib
/lwlib.h blockinput.h atimer.h systime.h epaths.h \
1141 charset.h
$(config_h
)
1142 xmenu.o
: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
1143 keyboard.h
$(srcdir)/..
/lwlib
/lwlib.h blockinput.h atimer.h systime.h \
1145 xterm.o
: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
1146 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
1147 keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \
1148 coding.h process.h
$(config_h
)
1149 xselect.o
: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \
1150 charset.h coding.h ccl.h buffer.h atimer.h systime.h
$(config_h
)
1151 xrdb.o
: xrdb.c
$(config_h
) epaths.h
1152 xsmfns.o
: xsmfns.c
$(config_h
) systime.h sysselect.h lisp.h termhooks.h
1153 hftctl.o
: hftctl.c
$(config_h
)
1154 sound.o
: sound.c dispextern.h
$(config_h
)
1155 atimer.o
: atimer.c atimer.h systime.h
$(config_h
)
1157 /* The files of Lisp proper
*/
1159 alloc.o
: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \
1160 blockinput.h atimer.h systime.h charset.h dispextern.h
$(config_h
) $(INTERVAL_SRC
)
1161 bytecode.o
: bytecode.c buffer.h syntax.h charset.h
$(config_h
)
1162 data.o
: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h
$(config_h
)
1163 eval.o
: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
1165 floatfns.o
: floatfns.c
$(config_h
)
1166 fns.o
: fns.c commands.h
$(config_h
) frame.h buffer.h charset.h keyboard.h \
1167 frame.h window.h dispextern.h
$(INTERVAL_SRC
)
1168 print.o
: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\
1169 $(config_h
) dispextern.h msdos.h composite.h
1170 lread.o
: lread.c commands.h keyboard.h buffer.h epaths.h charset.h
$(config_h
) \
1171 termhooks.h coding.h msdos.h
1173 /* Text properties support
*/
1174 textprop.o
: textprop.c buffer.h window.h dispextern.h
$(INTERVAL_SRC
) \
1176 intervals.o
: intervals.c buffer.h
$(INTERVAL_SRC
) keyboard.h puresize.h
$(config_h
)
1177 composite.o
: composite.c buffer.h charset.h
$(INTERVAL_SRC
) $(config_h
)
1179 /* System-specific programs to be made.
1180 OTHER_FILES and OBJECTS_MACHINE
1181 select which of these should be compiled.
*/
1183 sunfns.o
: sunfns.c buffer.h window.h dispextern.h
$(config_h
)
1186 abbrev.o buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \
1187 fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \
1188 scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o xfns.o xmenu.o \
1189 xterm.o xselect.o sound.o
: macgui.h
1190 mac.o
: mac.c process.h sysselect.h systime.h
$(config_h
)
1191 macfns.o
: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \
1192 dispextern.h macgui.h fontset.h
$(INTERVAL_SRC
) keyboard.h blockinput.h \
1193 atimer.h systime.h epaths.h termhooks.h coding.h ccl.h systime.h
$(config_h
)
1194 macmenu.o
: macmenu.c termhooks.h frame.h window.h dispextern.h macgui.h \
1195 keyboard.h blockinput.h atimer.h systime.h buffer.h macterm.h
$(config_h
)
1196 macterm.o
: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \
1197 frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h termopts.h \
1198 termchar.h gnu.h disptab.h buffer.h window.h keyboard.h
$(INTERVAL_SRC
) \
1199 process.h coding.h
$(config_h
)
1201 macosx-app
: ${emacsapp}Contents
/MacOS
/Emacs \
1202 ${emacsapp}Contents
/Resources
/Emacs.rsrc
1204 ${emacsapp}Contents
/MacOS
/Emacs
: emacs
1205 if
[ -d
${emacsapp}Contents
/MacOS
/ ]; then true
; else \
1206 mkdir
${emacsapp}Contents
/MacOS
/; \
1208 cd
${emacsapp}Contents
/MacOS
/; cp ..
/..
/..
/..
/src
/emacs Emacs
1210 ${emacsapp}Contents
/Resources
/Emacs.rsrc
: ..
/mac
/src
/Emacs.r
1211 /Developer
/Tools
/Rez
-useDF
-o \
1212 ${emacsapp}Contents
/Resources
/Emacs.rsrc \
1213 /System
/Library
/Frameworks
/Carbon.framework
/Headers
/Carbon.r \
1217 ${libsrc}emacstool
: ${libsrc}emacstool.c
1218 cd
${libsrc}; ${MAKE} ${MFLAGS} emacstool
1220 rm -f bootstrap-emacs
1222 rm -f temacs prefix-args core
*.core \
#* *.o libXMenu11.a liblw.a
1224 rm -f bootstrap-emacs
1227 /**/# This is used in making a distribution.
1228 /**/# Do not use it on development directories!
1230 rm -f epaths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ..
/etc
/DOC-
*
1231 mv .
/.gdbinit .
/.gdbinit.save
1232 if
test -f
"${srcdir}/.gdbinit"; then
rm -f .
/.gdbinit.save
; \
1233 else mv .
/.gdbinit.save .
/.gdbinit
; fi
1234 maintainer-clean
: distclean
1235 @echo
"This command is intended for maintainers to use;"
1236 @echo
"it deletes files that may require special tools to rebuild."
1239 -rm -f emacs emacs-
* ..
/etc
/DOC
*
1240 extraclean
: distclean
1241 -rm -f
*~ \
#* m/?*~ s/?*~
1243 /* The rule for the
[sm
] files has to be written a little funny to
1244 avoid looking like a C comment to CPP.
*/
1245 SOURCES
= *.
[ch
] [sm
]/?
* COPYING Makefile.in \
1246 config.in epaths.in README COPYING ChangeLog vms.pp-trans
1248 chmod u
+w
$(SOURCES
)
1254 /* Arrange to make a
tags table TAGS-LISP for ..
/lisp
,
1255 plus TAGS for the C files
, which includes ..
/lisp
/TAGS by reference.
*/
1257 ctagsfiles1
= [xyzXYZ
]*.
[hc
]
1258 ctagsfiles2
= [a-wA-W
]*.
[hc
]
1260 TAGS
: $(srcdir)/$(ctagsfiles1
) $(srcdir)/$(ctagsfiles2
)
1261 ..
/lib-src
/etags
--include=TAGS-LISP
--include=${lwlibdir}/TAGS \
1262 --regex
='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \
1263 $(srcdir)/$(ctagsfiles1
) $(srcdir)/$(ctagsfiles2
)
1266 $(MAKE
) -f
${lispdir}Makefile TAGS-LISP ETAGS
=..
/lib-src
/etags
1269 (cd
$(lwlibdir
); $(MAKE
) -f
$(lwlibdir
)Makefile
tags ETAGS
=..
/lib-src
/etags
)
1271 tags: TAGS TAGS-LISP
$(lwlibdir
)TAGS
1275 /* Bootstrapping.
*/
1277 bootstrap
: bootstrap-emacs
1279 /* Dump an Emacs executable named bootstrap-emacs containing the
1280 files from loadup.el in source form.
*/
1282 bootstrap-emacs
: temacs
1284 ln temacs bootstrap-emacs
1287 .
/temacs
-nl
-batch
-l loadup bootstrap
1288 #else /* ! defined (HAVE_SHM) */
1289 .
/temacs
--batch
--load loadup bootstrap
1290 #endif /* ! defined (HAVE_SHM) */
1291 #endif /* ! defined (CANNOT_DUMP) */
1292 mv
-f emacs bootstrap-emacs