Mercurial > emacs
annotate src/Makefile.in @ 7487:a7ff1a4b4e21
(syms_of_keyboard): Set up Qpolling_period.
(bind_polling_period): New function.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 13 May 1994 08:32:16 +0000 |
| parents | 5a10d0a7c8a1 |
| children | 9c2205991ff5 |
| rev | line source |
|---|---|
|
7328
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
1 # Makefile for GNU Emacs. |
|
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
2 # Copyright (C) 1985, 1987, 1988, 1993, 1994 Free Software Foundation, Inc. |
| 4796 | 3 |
|
7328
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
4 # This file is part of GNU Emacs. |
| 4796 | 5 |
|
7328
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
6 # GNU Emacs is free software; you can redistribute it and/or modify |
|
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
7 # it under the terms of the GNU General Public License as published by |
|
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
8 # the Free Software Foundation; either version 2, or (at your option) |
|
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
9 # any later version. |
| 4796 | 10 |
|
7328
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
11 # GNU Emacs is distributed in the hope that it will be useful, |
|
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
14 # GNU General Public License for more details. |
| 4796 | 15 |
|
7328
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
16 # You should have received a copy of the GNU General Public License |
|
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
17 # along with GNU Emacs; see the file COPYING. If not, write to |
|
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
18 # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 4796 | 19 |
|
7328
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
20 # Here are the things that we expect ../configure to edit. |
| 4796 | 21 srcdir=@srcdir@ |
| 22 VPATH=@srcdir@ | |
| 23 CC=@CC@ | |
| 24 CPP=@CPP@ | |
| 25 CFLAGS=@CFLAGS@ | |
| 26 LN_S=@LN_S@ | |
|
7328
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
27 # Substitute an assignment for the MAKE variable, because |
|
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
28 # BSD doesn't have it as a default. |
|
6927
c9f93ac26d28
(configuration): Use SET_MAKE to get the value of $(MAKE).
Richard M. Stallman <rms@gnu.org>
parents:
6892
diff
changeset
|
29 @SET_MAKE@ |
| 4796 | 30 |
|
7328
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
31 # On Xenix and the IBM RS6000, double-dot gets screwed up. |
| 4796 | 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/ | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
39 lwlibdir = $(dot)$(dot)/lwlib/ |
|
7045
6ea4737a3db7
(alloca.o): Use config_h.
Richard M. Stallman <rms@gnu.org>
parents:
6999
diff
changeset
|
40 |
|
7328
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
41 # Configuration files for .o files to depend on. |
|
7045
6ea4737a3db7
(alloca.o): Use config_h.
Richard M. Stallman <rms@gnu.org>
parents:
6999
diff
changeset
|
42 M_FILE = ${srcdir}/@machfile@ |
|
6ea4737a3db7
(alloca.o): Use config_h.
Richard M. Stallman <rms@gnu.org>
parents:
6999
diff
changeset
|
43 S_FILE = ${srcdir}/@opsysfile@ |
|
6ea4737a3db7
(alloca.o): Use config_h.
Richard M. Stallman <rms@gnu.org>
parents:
6999
diff
changeset
|
44 config_h = config.h $(M_FILE) $(S_FILE) |
| 4796 | 45 |
|
7328
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
46 # ========================== start of cpp stuff ======================= */ |
|
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
47 /* From here on, comments must be done in C syntax. */ |
|
29e2aa20e7b8
Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents:
7145
diff
changeset
|
48 |
|
5434
c89fd1fbf068
(buffer.o): Don't depend on syntax.h.
Richard M. Stallman <rms@gnu.org>
parents:
5402
diff
changeset
|
49 CPPFLAGS= |
|
c89fd1fbf068
(buffer.o): Don't depend on syntax.h.
Richard M. Stallman <rms@gnu.org>
parents:
5402
diff
changeset
|
50 LDFLAGS= |
|
c89fd1fbf068
(buffer.o): Don't depend on syntax.h.
Richard M. Stallman <rms@gnu.org>
parents:
5402
diff
changeset
|
51 C_SWITCH_SYSTEM= |
|
c89fd1fbf068
(buffer.o): Don't depend on syntax.h.
Richard M. Stallman <rms@gnu.org>
parents:
5402
diff
changeset
|
52 |
| 4796 | 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'. */ | |
|
5030
1c9c9a87f8b6
Delete spurious CFLAGS=-g.
Richard M. Stallman <rms@gnu.org>
parents:
4963
diff
changeset
|
236 |
| 4796 | 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. */ | |
|
4803
ce4372eaa443
(ALL_CFLAGS): Make sure `.' is searched before `${srcdir}'.
Brian Fox <bfox@gnu.org>
parents:
4796
diff
changeset
|
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} |
| 4796 | 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 | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
273 #ifdef USE_X_TOOLKIT |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
274 OLDXMENU=liblw.a |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
275 LIBXMENU= $(OLDXMENU) |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
276 #else /* not USE_X_TOOLKIT */ |
| 4796 | 277 OLDXMENU= libXMenu11.a |
| 278 LIBXMENU= $(OLDXMENU) | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
279 #endif /* not USE_X_TOOLKIT */ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
280 #else /* not HAVE_X11 */ |
| 4796 | 281 LIBXMENU= -lXMenu |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
282 #endif /* not HAVE_X11 */ |
| 4796 | 283 |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
284 #else /* not HAVE_X_MENU */ |
| 4796 | 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= | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
290 #endif /* not HAVE_X_MENU */ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
291 |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
292 #ifdef USE_X_TOOLKIT |
|
7479
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
293 #define @X_TOOLKIT_TYPE@ |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
294 #if defined (LUCID) || defined (ATHENA) |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
295 LIBW= -lXaw |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
296 #endif |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
297 #ifdef MOTIF |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
298 #ifdef LIB_MOTIF |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
299 LIBW= LIB_MOTIF |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
300 #else |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
301 LIBW= -lXm |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
302 #endif |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
303 #endif |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
304 #ifdef OPEN_LOOK |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
305 LIBW= -lXol |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
306 #endif |
|
80a06d05d7df
Handle Motif and Open-look.
Richard M. Stallman <rms@gnu.org>
parents:
7328
diff
changeset
|
307 |
|
7484
5a10d0a7c8a1
(LIBXTR6): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
7479
diff
changeset
|
308 #ifdef HAVE_X11R6 |
|
5a10d0a7c8a1
(LIBXTR6): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
7479
diff
changeset
|
309 LIBXTR6 = -lSM -lICE |
|
5a10d0a7c8a1
(LIBXTR6): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
7479
diff
changeset
|
310 #endif |
|
5a10d0a7c8a1
(LIBXTR6): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
7479
diff
changeset
|
311 |
|
5a10d0a7c8a1
(LIBXTR6): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
7479
diff
changeset
|
312 LIBXT= $(LIBW) -lXt $(LIBXTR6) -lXmu -lXext |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
313 #else |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
314 LIBXT= |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
315 #endif |
| 4796 | 316 |
| 317 #ifdef HAVE_X11 | |
|
6892
d61940f5430c
(LIBX): Put LIBXT after LD_SWITCH_X_SITE.
Richard M. Stallman <rms@gnu.org>
parents:
6810
diff
changeset
|
318 LIBX= $(LIBXMENU) LD_SWITCH_X_SITE $(LIBXT) LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
319 #else /* not HAVE_X11 */ |
| 4796 | 320 LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
321 #endif /* not HAVE_X11 */ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
322 #endif /* not HAVE_X_WINDOWS */ |
| 4796 | 323 |
| 324 #ifndef ORDINARY_LINK | |
| 325 /* Fix linking if compiled with GCC. */ | |
| 326 #ifdef __GNUC__ | |
| 327 | |
| 328 #if __GNUC__ > 1 | |
| 329 | |
|
5234
abc23ae65483
(configuration): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5099
diff
changeset
|
330 #ifdef LINKER |
|
abc23ae65483
(configuration): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5099
diff
changeset
|
331 #define LINKER_WAS_SPECIFIED |
|
abc23ae65483
(configuration): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5099
diff
changeset
|
332 #endif |
|
abc23ae65483
(configuration): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5099
diff
changeset
|
333 |
| 4796 | 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` | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
350 #endif /* not LIB_GCC */ |
| 4796 | 351 |
| 352 GNULIB_VAR = LIB_GCC | |
| 353 | |
|
5234
abc23ae65483
(configuration): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5099
diff
changeset
|
354 #ifndef LINKER_WAS_SPECIFIED |
| 4796 | 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` | |
|
5234
abc23ae65483
(configuration): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5099
diff
changeset
|
361 #else |
|
abc23ae65483
(configuration): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5099
diff
changeset
|
362 #define YMF_PASS_LDFLAGS(flags) flags |
|
abc23ae65483
(configuration): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5099
diff
changeset
|
363 #endif |
| 4796 | 364 |
| 365 #else /* __GNUC__ < 2 */ | |
| 366 | |
| 367 #ifndef LIB_GCC | |
| 368 #define LIB_GCC /usr/local/lib/gcc-gnulib | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
369 #endif /* not LIB_GCC */ |
| 4796 | 370 GNULIB_VAR = `if [ -f LIB_GCC ] ; then echo LIB_GCC; else echo; fi` |
| 371 #endif /* __GNUC__ < 2 */ | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
372 #else /* not __GNUC__ */ |
| 4796 | 373 GNULIB_VAR = |
| 374 | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
375 #endif /* not __GNUC__ */ |
| 4796 | 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 | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
392 #else /* not LINKER */ |
| 4796 | 393 LD=ld |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
394 #endif /* not LINKER */ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
395 #endif /* not COFF_ENCAPSULATE */ |
| 4796 | 396 #endif /* not ORDINARY_LINK */ |
| 397 | |
|
5368
f416b0f85249
(LDFLAGS): Define as empty.
Richard M. Stallman <rms@gnu.org>
parents:
5349
diff
changeset
|
398 ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE |
| 4796 | 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 | |
|
5401
fd65333a301e
(SOME_MACHINE_OBJECTS): New var.
Richard M. Stallman <rms@gnu.org>
parents:
5368
diff
changeset
|
443 /* Object files used on some machine or other. |
|
fd65333a301e
(SOME_MACHINE_OBJECTS): New var.
Richard M. Stallman <rms@gnu.org>
parents:
5368
diff
changeset
|
444 These go in the DOC file on all machines |
|
fd65333a301e
(SOME_MACHINE_OBJECTS): New var.
Richard M. Stallman <rms@gnu.org>
parents:
5368
diff
changeset
|
445 in case they are needed there. */ |
|
fd65333a301e
(SOME_MACHINE_OBJECTS): New var.
Richard M. Stallman <rms@gnu.org>
parents:
5368
diff
changeset
|
446 SOME_MACHINE_OBJECTS = sunfns.o |
|
fd65333a301e
(SOME_MACHINE_OBJECTS): New var.
Richard M. Stallman <rms@gnu.org>
parents:
5368
diff
changeset
|
447 |
| 4796 | 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 | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
486 #ifdef USE_X_TOOLKIT |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
487 widgetobj= widget.o |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
488 #else /* not USE_X_TOOLKIT */ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
489 widgetobj= |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
490 #endif /* not USE_X_TOOLKIT */ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
491 |
| 4796 | 492 |
| 493 /* define otherobj as list of object files that make-docfile | |
| 494 should not be told about. */ | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
495 otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) |
| 4796 | 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 | |
|
6398
f0575c116207
(X_WINDOWS_SUPPORT): New macro.
Roland McGrath <roland@gnu.org>
parents:
5921
diff
changeset
|
509 #ifdef HAVE_X_WINDOWS |
|
6405
190ecc6ee636
(X_WINDOWS_SUPPORT): Don't include term/x-win.
Roland McGrath <roland@gnu.org>
parents:
6404
diff
changeset
|
510 #define X_WINDOWS_SUPPORT |
|
6398
f0575c116207
(X_WINDOWS_SUPPORT): New macro.
Roland McGrath <roland@gnu.org>
parents:
5921
diff
changeset
|
511 #else |
|
f0575c116207
(X_WINDOWS_SUPPORT): New macro.
Roland McGrath <roland@gnu.org>
parents:
5921
diff
changeset
|
512 #define X_WINDOWS_SUPPORT |
|
f0575c116207
(X_WINDOWS_SUPPORT): New macro.
Roland McGrath <roland@gnu.org>
parents:
5921
diff
changeset
|
513 #endif |
|
f0575c116207
(X_WINDOWS_SUPPORT): New macro.
Roland McGrath <roland@gnu.org>
parents:
5921
diff
changeset
|
514 |
| 4796 | 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 | |
|
6398
f0575c116207
(X_WINDOWS_SUPPORT): New macro.
Roland McGrath <roland@gnu.org>
parents:
5921
diff
changeset
|
527 expects them all to be either present or buildable. */ |
| 4796 | 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 \ | |
|
6398
f0575c116207
(X_WINDOWS_SUPPORT): New macro.
Roland McGrath <roland@gnu.org>
parents:
5921
diff
changeset
|
537 X_WINDOWS_SUPPORT \ |
| 4796 | 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 \ | |
|
6398
f0575c116207
(X_WINDOWS_SUPPORT): New macro.
Roland McGrath <roland@gnu.org>
parents:
5921
diff
changeset
|
556 ${lispdir}window.elc \ |
|
6404
639d046c8b28
(lisp): Include version.el, not version.elc.
Roland McGrath <roland@gnu.org>
parents:
6403
diff
changeset
|
557 ${lispdir}version.el |
| 4796 | 558 |
| 559 /* Construct full set of libraries to be linked. | |
| 560 Note that SunOS needs -lm to come before -lc; otherwise, you get | |
|
4814
9c7b28c16e94
(LIBES): Add $(GNULIB_VAR) again at end.
Roland McGrath <roland@gnu.org>
parents:
4803
diff
changeset
|
561 duplicated symbols. If the standard libraries were compiled |
|
9c7b28c16e94
(LIBES): Add $(GNULIB_VAR) again at end.
Roland McGrath <roland@gnu.org>
parents:
4803
diff
changeset
|
562 with GCC, we might need gnulib again after them. */ |
| 4796 | 563 LIBES = $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ |
|
4814
9c7b28c16e94
(LIBES): Add $(GNULIB_VAR) again at end.
Roland McGrath <roland@gnu.org>
parents:
4803
diff
changeset
|
564 LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR) |
| 4796 | 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 | |
|
6430
bfc8a1891b78
(emacs): rm emacs before the ln.
Richard M. Stallman <rms@gnu.org>
parents:
6405
diff
changeset
|
585 rm -f emacs |
| 4796 | 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 | |
|
5402
a9b528e5abe6
(${etc}DOC): Don't depend on SOME_MACHINE_OBJECTS.
Richard M. Stallman <rms@gnu.org>
parents:
5401
diff
changeset
|
595 ${etc}DOC: ${libsrc}make-docfile ${obj} ${lisp} |
| 4796 | 596 rm -f ${etc}DOC |
|
5434
c89fd1fbf068
(buffer.o): Don't depend on syntax.h.
Richard M. Stallman <rms@gnu.org>
parents:
5402
diff
changeset
|
597 ${libsrc}make-docfile -d ${srcdir} ${obj} ${SOME_MACHINE_OBJECTS} \ |
|
6967
d74f85e99ab4
(${etc}DOC): Delete redundant version.el from cmd.
Richard M. Stallman <rms@gnu.org>
parents:
6927
diff
changeset
|
598 ${lisp} > ${etc}DOC |
| 4796 | 599 |
| 600 ${libsrc}make-docfile: | |
|
5921
28b3aa222dde
(${libsrc}make-docfile): Don't pass ../arch-lib as target to submake.
Richard M. Stallman <rms@gnu.org>
parents:
5702
diff
changeset
|
601 cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile |
| 4796 | 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 | |
|
6810
6a097e7b87dc
(temacs): Include ${ALL_LDFLAGS} within the call to YMF_PASS_LDFLAGS.
Richard M. Stallman <rms@gnu.org>
parents:
6432
diff
changeset
|
609 $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) \ |
| 4796 | 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 | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
645 /* Don't lose if this was not defined. */ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
646 #ifndef LWLIB_OPTIONS |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
647 #define LWLIB_OPTIONS |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
648 #endif |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
649 |
| 4796 | 650 #ifdef HAVE_X_WINDOWS |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
651 #ifdef HAVE_X11 |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
652 #ifdef USE_X_TOOLKIT |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
653 $(OLDXMENU): really-lwlib |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
654 -rm -f $(OLDXMENU) /* We might have a link to an old version. */ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
655 ${LN_S} ${lwlibdir}liblw.a $(OLDXMENU) |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
656 |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
657 /* Encode the values of these two macros in Make variables, |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
658 so we can use $(...) to substitute their values within "...". */ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
659 C_SWITCH_MACHINE_1 = C_SWITCH_MACHINE |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
660 C_SWITCH_SYSTEM_1 = C_SWITCH_SYSTEM |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
661 C_SWITCH_SITE_1 = C_SWITCH_SITE |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
662 C_SWITCH_X_SITE_1 = C_SWITCH_X_SITE |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
663 C_SWITCH_X_MACHINE_1 = C_SWITCH_X_MACHINE |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
664 C_SWITCH_X_SYSTEM_1 = C_SWITCH_X_SYSTEM |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
665 really-lwlib: |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
666 cd ${lwlibdir}; ${MAKE} ${MFLAGS} LWLIB_OPTIONS \ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
667 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
668 "C_SWITCH_X_SITE=$(C_SWITCH_X_SITE_1)" \ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
669 "C_SWITCH_X_MACHINE=$(C_SWITCH_X_MACHINE_1)" \ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
670 "C_SWITCH_X_SYSTEM=$(C_SWITCH_X_SYSTEM_1)" \ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
671 "C_SWITCH_SITE=$(C_SWITCH_SITE_1)" \ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
672 "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
673 "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)" |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
674 @true /* make -t should not create really-lwlib. */ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
675 #else /* not USE_X_TOOLKIT */ |
| 4796 | 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. */ | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
699 #endif /* HAVE_X_MENU */ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
700 #endif /* not USE_X_TOOLKIT */ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
701 #endif /* HAVE_X11 */ |
|
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
702 #endif /* HAVE_X_WINDOWS */ |
| 4796 | 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 | |
|
7045
6ea4737a3db7
(alloca.o): Use config_h.
Richard M. Stallman <rms@gnu.org>
parents:
6999
diff
changeset
|
730 alloca.o : alloca.s $(config_h) |
| 4796 | 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///' -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) | |
|
5434
c89fd1fbf068
(buffer.o): Don't depend on syntax.h.
Richard M. Stallman <rms@gnu.org>
parents:
5402
diff
changeset
|
755 buffer.o : buffer.c buffer.h commands.h window.h \ |
| 4796 | 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) | |
|
5349
efcc2af40221
(callproc.o): Depend on systty.h and syssignal.h.
Richard M. Stallman <rms@gnu.org>
parents:
5234
diff
changeset
|
759 callproc.o : callproc.c paths.h buffer.h commands.h $(config_h) \ |
|
efcc2af40221
(callproc.o): Depend on systty.h and syssignal.h.
Richard M. Stallman <rms@gnu.org>
parents:
5234
diff
changeset
|
760 process.h systty.h syssignal.h |
| 4796 | 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) | |
|
5670
1c506424bb84
(widgetobj): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
5575
diff
changeset
|
814 widget.o : widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h) |
| 4796 | 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 \ | |
|
5575
b2d5340c0c2c
(xterm.o): Depends on syssignal.h.
Richard M. Stallman <rms@gnu.org>
parents:
5511
diff
changeset
|
825 dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 4796 | 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) | |
| 5099 | 829 hftctl.o : hftctl.c $(config_h) |
| 4796 | 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) | |
|
4963
6648ce61e9fd
(intervals.o): Depend on puresize.h.
Richard M. Stallman <rms@gnu.org>
parents:
4814
diff
changeset
|
846 intervals.o : intervals.c buffer.h intervals.h puresize.h $(config_h) |
| 4796 | 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: | |
|
7145
1221250ed953
(mostlyclean): Remove liblw.a.
Richard M. Stallman <rms@gnu.org>
parents:
7137
diff
changeset
|
857 rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a liblw.a |
| 4796 | 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 | |
|
5045
ef406a9b2f44
(distclean): Do delete Makefile and Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents:
5035
diff
changeset
|
864 rm -f paths.h config.h Makefile Makefile.in ../etc/DOC-* |
| 4796 | 865 realclean: distclean |
| 866 rm -f TAGS | |
| 867 versionclean: | |
| 868 -rm -f emacs emacs-* ../etc/DOC* | |
| 869 extraclean: distclean | |
|
5035
2906af83fe85
(extraclean): Prevent wildcard from starting comment.
Richard M. Stallman <rms@gnu.org>
parents:
5030
diff
changeset
|
870 -rm -f *~ \#* m/?*~ s/?*~ |
| 4796 | 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 | |
|
6988
674dceb3bb4f
(TAGS): Split off included tags file lisp/TAGS.
Richard M. Stallman <rms@gnu.org>
parents:
6967
diff
changeset
|
882 |
| 7137 | 883 /* Arrange to make a tags table in ../lisp, and another in this dir |
| 884 which includes ../lisp/TAGS by reference. */ | |
|
6988
674dceb3bb4f
(TAGS): Split off included tags file lisp/TAGS.
Richard M. Stallman <rms@gnu.org>
parents:
6967
diff
changeset
|
885 ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c |
|
674dceb3bb4f
(TAGS): Split off included tags file lisp/TAGS.
Richard M. Stallman <rms@gnu.org>
parents:
6967
diff
changeset
|
886 lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el |
|
674dceb3bb4f
(TAGS): Split off included tags file lisp/TAGS.
Richard M. Stallman <rms@gnu.org>
parents:
6967
diff
changeset
|
887 TAGS: $(ctagsfiles) |
|
674dceb3bb4f
(TAGS): Split off included tags file lisp/TAGS.
Richard M. Stallman <rms@gnu.org>
parents:
6967
diff
changeset
|
888 ../lib-src/etags --include=../lisp/TAGS $(ctagsfiles) |
|
674dceb3bb4f
(TAGS): Split off included tags file lisp/TAGS.
Richard M. Stallman <rms@gnu.org>
parents:
6967
diff
changeset
|
889 ../lisp/TAGS: $(lisptagsfiles) |
|
674dceb3bb4f
(TAGS): Split off included tags file lisp/TAGS.
Richard M. Stallman <rms@gnu.org>
parents:
6967
diff
changeset
|
890 cd ../lisp; $(MAKE) TAGS |
|
674dceb3bb4f
(TAGS): Split off included tags file lisp/TAGS.
Richard M. Stallman <rms@gnu.org>
parents:
6967
diff
changeset
|
891 tags: TAGS ../lisp/TAGS |
| 4796 | 892 .PHONY: tags |
