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.
28 # Here are the things that we expect ../configure to edit.
29 # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
31 abs_builddir
= @abs_builddir@
39 # Substitute an assignment for the MAKE variable, because
40 # BSD doesn't have it as a default.
42 # Don't use LIBS. configure puts stuff in it that either shouldn't be
43 # linked with Emacs or is duplicated by the other stuff below.
47 lispsource
= ${srcdir}/..
/lisp
/
50 oldXMenudir
= ..
/oldXMenu
/
54 # Configuration files for .o files to depend on.
55 M_FILE
= ${srcdir}/@machfile@
56 S_FILE
= ${srcdir}/@opsysfile@
57 config_h
= config.h
$(M_FILE
) $(S_FILE
)
59 bootstrap_exe
= ${abs_builddir}/bootstrap-emacs
${EXEEXT}
61 ## ns-app if HAVE_NS, else empty.
62 OTHER_FILES
= @OTHER_FILES@
66 ## Machine-specific CFLAGS.
67 C_SWITCH_MACHINE
=@C_SWITCH_MACHINE@
68 ## System-specific CFLAGS.
69 C_SWITCH_SYSTEM
=@C_SWITCH_SYSTEM@
71 ## Currently only set if NS_IMPL_GNUSTEP.
72 ## C_SWITCH_X_SITE may override this.
73 C_SWITCH_X_SYSTEM
=@C_SWITCH_X_SYSTEM@
75 ## Define C_SWITCH_X_SITE to contain any special flags your compiler
76 ## may need to deal with X Windows. For instance, if you've defined
77 ## HAVE_X_WINDOWS and your X include files aren't in a place that your
78 ## compiler can find on its own, you might want to add "-I/..." or
79 ## something similar. This is normally set by configure.
80 ## This is used before C_SWITCH_X_SYSTEM and may override it.
81 C_SWITCH_X_SITE
=@C_SWITCH_X_SITE@
83 ## Define LD_SWITCH_X_SITE to contain any special flags your loader
84 ## may need to deal with X Windows. For instance, if your X libraries
85 ## aren't in a place that your loader can find on its own, you might
86 ## want to add "-L/..." or something similar. Only used if
88 ## FIXME? configure sets a value for this, but it has never been
89 ## substituted in this or any other Makefile. Cf C_SWITCH_X_SITE.
92 ## Next two must come before LD_SWITCH_SYSTEM.
93 ## If needed, a -R option that says where to find X windows at run time.
94 LD_SWITCH_X_SITE_AUX
=@LD_SWITCH_X_SITE_AUX@
95 ## As above, but using -rpath instead.
96 LD_SWITCH_X_SITE_AUX_RPATH
=@LD_SWITCH_X_SITE_AUX_RPATH@
98 ## System-specific LDFLAGS.
99 LD_SWITCH_SYSTEM
=@LD_SWITCH_SYSTEM@
101 ## This holds any special options for linking temacs only (ie, not
102 ## used by configure). Not used elsewhere because it sometimes
103 ## contains options that have to do with using Emacs's crt0,
104 ## which are only good with temacs.
105 LD_SWITCH_SYSTEM_TEMACS
=@LD_SWITCH_SYSTEM_TEMACS@
107 ## Flags to pass to ld only for temacs.
108 TEMACS_LDFLAGS
= $(LD_SWITCH_SYSTEM
) $(LD_SWITCH_SYSTEM_TEMACS
)
110 ## $LDFLAGS, or empty if NS_IMPL_GNUSTEP (for some reason).
111 TEMACS_LDFLAGS2
= @TEMACS_LDFLAGS2@
113 ## Some systems define this to request special libraries.
114 LIBS_SYSTEM
=@LIBS_SYSTEM@
116 ## Where to find libgcc.a, if using gcc and necessary.
122 LIB_STANDARD
=@LIB_STANDARD@
133 LIBX_EXTRA
=$(LIBTIFF
) $(LIBJPEG
) $(LIBPNG
) $(LIBGIF
) $(LIBXPM
) -lX11
$(XFT_LIBS
)
135 FONTCONFIG_CFLAGS
= @FONTCONFIG_CFLAGS@
136 FONTCONFIG_LIBS
= @FONTCONFIG_LIBS@
137 FREETYPE_CFLAGS
= @FREETYPE_CFLAGS@
138 FREETYPE_LIBS
= @FREETYPE_LIBS@
139 LIBOTF_CFLAGS
= @LIBOTF_CFLAGS@
140 LIBOTF_LIBS
= @LIBOTF_LIBS@
141 M17N_FLT_CFLAGS
= @M17N_FLT_CFLAGS@
142 M17N_FLT_LIBS
= @M17N_FLT_LIBS@
144 DBUS_CFLAGS
= @DBUS_CFLAGS@
145 DBUS_LIBS
= @DBUS_LIBS@
146 DBUS_OBJ
= @DBUS_OBJ@
148 GCONF_CFLAGS
= @GCONF_CFLAGS@
149 GCONF_LIBS
= @GCONF_LIBS@
153 ## -ltermcap, or -lncurses, or -lcurses, or "".
154 LIBS_TERMCAP
=@LIBS_TERMCAP@
155 ## terminfo.o if TERMINFO, else tparam.o.
156 TERMCAP_OBJ
=@TERMCAP_OBJ@
164 ## $(LIBXMU) -lXt $(LIBXTR6) -lXext if USE_X_TOOLKIT, else $(LIBXSM).
165 ## Only used if HAVE_X_WINDOWS.
166 LIBXT_OTHER
=@LIBXT_OTHER@
168 ## If !HAVE_X11 || USE_GTK, empty.
169 ## Else if USE_X_TOOLKIT really-lwlib, else really-oldxmenu.
170 OLDXMENU_TARGET
=@OLDXMENU_TARGET@
172 ## If !HAVE_X11 || USE_GTK, empty.
173 ## Else if USE_X_TOOLKIT, ${lwlibdir}liblw.a.
174 ## Else ${oldXMenudir}libXMenu11.a.
175 ## (Actually, rather than being empty, it is set to "nothing".
176 ## It is never actually used for anything in this case.
177 ## This is done because there is a rule with target $(OLDXMENU) below,
178 ## and I think it might be a syntax error with some makes to have
179 ## an empty target, even if the associated rule is never run.
180 ## http://lists.gnu.org/archive/html/help-make/2010-05/msg00058.html
181 ## The alternative would be to put that rule in a makefile fragment.)
184 ## If HAVE_X11 && !USE_GTK, ${OLDXMENU} ../src/${OLDXMENU}; else empty.
185 ## We use stamp-xmenu with these two deps to both ensure that lwlib
186 ## gets remade based on its dependencies in its own makefile,
187 ## and remake temacs if lwlib gets changed by this.
188 OLDXMENU_DEPS
=@OLDXMENU_DEPS@
190 ## If !HAVE_X11 && HAVE_X_WINDOWS, -lXMenu (this case no longer possible).
191 ## Else if !HAVE_X11 || USE_GTK, empty.
195 XMENU_OBJ
=@XMENU_OBJ@
198 TOOLKIT_LIBW
=@TOOLKIT_LIBW@
200 ## Only used if HAVE_X11, in LIBX_OTHER.
201 LIBXT
=$(TOOLKIT_LIBW
) $(LIBXT_OTHER
)
203 ## If HAVE_X11, $(LIBXT) $(LIBX_EXTRA), else empty.
204 LIBX_OTHER
=@LIBX_OTHER@
206 ## LIBXMENU is nil if !HAVE_X_WINDOWS.
207 ## LD_SWITCH_X_SITE should not be used if not using X, but nothing
208 ## sets it at present, and if something ever does, it should be
209 ## configure, which should set it to nil in non-X builds.
210 LIBX_BASE
=$(LIBXMENU
) $(LD_SWITCH_X_SITE
)
213 CFLAGS_SOUND
= @CFLAGS_SOUND@
215 RSVG_LIBS
= @RSVG_LIBS@
216 RSVG_CFLAGS
= @RSVG_CFLAGS@
218 ## widget.o if USE_X_TOOLKIT, otherwise empty.
219 WIDGET_OBJ
=@WIDGET_OBJ@
221 ## sheap.o if CYGWIN, otherwise empty.
222 CYGWIN_OBJ
=@CYGWIN_OBJ@
224 ## dosfns.o msdos.o w16select.o if MSDOS.
226 ## w16select.o termcap.o if MSDOS && HAVE_X_WINDOWS.
228 MSDOS_SUPPORT_REAL
= ${lispsource}ls-lisp.elc
${lispsource}disp-table.elc \
229 ${lispsource}dos-fns.elc
${lispsource}dos-w32.elc
${lispsource}dos-vars.elc \
230 ${lispsource}term
/internal.elc
${lispsource}term
/pc-win.elc
231 ## $MSDOS_SUPPORT_REAL if MSDOS.
234 ns_appdir
=@ns_appdir@
235 ns_appbindir
=@ns_appbindir@
236 ns_appsrc
=@ns_appsrc@
238 NS_SUPPORT
=@NS_SUPPORT@
239 ## Only set if NS_IMPL_GNUSTEP.
240 GNU_OBJC_CFLAGS
=@GNU_OBJC_CFLAGS@
242 ## Empty if !HAVE_X_WINDOWS
243 ## xfont.o ftfont.o xftfont.o ftxfont.o if HAVE_XFT
244 ## xfont.o ftfont.o ftxfont.o if HAVE_FREETYPE
248 ## Used if HAVE_MOUSE.
249 REAL_MOUSE_SUPPORT
=${lispsource}mouse.elc
${lispsource}select.elc \
250 ${lispsource}scroll-bar.elc
251 ## Used if HAVE_GPM && !HAVE_MOUSE
252 GPM_MOUSE_SUPPORT
=${lispsource}mouse.elc
254 ## Either of the two preceding options, or empty.
255 MOUSE_SUPPORT
=@MOUSE_SUPPORT@
257 ## ${lispsource}tooltip.elc if HAVE_WINDOW_SYSTEM, else empty.
258 TOOLTIP_SUPPORT
=@TOOLTIP_SUPPORT@
260 BASE_WINDOW_SUPPORT
=${lispsource}fringe.elc
${lispsource}image.elc \
261 ${lispsource}international
/fontset.elc
${lispsource}dnd.elc \
262 ${lispsource}tool-bar.elc
${lispsource}mwheel.elc
264 X_WINDOW_SUPPORT
=${lispsource}x-dnd.elc
${lispsource}term
/common-win.elc \
265 ${lispsource}term
/x-win.elc
${lispsource}dynamic-setting.elc
267 ## If HAVE_X_WINDOWS, both the above
268 ## else if HAVE_WINDOW_SYSTEM (ie, HAVE_NS) just the former; else empty.
269 WINDOW_SUPPORT
=@WINDOW_SUPPORT@
271 ## -lresolv, or empty.
272 LIBRESOLV
= @LIBRESOLV@
274 LIBSELINUX_LIBS
= @LIBSELINUX_LIBS@
276 INTERVALS_H
= dispextern.h intervals.h composite.h
278 GETLOADAVG_LIBS
= @GETLOADAVG_LIBS@
280 RUN_TEMACS
= `/bin/pwd`/temacs
282 START_FILES
= @START_FILES@
284 UNEXEC_OBJ
= @unexec@
286 CANNOT_DUMP
=@cannot_dump@
289 ## -MMD -MF ${DEPDIR}/$*.d if AUTO_DEPEND; else empty.
291 ## test -d ${DEPDIR} || mkdir ${DEPDIR} (if AUTO_DEPEND); else ':'.
294 ## DO NOT use -R. There is a special hack described in lastfile.c
295 ## which is used instead. Some initialized data areas are modified
296 ## at initial startup, then labeled as part of the text area when
297 ## Emacs is dumped for the first time, and never changed again.
299 ## -Demacs is needed to make some files produce the correct version
302 ## -DHAVE_CONFIG_H is needed for some other files to take advantage of
303 ## the information in `config.h'.
305 ## C_SWITCH_X_SITE must come before C_SWITCH_X_SYSTEM
306 ## since it may have -I options that should override those.
308 ## FIXME? MYCPPFLAGS only referenced in etc/DEBUG.
309 ALL_CFLAGS
=-Demacs
-DHAVE_CONFIG_H
$(MYCPPFLAGS
) -I.
-I
${srcdir} \
310 ${C_SWITCH_MACHINE} ${C_SWITCH_SYSTEM} ${C_SWITCH_X_SITE} \
311 ${C_SWITCH_X_SYSTEM} ${CFLAGS_SOUND} ${RSVG_CFLAGS} ${DBUS_CFLAGS} \
312 ${GCONF_CFLAGS} ${CFLAGS} ${FREETYPE_CFLAGS} ${FONTCONFIG_CFLAGS} \
313 ${LIBOTF_CFLAGS} ${M17N_FLT_CFLAGS} ${DEPFLAGS}
314 ALL_OBJC_CFLAGS
=$(ALL_CFLAGS
) $(GNU_OBJC_CFLAGS
)
319 $(CC
) -c
$(CPPFLAGS
) $(ALL_CFLAGS
) $<
322 $(CC
) -c
$(CPPFLAGS
) $(ALL_OBJC_CFLAGS
) $<
325 ## lastfile must follow all files whose initialized data areas should
326 ## be dumped as pure by dump-emacs.
327 obj
= dispnew.o frame.o scroll.o xdisp.o menu.o
$(XMENU_OBJ
) window.o \
328 charset.o coding.o category.o ccl.o character.o chartab.o bidi.o \
329 cm.o term.o terminal.o xfaces.o
$(XOBJ
) $(GTK_OBJ
) $(DBUS_OBJ
) \
330 emacs.o keyboard.o macros.o keymap.o sysdep.o \
331 buffer.o filelock.o insdel.o marker.o \
332 minibuf.o fileio.o dired.o filemode.o \
333 cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \
334 alloc.o data.o doc.o editfns.o callint.o \
335 eval.o floatfns.o fns.o font.o
print.o lread.o \
336 syntax.o
$(UNEXEC_OBJ
) bytecode.o \
337 process.o callproc.o \
338 region-cache.o sound.o atimer.o \
339 doprnt.o strftime.o intervals.o textprop.o composite.o md5.o \
340 $(MSDOS_OBJ
) $(MSDOS_X_OBJ
) $(NS_OBJ
) $(CYGWIN_OBJ
) $(FONT_OBJ
)
342 ## Object files used on some machine or other.
343 ## These go in the DOC file on all machines in case they are needed.
344 SOME_MACHINE_OBJECTS
= dosfns.o msdos.o \
345 xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
346 fontset.o dbusbind.o \
347 nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o \
348 w32.o w32console.o w32fns.o w32heap.o w32inevt.o \
349 w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o
$(FONT_OBJ
)
351 ## gmalloc.o if !SYSTEM_MALLOC && !DOUG_LEA_MALLOC, else empty.
352 GMALLOC_OBJ
=@GMALLOC_OBJ@
354 ## vm-limit.o if !SYSTEM_MALLOC, else empty.
355 VMLIMIT_OBJ
=@VMLIMIT_OBJ@
357 ## ralloc.o if !SYSTEM_MALLOC && REL_ALLOC, else empty.
358 RALLOC_OBJ
=@RALLOC_OBJ@
360 ## Empty on Cygwin, lastfile.o elsewhere.
361 PRE_ALLOC_OBJ
=@PRE_ALLOC_OBJ@
362 ## lastfile.o on Cygwin, empty elsewhere.
363 POST_ALLOC_OBJ
=@POST_ALLOC_OBJ@
365 ## List of object files that make-docfile should not be told about.
366 otherobj
= $(TERMCAP_OBJ
) $(PRE_ALLOC_OBJ
) $(GMALLOC_OBJ
) $(RALLOC_OBJ
) \
367 $(POST_ALLOC_OBJ
) $(VMLIMIT_OBJ
) $(WIDGET_OBJ
) $(LIBOBJS
)
369 ## This is the platform-specific list of Lisp files loaded into the
370 ## dumped Emacs. It is arranged like this because it is easier to generate
371 ## it semi-mechanically from loadup.el this way.
373 ## Note that this list should not include lisp files which might not
374 ## be present, like site-load.el and site-init.el; this makefile
375 ## expects them all to be either present or buildable.
377 ## Files which are loaded unconditionally (i.e., on all platforms) should
378 ## also be in shortlisp. Files which are loaded conditionally (i.e., only
379 ## on some platforms) should instead be in SOME_MACHINE_LISP.
381 ## Place loaddefs.el first, so it gets generated first, since it is on
382 ## the critical path (relevant in parallel compilations).
384 ${lispsource}loaddefs.el \
385 ${lispsource}abbrev.elc \
386 ${lispsource}buff-menu.elc \
387 ${lispsource}button.elc \
388 ${lispsource}emacs-lisp
/byte-run.elc \
389 ${lispsource}composite.elc \
390 ${lispsource}cus-face.elc \
391 ${lispsource}cus-start.elc \
392 ${lispsource}custom.elc \
393 ${lispsource}emacs-lisp
/backquote.elc \
394 ${lispsource}emacs-lisp
/lisp-mode.elc \
395 ${lispsource}emacs-lisp
/lisp.elc \
396 ${lispsource}env.elc \
397 ${lispsource}faces.elc \
398 ${lispsource}files.elc \
399 ${lispsource}format.elc \
400 ${lispsource}facemenu.elc \
402 ${lispsource}emacs-lisp
/float-sup.elc \
403 ${lispsource}frame.elc \
404 ${lispsource}help.elc \
405 ${lispsource}indent.elc \
406 ${lispsource}isearch.elc \
407 ${lispsource}rfn-eshadow.elc \
408 ${lispsource}loadup.el \
409 ${lispsource}bindings.elc \
410 ${lispsource}emacs-lisp
/map-ynp.elc \
411 ${lispsource}menu-bar.elc \
412 ${lispsource}international
/mule.elc \
413 ${lispsource}international
/mule-conf.elc \
414 ${lispsource}international
/mule-cmds.elc \
415 ${lispsource}international
/characters.elc \
416 ${lispsource}international
/charprop.el \
417 ${lispsource}case-table.elc \
418 ${lispsource}language
/chinese.elc \
419 ${lispsource}language
/cyrillic.elc \
420 ${lispsource}language
/indian.elc \
421 ${lispsource}language
/sinhala.el \
422 ${lispsource}language
/english.el \
423 ${lispsource}language
/ethiopic.elc \
424 ${lispsource}language
/european.elc \
425 ${lispsource}language
/czech.el \
426 ${lispsource}language
/slovak.el \
427 ${lispsource}language
/romanian.el \
428 ${lispsource}language
/greek.el \
429 ${lispsource}language
/hebrew.el \
430 ${lispsource}language
/japanese.el \
431 ${lispsource}language
/korean.el \
432 ${lispsource}language
/lao.el \
433 ${lispsource}language
/cham.el \
434 ${lispsource}language
/tai-viet.el \
435 ${lispsource}language
/thai.el \
436 ${lispsource}language
/tibetan.elc \
437 ${lispsource}language
/vietnamese.elc \
438 ${lispsource}language
/misc-lang.el \
439 ${lispsource}language
/utf-8-lang.el \
440 ${lispsource}language
/georgian.el \
441 ${lispsource}language
/khmer.el \
442 ${lispsource}language
/burmese.el \
443 ${lispsource}paths.el \
444 ${lispsource}register.elc \
445 ${lispsource}replace.elc \
446 ${lispsource}simple.elc \
447 ${lispsource}minibuffer.elc \
448 ${lispsource}startup.elc \
449 ${lispsource}subr.elc \
450 ${lispsource}term
/tty-colors.elc \
451 ${lispsource}font-core.elc \
452 ${lispsource}emacs-lisp
/syntax.elc \
453 ${lispsource}font-lock.elc \
454 ${lispsource}jit-lock.elc \
455 ${lispsource}textmodes
/fill.elc \
456 ${lispsource}textmodes
/page.elc \
457 ${lispsource}textmodes
/paragraphs.elc \
458 ${lispsource}textmodes
/text-mode.elc \
459 ${lispsource}emacs-lisp
/timer.elc \
460 ${lispsource}jka-cmpr-hook.elc \
461 ${lispsource}vc-hooks.elc \
462 ${lispsource}ediff-hook.elc \
463 ${lispsource}epa-hook.elc \
468 ${lispsource}widget.elc \
469 ${lispsource}window.elc \
470 ${lispsource}version.el
472 ## List of relative names for those files from $lisp that are loaded
473 ## unconditionally (i.e. on all platforms). Files from $lisp that
474 ## are only loaded on some platforms should instead be placed in
475 ## SOME_MACHINE_LISP. The only reason this variable exists is to prevent
476 ## the make-docfile command-line getting too long for some systems.
478 ..
/lisp
/loaddefs.el \
480 ..
/lisp
/buff-menu.elc \
482 ..
/lisp
/emacs-lisp
/byte-run.elc \
483 ..
/lisp
/composite.elc \
484 ..
/lisp
/cus-face.elc \
485 ..
/lisp
/cus-start.elc \
487 ..
/lisp
/emacs-lisp
/backquote.elc \
488 ..
/lisp
/emacs-lisp
/lisp-mode.elc \
489 ..
/lisp
/emacs-lisp
/lisp.elc \
490 ..
/lisp
/facemenu.elc \
493 ..
/lisp
/emacs-lisp
/float-sup.elc \
498 ..
/lisp
/isearch.elc \
499 ..
/lisp
/rfn-eshadow.elc \
501 ..
/lisp
/bindings.elc \
502 ..
/lisp
/emacs-lisp
/map-ynp.elc \
504 ..
/lisp
/international
/mule.elc \
505 ..
/lisp
/international
/mule-conf.elc \
506 ..
/lisp
/international
/mule-cmds.elc \
507 ..
/lisp
/international
/characters.elc \
508 ..
/lisp
/case-table.elc \
509 ..
/lisp
/language
/chinese.elc \
510 ..
/lisp
/language
/cyrillic.elc \
511 ..
/lisp
/language
/indian.elc \
512 ..
/lisp
/language
/sinhala.el \
513 ..
/lisp
/language
/english.el \
514 ..
/lisp
/language
/ethiopic.elc \
515 ..
/lisp
/language
/european.elc \
516 ..
/lisp
/language
/czech.el \
517 ..
/lisp
/language
/slovak.el \
518 ..
/lisp
/language
/romanian.el \
519 ..
/lisp
/language
/greek.el \
520 ..
/lisp
/language
/hebrew.el \
521 ..
/lisp
/language
/japanese.el \
522 ..
/lisp
/language
/korean.el \
523 ..
/lisp
/language
/lao.el \
524 ..
/lisp
/language
/cham.el \
525 ..
/lisp
/language
/tai-viet.el \
526 ..
/lisp
/language
/thai.el \
527 ..
/lisp
/language
/tibetan.elc \
528 ..
/lisp
/language
/vietnamese.elc \
529 ..
/lisp
/language
/misc-lang.el \
530 ..
/lisp
/language
/utf-8-lang.el \
531 ..
/lisp
/language
/georgian.el \
532 ..
/lisp
/language
/khmer.el \
533 ..
/lisp
/language
/burmese.el \
534 ..
/lisp
/menu-bar.elc \
536 ..
/lisp
/register.elc \
537 ..
/lisp
/replace.elc \
539 ..
/lisp
/minibuffer.elc \
540 ..
/lisp
/startup.elc \
542 ..
/lisp
/term
/tty-colors.elc \
543 ..
/lisp
/font-core.elc \
544 ..
/lisp
/emacs-lisp
/syntax.elc \
545 ..
/lisp
/font-lock.elc \
546 ..
/lisp
/jit-lock.elc \
547 ..
/lisp
/textmodes
/fill.elc \
548 ..
/lisp
/textmodes
/page.elc \
549 ..
/lisp
/textmodes
/paragraphs.elc \
550 ..
/lisp
/textmodes
/text-mode.elc \
551 ..
/lisp
/emacs-lisp
/timer.elc \
552 ..
/lisp
/vc-hooks.elc \
553 ..
/lisp
/jka-cmpr-hook.elc \
554 ..
/lisp
/ediff-hook.elc \
555 ..
/lisp
/epa-hook.elc \
560 ## Like $shortlisp, but includes only those files from $lisp that are loaded
561 ## conditionally (i.e., only on some platforms).
562 SOME_MACHINE_LISP
= ..
/lisp
/mouse.elc \
563 ..
/lisp
/select.elc ..
/lisp
/scroll-bar.elc \
564 ..
/lisp
/ls-lisp.elc ..
/lisp
/dos-fns.elc \
565 ..
/lisp
/w32-fns.elc ..
/lisp
/dos-w32.elc \
566 ..
/lisp
/disp-table.elc ..
/lisp
/dos-vars.elc \
567 ..
/lisp
/tooltip.elc ..
/lisp
/image.elc \
568 ..
/lisp
/fringe.elc ..
/lisp
/dnd.elc \
569 ..
/lisp
/mwheel.elc ..
/lisp
/tool-bar.elc \
570 ..
/lisp
/x-dnd.elc ..
/lisp
/dynamic-setting.elc \
571 ..
/lisp
/international
/ccl.elc \
572 ..
/lisp
/international
/fontset.elc \
574 ..
/lisp
/term
/common-win.elc \
575 ..
/lisp
/term
/x-win.elc \
576 ..
/lisp
/term
/pc-win.elc ..
/lisp
/term
/internal.elc \
577 ..
/lisp
/term
/ns-win.elc ..
/lisp
/term
/w32-win.elc \
578 ..
/lisp
/emacs-lisp
/easymenu.elc
580 ## Construct full set of libraries to be linked.
581 ## Note that SunOS needs -lm to come before -lc; otherwise, you get
582 ## duplicated symbols. If the standard libraries were compiled
583 ## with GCC, we might need LIB_GCC again after them.
584 LIBES
= $(LIBS
) $(LIBX_BASE
) $(LIBX_OTHER
) $(LIBSOUND
) \
585 $(RSVG_LIBS
) $(DBUS_LIBS
) $(LIBGPM
) $(LIBRESOLV
) $(LIBS_SYSTEM
) \
586 $(LIBS_TERMCAP
) $(GETLOADAVG_LIBS
) ${GCONF_LIBS} ${LIBSELINUX_LIBS} \
587 $(FREETYPE_LIBS
) $(FONTCONFIG_LIBS
) $(LIBOTF_LIBS
) $(M17N_FLT_LIBS
) \
588 $(LIB_GCC
) $(LIB_MATH
) $(LIB_STANDARD
) $(LIB_GCC
)
590 all: emacs
${EXEEXT} $(OTHER_FILES
)
592 ## Does anyone ever pay attention to the load-path-shadows output here?
593 ## The dumped Emacs is as functional and more efficient than
594 ## bootstrap-emacs, so we replace the latter with the former.
595 emacs
${EXEEXT}: temacs
${EXEEXT} ${etc}DOC
${lisp}
596 if
test "${CANNOT_DUMP}" = "yes"; then \
597 ln
-f temacs
${EXEEXT} emacs
${EXEEXT}; \
598 EMACSLOADPATH
=${lispsource} .
/emacs
-q
-batch \
599 -f list-load-path-shadows || true
; \
601 LC_ALL
=C
$(RUN_TEMACS
) -batch
-l loadup dump || exit
1; \
602 ln
-f emacs
${EXEEXT} bootstrap-emacs
${EXEEXT}; \
603 .
/emacs
-q
-batch
-f list-load-path-shadows || true
; \
606 ## We run make-docfile twice because the command line may get too long
608 ## ${SOME_MACHINE_OBJECTS} comes before ${obj} because some files may
609 ## or may not be included in ${obj}, but they are always included in
610 ## ${SOME_MACHINE_OBJECTS}. Since a file is processed when it is mentioned
611 ## for the first time, this prevents any variation between configurations
612 ## in the contents of the DOC file.
613 ## Likewise for ${SOME_MACHINE_LISP}.
614 ## Most of this Makefile refers to Lisp files via ${lispsource}, so
615 ## we also use ${lisp} rather than ${shortlisp} for the dependency since
616 ## the Makefile uses string equality to decide when we talk about identical
617 ## files. Apparently we pass ${shortlisp} rather than ${lisp} to make-docfile
618 ## only in order to reduce the command line length. --Stef
619 ${etc}DOC
: ${libsrc}make-docfile
${EXEEXT} ${obj} ${lisp} ${SOME_MACHINE_LISP}
621 ${libsrc}make-docfile
-d
${srcdir} ${SOME_MACHINE_OBJECTS} ${obj} > ${etc}DOC
622 ${libsrc}make-docfile
-a
${etc}DOC
-d
${srcdir} ${SOME_MACHINE_LISP} ${shortlisp}
624 ${libsrc}make-docfile
${EXEEXT}:
625 cd
${libsrc}; ${MAKE} ${MFLAGS} make-docfile
${EXEEXT}
628 echo
"#define BUILDOBJ \"${obj} ${otherobj} " "\"" > buildobj.h
631 ## We cannot define variables for PRE_EDIT and POST_EDIT.
632 ## If !ORDINARY_LINK && !LINKER && GCC, they add a
633 ## `./prefix-args -Xlinker ... ` wrapper, otherwise they are empty.
634 ## One alternative to this approach would be to always call prefix-args,
635 ## and have it DTRT in all cases, by testing the above defines.
636 temacs
${EXEEXT}: $(START_FILES
) stamp-oldxmenu
${obj} ${otherobj} prefix-args
${EXEEXT}
637 $(LD
) @PRE_EDIT_LDFLAGS@
${TEMACS_LDFLAGS} @POST_EDIT_LDFLAGS@ \
639 -o temacs
${START_FILES} ${obj} ${otherobj} ${LIBES}
641 prefix-args
${EXEEXT}: prefix-args.o
$(config_h
)
642 $(CC
) $(LDFLAGS
) prefix-args.o
-o prefix-args
645 ## The following oldxmenu-related rules are only (possibly) used if
646 ## HAVE_X11 && !USE_GTK, but there is no harm in always defining them
647 ## (provided we take a little care that OLDXMENU is never empty).
649 cd
${lwlibdir}; ${MAKE} ${MFLAGS} \
650 CC
='${CC}' CFLAGS
='${CFLAGS}' MAKE
='${MAKE}'
651 @true
# make -t should not create really-lwlib.
655 cd
${oldXMenudir}; ${MAKE} ${MFLAGS} \
656 CC
='${CC}' CFLAGS
='${CFLAGS}' MAKE
='${MAKE}'
657 @true
# make -t should not create really-oldXMenu.
658 .PHONY
: really-oldXMenu
660 ## We do not really need this when OLDXMENU_DEPS is empty, but as
661 ## things stand we need something to satisfy the temacs dependency.
662 stamp-oldxmenu
: ${OLDXMENU_DEPS}
665 ## Supply an ordering for parallel make.
666 ..
/src
/$(OLDXMENU
): ${OLDXMENU}
668 $(OLDXMENU
): $(OLDXMENU_TARGET
)
670 ..
/config.status
:: epaths.in
671 @echo
"The file epaths.h needs to be set up from epaths.in."
672 @echo
"Please run the `configure' script again."
675 ..
/config.status
:: config.in
676 @echo
"The file config.h needs to be set up from config.in."
677 @echo
"Please run the `configure' script again."
680 ecrt0.o
: ecrt0.c
$(config_h
)
682 $(CC
) -c
$(ALL_CFLAGS
) ${srcdir}/ecrt0.c
686 ## If HAVE_NS, some ns-specific rules (for OTHER_FILES) are inserted here.
691 rm -f temacs
${EXEEXT} prefix-args
${EXEEXT} core
*.core \
#* *.o libXMenu11.a liblw.a
693 rm -f bootstrap-emacs
${EXEEXT} emacs-
${version}${EXEEXT}
696 rm -f emacs-
*.
*.
*${EXEEXT} emacs
${EXEEXT}
698 test "X${ns_appdir}" = "X" ||
rm -rf
${ns_appdir}
700 ## bootstrap-clean is used to clean up just before a bootstrap.
701 ## It should remove all files generated during a compilation/bootstrap,
702 ## but not things like config.status or TAGS.
703 bootstrap-clean
: clean
704 rm -f epaths.h config.h config.stamp stamp-oldxmenu ..
/etc
/DOC-
*
705 if
test -f .
/.gdbinit
; then \
706 mv .
/.gdbinit .
/.gdbinit.save
; \
707 if
test -f
"${srcdir}/.gdbinit"; then
rm -f .
/.gdbinit.save
; \
708 else mv .
/.gdbinit.save .
/.gdbinit
; fi
; \
710 ## This is used in making a distribution.
711 ## Do not use it on development directories!
712 distclean: bootstrap-clean
714 maintainer-clean
: distclean
715 @echo
"This command is intended for maintainers to use;"
716 @echo
"it deletes files that may require special tools to rebuild."
719 -rm -f emacs
${EXEEXT} emacs-
*.
*.
*${EXEEXT} ..
/etc
/DOC
*
720 extraclean
: distclean
721 -rm -f
*~ \
#* m/?*~ s/?*~
723 ## Arrange to make a tags table TAGS-LISP for ../lisp,
724 ## plus TAGS for the C files, which includes ../lisp/TAGS by reference.
726 ctagsfiles1
= [xyzXYZ
]*.
[hcm
]
727 ctagsfiles2
= [a-wA-W
]*.
[hcm
]
729 TAGS
: $(srcdir)/$(ctagsfiles1
) $(srcdir)/$(ctagsfiles2
)
730 ..
/lib-src
/etags
--include=TAGS-LISP
--include=${lwlibdir}/TAGS \
731 --regex
='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \
732 $(srcdir)/$(ctagsfiles1
) $(srcdir)/$(ctagsfiles2
)
735 $(MAKE
) -f
${lispdir}Makefile TAGS-LISP ETAGS
=..
/lib-src
/etags
738 (cd
$(lwlibdir
); $(MAKE
) -f
$(lwlibdir
)Makefile
tags ETAGS
=..
/lib-src
/etags
)
740 tags: TAGS TAGS-LISP
$(lwlibdir
)TAGS
746 ## Bootstrapping right is difficult because of the circular dependencies.
747 ## Furthermore, we have to deal with the fact that many compilation targets
748 ## such as loaddefs.el or *.elc can typically be produced by any old
749 ## Emacs executable, so we would like to avoid rebuilding them whenever
750 ## we build a new Emacs executable.
751 ## To solve the circularity, we use 2 different Emacs executables,
752 ## "emacs" is the main target and "bootstrap-emacs" is the one used
753 ## to build the *.elc and loaddefs.el files.
754 ## To solve the freshness issue, we used to use a third file "witness-emacs"
755 ## which was used to witness the fact that there is a bootstrap-emacs
756 ## executable, and then have dependencies on witness-emacs rather than
757 ## bootstrap-emacs, but that lead to problems in parallel builds (because
758 ## witness-emacs needed to be free from dependencies (to avoid rebuilding
759 ## it), so it was compiled in parallel, leading typically to having 2
760 ## processes dumping bootstrap-emacs at the same time).
761 ## So instead, we replace the witness-emacs dependencies by conditional
762 ## bootstrap-dependencies (via ${BOOTSTRAPEMACS}). Of course, since we do
763 ## not want to rely on GNU Make features, we have to rely on an external
764 ## script to do the conditional part of the dependency
765 ## (i.e. see the ${SUBDIR} rule ../Makefile.in).
769 ## These suffix rules do not allow additional dependencies, sadly, so
770 ## instead of adding a $(BOOTSTRAPEMACS) dependency here, we add it
772 ## With GNU Make, we would just say "%.el : %.elc $(BOOTSTRAPEMACS)"
774 @cd ..
/lisp
; $(MAKE
) $(MFLAGS
) compile-onefile \
775 THEFILE
=$< EMACS
=${bootstrap_exe}
777 ## Since the .el.elc rule cannot specify an extra dependency, we do it here.
778 ${lisp} ${SOME_MACHINE_LISP}: $(BOOTSTRAPEMACS
)
780 ## VCSWITNESS points to the file that holds info about the current checkout.
781 ## We use it as a heuristic to decide when to rebuild loaddefs.el.
782 ${lispsource}loaddefs.el
: $(BOOTSTRAPEMACS
) $(VCSWITNESS
)
783 cd ..
/lisp
; $(MAKE
) $(MFLAGS
) autoloads EMACS
=${bootstrap_exe}
785 ## Dump an Emacs executable named bootstrap-emacs containing the
786 ## files from loadup.el in source form.
787 bootstrap-emacs
${EXEEXT}: temacs
${EXEEXT}
788 cd ..
/lisp
; $(MAKE
) $(MFLAGS
) update-subdirs
789 if
test "${CANNOT_DUMP}" = "yes"; then \
790 ln
-f temacs
${EXEEXT} bootstrap-emacs
${EXEEXT}; \
792 $(RUN_TEMACS
) --batch
--load loadup bootstrap || exit
1; \
793 mv
-f emacs
${EXEEXT} bootstrap-emacs
${EXEEXT}; \
795 @
: Compile some files earlier to speed up further compilation.
796 cd ..
/lisp
; $(MAKE
) $(MFLAGS
) compile-first EMACS
=${bootstrap_exe}
798 ## Insert either autodeps.mk (if AUTO_DEPEND), else deps.mk.
802 ### Makefile.in ends here