1 # Makefile for GNU Emacs.
2 # Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002,
3 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
4 # Free Software Foundation, Inc.
6 # This file is part of GNU Emacs.
8 # GNU Emacs is free software: you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation, either version 3 of the License, or
11 # (at your option) any later version.
13 # GNU Emacs is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22 # Note that this file is edited by msdos/sed1v2.inp for MSDOS. That
23 # script may need modifying in sync with changes made here. Try to
24 # avoid shell-ism because the DOS build has to use the DOS shell.
26 # Don't try to replace the cpp processing using autoconf facilities,
28 # Replacing a particular part of the conditionals to work via autoconf
30 # Some of the conditionals might be dead now. Finding them and
31 # deleting them would be fine.
34 # Here are the things that we expect ../configure to edit.
35 # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
37 abs_builddir
= @abs_builddir@
45 # Substitute an assignment for the MAKE variable, because
46 # BSD doesn't have it as a default.
48 # Don't use LIBS. configure puts stuff in it that either shouldn't be
49 # linked with Emacs or is duplicated by the cpp stuff below.
53 lispsource
= ${srcdir}/..
/lisp
/
56 oldXMenudir
= ..
/oldXMenu
/
60 # Configuration files for .o files to depend on.
61 M_FILE
= ${srcdir}/@machfile@
62 S_FILE
= ${srcdir}/@opsysfile@
63 config_h
= config.h
$(M_FILE
) $(S_FILE
)
65 bootstrap_exe
= ${abs_builddir}/bootstrap-emacs
${EXEEXT}
67 OTHER_FILES
= @OTHER_FILES@
71 ## Machine-specific CFLAGS.
72 C_SWITCH_MACHINE
=@C_SWITCH_MACHINE@
73 ## System-specific CFLAGS.
74 C_SWITCH_SYSTEM
=@C_SWITCH_SYSTEM@
76 ## Currently only set if NS_IMPL_GNUSTEP.
77 ## C_SWITCH_X_SITE may override this.
78 C_SWITCH_X_SYSTEM
=@C_SWITCH_X_SYSTEM@
80 ## Define C_SWITCH_X_SITE to contain any special flags your compiler
81 ## may need to deal with X Windows. For instance, if you've defined
82 ## HAVE_X_WINDOWS and your X include files aren't in a place that your
83 ## compiler can find on its own, you might want to add "-I/..." or
84 ## something similar. This is normally set by configure.
85 ## This is used before C_SWITCH_X_SYSTEM and may override it.
86 C_SWITCH_X_SITE
=@C_SWITCH_X_SITE@
88 ## Define LD_SWITCH_X_SITE to contain any special flags your loader
89 ## may need to deal with X Windows. For instance, if your X libraries
90 ## aren't in a place that your loader can find on its own, you might
91 ## want to add "-L/..." or something similar. Only used if
93 ## FIXME? configure sets a value for this, but it has never been
94 ## substituted in this or any other Makefile. Cf C_SWITCH_X_SITE.
97 ## This holds any special options for linking temacs only (ie, not
98 ## used by configure). Not used elsewhere because it sometimes
99 ## contains options that have to do with using Emacs's crt0,
100 ## which are only good with temacs.
101 LD_SWITCH_SYSTEM_TEMACS
=@LD_SWITCH_SYSTEM_TEMACS@
103 ## Next two must come before LD_SWITCH_SYSTEM.
104 ## If needed, a -R option that says where to find X windows at run time.
105 LD_SWITCH_X_SITE_AUX
=@LD_SWITCH_X_SITE_AUX@
106 ## As above, but using -rpath instead.
107 LD_SWITCH_X_SITE_AUX_RPATH
=@LD_SWITCH_X_SITE_AUX_RPATH@
109 ## System-specific LDFLAGS.
110 LD_SWITCH_SYSTEM
=@LD_SWITCH_SYSTEM@
111 LD_SWITCH_SYSTEM_EXTRA
=@LD_SWITCH_SYSTEM_EXTRA@
113 ## Flags to pass to ld only for temacs.
114 TEMACS_LDFLAGS
= $(LD_SWITCH_SYSTEM
) $(LD_SWITCH_SYSTEM_EXTRA
) $(LD_SWITCH_SYSTEM_TEMACS
)
116 ## Some systems define this to request special libraries.
117 LIBS_SYSTEM
=@LIBS_SYSTEM@
119 ## Where to find libgcc.a, if using gcc and necessary.
123 LIB_STANDARD
=@LIB_STANDARD@
134 LIBX_EXTRA
=$(LIBTIFF
) $(LIBJPEG
) $(LIBPNG
) $(LIBGIF
) $(LIBXPM
) -lX11
$(XFT_LIBS
)
136 FONTCONFIG_CFLAGS
= @FONTCONFIG_CFLAGS@
137 FONTCONFIG_LIBS
= @FONTCONFIG_LIBS@
138 FREETYPE_CFLAGS
= @FREETYPE_CFLAGS@
139 FREETYPE_LIBS
= @FREETYPE_LIBS@
140 LIBOTF_CFLAGS
= @LIBOTF_CFLAGS@
141 LIBOTF_LIBS
= @LIBOTF_LIBS@
142 M17N_FLT_CFLAGS
= @M17N_FLT_CFLAGS@
143 M17N_FLT_LIBS
= @M17N_FLT_LIBS@
145 DBUS_CFLAGS
= @DBUS_CFLAGS@
146 DBUS_LIBS
= @DBUS_LIBS@
147 DBUS_OBJ
= @DBUS_OBJ@
149 GCONF_CFLAGS
= @GCONF_CFLAGS@
150 GCONF_LIBS
= @GCONF_LIBS@
154 ## -ltermcap, or -lncurses, or -lcurses, or "".
155 LIBS_TERMCAP
=@LIBS_TERMCAP@
156 ## terminfo.o if TERMINFO, else tparam.o.
157 TERMCAP_OBJ
=@TERMCAP_OBJ@
165 ## $(LIBXMU) -lXt $(LIBXTR6) -lXext if USE_X_TOOLKIT, else $(LIBXSM).
166 ## Only used if HAVE_X_WINDOWS.
167 LIBXT_OTHER
=@LIBXT_OTHER@
169 XMENU_OBJ
=@XMENU_OBJ@
172 TOOLKIT_LIBW
=@TOOLKIT_LIBW@
175 CFLAGS_SOUND
= @CFLAGS_SOUND@
177 RSVG_LIBS
= @RSVG_LIBS@
178 RSVG_CFLAGS
= @RSVG_CFLAGS@
180 ## widget.o if USE_X_TOOLKIT, otherwise empty.
181 WIDGET_OBJ
=@WIDGET_OBJ@
183 ## sheap.o if CYGWIN, otherwise empty.
184 CYGWIN_OBJ
=@CYGWIN_OBJ@
187 NS_SUPPORT
=@NS_SUPPORT@
188 ## Next two only set if NS_IMPL_GNUSTEP.
189 GNU_OBJC_CFLAGS
=@GNU_OBJC_CFLAGS@
190 GNUSTEP_SYSTEM_LIBRARIES
=@GNUSTEP_SYSTEM_LIBRARIES@
192 ## Only used if HAVE_X_WINDOWS.
195 ## ${lispsource}mouse.elc if HAVE_GPM, otherwise empty.
196 ## Not used if HAVE_MOUSE.
197 GPM_MOUSE_SUPPORT
=@GPM_MOUSE_SUPPORT@
200 BASE_WINDOW_SUPPORT
=${lispsource}fringe.elc
${lispsource}image.elc \
201 ${lispsource}international
/fontset.elc
${lispsource}dnd.elc \
202 ${lispsource}tool-bar.elc
${lispsource}mwheel.elc
204 X_WINDOW_SUPPORT
=${lispsource}x-dnd.elc
${lispsource}term
/common-win.elc \
205 ${lispsource}term
/x-win.elc
${lispsource}dynamic-setting.elc
207 ## -lresolv, or empty.
208 LIBRESOLV
= @LIBRESOLV@
210 LIBSELINUX_LIBS
= @LIBSELINUX_LIBS@
212 INTERVALS_H
= dispextern.h intervals.h composite.h
214 GETLOADAVG_LIBS
= @GETLOADAVG_LIBS@
216 RUN_TEMACS
= `/bin/pwd`/temacs
218 START_FILES
= @START_FILES@
220 UNEXEC_OBJ
= @unexec@
222 # ========================== start of cpp stuff =======================
223 /* From here on
, comments must be done in C syntax.
*/
225 /* just to be sure the sh is used
*/
232 DEPFLAGS
= -MMD
-MF deps
/$*.d
235 /* Do not let the file name mktime.c
get messed up.
*/
240 /* Use HAVE_X11
as an alias for X11 in this file
241 to avoid problems with X11
as a subdirectory name
242 in
-I and other such options which pass through this file.
*/
249 /* On some machines
#define register is done in config;
250 do not let it interfere with this file.
*/
253 #ifdef NS_IMPL_GNUSTEP
254 /* Pull in stuff from GNUstep-make.
*/
257 include @GNUSTEP_MAKEFILES@
/Additional
/base.make
258 include @GNUSTEP_MAKEFILES@
/Additional
/gui.make
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_SYSTEM
274 since it may have
-I options that should
override those.
*/
275 /* MYCPPFLAGS only referenced in etc
/DEBUG.
*/
276 ALL_CFLAGS
=-Demacs
-DHAVE_CONFIG_H
$(MYCPPFLAGS
) -I.
-I
${srcdir} ${C_SWITCH_MACHINE} ${C_SWITCH_SYSTEM} ${C_SWITCH_X_SITE} ${C_SWITCH_X_SYSTEM} ${CFLAGS_SOUND} ${RSVG_CFLAGS} ${DBUS_CFLAGS} ${GCONF_CFLAGS} ${CFLAGS} ${FREETYPE_CFLAGS} ${FONTCONFIG_CFLAGS} ${LIBOTF_CFLAGS} ${M17N_FLT_CFLAGS} ${DEPFLAGS}
277 ALL_OBJC_CFLAGS
=$(ALL_CFLAGS
) $(GNU_OBJC_CFLAGS
)
282 @
-test -d deps || mkdir deps
284 $(CC
) -c
$(CPPFLAGS
) $(ALL_CFLAGS
) $<
287 @
-test -d deps || mkdir deps
289 $(CC
) -c
$(CPPFLAGS
) $(ALL_OBJC_CFLAGS
) $<
291 #ifdef HAVE_X_WINDOWS
294 LIBXT
=$(TOOLKIT_LIBW
) $(LIBXT_OTHER
)
295 LIBX_BASE
=$(LIBXMENU
) $(LD_SWITCH_X_SITE
)
296 LIBX_OTHER
=@LIBX_OTHER@
297 FONT_DRIVERS
=$(FONT_OBJ
)
298 #endif /* HAVE_X_WINDOWS */
301 /* A macro which other sections of Makefile can redefine to munge the
302 flags before they are passed to LD. This is helpful if you have
303 redefined LD to something odd
, like
"gcc".
304 (The YMF
prefix is a holdover from the old name
"ymakefile".
) */
305 #define YMF_PASS_LDFLAGS(flags) flags
311 #else /* not ORDINARY_LINK */
312 GNULIB_VAR
= $(LIB_GCC
)
314 /* Fix linking if compiled with GCC.
*/
315 #if defined (__GNUC__) && ! defined (LINKER)
316 /* Versions of GCC
>= 2.0 put their library
, libgcc.a
, in obscure
317 places that are difficult to figure out at make time. Fortunately
,
318 these same versions allow you to pass arbitrary flags on to the
319 linker
, so there is no reason not to use it
as a linker.
321 Well
, it is not quite perfect. The
"-nostdlib" keeps GCC from
322 searching for libraries in its internal directories
, so we have to
323 ask GCC explicitly where to find libgcc.a.
*/
324 #define LINKER $(CC) -nostdlib
325 /* GCC passes any argument prefixed with
-Xlinker directly to the linker.
326 See prefix-args.c for an explanation of why we do not do this with the
327 shell''s
``for
'' construct. Note that sane people do not have
'.' in
328 their paths
, so we must use .
/prefix-args.
*/
329 #undef YMF_PASS_LDFLAGS
330 #define YMF_PASS_LDFLAGS(flags) `./prefix-args -Xlinker flags`
331 #endif /* defined (__GNUC__) && ! defined (LINKER) */
335 #else /* not LINKER */
337 #endif /* not LINKER */
339 #endif /* not ORDINARY_LINK */
343 #ifdef HAVE_X_WINDOWS
344 MSDOS_OBJ
= dosfns.o msdos.o
346 MSDOS_OBJ
= dosfns.o msdos.o w16select.o termcap.o
351 ns_appdir
=@ns_appdir@
/
352 ns_appbindir
=@ns_appbindir@
/
353 ns_appresdir
=@ns_appresdir@
/
354 ns_appsrc
=@ns_appsrc@
357 /* lastfile must follow
all files
358 whose initialized data areas should be dumped
as pure by dump-emacs.
*/
359 obj
= dispnew.o frame.o scroll.o xdisp.o menu.o
$(XMENU_OBJ
) window.o \
360 charset.o coding.o category.o ccl.o character.o chartab.o bidi.o \
361 cm.o term.o terminal.o xfaces.o
$(XOBJ
) $(GTK_OBJ
) $(DBUS_OBJ
) \
362 emacs.o keyboard.o macros.o keymap.o sysdep.o \
363 buffer.o filelock.o insdel.o marker.o \
364 minibuf.o fileio.o dired.o filemode.o \
365 cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \
366 alloc.o data.o doc.o editfns.o callint.o \
367 eval.o floatfns.o fns.o font.o
print.o lread.o \
368 syntax.o
$(UNEXEC_OBJ
) bytecode.o \
369 process.o callproc.o \
370 region-cache.o sound.o atimer.o \
371 doprnt.o strftime.o intervals.o textprop.o composite.o md5.o \
372 $(MSDOS_OBJ
) $(NS_OBJ
) $(CYGWIN_OBJ
) $(FONT_DRIVERS
)
374 /* Object files used on some machine or other.
375 These go in the DOC file on
all machines
376 in case they are needed there.
*/
377 SOME_MACHINE_OBJECTS
= dosfns.o msdos.o \
378 xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
379 fontset.o dbusbind.o \
380 nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o \
381 w32.o w32console.o w32fns.o w32heap.o w32inevt.o \
382 w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o
$(FONT_DRIVERS
)
387 #ifndef SYSTEM_MALLOC
388 #ifndef DOUG_LEA_MALLOC
389 gmallocobj
= gmalloc.o
396 vmlimitobj
= vm-limit.o
397 #endif /* !SYSTEM_MALLOC */
399 /* Empty on Cygwin
, lastfile.o elsewhere.
*/
400 PRE_ALLOC_OBJ
=@PRE_ALLOC_OBJ@
401 /* lastfile.o vm-limit.o on Cygwin
, $vmlimitobj elsewhere.
*/
402 POST_ALLOC_OBJ
=@POST_ALLOC_OBJ@
404 /* List of object files that make-docfile should not be told about.
*/
405 otherobj
= $(TERMCAP_OBJ
) $(PRE_ALLOC_OBJ
) $(gmallocobj
) $(rallocobj
) \
406 $(POST_ALLOC_OBJ
) $(WIDGET_OBJ
) $(LIBOBJS
)
409 #define MOUSE_SUPPORT ${lispsource}mouse.elc \
410 ${lispsource}select.elc
${lispsource}scroll-bar.elc
412 #define MOUSE_SUPPORT $(GPM_MOUSE_SUPPORT)
416 #define MSDOS_SUPPORT ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \
417 ${lispsource}dos-fns.elc
${lispsource}dos-w32.elc
${lispsource}dos-vars.elc \
418 ${lispsource}term
/internal.elc
${lispsource}term
/pc-win.elc
421 #define MSDOS_SUPPORT
424 #ifdef HAVE_WINDOW_SYSTEM
425 #define TOOLTIP_SUPPORT ${lispsource}tooltip.elc
426 #ifdef HAVE_X_WINDOWS
427 #define WINDOW_SUPPORT $(BASE_WINDOW_SUPPORT) $(X_WINDOW_SUPPORT)
429 #define WINDOW_SUPPORT $(BASE_WINDOW_SUPPORT)
430 #endif /* HAVE_X_WINDOWS */
432 #define TOOLTIP_SUPPORT
433 #define WINDOW_SUPPORT
434 #endif /* HAVE_WINDOW_SYSTEM */
436 /* This is the platform-specific list of Lisp files loaded into the
437 dumped Emacs. It is arranged like this because it is easier to generate
438 it semi-mechanically from loadup.el this way.
440 Note that this list should not
include lisp files which might not
441 be present
, like site-load.el and site-init.el
; this makefile
442 expects them
all to be either present or buildable.
444 Files which are loaded unconditionally
(i.e.
, on
all platforms
) should
445 also be in shortlisp. Files which are loaded conditionally
(i.e.
, only
446 on some platforms
) should instead be in SOME_MACHINE_LISP.
*/
448 /* Place loaddefs.el first
, so it gets generated first
, since it is on
449 the critical path
(relevant in parallel compilations
).
*/
452 ${lispsource}loaddefs.el \
453 ${lispsource}abbrev.elc \
454 ${lispsource}buff-menu.elc \
455 ${lispsource}button.elc \
456 ${lispsource}emacs-lisp
/byte-run.elc \
457 ${lispsource}composite.elc \
458 ${lispsource}cus-face.elc \
459 ${lispsource}cus-start.elc \
460 ${lispsource}custom.elc \
461 ${lispsource}emacs-lisp
/backquote.elc \
462 ${lispsource}emacs-lisp
/lisp-mode.elc \
463 ${lispsource}emacs-lisp
/lisp.elc \
464 ${lispsource}env.elc \
465 ${lispsource}faces.elc \
466 ${lispsource}files.elc \
467 ${lispsource}format.elc \
468 ${lispsource}facemenu.elc \
470 ${lispsource}emacs-lisp
/float-sup.elc \
471 ${lispsource}frame.elc \
472 ${lispsource}help.elc \
473 ${lispsource}indent.elc \
474 ${lispsource}isearch.elc \
475 ${lispsource}rfn-eshadow.elc \
476 ${lispsource}loadup.el \
477 ${lispsource}bindings.elc \
478 ${lispsource}emacs-lisp
/map-ynp.elc \
479 ${lispsource}menu-bar.elc \
480 ${lispsource}international
/mule.elc \
481 ${lispsource}international
/mule-conf.elc \
482 ${lispsource}international
/mule-cmds.elc \
483 ${lispsource}international
/characters.elc \
484 ${lispsource}international
/charprop.el \
485 ${lispsource}case-table.elc \
486 ${lispsource}language
/chinese.elc \
487 ${lispsource}language
/cyrillic.elc \
488 ${lispsource}language
/indian.elc \
489 ${lispsource}language
/sinhala.el \
490 ${lispsource}language
/english.el \
491 ${lispsource}language
/ethiopic.elc \
492 ${lispsource}language
/european.elc \
493 ${lispsource}language
/czech.el \
494 ${lispsource}language
/slovak.el \
495 ${lispsource}language
/romanian.el \
496 ${lispsource}language
/greek.el \
497 ${lispsource}language
/hebrew.el \
498 ${lispsource}language
/japanese.el \
499 ${lispsource}language
/korean.el \
500 ${lispsource}language
/lao.el \
501 ${lispsource}language
/cham.el \
502 ${lispsource}language
/tai-viet.el \
503 ${lispsource}language
/thai.el \
504 ${lispsource}language
/tibetan.elc \
505 ${lispsource}language
/vietnamese.elc \
506 ${lispsource}language
/misc-lang.el \
507 ${lispsource}language
/utf-8-lang.el \
508 ${lispsource}language
/georgian.el \
509 ${lispsource}language
/khmer.el \
510 ${lispsource}language
/burmese.el \
511 ${lispsource}paths.el \
512 ${lispsource}register.elc \
513 ${lispsource}replace.elc \
514 ${lispsource}simple.elc \
515 ${lispsource}minibuffer.elc \
516 ${lispsource}startup.elc \
517 ${lispsource}subr.elc \
518 ${lispsource}term
/tty-colors.elc \
519 ${lispsource}font-core.elc \
520 ${lispsource}emacs-lisp
/syntax.elc \
521 ${lispsource}font-lock.elc \
522 ${lispsource}jit-lock.elc \
523 ${lispsource}textmodes
/fill.elc \
524 ${lispsource}textmodes
/page.elc \
525 ${lispsource}textmodes
/paragraphs.elc \
526 ${lispsource}textmodes
/text-mode.elc \
527 ${lispsource}emacs-lisp
/timer.elc \
528 ${lispsource}jka-cmpr-hook.elc \
529 ${lispsource}vc-hooks.elc \
530 ${lispsource}ediff-hook.elc \
531 ${lispsource}epa-hook.elc \
536 ${lispsource}widget.elc \
537 ${lispsource}window.elc \
538 ${lispsource}version.el
540 /* List of relative names for those files from
$lisp that are loaded
541 unconditionally
(i.e. on
all platforms
). Files from
$lisp that
542 are only loaded on some platforms should instead be placed in
543 SOME_MACHINE_LISP. The only reason this variable exists is to prevent
544 the make-docfile command-line getting too long for some systems.
*/
546 ..
/lisp
/loaddefs.el \
548 ..
/lisp
/buff-menu.elc \
550 ..
/lisp
/emacs-lisp
/byte-run.elc \
551 ..
/lisp
/composite.elc \
552 ..
/lisp
/cus-face.elc \
553 ..
/lisp
/cus-start.elc \
555 ..
/lisp
/emacs-lisp
/backquote.elc \
556 ..
/lisp
/emacs-lisp
/lisp-mode.elc \
557 ..
/lisp
/emacs-lisp
/lisp.elc \
558 ..
/lisp
/facemenu.elc \
561 ..
/lisp
/emacs-lisp
/float-sup.elc \
566 ..
/lisp
/isearch.elc \
567 ..
/lisp
/rfn-eshadow.elc \
569 ..
/lisp
/bindings.elc \
570 ..
/lisp
/emacs-lisp
/map-ynp.elc \
572 ..
/lisp
/international
/mule.elc \
573 ..
/lisp
/international
/mule-conf.elc \
574 ..
/lisp
/international
/mule-cmds.elc \
575 ..
/lisp
/international
/characters.elc \
576 ..
/lisp
/case-table.elc \
577 ..
/lisp
/language
/chinese.elc \
578 ..
/lisp
/language
/cyrillic.elc \
579 ..
/lisp
/language
/indian.elc \
580 ..
/lisp
/language
/sinhala.el \
581 ..
/lisp
/language
/english.el \
582 ..
/lisp
/language
/ethiopic.elc \
583 ..
/lisp
/language
/european.elc \
584 ..
/lisp
/language
/czech.el \
585 ..
/lisp
/language
/slovak.el \
586 ..
/lisp
/language
/romanian.el \
587 ..
/lisp
/language
/greek.el \
588 ..
/lisp
/language
/hebrew.el \
589 ..
/lisp
/language
/japanese.el \
590 ..
/lisp
/language
/korean.el \
591 ..
/lisp
/language
/lao.el \
592 ..
/lisp
/language
/cham.el \
593 ..
/lisp
/language
/tai-viet.el \
594 ..
/lisp
/language
/thai.el \
595 ..
/lisp
/language
/tibetan.elc \
596 ..
/lisp
/language
/vietnamese.elc \
597 ..
/lisp
/language
/misc-lang.el \
598 ..
/lisp
/language
/utf-8-lang.el \
599 ..
/lisp
/language
/georgian.el \
600 ..
/lisp
/language
/khmer.el \
601 ..
/lisp
/language
/burmese.el \
602 ..
/lisp
/menu-bar.elc \
604 ..
/lisp
/register.elc \
605 ..
/lisp
/replace.elc \
607 ..
/lisp
/minibuffer.elc \
608 ..
/lisp
/startup.elc \
610 ..
/lisp
/term
/tty-colors.elc \
611 ..
/lisp
/font-core.elc \
612 ..
/lisp
/emacs-lisp
/syntax.elc \
613 ..
/lisp
/font-lock.elc \
614 ..
/lisp
/jit-lock.elc \
615 ..
/lisp
/textmodes
/fill.elc \
616 ..
/lisp
/textmodes
/page.elc \
617 ..
/lisp
/textmodes
/paragraphs.elc \
618 ..
/lisp
/textmodes
/text-mode.elc \
619 ..
/lisp
/emacs-lisp
/timer.elc \
620 ..
/lisp
/vc-hooks.elc \
621 ..
/lisp
/jka-cmpr-hook.elc \
622 ..
/lisp
/ediff-hook.elc \
623 ..
/lisp
/epa-hook.elc \
628 /* Like
$shortlisp, but includes only those files from
$lisp that are loaded
629 conditionally
(i.e.
, only on some platforms
).
*/
630 SOME_MACHINE_LISP
= ..
/lisp
/mouse.elc \
631 ..
/lisp
/select.elc ..
/lisp
/scroll-bar.elc \
632 ..
/lisp
/ls-lisp.elc ..
/lisp
/dos-fns.elc \
633 ..
/lisp
/w32-fns.elc ..
/lisp
/dos-w32.elc \
634 ..
/lisp
/disp-table.elc ..
/lisp
/dos-vars.elc \
635 ..
/lisp
/tooltip.elc ..
/lisp
/image.elc \
636 ..
/lisp
/fringe.elc ..
/lisp
/dnd.elc \
637 ..
/lisp
/mwheel.elc ..
/lisp
/tool-bar.elc \
638 ..
/lisp
/x-dnd.elc ..
/lisp
/dynamic-setting.elc \
639 ..
/lisp
/international
/ccl.elc \
640 ..
/lisp
/international
/fontset.elc \
642 ..
/lisp
/term
/common-win.elc \
643 ..
/lisp
/term
/x-win.elc \
644 ..
/lisp
/term
/pc-win.elc ..
/lisp
/term
/internal.elc \
645 ..
/lisp
/term
/ns-win.elc ..
/lisp
/term
/w32-win.elc \
646 ..
/lisp
/emacs-lisp
/easymenu.elc
648 /* Construct full set of libraries to be linked.
649 Note that SunOS needs
-lm to come before
-lc
; otherwise
, you
get
650 duplicated symbols. If the standard libraries were compiled
651 with GCC
, we might need gnulib again after them.
*/
653 LIBES
= $(LOADLIBES
) $(LIBS
) $(LIBX_BASE
) $(LIBX_OTHER
) $(LIBSOUND
) \
654 $(RSVG_LIBS
) $(DBUS_LIBS
) $(LIBGPM
) $(LIBRESOLV
) $(LIBS_SYSTEM
) \
655 $(LIBS_TERMCAP
) $(GETLOADAVG_LIBS
) ${GCONF_LIBS} ${LIBSELINUX_LIBS} \
656 $(FREETYPE_LIBS
) $(FONTCONFIG_LIBS
) $(LIBOTF_LIBS
) $(M17N_FLT_LIBS
) \
657 $(GNULIB_VAR
) $(LIB_MATH
) $(LIB_STANDARD
) $(GNULIB_VAR
)
659 all: emacs
${EXEEXT} $(OTHER_FILES
)
661 emacs
${EXEEXT}: temacs
${EXEEXT} ${etc}DOC
${lisp}
664 ln temacs
${EXEEXT} emacs
${EXEEXT}
665 -EMACSLOADPATH
=${lispsource} .
/emacs
-q
-batch
-f list-load-path-shadows
667 LC_ALL
=C
$(RUN_TEMACS
) -batch
-l loadup dump
668 @
: This new Emacs is
as functional and more efficient then
669 @
: bootstrap-emacs
, so let us replace it.
670 -ln
-f emacs
${EXEEXT} bootstrap-emacs
${EXEEXT}
671 -.
/emacs
-q
-batch
-f list-load-path-shadows
672 #endif /* ! defined (CANNOT_DUMP) */
674 /* We run make-docfile twice because the command line may
get too long
676 /* ${SOME_MACHINE_OBJECTS} comes before
${obj} because some files may
677 or may not be included in
${obj}, but they are always included in
678 ${SOME_MACHINE_OBJECTS}. Since a file is processed when it is mentioned
679 for the first time
, this prevents any variation between configurations
680 in the contents of the DOC file.
681 Likewise for
${SOME_MACHINE_LISP}.
*/
682 /* Most of this Makefile refers to Lisp files via
${lispsource}, so
683 we also use
${lisp} rather than
${shortlisp} for the dependency since
684 the Makefile uses string equality to decide when we talk about identical
685 files. Apparently we pass
${shortlisp} rather than
${lisp} to make-docfile
686 only in order to reduce the command line length.
--Stef
*/
687 ${etc}DOC
: ${libsrc}make-docfile
${EXEEXT} ${obj} ${lisp} ${SOME_MACHINE_LISP}
689 ${libsrc}make-docfile
-d
${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC
690 ${libsrc}make-docfile
-a
${etc}DOC
-d
${srcdir} ${SOME_MACHINE_LISP} ${shortlisp}
692 ${libsrc}make-docfile
${EXEEXT}:
693 cd
${libsrc}; ${MAKE} ${MFLAGS} make-docfile
${EXEEXT}
696 echo
"#define BUILDOBJ \"${obj} ${otherobj} " "\"" > buildobj.h
698 /* FIXME LOCALCPP not defined or mentioned anywhere.
*/
699 temacs
${EXEEXT}: $(LOCALCPP
) $(START_FILES
) stamp-oldxmenu
${obj} ${otherobj} prefix-args
${EXEEXT}
700 #ifdef NS_IMPL_GNUSTEP
701 $(CC
) -rdynamic YMF_PASS_LDFLAGS
( ${TEMACS_LDFLAGS} \
702 -L
$(GNUSTEP_SYSTEM_LIBRARIES
) -lgnustep-gui
-lgnustep-base \
703 -lobjc
$(CONFIG_SYSTEM_LIBS
) -lpthread
) -o temacs \
704 ${obj} ${otherobj} ${LIBES}
706 $(LD
) YMF_PASS_LDFLAGS
(${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS
) \
707 -o temacs
${START_FILES} ${obj} ${otherobj} \
711 prefix-args
${EXEEXT}: prefix-args.o
$(config_h
)
712 $(CC
) $(LDFLAGS
) prefix-args.o
-o prefix-args
714 #if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS) && ! defined (USE_GTK)
716 /* We use stamp-xmenu with these two deps
717 to both ensure that lwlib gets remade based on its dependencies
719 and remake temacs if lwlib gets changed by this.
*/
720 stamp-oldxmenu
: ${OLDXMENU} ..
/src
/$(OLDXMENU
)
722 /* Supply an ordering for parallel make.
*/
723 ..
/src
/$(OLDXMENU
): ${OLDXMENU}
726 $(OLDXMENU
): really-lwlib
729 cd
${lwlibdir}; ${MAKE} ${MFLAGS} \
730 CC
='${CC}' CFLAGS
='${CFLAGS}' MAKE
='${MAKE}'
731 @true
/* make
-t should not create really-lwlib.
*/
733 #else /* not USE_X_TOOLKIT */
734 $(OLDXMENU
): really-oldXMenu
737 cd
${oldXMenudir}; ${MAKE} ${MFLAGS} \
738 CC
='${CC}' CFLAGS
='${CFLAGS}' MAKE
='${MAKE}'
739 @true
/* make
-t should not create really-oldXMenu.
*/
740 .PHONY
: really-oldXMenu
741 #endif /* not USE_X_TOOLKIT */
742 #else /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS && ! USE_GTK) */
744 /* We don
''t really need this
, but satisfy the dependency.
*/
747 #endif /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS && ! USE_GTK) */
749 ..
/config.status
:: epaths.in
750 @echo
"The file epaths.h needs to be set up from epaths.in."
751 @echo
"Please run the `configure' script again."
754 ..
/config.status
:: config.in
755 @echo
"The file config.h needs to be set up from config.in."
756 @echo
"Please run the `configure' script again."
759 ecrt0.o
: ecrt0.c
$(config_h
)
761 @
-test -d deps || mkdir deps
763 $(CC
) -c
$(ALL_CFLAGS
) ${srcdir}/ecrt0.c
768 /* FIXME some of these dependencies are platform-specific.
769 Eg callproc.c only depends on w32.h for WINDOWSNT builds.
770 One way to fix this would be to replace w32.h
(etc
) by
$(W32_H
),
771 a variable set by configure. Does not seem worth the trouble.
773 nsgui.h
: In fact
, every .o file depends directly or indirectly on
774 dispextern.h and hence nsgui.h under NS. But the ones that actually
775 use stuff there are more limited.
*/
776 atimer.o
: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \
778 bidi.o
: bidi.c buffer.h character.h dispextern.h lisp.h
$(config_h
)
779 buffer.o
: buffer.c buffer.h region-cache.h commands.h window.h \
780 $(INTERVALS_H
) blockinput.h atimer.h systime.h character.h \
781 indent.h keyboard.h coding.h keymap.h frame.h lisp.h
$(config_h
)
782 callint.o
: callint.c window.h commands.h buffer.h keymap.h \
783 keyboard.h dispextern.h systime.h coding.h composite.h lisp.h
$(config_h
)
784 callproc.o
: callproc.c epaths.h buffer.h commands.h lisp.h
$(config_h
) \
785 process.h systty.h syssignal.h character.h coding.h ccl.h msdos.h \
786 composite.h w32.h blockinput.h atimer.h systime.h frame.h termhooks.h \
788 casefiddle.o
: casefiddle.c syntax.h commands.h buffer.h character.h \
789 composite.h keymap.h lisp.h
$(config_h
)
790 casetab.o
: casetab.c buffer.h character.h lisp.h
$(config_h
)
791 category.o
: category.c category.h buffer.h charset.h keymap.h \
792 character.h lisp.h
$(config_h
)
793 ccl.o
: ccl.c ccl.h charset.h character.h coding.h composite.h lisp.h
$(config_h
)
794 character.o
: character.c character.h buffer.h charset.h composite.h disptab.h \
796 charset.o
: charset.c charset.h character.h buffer.h coding.h composite.h \
797 disptab.h lisp.h
$(config_h
)
798 chartab.o
: charset.h character.h ccl.h lisp.h
$(config_h
)
799 coding.o
: coding.c coding.h ccl.h buffer.h character.h charset.h composite.h \
800 window.h dispextern.h frame.h termhooks.h lisp.h
$(config_h
)
801 cm.o
: cm.c frame.h cm.h termhooks.h termchar.h dispextern.h lisp.h
$(config_h
)
802 cmds.o
: cmds.c syntax.h buffer.h character.h commands.h window.h lisp.h
$(config_h
) \
803 msdos.h dispextern.h keyboard.h keymap.h systime.h coding.h frame.h \
805 pre-crt0.o
: pre-crt0.c
806 dbusbind.o
: dbusbind.c termhooks.h frame.h keyboard.h lisp.h
$(config_h
)
807 dired.o
: dired.c commands.h buffer.h lisp.h
$(config_h
) character.h charset.h \
808 coding.h regex.h systime.h blockinput.h atimer.h composite.h
809 dispnew.o
: dispnew.c systime.h commands.h process.h frame.h coding.h \
810 window.h buffer.h termchar.h termopts.h termhooks.h cm.h \
811 disptab.h indent.h
$(INTERVALS_H
) nsgui.h \
812 xterm.h blockinput.h atimer.h character.h msdos.h keyboard.h \
813 syssignal.h lisp.h
$(config_h
)
814 doc.o
: doc.c lisp.h
$(config_h
) epaths.h buffer.h keyboard.h keymap.h \
815 character.h systime.h coding.h composite.h
816 doprnt.o
: doprnt.c character.h lisp.h
$(config_h
)
817 dosfns.o
: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \
818 msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \
820 editfns.o
: editfns.c window.h buffer.h systime.h
$(INTERVALS_H
) character.h \
821 coding.h frame.h blockinput.h atimer.h lisp.h
$(config_h
)
822 emacs.o
: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
823 termhooks.h buffer.h atimer.h systime.h
$(INTERVALS_H
) lisp.h
$(config_h
) \
824 window.h dispextern.h keyboard.h keymap.h frame.h coding.h
825 fileio.o
: fileio.c window.h buffer.h systime.h
$(INTERVALS_H
) character.h \
826 coding.h msdos.h blockinput.h atimer.h lisp.h
$(config_h
) frame.h commands.h
827 filelock.o
: filelock.c buffer.h character.h coding.h systime.h composite.h \
829 filemode.o
: filemode.c
$(config_h
)
830 frame.o
: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
831 blockinput.h atimer.h systime.h buffer.h character.h fontset.h font.h \
832 msdos.h dosfns.h dispextern.h w32term.h nsgui.h termchar.h coding.h \
833 composite.h lisp.h
$(config_h
) termhooks.h ccl.h
834 fringe.o
: fringe.c dispextern.h nsgui.h frame.h window.h buffer.h termhooks.h \
835 blockinput.h atimer.h systime.h lisp.h
$(config_h
)
836 font.o
: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \
837 font.h lisp.h
$(config_h
) buffer.h composite.h fontset.h xterm.h nsgui.h
838 ftfont.o
: dispextern.h frame.h character.h charset.h composite.h font.h \
839 lisp.h
$(config_h
) blockinput.h atimer.h systime.h coding.h fontset.h \
841 fontset.o
: fontset.c fontset.h ccl.h buffer.h character.h \
842 charset.h frame.h keyboard.h termhooks.h font.h lisp.h
$(config_h
) \
843 blockinput.h atimer.h systime.h coding.h
$(INTERVALS_H
) nsgui.h \
845 getloadavg.o
: getloadavg.c
$(config_h
)
846 gtkutil.o
: gtkutil.c gtkutil.h xterm.h lisp.h frame.h lisp.h
$(config_h
) \
847 blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h \
848 charset.h coding.h syssignal.h dispextern.h composite.h
849 image.o
: image.c frame.h window.h dispextern.h blockinput.h atimer.h \
850 systime.h xterm.h w32term.h w32gui.h font.h epaths.h character.h coding.h \
851 nsterm.h nsgui.h lisp.h
$(config_h
) composite.h termhooks.h ccl.h
852 indent.o
: indent.c frame.h window.h indent.h buffer.h lisp.h
$(config_h
) termchar.h \
853 termopts.h disptab.h region-cache.h character.h category.h \
854 keyboard.h systime.h coding.h
$(INTERVALS_H
)
855 insdel.o
: insdel.c window.h buffer.h
$(INTERVALS_H
) blockinput.h character.h \
856 dispextern.h atimer.h systime.h region-cache.h lisp.h
$(config_h
)
857 keyboard.o
: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \
858 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
859 systime.h syntax.h
$(INTERVALS_H
) blockinput.h atimer.h composite.h \
860 xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h nsgui.h coding.h \
862 keymap.o
: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
863 atimer.h systime.h puresize.h character.h charset.h
$(INTERVALS_H
) keymap.h window.h \
864 coding.h frame.h lisp.h
$(config_h
)
865 lastfile.o
: lastfile.c
$(config_h
)
866 macros.o
: macros.c window.h buffer.h commands.h macros.h keyboard.h \
867 dispextern.h lisp.h
$(config_h
) systime.h coding.h composite.h
868 gmalloc.o
: gmalloc.c
$(config_h
)
869 ralloc.o
: ralloc.c lisp.h
$(config_h
)
870 vm-limit.o
: vm-limit.c mem-limits.h lisp.h
$(config_h
)
871 marker.o
: marker.c buffer.h character.h lisp.h
$(config_h
)
872 md5.o
: md5.c md5.h
$(config_h
)
873 minibuf.o
: minibuf.c syntax.h frame.h window.h keyboard.h systime.h \
874 buffer.h commands.h character.h msdos.h
$(INTERVALS_H
) keymap.h \
875 termhooks.h lisp.h
$(config_h
) coding.h
876 mktime.o
: mktime.c
$(config_h
)
877 msdos.o
: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
878 termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \
879 keyboard.h
$(INTERVALS_H
) buffer.h commands.h blockinput.h atimer.h lisp.h
$(config_h
)
880 nsfns.o
: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \
881 dispextern.h fontset.h
$(INTERVALS_H
) keyboard.h blockinput.h \
882 atimer.h systime.h epaths.h termhooks.h coding.h systime.h lisp.h
$(config_h
)
883 nsfont.o
: nsterm.h dispextern.h frame.h lisp.h lisp.h
$(config_h
)
884 nsimage.o
: nsimage.m nsterm.h lisp.h
$(config_h
)
885 nsmenu.o
: nsmenu.m termhooks.h frame.h window.h dispextern.h \
886 nsgui.h keyboard.h blockinput.h atimer.h systime.h buffer.h \
887 nsterm.h lisp.h
$(config_h
)
888 nsterm.o
: nsterm.m blockinput.h atimer.h systime.h syssignal.h nsterm.h \
889 nsgui.h frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h \
890 termopts.h termchar.h disptab.h buffer.h window.h keyboard.h \
891 $(INTERVALS_H
) process.h coding.h lisp.h
$(config_h
)
892 nsselect.o
: nsselect.m blockinput.h nsterm.h nsgui.h frame.h lisp.h
$(config_h
)
893 process.o
: process.c process.h buffer.h window.h termhooks.h termopts.h \
894 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \
895 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \
896 keyboard.h lisp.h
$(config_h
) character.h xgselect.h sysselect.h
897 regex.o
: regex.c syntax.h buffer.h lisp.h
$(config_h
) regex.h category.h character.h
898 region-cache.o
: region-cache.c buffer.h region-cache.h lisp.h
$(config_h
)
899 scroll.o
: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \
900 termhooks.h lisp.h
$(config_h
) systime.h coding.h composite.h window.h
901 search.o
: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
902 blockinput.h atimer.h systime.h category.h character.h charset.h \
905 sound.o
: sound.c dispextern.h syssignal.h lisp.h
$(config_h
) atimer.h systime.h
906 strftime.o
: strftime.c
$(config_h
)
907 syntax.o
: syntax.c syntax.h buffer.h commands.h category.h character.h \
908 keymap.h regex.h
$(INTERVALS_H
) lisp.h
$(config_h
)
909 sysdep.o
: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
910 process.h dispextern.h termhooks.h termchar.h termopts.h coding.h \
911 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h
$(config_h
) \
913 term.o
: term.c termchar.h termhooks.h termopts.h lisp.h
$(config_h
) cm.h frame.h \
914 disptab.h keyboard.h character.h charset.h coding.h ccl.h xterm.h \
915 msdos.h window.h keymap.h blockinput.h atimer.h systime.h systty.h \
916 syssignal.h
$(INTERVALS_H
) buffer.h
917 termcap.o
: termcap.c lisp.h
$(config_h
)
918 terminal.o
: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \
919 keyboard.h lisp.h
$(config_h
) dispextern.h composite.h systime.h
920 terminfo.o
: terminfo.c lisp.h
$(config_h
)
921 tparam.o
: tparam.c lisp.h
$(config_h
)
922 undo.o
: undo.c buffer.h commands.h window.h dispextern.h lisp.h
$(config_h
)
923 unexaix.o
: unexaix.c lisp.h
$(config_h
)
924 unexalpha.o
: unexalpha.c
$(config_h
)
925 unexcw.o
: unexcw.c lisp.h
$(config_h
)
926 unexec.o
: unexec.c lisp.h
$(config_h
)
927 unexelf.o
: unexelf.c
$(config_h
)
928 unexhp9k800.o
: unexhp9k800.c
$(config_h
)
929 unexmacosx.o
: unexmacosx.c
$(config_h
)
930 unexsol.o
: unexsol.c lisp.h
$(config_h
)
931 unexw32.o
: unexw32.c
$(config_h
)
932 w16select.o
: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \
933 msdos.h buffer.h charset.h coding.h composite.h lisp.h
$(config_h
)
934 widget.o
: widget.c xterm.h frame.h dispextern.h widgetprv.h \
935 $(srcdir)/..
/lwlib
/lwlib.h lisp.h
$(config_h
)
936 window.o
: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
937 disptab.h keyboard.h msdos.h coding.h termhooks.h \
938 keymap.h blockinput.h atimer.h systime.h
$(INTERVALS_H
) \
939 xterm.h w32term.h nsterm.h nsgui.h lisp.h
$(config_h
)
940 xdisp.o
: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h \
941 coding.h termchar.h frame.h window.h disptab.h termhooks.h character.h \
942 charset.h lisp.h
$(config_h
) keyboard.h
$(INTERVALS_H
) region-cache.h \
943 xterm.h w32term.h nsterm.h nsgui.h msdos.h composite.h fontset.h ccl.h \
944 blockinput.h atimer.h systime.h keymap.h font.h
945 xfaces.o
: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
946 window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \
947 systime.h keyboard.h fontset.h w32term.h nsterm.h coding.h ccl.h \
948 $(INTERVALS_H
) nsgui.h termchar.h termhooks.h font.h lisp.h
$(config_h
)
949 xfns.o
: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
950 $(srcdir)/..
/lwlib
/lwlib.h blockinput.h atimer.h systime.h epaths.h \
951 character.h charset.h coding.h gtkutil.h lisp.h
$(config_h
) termhooks.h \
952 fontset.h termchar.h font.h xsettings.h
$(INTERVALS_H
) ccl.h
953 xfont.o
: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \
954 font.h lisp.h
$(config_h
) atimer.h systime.h fontset.h ccl.h
955 xftfont.o
: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \
956 font.h lisp.h
$(config_h
) atimer.h systime.h fontset.h ccl.h ftfont.h
957 ftxfont.o
: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \
958 font.h lisp.h
$(config_h
) atimer.h systime.h fontset.h ccl.h
959 menu.o
: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \
960 dispextern.h
$(srcdir)/..
/lwlib
/lwlib.h xterm.h gtkutil.h menu.h \
961 lisp.h
$(config_h
) systime.h coding.h composite.h window.h atimer.h nsgui.h
962 xmenu.o
: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
963 charset.h keyboard.h
$(srcdir)/..
/lwlib
/lwlib.h blockinput.h atimer.h \
964 systime.h gtkutil.h msdos.h coding.h menu.h lisp.h
$(config_h
) composite.h \
966 xterm.o
: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
967 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
968 keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \
969 coding.h process.h gtkutil.h font.h fontset.h lisp.h
$(config_h
) \
970 xsettings.h intervals.h keymap.h xgselect.h sysselect.h
971 xselect.o
: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \
972 buffer.h atimer.h systime.h termhooks.h lisp.h
$(config_h
) keyboard.h \
974 xgselect.o
: xgselect.h systime.h sysselect.h lisp.h
$(config_h
)
975 xrdb.o
: xrdb.c lisp.h
$(config_h
) epaths.h
976 xsmfns.o
: xsmfns.c lisp.h
$(config_h
) systime.h sysselect.h termhooks.h xterm.h \
977 lisp.h termopts.h frame.h dispextern.h
978 xsettings.o
: xterm.h xsettings.h lisp.h frame.h termhooks.h
$(config_h
) \
979 dispextern.h keyboard.h systime.h coding.h composite.h blockinput.h atimer.h \
981 /* The files of Lisp proper
*/
983 alloc.o
: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h \
984 keyboard.h blockinput.h atimer.h systime.h character.h lisp.h
$(config_h
) \
985 $(INTERVALS_H
) termhooks.h
986 bytecode.o
: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \
987 frame.h xterm.h lisp.h
$(config_h
)
988 data.o
: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \
989 termhooks.h systime.h coding.h composite.h dispextern.h font.h ccl.h \
991 eval.o
: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
992 dispextern.h lisp.h
$(config_h
) coding.h composite.h xterm.h
993 floatfns.o
: floatfns.c syssignal.h lisp.h
$(config_h
)
994 fns.o
: fns.c commands.h lisp.h
$(config_h
) frame.h buffer.h character.h keyboard.h \
995 keymap.h window.h dispextern.h
$(INTERVALS_H
) coding.h md5.h \
996 blockinput.h atimer.h systime.h xterm.h
997 print.o
: print.c process.h frame.h window.h buffer.h keyboard.h character.h \
998 lisp.h
$(config_h
) termchar.h
$(INTERVALS_H
) msdos.h termhooks.h \
999 blockinput.h atimer.h systime.h font.h charset.h coding.h ccl.h
1000 lread.o
: lread.c commands.h keyboard.h buffer.h epaths.h character.h \
1001 charset.h lisp.h
$(config_h
) $(INTERVALS_H
) termhooks.h coding.h msdos.h \
1002 systime.h frame.h blockinput.h atimer.h
1004 /* Text properties support
*/
1005 composite.o
: composite.c buffer.h character.h coding.h font.h ccl.h \
1006 frame.h termhooks.h
$(INTERVALS_H
) window.h lisp.h
$(config_h
)
1007 intervals.o
: intervals.c buffer.h
$(INTERVALS_H
) keyboard.h puresize.h \
1008 keymap.h lisp.h
$(config_h
) systime.h coding.h
1009 textprop.o
: textprop.c buffer.h window.h
$(INTERVALS_H
) \
1012 #endif /* ! AUTO_DEPEND */
1014 /* System-specific programs to be made.
1016 select which of these should be compiled.
*/
1019 ${ns_appdir}: ${ns_appsrc}
1021 mkdir
-p
${ns_appdir}
1022 ( cd
${ns_appsrc} ; tar cfh
- .
) |
( cd
${ns_appdir} ; tar xf
- )
1023 ( cd
${ns_appdir} ; for subdir in
`find . -type d ! -name CVS -print` ; do \
1024 chmod a
+rx
$${subdir} ; \
1025 rm -rf
$${subdir}/CVS
; \
1026 rm -f
$${subdir}/.cvsignore
; done
; )
1028 ${ns_appbindir}Emacs
: emacs
${EXEEXT}
1029 mkdir
-p
${ns_appbindir}
1030 cp
-f emacs
${EXEEXT} ${ns_appbindir}Emacs
1032 ns-app
: ${ns_appdir} ${ns_appbindir}Emacs
1034 #endif /* HAVE_NS */
1037 rm -f temacs
${EXEEXT} prefix-args
${EXEEXT} core
*.core \
#* *.o libXMenu11.a liblw.a
1039 rm -f bootstrap-emacs
${EXEEXT} emacs-
${version}${EXEEXT}
1042 rm -f emacs-
*.
*.
*${EXEEXT} emacs
${EXEEXT}
1047 /* bootstrap-clean is used to
clean up just before a bootstrap.
1048 It should remove
all files generated during a compilation
/bootstrap
,
1049 but not things like config.status or TAGS.
*/
1050 bootstrap-clean
: clean
1051 rm -f epaths.h config.h Makefile.c config.stamp stamp-oldxmenu ..
/etc
/DOC-
*
1052 if
test -f .
/.gdbinit
; then \
1053 mv .
/.gdbinit .
/.gdbinit.save
; \
1054 if
test -f
"${srcdir}/.gdbinit"; then
rm -f .
/.gdbinit.save
; \
1055 else mv .
/.gdbinit.save .
/.gdbinit
; fi
; \
1057 /**/# This is used in making a distribution.
1058 /**/# Do not use it on development directories!
1059 distclean: bootstrap-clean
1061 maintainer-clean
: distclean
1062 @echo
"This command is intended for maintainers to use;"
1063 @echo
"it deletes files that may require special tools to rebuild."
1066 -rm -f emacs
${EXEEXT} emacs-
*.
*.
*${EXEEXT} ..
/etc
/DOC
*
1067 extraclean
: distclean
1068 -rm -f
*~ \
#* m/?*~ s/?*~
1070 /* Arrange to make a
tags table TAGS-LISP for ..
/lisp
,
1071 plus TAGS for the C files
, which includes ..
/lisp
/TAGS by reference.
*/
1073 ctagsfiles1
= [xyzXYZ
]*.
[hcm
]
1074 ctagsfiles2
= [a-wA-W
]*.
[hcm
]
1076 TAGS
: $(srcdir)/$(ctagsfiles1
) $(srcdir)/$(ctagsfiles2
)
1077 ..
/lib-src
/etags
--include=TAGS-LISP
--include=${lwlibdir}/TAGS \
1078 --regex
='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \
1079 $(srcdir)/$(ctagsfiles1
) $(srcdir)/$(ctagsfiles2
)
1082 $(MAKE
) -f
${lispdir}Makefile TAGS-LISP ETAGS
=..
/lib-src
/etags
1085 (cd
$(lwlibdir
); $(MAKE
) -f
$(lwlibdir
)Makefile
tags ETAGS
=..
/lib-src
/etags
)
1087 tags: TAGS TAGS-LISP
$(lwlibdir
)TAGS
1091 /* Bootstrapping.
*/
1092 /* Bootstrapping right is difficult because of the circular dependencies.
1093 Furthermore
, we have to deal with the fact that many compilation targets
1094 such
as loaddefs.el or
*.elc can typically be produced by any old
1095 Emacs executable
, so we would like to avoid rebuilding them whenever
1096 we build a new Emacs executable.
1097 To solve the circularity
, we use
2 different Emacs executables
,
1098 "emacs" is the main target and
"bootstrap-emacs" is the one used
1099 to build the
*.elc and loaddefs.el files.
1100 To solve the freshness issue
, we used to use a third file
"witness-emacs"
1101 which was used to witness the fact that there is a bootstrap-emacs
1102 executable
, and then have dependencies on witness-emacs rather than
1103 bootstrap-emacs
, but that lead to problems in parallel builds
(because
1104 witness-emacs needed to be free from dependencies
(to avoid rebuilding
1105 it
), so it was compiled in parallel
, leading typically to having
2
1106 processes dumping bootstrap-emacs at the same time
).
1107 So instead
, we replace the witness-emacs dependencies by conditional
1108 bootstrap-dependencies
(via
${BOOTSTRAPEMACS}). Of course
, since we do
1109 not want to rely on GNU Make features
, we have to rely on an external
1110 script to do the conditional part of the dependency
1111 (i.e. see the
${SUBDIR} rule ..
/Makefile.in
).
*/
1115 /* These
suffix rules do not allow additional dependencies
, sadly
, so
1116 instead of adding a
$(BOOTSTRAPEMACS
) dependency here
, we add it
1118 With GNU Make
, we would just say
"%.el : %.elc $(BOOTSTRAPEMACS)" */
1120 @cd ..
/lisp
; $(MAKE
) $(MFLAGS
) compile-onefile \
1121 THEFILE
=$< EMACS
=${bootstrap_exe}
1123 /* Since the .el.elc rule cannot specify an extra dependency
, we do it here.
*/
1124 ${lisp} ${SOME_MACHINE_LISP}: $(BOOTSTRAPEMACS
)
1126 ${lispsource}loaddefs.el
: $(BOOTSTRAPEMACS
)
1127 cd ..
/lisp
; $(MAKE
) $(MFLAGS
) autoloads EMACS
=${bootstrap_exe}
1129 /* Dump an Emacs executable named bootstrap-emacs containing the
1130 files from loadup.el in source form.
*/
1132 bootstrap-emacs
${EXEEXT}: temacs
${EXEEXT}
1133 cd ..
/lisp
; $(MAKE
) $(MFLAGS
) update-subdirs
1135 ln
-f temacs
${EXEEXT} bootstrap-emacs
${EXEEXT}
1137 $(RUN_TEMACS
) --batch
--load loadup bootstrap
1138 mv
-f emacs
${EXEEXT} bootstrap-emacs
${EXEEXT}
1139 #endif /* ! defined (CANNOT_DUMP) */
1140 @
: Compile some files earlier to speed up further compilation.
1141 cd ..
/lisp
; $(MAKE
) $(MFLAGS
) compile-first EMACS
=${bootstrap_exe}
1144 ALLOBJS
=$(START_FILES
) ${obj} ${otherobj} prefix-args.o
1145 -include $(ALLOBJS
:%.o
=deps
/%.d
)