]> code.delx.au - gnu-emacs/blob - src/Makefile.in
(LIBXTR6): New variable.
[gnu-emacs] / src / Makefile.in
1 # Makefile for GNU Emacs.
2 # Copyright (C) 1985, 1987, 1988, 1993, 1994 Free Software Foundation, Inc.
3
4 # This file is part of GNU Emacs.
5
6 # GNU Emacs is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2, or (at your option)
9 # any later version.
10
11 # GNU Emacs is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with GNU Emacs; see the file COPYING. If not, write to
18 # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19
20 # Here are the things that we expect ../configure to edit.
21 srcdir=@srcdir@
22 VPATH=@srcdir@
23 CC=@CC@
24 CPP=@CPP@
25 CFLAGS=@CFLAGS@
26 LN_S=@LN_S@
27 # Substitute an assignment for the MAKE variable, because
28 # BSD doesn't have it as a default.
29 @SET_MAKE@
30
31 # On Xenix and the IBM RS6000, double-dot gets screwed up.
32 dot = .
33 lispdir = ${srcdir}/$(dot)$(dot)/lisp/
34 libsrc = $(dot)$(dot)/lib-src/
35 etc = $(dot)$(dot)/etc/
36 shortnamesdir = $(dot)$(dot)/shortnames/
37 cppdir = $(dot)$(dot)/cpp/
38 oldXMenudir = $(dot)$(dot)/oldXMenu/
39 lwlibdir = $(dot)$(dot)/lwlib/
40
41 # Configuration files for .o files to depend on.
42 M_FILE = ${srcdir}/@machfile@
43 S_FILE = ${srcdir}/@opsysfile@
44 config_h = config.h $(M_FILE) $(S_FILE)
45
46 # ========================== start of cpp stuff ======================= */
47 /* From here on, comments must be done in C syntax. */
48
49 CPPFLAGS=
50 LDFLAGS=
51 C_SWITCH_SYSTEM=
52
53 /* just to be sure the sh is used */
54 SHELL=/bin/sh
55
56 #define NO_SHORTNAMES
57 #define THIS_IS_YMAKEFILE
58 #define NOT_C_CODE
59 #include "config.h"
60
61 /* Use HAVE_X11 as an alias for X11 in this file
62 to avoid problems with X11 as a subdirectory name
63 in -I and other such options which pass through this file. */
64
65 #ifdef X11
66 #define HAVE_X11
67 #undef X11
68 #endif
69
70 /* On some machines #define register is done in config;
71 don't let it interfere with this file. */
72 #undef register
73
74 /* On some systems we may not be able to use the system make command. */
75 #ifdef MAKE_COMMAND
76 MAKE = MAKE_COMMAND
77 #else
78 MAKE=make
79 #endif
80
81 #ifdef C_COMPILER
82 CC = C_COMPILER
83 #endif
84
85 /* Some machines don't find the standard C libraries in the usual place. */
86 #ifndef ORDINARY_LINK
87 #ifndef LIB_STANDARD
88 #define LIB_STANDARD -lc
89 #endif
90 #else
91 #ifndef LIB_STANDARD
92 #define LIB_STANDARD
93 #endif
94 #endif
95
96 /* Unless inhibited or changed, use -lg to link for debugging. */
97 #ifndef LIBS_DEBUG
98 #define LIBS_DEBUG -lg
99 #endif
100
101 /* Some s/*.h files define this to request special libraries. */
102 #ifndef LIBS_SYSTEM
103 #define LIBS_SYSTEM
104 #endif
105
106 /* Some m/*.h files define this to request special libraries. */
107 #ifndef LIBS_MACHINE
108 #define LIBS_MACHINE
109 #endif
110
111 #ifndef LIB_MATH
112 # ifdef LISP_FLOAT_TYPE
113 # define LIB_MATH -lm
114 # else /* ! defined (LISP_FLOAT_TYPE) */
115 # define LIB_MATH
116 # endif /* ! defined (LISP_FLOAT_TYPE) */
117 #endif /* LIB_MATH */
118
119 /* Some s/*.h files define this to request special switches in ld. */
120 #ifndef LD_SWITCH_SYSTEM
121 #if !defined (__GNUC__) && (defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)))
122 #define LD_SWITCH_SYSTEM -X
123 #else /* ! defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)) */
124 #define LD_SWITCH_SYSTEM
125 #endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)) */
126 #endif /* LD_SWITCH_SYSTEM */
127
128 /* Some m/*.h files define this to request special switches in ld. */
129 #ifndef LD_SWITCH_MACHINE
130 #define LD_SWITCH_MACHINE
131 #endif
132
133 /* Some m/*.h files define this to request special switches in cc. */
134 #ifndef C_SWITCH_MACHINE
135 #define C_SWITCH_MACHINE
136 #endif
137
138 /* Some s/*.h files define this to request special switches in cc. */
139 #ifndef C_SWITCH_SYSTEM
140 #define C_SWITCH_SYSTEM
141 #endif
142
143 /* These macros are for switches specifically related to X Windows. */
144 #ifndef C_SWITCH_X_MACHINE
145 #define C_SWITCH_X_MACHINE
146 #endif
147
148 #ifndef C_SWITCH_X_SYSTEM
149 #define C_SWITCH_X_SYSTEM
150 #endif
151
152 #ifndef C_SWITCH_X_SITE
153 #define C_SWITCH_X_SITE
154 #endif
155
156 #ifndef LD_SWITCH_X_SITE
157 #define LD_SWITCH_X_SITE
158 #endif
159
160 /* These can be passed in from config.h to define special load and
161 compile switches needed by individual sites */
162 #ifndef LD_SWITCH_SITE
163 #define LD_SWITCH_SITE
164 #endif
165
166 #ifndef C_SWITCH_SITE
167 #define C_SWITCH_SITE
168 #endif
169
170 #ifndef ORDINARY_LINK
171
172 #ifndef CRT0_COMPILE
173 #define CRT0_COMPILE $(CC) -c $(ALL_CFLAGS) C_SWITCH_ASM
174 #endif
175
176 #ifndef START_FILES
177 #ifdef NO_REMAP
178 #ifdef COFF_ENCAPSULATE
179 #define START_FILES pre-crt0.o /usr/local/lib/gcc-crt0.o
180 #else /* ! defined (COFF_ENCAPSULATE) */
181 #define START_FILES pre-crt0.o /lib/crt0.o
182 #endif /* ! defined (COFF_ENCAPSULATE) */
183 #else /* ! defined (NO_REMAP) */
184 #define START_FILES crt0.o
185 #endif /* ! defined (NO_REMAP) */
186 #endif /* START_FILES */
187 STARTFILES = START_FILES
188
189 #else /* ORDINARY_LINK */
190
191 /* config.h might want to force START_FILES anyway */
192 #ifdef START_FILES
193 STARTFILES = START_FILES
194 #endif /* START_FILES */
195
196 #endif /* not ORDINARY_LINK */
197
198
199 /* cc switches needed to make `asm' keyword work.
200 Nothing special needed on most machines. */
201 #ifndef C_SWITCH_ASM
202 #define C_SWITCH_ASM
203 #endif
204
205 /* Figure out whether the system cpp can handle long names.
206 Do it by testing it right now.
207 If it loses, arrange to use the GNU cpp. */
208
209 #define LONGNAMEBBBFOOX
210 #ifdef LONGNAMEBBBARFOOX
211 /* Installed cpp fails to distinguish those names! */
212 /* Arrange to compile the GNU cpp later on */
213 #define NEED_CPP
214 /* Cause cc to invoke the cpp that comes with Emacs,
215 which will be in a file named localcpp. */
216 MYCPPFLAG= -Blocal
217 /* LOCALCPP is the local one or nothing.
218 CPP is the local one or the standardone. */
219 LOCALCPP= localcpp
220 #endif /* ! defined (LONGNAMEBBBARFOOX) */
221
222 #ifdef SHORTNAMES
223 SHORT= shortnames
224 #endif
225
226 /* DO NOT use -R. There is a special hack described in lastfile.c
227 which is used instead. Some initialized data areas are modified
228 at initial startup, then labeled as part of the text area when
229 Emacs is dumped for the first time, and never changed again. */
230
231 /* -Demacs is needed to make some files produce the correct version
232 for use in Emacs.
233
234 -DHAVE_CONFIG_H is needed for some other files to take advantage of
235 the information in `config.h'. */
236
237 /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM
238 since it may have -I options that should override those two. */
239 ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I. -I${srcdir} C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM ${CFLAGS}
240 .c.o:
241 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
242
243 #ifndef LIBX10_MACHINE
244 #define LIBX10_MACHINE
245 #endif
246
247 #ifndef LIBX11_MACHINE
248 #define LIBX11_MACHINE
249 #endif
250
251 #ifndef LIBX10_SYSTEM
252 #define LIBX10_SYSTEM
253 #endif
254
255 #ifndef LIBX11_SYSTEM
256 #define LIBX11_SYSTEM
257 #endif
258
259 #ifndef LIB_X11_LIB
260 #define LIB_X11_LIB -lX11
261 #endif
262
263 #ifdef HAVE_X_WINDOWS
264 #ifdef HAVE_X_MENU
265
266 /* Include xmenu.o in the list of X object files. */
267 XOBJ= xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o
268
269 /* The X Menu stuff is present in the X10 distribution, but missing
270 from X11. If we have X10, just use the installed library;
271 otherwise, use our own copy. */
272 #ifdef HAVE_X11
273 #ifdef USE_X_TOOLKIT
274 OLDXMENU=liblw.a
275 LIBXMENU= $(OLDXMENU)
276 #else /* not USE_X_TOOLKIT */
277 OLDXMENU= libXMenu11.a
278 LIBXMENU= $(OLDXMENU)
279 #endif /* not USE_X_TOOLKIT */
280 #else /* not HAVE_X11 */
281 LIBXMENU= -lXMenu
282 #endif /* not HAVE_X11 */
283
284 #else /* not HAVE_X_MENU */
285
286 /* Otherwise, omit xmenu.o from the list of X object files, and
287 don't worry about the menu library at all. */
288 XOBJ= xterm.o xfns.o xfaces.o xselect.o xrdb.o
289 LIBXMENU=
290 #endif /* not HAVE_X_MENU */
291
292 #ifdef USE_X_TOOLKIT
293 #define @X_TOOLKIT_TYPE@
294 #if defined (LUCID) || defined (ATHENA)
295 LIBW= -lXaw
296 #endif
297 #ifdef MOTIF
298 #ifdef LIB_MOTIF
299 LIBW= LIB_MOTIF
300 #else
301 LIBW= -lXm
302 #endif
303 #endif
304 #ifdef OPEN_LOOK
305 LIBW= -lXol
306 #endif
307
308 #ifdef HAVE_X11R6
309 LIBXTR6 = -lSM -lICE
310 #endif
311
312 LIBXT= $(LIBW) -lXt $(LIBXTR6) -lXmu -lXext
313 #else
314 LIBXT=
315 #endif
316
317 #ifdef HAVE_X11
318 LIBX= $(LIBXMENU) LD_SWITCH_X_SITE $(LIBXT) LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
319 #else /* not HAVE_X11 */
320 LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM
321 #endif /* not HAVE_X11 */
322 #endif /* not HAVE_X_WINDOWS */
323
324 #ifndef ORDINARY_LINK
325 /* Fix linking if compiled with GCC. */
326 #ifdef __GNUC__
327
328 #if __GNUC__ > 1
329
330 #ifdef LINKER
331 #define LINKER_WAS_SPECIFIED
332 #endif
333
334 /* Versions of GCC >= 2.0 put their library, libgcc.a, in obscure
335 places that are difficult to figure out at make time. Fortunately,
336 these same versions allow you to pass arbitrary flags on to the
337 linker, so there's no reason not to use it as a linker.
338
339 Well, it's not quite perfect. The `-nostdlib' keeps GCC from
340 searching for libraries in its internal directories, so we have to
341 ask GCC explicitly where to find libgcc.a. */
342
343 #ifndef LINKER
344 #define LINKER $(CC) -nostdlib
345 #endif
346
347 #ifndef LIB_GCC
348 /* Ask GCC where to find libgcc.a. */
349 #define LIB_GCC `$(CC) -print-libgcc-file-name`
350 #endif /* not LIB_GCC */
351
352 GNULIB_VAR = LIB_GCC
353
354 #ifndef LINKER_WAS_SPECIFIED
355 /* GCC passes any argument prefixed with -Xlinker directly to the
356 linker. See prefix-args.c for an explanation of why we don't do
357 this with the shell's `for' construct.
358 Note that some people don't have '.' in their paths, so we must
359 use ./prefix-args. */
360 #define YMF_PASS_LDFLAGS(flags) `./prefix-args -Xlinker flags`
361 #else
362 #define YMF_PASS_LDFLAGS(flags) flags
363 #endif
364
365 #else /* __GNUC__ < 2 */
366
367 #ifndef LIB_GCC
368 #define LIB_GCC /usr/local/lib/gcc-gnulib
369 #endif /* not LIB_GCC */
370 GNULIB_VAR = `if [ -f LIB_GCC ] ; then echo LIB_GCC; else echo; fi`
371 #endif /* __GNUC__ < 2 */
372 #else /* not __GNUC__ */
373 GNULIB_VAR =
374
375 #endif /* not __GNUC__ */
376 #endif /* not ORDINARY_LINK */
377
378 /* Specify address for ld to start loading at,
379 if requested by configuration. */
380 #ifdef LD_TEXT_START_ADDR
381 STARTFLAGS = -T LD_TEXT_START_ADDR -e __start
382 #endif
383
384 #ifdef ORDINARY_LINK
385 LD = $(CC)
386 #else
387 #ifdef COFF_ENCAPSULATE
388 LD=$(CC) -nostdlib
389 #else /* not ORDINARY_LINK */
390 #ifdef LINKER
391 LD=LINKER
392 #else /* not LINKER */
393 LD=ld
394 #endif /* not LINKER */
395 #endif /* not COFF_ENCAPSULATE */
396 #endif /* not ORDINARY_LINK */
397
398 ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE
399
400 /* A macro which other sections of ymakefile can redefine to munge the
401 flags before they're passed to LD. This is helpful if you have
402 redefined LD to something odd, like "gcc". */
403 #ifndef YMF_PASS_LDFLAGS
404 #define YMF_PASS_LDFLAGS(flags) flags
405 #endif
406
407 /* Allow config.h to specify a replacement file for unexec.c. */
408 #ifndef UNEXEC
409 #define UNEXEC unexec.o
410 #endif
411 #ifndef UNEXEC_SRC
412 #define UNEXEC_SRC unexec.c
413 #endif
414
415 #ifdef USE_TEXT_PROPERTIES
416 #define INTERVAL_SRC intervals.h
417 #define INTERVAL_OBJ intervals.o textprop.o
418 #else
419 #define INTERVAL_SRC
420 #define INTERVAL_OBJ
421 #endif
422
423 #ifdef HAVE_GETLOADAVG
424 #define GETLOADAVG_OBJ
425 #else
426 #define GETLOADAVG_OBJ getloadavg.o
427 #endif
428
429 /* lastfile must follow all files
430 whose initialized data areas should be dumped as pure by dump-emacs. */
431 obj= dispnew.o frame.o scroll.o xdisp.o window.o \
432 term.o cm.o $(XOBJ) \
433 emacs.o keyboard.o macros.o keymap.o sysdep.o \
434 buffer.o filelock.o insdel.o marker.o INTERVAL_OBJ \
435 minibuf.o fileio.o dired.o filemode.o \
436 cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \
437 alloc.o data.o doc.o editfns.o callint.o \
438 eval.o floatfns.o fns.o print.o lread.o \
439 abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \
440 process.o callproc.o \
441 doprnt.o GETLOADAVG_OBJ
442
443 /* Object files used on some machine or other.
444 These go in the DOC file on all machines
445 in case they are needed there. */
446 SOME_MACHINE_OBJECTS = sunfns.o
447
448 #ifdef TERMINFO
449 /* Used to be -ltermcap here. If your machine needs that,
450 define LIBS_TERMCAP in the m/*.h file. */
451 #ifndef LIBS_TERMCAP
452 #define LIBS_TERMCAP -lcurses
453 #endif /* LIBS_TERMCAP */
454 termcapobj = terminfo.o
455 #else /* ! defined (TERMINFO) */
456 #ifndef LIBS_TERMCAP
457 #define LIBS_TERMCAP
458 termcapobj = termcap.o tparam.o
459 #else /* LIBS_TERMCAP */
460 termcapobj = tparam.o
461 #endif /* LIBS_TERMCAP */
462 #endif /* ! defined (TERMINFO) */
463
464
465 #ifndef SYSTEM_MALLOC
466
467 #ifdef GNU_MALLOC /* New GNU malloc */
468 #ifdef REL_ALLOC
469 mallocobj = gmalloc.o ralloc.o vm-limit.o
470 #else /* ! defined (REL_ALLOC) */
471 mallocobj = gmalloc.o vm-limit.o
472 #endif /* ! defined (REL_ALLOC) */
473 #else /* Old GNU malloc */
474 mallocobj = malloc.o
475 #endif /* Old GNU malloc */
476
477 #endif /* SYSTEM_MALLOC */
478
479
480 #ifndef HAVE_ALLOCA
481 allocaobj = alloca.o
482 #else
483 allocaobj =
484 #endif
485
486 #ifdef USE_X_TOOLKIT
487 widgetobj= widget.o
488 #else /* not USE_X_TOOLKIT */
489 widgetobj=
490 #endif /* not USE_X_TOOLKIT */
491
492
493 /* define otherobj as list of object files that make-docfile
494 should not be told about. */
495 otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj)
496
497 #ifdef LISP_FLOAT_TYPE
498 #define FLOAT_SUPPORT ${lispdir}float-sup.elc
499 #else
500 #define FLOAT_SUPPORT
501 #endif
502
503 #ifdef MULTI_FRAME
504 #define FRAME_SUPPORT ${lispdir}frame.elc ${lispdir}mouse.elc ${lispdir}select.elc ${lispdir}scroll-bar.elc
505 #else
506 #define FRAME_SUPPORT
507 #endif
508
509 #ifdef HAVE_X_WINDOWS
510 #define X_WINDOWS_SUPPORT
511 #else
512 #define X_WINDOWS_SUPPORT
513 #endif
514
515 #ifdef VMS
516 #define VMS_SUPPORT ${lispdir}vmsproc.elc ${lispdir}vms-patch
517 #else
518 #define VMS_SUPPORT
519 #endif
520
521 /* List of Lisp files loaded into the dumped Emacs. It's arranged
522 like this because it's easier to generate it semi-mechanically from
523 loadup.el this way.
524
525 Note that this list should not include lisp files which might not
526 be present, like site-load.el and site-init.el; this makefile
527 expects them all to be either present or buildable. */
528 lisp= \
529 ${lispdir}abbrev.elc \
530 ${lispdir}buff-menu.elc \
531 ${lispdir}byte-run.elc \
532 ${lispdir}c-mode.elc \
533 ${lispdir}files.elc \
534 ${lispdir}fill.elc \
535 FLOAT_SUPPORT \
536 FRAME_SUPPORT \
537 X_WINDOWS_SUPPORT \
538 ${lispdir}help.elc \
539 ${lispdir}indent.elc \
540 ${lispdir}isearch.elc \
541 ${lispdir}lisp-mode.elc \
542 ${lispdir}lisp.elc \
543 ${lispdir}loaddefs.el \
544 ${lispdir}map-ynp.elc \
545 ${lispdir}page.elc \
546 ${lispdir}paragraphs.elc \
547 ${lispdir}paths.el \
548 ${lispdir}register.elc \
549 ${lispdir}replace.elc \
550 ${lispdir}simple.elc \
551 ${lispdir}startup.elc \
552 ${lispdir}subr.elc \
553 ${lispdir}text-mode.elc \
554 ${lispdir}vc-hooks.elc \
555 VMS_SUPPORT \
556 ${lispdir}window.elc \
557 ${lispdir}version.el
558
559 /* Construct full set of libraries to be linked.
560 Note that SunOS needs -lm to come before -lc; otherwise, you get
561 duplicated symbols. If the standard libraries were compiled
562 with GCC, we might need gnulib again after them. */
563 LIBES = $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
564 LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR)
565
566 /* Enable recompilation of certain other files depending on system type. */
567
568 #ifndef OTHER_FILES
569 #define OTHER_FILES
570 #endif
571
572 /* Enable inclusion of object files in temacs depending on system type. */
573 #ifndef OBJECTS_SYSTEM
574 #define OBJECTS_SYSTEM
575 #endif
576
577 #ifndef OBJECTS_MACHINE
578 #define OBJECTS_MACHINE
579 #endif
580
581 all: emacs OTHER_FILES
582
583 emacs: temacs ${etc}DOC ${lisp}
584 #ifdef CANNOT_DUMP
585 rm -f emacs
586 ln temacs emacs
587 #else
588 #ifdef HAVE_SHM
589 ./temacs -nl -batch -l loadup dump
590 #else /* ! defined (HAVE_SHM) */
591 ./temacs -batch -l loadup dump
592 #endif /* ! defined (HAVE_SHM) */
593 #endif /* ! defined (CANNOT_DUMP) */
594
595 ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp}
596 rm -f ${etc}DOC
597 ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} \
598 ${lisp} > ${etc}DOC
599
600 ${libsrc}make-docfile:
601 cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile
602
603 /* Some systems define this to cause parallel Make-ing. */
604 #ifndef MAKE_PARALLEL
605 #define MAKE_PARALLEL
606 #endif
607
608 temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args
609 $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) \
610 -o temacs ${STARTFILES} ${obj} ${otherobj} \
611 OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES}
612
613 prefix-args: prefix-args.c $(config_h)
614 $(CC) $(ALL_CFLAGS) ${srcdir}/prefix-args.c -o prefix-args
615
616 /* These are needed for C compilation, on the systems that need them */
617 #ifdef NEED_CPP
618 CPP = ./localcpp
619 localcpp:
620 cd ${cppdir}; ${MAKE} ${MFLAGS} EMACS=-DEMACS
621 ln ${cppdir}cpp localcpp /* Name where ALL_CFLAGS will refer to it */
622 /* cc appears to be cretinous and require all of these to exist
623 if -B is specified -- we can't use one local pass and let the
624 others be the standard ones. What a loser.
625 We can't even use ln, since they are probably
626 on different disks. */
627 cp /lib/ccom localccom
628 -cp /lib/optim localoptim
629 -cp /lib/c2 localc2
630 cp /bin/as localas
631 #else /* ! defined (NEED_CPP) */
632 CPP = $(CC) -E
633 #endif /* ! defined (NEED_CPP) */
634
635 #ifdef SHORTNAMES
636 shortnames:
637 cd ${shortnamesdir}; ${MAKE} ${MFLAGS}
638 #endif
639
640 /* Don't lose if this was not defined. */
641 #ifndef OLDXMENU_OPTIONS
642 #define OLDXMENU_OPTIONS
643 #endif
644
645 /* Don't lose if this was not defined. */
646 #ifndef LWLIB_OPTIONS
647 #define LWLIB_OPTIONS
648 #endif
649
650 #ifdef HAVE_X_WINDOWS
651 #ifdef HAVE_X11
652 #ifdef USE_X_TOOLKIT
653 $(OLDXMENU): really-lwlib
654 -rm -f $(OLDXMENU) /* We might have a link to an old version. */
655 ${LN_S} ${lwlibdir}liblw.a $(OLDXMENU)
656
657 /* Encode the values of these two macros in Make variables,
658 so we can use $(...) to substitute their values within "...". */
659 C_SWITCH_MACHINE_1 = C_SWITCH_MACHINE
660 C_SWITCH_SYSTEM_1 = C_SWITCH_SYSTEM
661 C_SWITCH_SITE_1 = C_SWITCH_SITE
662 C_SWITCH_X_SITE_1 = C_SWITCH_X_SITE
663 C_SWITCH_X_MACHINE_1 = C_SWITCH_X_MACHINE
664 C_SWITCH_X_SYSTEM_1 = C_SWITCH_X_SYSTEM
665 really-lwlib:
666 cd ${lwlibdir}; ${MAKE} ${MFLAGS} LWLIB_OPTIONS \
667 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \
668 "C_SWITCH_X_SITE=$(C_SWITCH_X_SITE_1)" \
669 "C_SWITCH_X_MACHINE=$(C_SWITCH_X_MACHINE_1)" \
670 "C_SWITCH_X_SYSTEM=$(C_SWITCH_X_SYSTEM_1)" \
671 "C_SWITCH_SITE=$(C_SWITCH_SITE_1)" \
672 "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \
673 "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)"
674 @true /* make -t should not create really-lwlib. */
675 #else /* not USE_X_TOOLKIT */
676 #ifdef HAVE_X_MENU
677 $(OLDXMENU): really-oldXMenu
678 -rm -f $(OLDXMENU) /* We might have a link to an old version. */
679 ${LN_S} ${oldXMenudir}libXMenu11.a $(OLDXMENU)
680
681 /* Encode the values of these two macros in Make variables,
682 so we can use $(...) to substitute their values within "...". */
683 C_SWITCH_MACHINE_1 = C_SWITCH_MACHINE
684 C_SWITCH_SYSTEM_1 = C_SWITCH_SYSTEM
685 C_SWITCH_SITE_1 = C_SWITCH_SITE
686 C_SWITCH_X_SITE_1 = C_SWITCH_X_SITE
687 C_SWITCH_X_MACHINE_1 = C_SWITCH_X_MACHINE
688 C_SWITCH_X_SYSTEM_1 = C_SWITCH_X_SYSTEM
689 really-oldXMenu:
690 cd ${oldXMenudir}; ${MAKE} ${MFLAGS} OLDXMENU_OPTIONS \
691 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \
692 "C_SWITCH_X_SITE=$(C_SWITCH_X_SITE_1)" \
693 "C_SWITCH_X_MACHINE=$(C_SWITCH_X_MACHINE_1)" \
694 "C_SWITCH_X_SYSTEM=$(C_SWITCH_X_SYSTEM_1)" \
695 "C_SWITCH_SITE=$(C_SWITCH_SITE_1)" \
696 "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \
697 "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)"
698 @true /* make -t should not create really-oldXMenu. */
699 #endif /* HAVE_X_MENU */
700 #endif /* not USE_X_TOOLKIT */
701 #endif /* HAVE_X11 */
702 #endif /* HAVE_X_WINDOWS */
703
704 paths.h: paths.h.in
705 @echo "The file paths.h needs to be set up from paths.h.in."
706 @echo "Consult the file \`INSTALL' for instructions for building Emacs."
707 exit 1
708
709 config.h: config.h.in
710 @echo "The file config.h needs to be set up from config.h.in."
711 @echo "Consult the file \`INSTALL' for instructions for building Emacs."
712 exit 1
713
714 /* Some machines have alloca built-in.
715 They should define HAVE_ALLOCA, or may just let alloca.s
716 be used but generate no code.
717 Some have it written in assembler in alloca.s.
718 Some use the C version in alloca.c (these define C_ALLOCA in config.h).
719 */
720
721 #ifdef C_ALLOCA
722 /* We could put something in alloca.c to #define free and malloc
723 whenever emacs was #defined, but that's not appropriate for all
724 users of alloca in Emacs. Check out ../lib-src/getopt.c. */
725 alloca.o : alloca.c
726 $(CC) -c $(CPPFLAGS) -Dfree=xfree -Dmalloc=xmalloc \
727 $(ALL_CFLAGS) ${srcdir}/alloca.c
728 #else
729 #ifndef HAVE_ALLOCA
730 alloca.o : alloca.s $(config_h)
731 /* $(CPP) is cc -E, which may get confused by filenames
732 that do not end in .c. So copy file to a safe name. */
733 cp ${srcdir}/alloca.s allocatem.c
734 /* Remove any ^L, blank lines, and preprocessor comments,
735 since some assemblers barf on them. Use a different basename for the
736 output file, since some stupid compilers (Green Hill's) use that
737 name for the intermediate assembler file. */
738 $(CPP) $(CPPFLAGS) $(ALL_CFLAGS) allocatem.c | \
739 sed -e 's/\f//' -e 's/^#.*//' | \
740 sed -n -e '/^..*$$/p' > allocax.s
741 -rm -f alloca.o
742 /* Xenix, in particular, needs to run assembler via cc. */
743 $(CC) -c allocax.s
744 mv allocax.o alloca.o
745 rm allocax.s allocatem.c
746 #endif /* HAVE_ALLOCA */
747 #endif /* ! defined (C_ALLOCA) */
748
749 /* Nearly all the following files depend on lisp.h,
750 but it is not included as a dependency because
751 it is so often changed in ways that do not require any recompilation
752 and so rarely changed in ways that do require any. */
753
754 abbrev.o : abbrev.c buffer.h commands.h $(config_h)
755 buffer.o : buffer.c buffer.h commands.h window.h \
756 INTERVAL_SRC blockinput.h $(config_h)
757 callint.o : callint.c window.h commands.h buffer.h mocklisp.h \
758 keyboard.h $(config_h)
759 callproc.o : callproc.c paths.h buffer.h commands.h $(config_h) \
760 process.h systty.h syssignal.h
761 casefiddle.o : casefiddle.c syntax.h commands.h buffer.h $(config_h)
762 casetab.o : casetab.c buffer.h $(config_h)
763 cm.o : cm.c cm.h termhooks.h $(config_h)
764 cmds.o : cmds.c syntax.h buffer.h commands.h $(config_h)
765 pre-crt0.o : pre-crt0.c
766 crt0.o : crt0.c $(config_h)
767 CRT0_COMPILE ${srcdir}/crt0.c
768 dired.o : dired.c commands.h buffer.h $(config_h) regex.h
769 dispnew.o : dispnew.c commands.h frame.h window.h buffer.h dispextern.h \
770 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h $(config_h)
771 doc.o : doc.c $(config_h) paths.h buffer.h keyboard.h
772 doprnt.o : doprnt.c
773 editfns.o : editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
774 emacs.o : emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h)
775 fileio.o : fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
776 filelock.o : filelock.c buffer.h paths.h $(config_h)
777 filemode.o : filemode.c $(config_h)
778 getloadavg.o : getloadavg.c $(config_h)
779 indent.o : indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
780 termopts.h disptab.h
781 insdel.o : insdel.c window.h buffer.h INTERVAL_SRC blockinput.h $(config_h)
782 keyboard.o : keyboard.c termchar.h termhooks.h termopts.h buffer.h \
783 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
784 systty.h systime.h dispextern.h intervals.h blockinput.h $(config_h)
785 keymap.o : keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
786 $(config_h)
787 lastfile.o : lastfile.c $(config_h)
788 macros.o : macros.c window.h buffer.h commands.h macros.h $(config_h)
789 malloc.o : malloc.c $(config_h)
790 gmalloc.o : gmalloc.c $(config_h)
791 ralloc.o : ralloc.c $(config_h)
792 vm-limit.o : vm-limit.c mem-limits.h $(config_h)
793 marker.o : marker.c buffer.h $(config_h)
794 minibuf.o : minibuf.c syntax.h dispextern.h frame.h window.h \
795 buffer.h commands.h $(config_h)
796 mocklisp.o : mocklisp.c buffer.h $(config_h)
797 process.o : process.c process.h buffer.h window.h termhooks.h termopts.h \
798 commands.h syssignal.h systime.h systty.h syswait.h frame.h $(config_h)
799 regex.o : regex.c syntax.h buffer.h $(config_h) regex.h
800 frame.o : frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
801 buffer.h $(config_h)
802 scroll.o : scroll.c termchar.h $(config_h) dispextern.h frame.h
803 search.o : search.c regex.h commands.h buffer.h syntax.h blockinput.h $(config_h)
804 syntax.o : syntax.c syntax.h buffer.h commands.h $(config_h)
805 sysdep.o : sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \
806 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h
807 term.o : term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
808 disptab.h
809 termcap.o : termcap.c $(config_h)
810 terminfo.o : terminfo.c $(config_h)
811 tparam.o : tparam.c $(config_h)
812 undo.o : undo.c buffer.h commands.h $(config_h)
813 UNEXEC : UNEXEC_SRC $(config_h)
814 widget.o : widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h)
815 window.o : window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
816 termhooks.h disptab.h keyboard.h $(config_h)
817 xdisp.o : xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \
818 termchar.h frame.h window.h disptab.h termhooks.h $(config_h)
819 xfaces.o : xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
820 window.h $(config_h)
821 xfns.o : xfns.c buffer.h frame.h window.h keyboard.h xterm.h \
822 blockinput.h $(config_h)
823 xmenu.o : xmenu.c xterm.h window.h frame.h keyboard.h blockinput.h $(config_h)
824 xterm.o : xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \
825 dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \
826 gnu.h sink.h sinkmask.h $(config_h)
827 xselect.o : xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h)
828 xrdb.o : xrdb.c $(config_h)
829 hftctl.o : hftctl.c $(config_h)
830
831 /* The files of Lisp proper */
832
833 alloc.o : alloc.c frame.h window.h buffer.h puresize.h syssignal.h
834 alloc.o : blockinput.h $(config_h) INTERVAL_SRC
835 bytecode.o : bytecode.c buffer.h $(config_h)
836 data.o : data.c buffer.h puresize.h syssignal.h $(config_h)
837 eval.o : eval.c commands.h keyboard.h blockinput.h $(config_h)
838 floatfns.o : floatfns.c $(config_h)
839 fns.o : fns.c commands.h $(config_h) frame.h buffer.h keyboard.h INTERVAL_SRC
840 print.o : print.c process.h frame.h window.h buffer.h $(config_h)
841 lread.o : lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \
842 termhooks.h
843
844 /* Text properties support */
845 textprop.o : textprop.c buffer.h intervals.h $(config_h)
846 intervals.o : intervals.c buffer.h intervals.h puresize.h $(config_h)
847
848 /* System-specific programs to be made.
849 OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE
850 select which of these should be compiled. */
851
852 sunfns.o : sunfns.c buffer.h $(config_h)
853
854 ${libsrc}emacstool: ${libsrc}emacstool.c
855 cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool
856 mostlyclean:
857 rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a liblw.a
858 rm -f ../etc/DOC
859 clean: mostlyclean
860 rm -f emacs-* emacs
861 /**/# This is used in making a distribution.
862 /**/# Do not use it on development directories!
863 distclean: clean
864 rm -f paths.h config.h Makefile Makefile.in ../etc/DOC-*
865 realclean: distclean
866 rm -f TAGS
867 versionclean:
868 -rm -f emacs emacs-* ../etc/DOC*
869 extraclean: distclean
870 -rm -f *~ \#* m/?*~ s/?*~
871
872 /* The rule for the [sm] files has to be written a little funny to
873 avoid looking like a C comment to CPP. */
874 SOURCES = *.[ch] [sm]/?* COPYING ymakefile \
875 config.h.in README COPYING ChangeLog vms.pp-trans
876 unlock:
877 chmod u+w $(SOURCES)
878
879 relock:
880 chmod -w $(SOURCES)
881 chmod +w paths.h
882
883 /* Arrange to make a tags table in ../lisp, and another in this dir
884 which includes ../lisp/TAGS by reference. */
885 ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c
886 lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el
887 TAGS: $(ctagsfiles)
888 ../lib-src/etags --include=../lisp/TAGS $(ctagsfiles)
889 ../lisp/TAGS: $(lisptagsfiles)
890 cd ../lisp; $(MAKE) TAGS
891 tags: TAGS ../lisp/TAGS
892 .PHONY: tags