0
|
1 # Generated automatically from Makefile.in.in by configure.
|
|
2 /* Makefile for src subdirectory in XEmacs.
|
|
3 Copyright (C) 1985, 1987, 1988, 1993, 1994 Free Software Foundation, Inc.
|
|
4 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois
|
|
5
|
|
6 This file is part of XEmacs.
|
|
7
|
|
8 XEmacs is free software; you can redistribute it and/or modify it
|
|
9 under the terms of the GNU General Public License as published by the
|
|
10 Free Software Foundation; either version 2, or (at your option) any
|
|
11 later version.
|
|
12
|
|
13 XEmacs is distributed in the hope that it will be useful, but WITHOUT
|
|
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
16 for more details.
|
|
17
|
|
18 You should have received a copy of the GNU General Public License
|
|
19 along with XEmacs; see the file COPYING. If not, write to
|
|
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
21 Boston, MA 02111-1307, USA. */
|
|
22
|
|
23 /* Synched up with: Not synched with FSF. */
|
|
24
|
|
25
|
|
26
|
|
27 /* Some people use these in paths they define. We don't want their paths
|
|
28 getting changed on them. */
|
|
29 #undef sparc
|
|
30 #undef sun
|
|
31 #undef unix
|
|
32 #undef sgi
|
|
33 #undef NeXT
|
|
34
|
|
35 dot = .
|
|
36 /* On Xenix and the IBM RS6000, double-dot gets screwed up. */
|
|
37 lispdir = ${srcdir}/$(dot)$(dot)/lisp/
|
|
38 libsrc = $(dot)$(dot)/lib-src/
|
|
39 etcdir = $(dot)$(dot)/etc/
|
|
40
|
|
41 /* Here are the things that we expect ../configure to edit. */
|
|
42 srcdir=/m/xemacs-19.14/src
|
|
43 CC=gcc
|
|
44 CPP=gcc -E -I/usr/i486-linuxaout/include -I/m/xpm-3.4h/lib -I/usr/X11R6/include
|
|
45 CFLAGS=-bi486-linuxaout -O4 -m486 -malign-functions=2 -malign-jumps=2 -malign-loops=2
|
|
46 C_SWITCH_SYSTEM= -DFUNCPROTO=11 -DNARROWPROTO -D_BSD_SOURCE
|
|
47 LN_S=ln -s
|
|
48 native_sound_lib=
|
|
49
|
|
50 /* just to be sure the sh is used */
|
|
51 SHELL=/bin/sh
|
|
52
|
|
53 #define NO_SHORTNAMES
|
|
54 #define NOT_C_CODE
|
|
55 #include "config.h"
|
|
56
|
|
57 /* With the traditional VPATH setting, it is not possible to
|
|
58 simultaneously compile in-place and in another directory. The
|
|
59 mistaken definition is that *all* dependencies are searched for in
|
|
60 the VPATH directory, rather than just the dependencies that are not
|
|
61 themselves targets. Thus, if there is an up-to-date .o file in the
|
|
62 in-place location, it will not get recompiled in the not-in-place
|
|
63 location.
|
|
64
|
|
65 The GNU Make `vpath' directive continues this tradition, but at
|
|
66 least lets you restrict the classes of files that it applies to.
|
|
67 This allows us to kludge around the problem. */
|
|
68 #ifdef USE_GNU_MAKE
|
|
69 vpath %.c /m/xemacs-19.14/src
|
|
70 vpath %.h /m/xemacs-19.14/src
|
|
71 /* now list files that should NOT be searched in the srcdir.
|
|
72 This includes any .c or .h that's built from something else
|
|
73 (e.g. a .in file). */
|
|
74 vpath config.h
|
|
75 vpath paths.h
|
|
76 vpath Emacs.ad.h
|
|
77 #else
|
|
78 VPATH=/m/xemacs-19.14/src
|
|
79 #endif
|
|
80
|
|
81 #ifdef USE_LCC
|
|
82 /* Why is this here?
|
|
83 # undef LIB_STANDARD
|
|
84 # define LIB_STANDARD
|
|
85 */
|
|
86 # define LCCFLAGS -Xa -wucp -XW'[Oo]ld style func dcl' $(ENERGIZEP)
|
|
87 #ifdef NEW_LCC
|
|
88 # define LCCLINK -Xdbx
|
|
89 #else
|
|
90 # define LCCLINK
|
|
91 #endif
|
|
92 # define ORDINARY_LINK
|
|
93 #else
|
|
94 # define LCCFLAGS
|
|
95 # define LCCLINK
|
|
96 #endif
|
|
97
|
|
98 /* On some machines #define register is done in config;
|
|
99 don't let it interfere with this file. */
|
|
100 #undef register
|
|
101
|
|
102 /* On some systems we may not be able to use the system make command. */
|
|
103 #ifdef MAKE_COMMAND
|
|
104 MAKE = MAKE_COMMAND
|
|
105 #endif
|
|
106
|
|
107 #ifdef C_COMPILER
|
|
108 CC = C_COMPILER
|
|
109 #endif
|
|
110
|
|
111 /* Some machines don't find the standard C libraries in the usual place. */
|
|
112 #ifndef ORDINARY_LINK
|
|
113 #ifndef LIB_STANDARD
|
|
114 #define LIB_STANDARD -lc
|
|
115 #endif
|
|
116 #else
|
|
117 #ifndef LIB_STANDARD
|
|
118 #define LIB_STANDARD
|
|
119 #endif
|
|
120 #endif
|
|
121
|
|
122 /* Unless inhibited or changed, use -lg to link for debugging. */
|
|
123 #ifndef LIBS_DEBUG
|
|
124 #define LIBS_DEBUG -lg
|
|
125 #endif
|
|
126
|
|
127 /* Some s/*.h files define this to request special libraries. */
|
|
128 #ifndef LIBS_SYSTEM
|
|
129 #define LIBS_SYSTEM
|
|
130 #endif
|
|
131
|
|
132 /* Some m/*.h files define this to request special libraries. */
|
|
133 #ifndef LIBS_MACHINE
|
|
134 #define LIBS_MACHINE
|
|
135 #endif
|
|
136
|
|
137 #ifndef LIB_MATH
|
|
138 # ifdef LISP_FLOAT_TYPE
|
|
139 # define LIB_MATH -lm
|
|
140 # else /* ! defined (LISP_FLOAT_TYPE) */
|
|
141 # define LIB_MATH
|
|
142 # endif /* ! defined (LISP_FLOAT_TYPE) */
|
|
143 #endif /* LIB_MATH */
|
|
144
|
|
145 /* Some s/*.h files define this to request special switches in ld. */
|
|
146 #ifndef LD_SWITCH_SYSTEM
|
|
147 #if !defined (__GNUC__) && (defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)))
|
|
148 #define LD_SWITCH_SYSTEM -X
|
|
149 #else /* ! defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)) */
|
|
150 #define LD_SWITCH_SYSTEM
|
|
151 #endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)) */
|
|
152 #endif /* LD_SWITCH_SYSTEM */
|
|
153
|
|
154 #ifndef LD_SWITCH_CALL_SHARED
|
|
155 #define LD_SWITCH_CALL_SHARED
|
|
156 #endif /* define a call_shared switch */
|
|
157
|
|
158 #ifndef LD_SWITCH_SHARED
|
|
159 #define LD_SWITCH_SHARED -c
|
|
160 #endif /* define a shared switch */
|
|
161
|
|
162 /* Some m/*.h files define this to request special switches in ld. */
|
|
163 #ifndef LD_SWITCH_MACHINE
|
|
164 #define LD_SWITCH_MACHINE
|
|
165 #endif
|
|
166
|
|
167 /* Some m/*.h files define this to request special switches in cc. */
|
|
168 #ifndef C_SWITCH_MACHINE
|
|
169 #define C_SWITCH_MACHINE
|
|
170 #endif
|
|
171
|
|
172 /* Some s/*.h files define this to request special switches in cc. */
|
|
173 #ifndef C_SWITCH_SYSTEM
|
|
174 #define C_SWITCH_SYSTEM
|
|
175 #endif
|
|
176
|
|
177 /* These macros are for switches specifically related to X Windows. */
|
|
178 #ifndef C_SWITCH_X_MACHINE
|
|
179 #define C_SWITCH_X_MACHINE
|
|
180 #endif
|
|
181
|
|
182 #ifndef C_SWITCH_X_SYSTEM
|
|
183 #define C_SWITCH_X_SYSTEM
|
|
184 #endif
|
|
185
|
|
186 #ifndef C_SWITCH_X_SITE
|
|
187 #define C_SWITCH_X_SITE
|
|
188 #endif
|
|
189
|
|
190 #ifndef LD_SWITCH_X_SYSTEM
|
|
191 #define LD_SWITCH_X_SYSTEM
|
|
192 #endif
|
|
193
|
|
194 #ifndef LD_SWITCH_X_SITE
|
|
195 #define LD_SWITCH_X_SITE
|
|
196 #endif
|
|
197
|
|
198 /* These can be passed in from config.h to define special load and
|
|
199 compile switches needed by individual sites */
|
|
200 #ifndef LD_SWITCH_SITE
|
|
201 #define LD_SWITCH_SITE
|
|
202 #endif
|
|
203
|
|
204 #ifndef C_SWITCH_SITE
|
|
205 #define C_SWITCH_SITE
|
|
206 #endif
|
|
207
|
|
208 #ifndef ORDINARY_LINK
|
|
209
|
|
210 #ifndef CRT0_COMPILE
|
|
211 #define CRT0_COMPILE $(CC) -c $(ALL_CFLAGS) C_SWITCH_ASM
|
|
212 #endif
|
|
213
|
|
214 #ifndef START_FILES
|
|
215 #ifdef NO_REMAP
|
|
216 #ifdef COFF_ENCAPSULATE
|
|
217 #define START_FILES pre-crt0.o /usr/local/lib/gcc-crt0.o
|
|
218 #else /* ! defined (COFF_ENCAPSULATE) */
|
|
219 #define START_FILES pre-crt0.o /lib/crt0.o
|
|
220 #endif /* ! defined (COFF_ENCAPSULATE) */
|
|
221 #else /* ! defined (NO_REMAP) */
|
|
222 #define START_FILES ecrt0.o
|
|
223 #endif /* ! defined (NO_REMAP) */
|
|
224 #endif /* START_FILES */
|
|
225 STARTFILES = START_FILES
|
|
226
|
|
227 #else /* ORDINARY_LINK */
|
|
228
|
|
229 /* config.h might want to force START_FILES anyway */
|
|
230 #ifdef START_FILES
|
|
231 STARTFILES = START_FILES
|
|
232 #else
|
|
233 STARTFILES =
|
|
234 #endif /* START_FILES */
|
|
235
|
|
236 #endif /* not ORDINARY_LINK */
|
|
237
|
|
238 /* Unless inhibited or changed, use -g to compile for debugging. */
|
|
239 #ifndef C_DEBUG_SWITCH
|
|
240 #define C_DEBUG_SWITCH -g
|
|
241 #endif
|
|
242
|
|
243 /* If user wants to optimize, this is how. */
|
|
244 #ifndef C_OPTIMIZE_SWITCH
|
|
245 #define C_OPTIMIZE_SWITCH -O
|
|
246 #endif
|
|
247
|
|
248 /* cc switches needed to make `asm' keyword work.
|
|
249 Nothing special needed on most machines. */
|
|
250 #ifndef C_SWITCH_ASM
|
|
251 #define C_SWITCH_ASM
|
|
252 #endif
|
|
253
|
|
254 ILD=/cadillac1/code/bin.sun4/ild
|
|
255
|
|
256 PURIFY_PROG=/local/bin/purify
|
|
257 QUANTIFY_PROG=/local/bin/quantify -windows=no -record-data=no
|
|
258 PURECOV_PROG=/local/bin/purecov
|
|
259 #ifdef QUANTIFY
|
|
260 #define QUANTIFY_INCLUDES -I/local/include
|
|
261 #define QUANTIFY_LIBS /local/lib/quantify_stubs.a
|
|
262 #else
|
|
263 #define QUANTIFY_INCLUDES
|
|
264 #define QUANTIFY_LIBS
|
|
265 #endif
|
|
266
|
|
267 /* Figure out whether the system cpp can handle long names.
|
|
268 Do it by testing it right now.
|
|
269 If it loses, arrange to use the GNU cpp. */
|
|
270
|
|
271 #define LONGNAMEBBBFOOX
|
|
272 #ifdef LONGNAMEBBBARFOOX
|
|
273 /* Installed cpp fails to distinguish those names! */
|
|
274 /* Arrange to compile the GNU cpp later on */
|
|
275 #define NEED_CPP
|
|
276 /* Cause cc to invoke the cpp that comes with Emacs,
|
|
277 which will be in a file named localcpp. */
|
|
278 MYCPPFLAG= -Blocal
|
|
279 /* LOCALCPP is the local one or nothing.
|
|
280 CPP is the local one or the standardone. */
|
|
281 LOCALCPP= localcpp
|
|
282 #else
|
|
283 MYCPPFLAGS=
|
|
284 LOCALCPP=
|
|
285 #endif /* ! defined (LONGNAMEBBBARFOOX) */
|
|
286
|
|
287 #ifdef SHORTNAMES
|
|
288 SHORT= shortnames
|
|
289 #else
|
|
290 SHORT=
|
|
291 #endif
|
|
292
|
|
293 #ifdef HAVE_NATIVE_SOUND
|
|
294 # if defined (SOLARIS2)
|
|
295 # define SOUND_CFLAGS C_SWITCH_SITE -I/usr/demo/SOUND/include
|
|
296 # define SOUND_LIBS ${native_sound_lib}
|
|
297 # define SOUND_OBJS sunplay.o
|
|
298 # else /* !SOLARIS2 */
|
|
299 # if defined (SPARC)
|
|
300 # define SOUND_CFLAGS C_SWITCH_SITE -I/usr/demo/SOUND
|
|
301 # define SOUND_LIBS ${native_sound_lib}
|
|
302 # define SOUND_OBJS sunplay.o
|
|
303 # else /* !SUNOS4 */
|
|
304 # if defined (IRIX4) || defined (IRIX5)
|
|
305 # define SOUND_CFLAGS
|
|
306 # define SOUND_LIBS -laudio
|
|
307 # define SOUND_OBJS sgiplay.o
|
|
308 # else /* !IRIX */
|
|
309 # if defined (hp9000s800)
|
|
310 # ifdef USE_GCC
|
|
311 # define SOUND_CFLAGS -Dconst= -Dvolatile= -I/usr/audio/examples
|
|
312 # else /* ! USE_GCC */
|
|
313 # define SOUND_CFLAGS +e -I/usr/audio/examples
|
|
314 # endif /* USE_GCC */
|
|
315 # define SOUND_LIBS -lAlib
|
|
316 # define SOUND_OBJS hpplay.o
|
|
317 # else /* !HP9000S800 */
|
|
318 # if defined (LINUX)
|
|
319 # define SOUND_CFLAGS
|
|
320 # define SOUND_LIBS
|
|
321 # define SOUND_OBJS linuxplay.o
|
|
322 # else /* !LINUX */
|
|
323 ERROR!! HAVE\_NATIVE\_SOUND can only be defined on Solaris, SunOS, SGI, hp9000s800, or Linux
|
|
324 # endif /* !LINUX */
|
|
325 # endif /* !HP9000S800 */
|
|
326 # endif /* !IRIX */
|
|
327 # endif /* !SUNOS4 */
|
|
328 # endif /* !SOLARIS2 */
|
|
329 #else /* !HAVE_NATIVE_SOUND */
|
|
330 # define SOUND_CFLAGS
|
|
331 # define SOUND_LIBS
|
|
332 # define SOUND_OBJS
|
|
333 #endif /* ! HAVE_NATIVE_SOUND */
|
|
334
|
|
335 #ifdef HAVE_NAS_SOUND
|
|
336 # define NAS_CFLAGS C_SWITCH_SITE
|
|
337 # define NAS_LIBS -laudio
|
|
338 # define NAS_OBJS nas.o
|
|
339 #else
|
|
340 # define NAS_CFLAGS
|
|
341 # define NAS_LIBS
|
|
342 # define NAS_OBJS
|
|
343 #endif /* HAVE_NAS_SOUND */
|
|
344
|
|
345 #ifdef ENERGIZE
|
|
346 CONN_DIR=../connection
|
|
347 # define ENERGIZE_INCLUDES -I${I_DIR_PREFIX}${CONN_DIR}
|
|
348 # define ENERGIZE_LDFLAGS -L${CONN_DIR}
|
|
349 # if defined(ENERGIZE_3)
|
|
350 # define ENERGIZE_LIBS -lenergize
|
|
351 # elif defined (ENERGIZE_2)
|
|
352 # define ENERGIZE_LIBS -lconn
|
|
353 # else
|
|
354 # define ENERGIZE_LIBS -lconn
|
|
355 # endif
|
|
356 #else /* !ENERGIZE */
|
|
357 # define ENERGIZE_INCLUDES
|
|
358 # define ENERGIZE_LDFLAGS
|
|
359 # define ENERGIZE_LIBS
|
|
360 #endif /* !ENERGIZE */
|
|
361
|
|
362 #ifdef HAVE_SOCKS
|
|
363 # define SOCKS_LIBS -lsocks
|
|
364 #else /* !HAVE_SOCKS */
|
|
365 # define SOCKS_LIBS
|
|
366 #endif /* !HAVE_SOCKS */
|
|
367
|
|
368 #ifdef HAVE_GIF
|
|
369 # define GIF_OBJS dgif_lib.o gif_err.o gifalloc.o
|
|
370 #else
|
|
371 # define GIF_OBJS
|
|
372 #endif
|
|
373
|
|
374 #ifdef HAVE_PNG
|
|
375 # ifdef HAVE_PNG_GNUZ
|
|
376 # define PNG_LIBS -lpng -lgz
|
|
377 # else
|
|
378 # define PNG_LIBS -lpng -lz
|
|
379 # endif
|
|
380 #else
|
|
381 # define PNG_LIBS
|
|
382 #endif
|
|
383
|
|
384 #ifdef HAVE_DATABASE
|
|
385
|
|
386 # define DATABASE_OBJS database.o
|
|
387
|
|
388 # if !defined (DATABASE_DBM_LIBS)
|
|
389 # if defined (HAVE_GNU_DBM) && defined (HAVE_LIBGDBM)
|
|
390 # define DATABASE_DBM_LIBS -lgdbm
|
|
391 # elif defined (HAVE_DBM) && defined (HAVE_LIBDBM)
|
|
392 # define DATABASE_DBM_LIBS -ldbm
|
|
393 # else
|
|
394 # define DATABASE_DBM_LIBS
|
|
395 # endif
|
|
396 # endif
|
|
397
|
|
398 # if !defined (DATABASE_DB_LIBS)
|
|
399 # if defined (HAVE_BERKELEY_DB) && defined (HAVE_LIBDB)
|
|
400 # define DATABASE_DB_LIBS -ldb
|
|
401 # else
|
|
402 # define DATABASE_DB_LIBS
|
|
403 # endif
|
|
404 # endif
|
|
405
|
|
406 # define DATABASE_LIBS DATABASE_DBM_LIBS DATABASE_DB_LIBS
|
|
407
|
|
408 #else /* not HAVE_DATABASE */
|
|
409
|
|
410 # define DATABASE_OBJS
|
|
411 # define DATABASE_LIBS
|
|
412
|
|
413 #endif /* not HAVE_DATABASE */
|
|
414
|
|
415 #ifdef HAVE_JPEG
|
|
416 JPEG_LIBS = -ljpeg
|
|
417 #endif
|
|
418
|
|
419 /* If you want to debug, you can add C_DEBUG_SWITCH to this list.
|
|
420 If you want to optimize, you can add C_OPTIMIZE_SWITCH to the list. */
|
|
421
|
|
422 /* -Demacs is needed to make some files produce the correct version
|
|
423 for use in Emacs.
|
|
424
|
|
425 -DHAVE_CONFIG_H is needed for some other files to take advantage of
|
|
426 the information in `config.h'. */
|
|
427
|
|
428 /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM
|
|
429 since it may have -I options that should override those two. */
|
|
430
|
|
431 CPPFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I. \
|
|
432 -I${srcdir} LCCFLAGS C_SWITCH_MACHINE C_SWITCH_SYSTEM \
|
|
433 C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE \
|
|
434 C_SWITCH_X_SYSTEM $(LIBX11_INCLUDES) QUANTIFY_INCLUDES
|
|
435 ALL_CFLAGS=$(CPPFLAGS) ${CFLAGS}
|
|
436
|
|
437 #ifdef NEED_XILDOFF
|
|
438 #define XILDOFF -xildoff
|
|
439 #else
|
|
440 #define XILDOFF
|
|
441 #endif
|
|
442
|
|
443 LDFLAGS = LD_SWITCH_SITE LD_SWITCH_X_SITE LD_SWITCH_SYSTEM \
|
|
444 LD_SWITCH_X_SYSTEM LD_SWITCH_MACHINE \
|
|
445 -L. $(LIBX11_LDFLAGS) ENERGIZE_LDFLAGS XILDOFF
|
|
446
|
|
447 #ifdef HAVE_NEXTSTEP
|
|
448 .m.o:
|
|
449 $(CC) -c $(ALL_CFLAGS) $<
|
|
450 #endif
|
|
451
|
|
452 .c.o:
|
|
453 $(CC) -c $(ALL_CFLAGS) $<
|
|
454
|
|
455
|
|
456 #ifndef LIBX11_MACHINE
|
|
457 #define LIBX11_MACHINE
|
|
458 #endif
|
|
459
|
|
460 #ifndef LIBX11_SYSTEM
|
|
461 #define LIBX11_SYSTEM
|
|
462 #endif
|
|
463
|
|
464 LWLIBSRCDIR = ${srcdir}/$(dot)$(dot)/lwlib
|
|
465
|
|
466 #ifdef HAVE_X_WINDOWS
|
|
467
|
|
468 #ifdef HAVE_TOOLBARS
|
|
469 #define TOOLBAR_X_OBJS toolbar-x.o
|
|
470 #else
|
|
471 #define TOOLBAR_X_OBJS
|
|
472 #endif
|
|
473
|
|
474 #ifdef HAVE_MENUBARS
|
|
475 #define MENUBAR_X_OBJS menubar-x.o
|
|
476 #else
|
|
477 #define MENUBAR_X_OBJS
|
|
478 #endif
|
|
479
|
|
480 #ifdef HAVE_SCROLLBARS
|
|
481 #define SCROLLBAR_X_OBJS scrollbar-x.o
|
|
482 #else
|
|
483 #define SCROLLBAR_X_OBJS
|
|
484 #endif
|
|
485
|
|
486 #ifdef HAVE_DIALOGS
|
|
487 #define DIALOG_X_OBJS dialog-x.o
|
|
488 #else
|
|
489 #define DIALOG_X_OBJS
|
|
490 #endif
|
|
491
|
|
492 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS)
|
|
493 #define GUI_X_OBJS gui-x.o
|
|
494 #else
|
|
495 #define GUI_X_OBJS
|
|
496 #endif
|
|
497 #define XOBJS console-x.o device-x.o DIALOG_X_OBJS event-Xt.o frame-x.o \
|
|
498 glyphs-x.o GUI_X_OBJS MENUBAR_X_OBJS objects-x.o redisplay-x.o \
|
|
499 SCROLLBAR_X_OBJS TOOLBAR_X_OBJS xgccache.o xselect.o
|
|
500
|
|
501 #ifdef HAVE_XMU
|
|
502 #define XMU_OBJS
|
|
503 XMU_LIB = -lXmu
|
|
504 #else
|
|
505 #define XMU_OBJS xmu.o
|
|
506 #endif
|
|
507
|
|
508 #ifdef EPOCH
|
|
509 #define EPOCH_OBJS epoch.o
|
|
510 #else
|
|
511 #define EPOCH_OBJS
|
|
512 #endif
|
|
513
|
|
514 /* LWLIBSRCDIR is defined above regardless of X being used or not.
|
|
515 This avoids having to conditionalize the dependencies on lwlib.h */
|
|
516 LWLIBBUILDDIR = $(dot)$(dot)/lwlib
|
|
517
|
|
518 LIBX11_LDFLAGS = -L$(LWLIBBUILDDIR)
|
|
519 LIBX11_INCLUDES = -I$(LWLIBSRCDIR)
|
|
520
|
|
521 #ifdef HAVE_XPM
|
|
522 /* Force the Xpm library to be statically linked, always, if at Sun. */
|
|
523 # ifdef USAGE_TRACKING
|
|
524 XPM_LIBS = -Bstatic -lXpm -Bdynamic
|
|
525 # else
|
|
526 XPM_LIBS = -lXpm
|
|
527 # endif /* at Sun */
|
|
528 #endif /* HAVE_XPM */
|
|
529
|
|
530 #ifdef HAVE_XFACE
|
|
531 XFACE_LIBS = -lcompface
|
|
532 #endif /* HAVE_XFACE */
|
|
533
|
|
534 #ifdef USAGE_TRACKING
|
|
535 /* Force the ut library to be statically linked, always. */
|
|
536 # if defined (SOLARIS2) || defined (SUNOS4)
|
|
537 USAGE_TRACKING_LIBS = -Bstatic -lut -Bdynamic
|
|
538 # else
|
|
539 USAGE_TRACKING_LIBS = -lut
|
|
540 # endif /* SOLARIS2 || SUNOS4 */
|
|
541 #else
|
|
542 USAGE_TRACKING_LIBS =
|
|
543 #endif /* USAGE_TRACKING */
|
|
544
|
|
545
|
|
546 #ifdef LWLIB_USES_MOTIF
|
|
547 TOOLKIT_LIBS = -lXm
|
|
548 #else /* ! LWLIB_USES_MOTIF */
|
|
549 TOOLKIT_LIBS = -lXaw
|
|
550 #endif /* ! LWLIB_USES_MOTIF */
|
|
551
|
|
552 LIBX11_LIBS = -llw $(TOOLKIT_LIBS) $(XPM_LIBS) $(XFACE_LIBS) $(JPEG_LIBS) PNG_LIBS $(USAGE_TRACKING_LIBS)
|
|
553
|
|
554 #ifdef AIX4
|
|
555 #define LIBI18N -li18n
|
|
556 #else
|
|
557 #define LIBI18N
|
|
558 #endif /* AIX4 */
|
|
559
|
|
560 #ifdef THIS_IS_X11R6
|
|
561 #ifdef NEED_LIBW
|
|
562 LIBW= -lw
|
|
563 #else
|
|
564 LIBW=
|
|
565 #endif
|
|
566 LIBX= $(LIBX11_LIBS) $(XMU_LIB) -lXt -lSM -lICE $(LIBW) -lXext -lX11 LIBX11_MACHINE LIBX11_SYSTEM LIBI18N
|
|
567 #else
|
|
568 LIBX= $(LIBX11_LIBS) $(XMU_LIB) -lXt -lXext -lX11 LIBX11_MACHINE LIBX11_SYSTEM LIBI18N
|
|
569 #endif
|
|
570
|
|
571 #else
|
|
572 # define XOBJS
|
|
573 # define XMU_OBJS
|
|
574 # define EPOCH_OBJS
|
|
575 #endif /* HAVE_X_WINDOWS */
|
|
576
|
|
577 #ifdef HAVE_NEXTSTEP
|
|
578 #ifdef HAVE_TOOLBARS
|
|
579 #define TOOLBAR_NS_OBJS toolbar-ns.o
|
|
580 #else
|
|
581 #define TOOLBAR_NS_OBJS
|
|
582 #endif
|
|
583 #ifdef HAVE_MENUBARS
|
|
584 #define MENUBAR_NS_OBJS menubar-ns.o
|
|
585 #else
|
|
586 #define MENUBAR_NS_OBJS
|
|
587 #endif
|
|
588 #ifdef HAVE_SCROLLBARS
|
|
589 #define SCROLLBAR_NS_OBJS scrollbar-ns.o
|
|
590 #else
|
|
591 #define SCROLLBAR_NS_OBJS
|
|
592 #endif
|
|
593 #ifdef HAVE_DIALOGS
|
|
594 #define DIALOG_NS_OBJS dialog-ns.o
|
|
595 #else
|
|
596 #define DIALOG_NS_OBJS
|
|
597 #endif
|
|
598 #define NSOBJS console-ns.o device-ns.o DIALOG_NS_OBJS event-ns.o frame-ns.o \
|
|
599 glyphs-ns.o MENUBAR_NS_OBJS nsselect.o objects-ns.o \
|
|
600 redisplay-ns.o SCROLLBAR_NS_OBJS TOOLBAR_NS_OBJS
|
|
601
|
|
602 #else
|
|
603 # define NSOBJS
|
|
604 #endif /* HAVE_NEXTSTEP */
|
|
605
|
|
606 #ifdef DYNODUMP
|
|
607 DYNODUMPBUILDDIR = $(dot)$(dot)/dynodump
|
|
608 #endif
|
|
609
|
|
610 #ifndef ORDINARY_LINK
|
|
611 /* Fix linking if compiled with GCC. */
|
|
612 #ifdef __GNUC__
|
|
613
|
|
614 #if __GNUC__ > 1
|
|
615
|
|
616 /* Versions of GCC >= 2.0 put their library, libgcc.a, in obscure
|
|
617 places that are difficult to figure out at make time. Fortunately,
|
|
618 these same versions allow you to pass arbitrary flags on to the
|
|
619 linker, so there's no reason not to use it as a linker.
|
|
620
|
|
621 Well, it's not quite perfect. The `-nostdlib' keeps GCC from
|
|
622 searching for libraries in its internal directories, so we have to
|
|
623 ask GCC explicitly where to find libgcc.a. */
|
|
624
|
|
625 #ifndef LINKER
|
|
626 #define LINKER $(CC) -nostdlib
|
|
627 /* GCC passes any argument prefixed with -Xlinker directly to the
|
|
628 linker. See prefix-args.c for an explanation of why we don't do
|
|
629 this with the shell's `for' construct.
|
|
630 Note that some people don't have '.' in their paths, so we must
|
|
631 use ./prefix-args. */
|
|
632 #define YMF_PASS_LDFLAGS(flags) `./prefix-args -Xlinker flags`
|
|
633 #endif /* LINKER */
|
|
634
|
|
635 #ifndef LIB_GCC
|
|
636 /* Ask GCC where to find libgcc.a. */
|
|
637 #define LIB_GCC `$(CC) -print-libgcc-file-name`
|
|
638 #endif /* LIB_GCC */
|
|
639
|
|
640 GNULIB_VAR = LIB_GCC
|
|
641
|
|
642 #else /* __GNUC__ < 2 */
|
|
643
|
|
644 #ifndef LIB_GCC
|
|
645 #define LIB_GCC /usr/local/lib/gcc-gnulib
|
|
646 #endif /* LIB_GCC */
|
|
647 GNULIB_VAR = `if [ -f LIB_GCC ] ; then echo LIB_GCC; else echo; fi`
|
|
648 #endif /* __GNUC__ < 2 */
|
|
649 #else /* ! defined (__GNUC__) */
|
|
650 GNULIB_VAR =
|
|
651
|
|
652 #endif /* ! defined (__GNUC__) */
|
|
653 #else
|
|
654 GNULIB_VAR =
|
|
655 #endif /* not ORDINARY_LINK */
|
|
656
|
|
657 /* Specify address for ld to start loading at,
|
|
658 if requested by configuration. */
|
|
659 #ifdef LD_TEXT_START_ADDR
|
|
660 STARTFLAGS = -T LD_TEXT_START_ADDR -e __start
|
|
661 #else
|
|
662 STARTFLAGS =
|
|
663 #endif
|
|
664
|
|
665 #ifdef ORDINARY_LINK
|
|
666 LD = $(CC) $(CFLAGS)
|
|
667 #else
|
|
668 #ifdef COFF_ENCAPSULATE
|
|
669 LD=$(CC) -nostdlib
|
|
670 #else /* not ORDINARY_LINK */
|
|
671 #ifdef LINKER
|
|
672 LD=LINKER
|
|
673 #else /* ! defined (LINKER) */
|
|
674 LD=ld
|
|
675 #endif /* ! defined (LINKER) */
|
|
676 #endif /* ! defined (COFF_ENCAPSULATE) */
|
|
677 #endif /* not ORDINARY_LINK */
|
|
678
|
|
679 /* A macro which other sections of the makefile can redefine to munge the
|
|
680 flags before they're passed to LD. This is helpful if you have
|
|
681 redefined LD to something odd, like "gcc". */
|
|
682 #ifndef YMF_PASS_LDFLAGS
|
|
683 #define YMF_PASS_LDFLAGS(flags) flags
|
|
684 #endif
|
|
685
|
|
686 /* Allow config.h to specify a replacement file for unexec.c. */
|
|
687 #ifndef UNEXEC
|
|
688 #define UNEXEC unexec.o
|
|
689 #endif
|
|
690 #ifndef UNEXEC_SRC
|
|
691 #define UNEXEC_SRC unexec.c
|
|
692 #endif
|
|
693
|
|
694 #ifdef ENERGIZE
|
|
695 # ifdef EMACS_BTL
|
|
696 BTLDIR=$(srcdir)/../btl
|
|
697 # define BTLOBJS cadillac-btl.o cadillac-btl-process.o cadillac-btl-asm.o \
|
|
698 cadillac-btl-emacs.o
|
|
699 # else
|
|
700 # define BTLOBJS
|
|
701 # endif /* BTL */
|
|
702 # if defined(FREE_CHECKING) || defined(DEBUG_INPUT_BLOCKING) || defined(DEBUG_GCPRO)
|
|
703 # define FREECHECKOBJS free-hook.o
|
|
704 # else /* !FREE */
|
|
705 # define FREECHECKOBJS
|
|
706 # endif /* !FREE */
|
|
707 # define ENERGIZE_OBJS energize.o FREECHECKOBJS
|
|
708 #else /* !ENERGIZE */
|
|
709 # define ENERGIZE_OBJS
|
|
710 # define BTLOBJS
|
|
711 #endif /* !ENERGIZE */
|
|
712
|
|
713 #ifdef HAVE_REALPATH
|
|
714 #define REALPATH_OBJS
|
|
715 #else
|
|
716 #define REALPATH_OBJS realpath.o
|
|
717 #endif
|
|
718
|
|
719 #ifdef TOOLTALK
|
|
720 # define TOOLTALK_OBJS tooltalk.o
|
|
721 # if (defined (IRIX5) || defined (HPUX) || defined (POWERPC))
|
|
722 # define LIB_TOOLTALK -ltt
|
|
723 # else
|
|
724 # if (defined (SPARC) && !defined (USG))
|
|
725 # define LIB_TOOLTALK -ltt -lI18N
|
|
726 # else
|
|
727 # if ((defined (SPARC) || defined(INTEL386)) && defined (USG))
|
|
728 # define LIB_TOOLTALK -ltt -lce
|
|
729 # endif /* ((SPARC || INTEL386) && USG) */
|
|
730 # endif /* ! (SPARC && !USG) */
|
|
731 # endif /* !IRIX5 */
|
|
732 #else /* !TOOLTALK */
|
|
733 # define TOOLTALK_OBJS
|
|
734 # define LIB_TOOLTALK
|
|
735 #endif /* !TOOLTALK */
|
|
736
|
|
737 #ifdef HAVE_CDE
|
|
738 # define LIB_CDE -lDtSvc
|
|
739 #else
|
|
740 # define LIB_CDE
|
|
741 #endif
|
|
742
|
|
743 #if (defined(LIB_INTL) && (!(defined(I18N3) || defined(I18N4))))
|
|
744 /* this should be defined by s- files, but we should not use it unless
|
|
745 I18N3 or I18N4 are defined. */
|
|
746 # undef LIB_INTL
|
|
747 #endif
|
|
748
|
|
749 #ifndef LIB_INTL
|
|
750 # define LIB_INTL
|
|
751 #endif
|
|
752
|
|
753 #ifdef MOCKLISP_SUPPORT
|
|
754 # define MOCKLISPOBJS mocklisp.o
|
|
755 #else
|
|
756 # define MOCKLISPOBJS
|
|
757 #endif
|
|
758
|
|
759 #ifdef DEBUG_XEMACS
|
|
760 # define DEBUG_OBJS debug.o
|
|
761 #else
|
|
762 # define DEBUG_OBJS
|
|
763 #endif
|
|
764
|
|
765 #ifdef SUNPRO
|
|
766 # define SUNPRO_OBJS sunpro.o
|
|
767 #else
|
|
768 # define SUNPRO_OBJS
|
|
769 #endif
|
|
770
|
|
771 #ifdef HAVE_TTY
|
|
772 #define TTY_OBJS console-tty.o device-tty.o event-tty.o frame-tty.o \
|
|
773 objects-tty.o redisplay-tty.o cm.o
|
|
774 #else
|
|
775 #define TTY_OBJS
|
|
776 #endif
|
|
777
|
|
778 #ifdef HAVE_TOOLBARS
|
|
779 #define TOOLBAR_OBJS toolbar.o
|
|
780 #else
|
|
781 #define TOOLBAR_OBJS
|
|
782 #endif
|
|
783 #ifdef HAVE_MENUBARS
|
|
784 #define MENUBAR_OBJS menubar.o
|
|
785 #else
|
|
786 #define MENUBAR_OBJS
|
|
787 #endif
|
|
788 #ifdef HAVE_SCROLLBARS
|
|
789 #define SCROLLBAR_OBJS scrollbar.o
|
|
790 #else
|
|
791 #define SCROLLBAR_OBJS
|
|
792 #endif
|
|
793 #ifdef HAVE_DIALOGS
|
|
794 #define DIALOG_OBJS dialog.o
|
|
795 #else
|
|
796 #define DIALOG_OBJS
|
|
797 #endif
|
|
798 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS)
|
|
799 #define GUI_OBJS gui.o
|
|
800 #else
|
|
801 #define GUI_OBJS
|
|
802 #endif
|
|
803
|
|
804 #ifdef HAVE_UNIXOID_EVENT_LOOP
|
|
805 #define EVENT_UNIXOID_OBJS event-unixoid.o
|
|
806 #else
|
|
807 #define EVENT_UNIXOID_OBJS
|
|
808 #endif
|
|
809
|
|
810 /* lastfile must follow all files whose initialized data areas should
|
|
811 be dumped as pure by dump-emacs.
|
|
812 */
|
|
813
|
|
814 /* NOTE: The last line cannot be all macros, because make will barf
|
|
815 if they all come out null. */
|
|
816
|
|
817 objs= abbrev.o alloc.o blocktype.o buffer.o bytecode.o \
|
|
818 callint.o callproc.o casefiddle.o casetab.o cmdloop.o \
|
|
819 cmds.o console.o console-stream.o \
|
|
820 data.o DATABASE_OBJS DEBUG_OBJS device.o DIALOG_OBJS dired.o doc.o \
|
|
821 doprnt.o dynarr.o \
|
|
822 editfns.o elhash.o emacs.o ENERGIZE_OBJS EPOCH_OBJS eval.o events.o \
|
|
823 event-stream.o EVENT_UNIXOID_OBJS extents.o \
|
|
824 faces.o fileio.o filelock.o filemode.o floatfns.o fns.o font-lock.o \
|
|
825 frame.o \
|
|
826 general.o getloadavg.o GIF_OBJS glyphs.o GUI_OBJS \
|
|
827 hash.o \
|
|
828 indent.o inline.o insdel.o intl.o \
|
|
829 keymap.o \
|
|
830 lread.o lstream.o \
|
|
831 macros.o marker.o md5.o MENUBAR_OBJS minibuf.o MOCKLISPOBJS \
|
|
832 NAS_OBJS NSOBJS \
|
|
833 objects.o opaque.o \
|
|
834 print.o process.o profile.o pure.o \
|
|
835 rangetab.o REALPATH_OBJS redisplay.o redisplay-output.o regex.o \
|
|
836 SCROLLBAR_OBJS search.o signal.o sound.o SOUND_OBJS specifier.o \
|
|
837 strftime.o SUNPRO_OBJS symbols.o syntax.o sysdep.o \
|
|
838 TOOLBAR_OBJS TOOLTALK_OBJS TTY_OBJS \
|
|
839 undo.o UNEXEC \
|
|
840 XOBJS XMU_OBJS \
|
|
841 window.o
|
|
842
|
|
843 #ifdef HAVE_TTY
|
|
844 # ifdef HAVE_NCURSES
|
|
845 /* If your machine needs -ltermcap, define LIBS_TERMCAP to include
|
|
846 -lncurses -ltermcap in your s or m file (conditionalized on
|
|
847 HAVE_NCURSES). */
|
|
848 # ifndef LIBS_TERMCAP
|
|
849 # define LIBS_TERMCAP -lncurses
|
|
850 # endif /* LIBS_TERMCAP */
|
|
851 termcapobjs = terminfo.o
|
|
852 # elif defined (TERMINFO)
|
|
853 /* Used to be -ltermcap here. If your machine needs that,
|
|
854 define LIBS_TERMCAP in the m/<machine>.h file. */
|
|
855 # ifndef LIBS_TERMCAP
|
|
856 # define LIBS_TERMCAP -lcurses
|
|
857 # endif /* LIBS_TERMCAP */
|
|
858 termcapobjs = terminfo.o
|
|
859 # else /* ! defined (TERMINFO) */
|
|
860 # ifndef LIBS_TERMCAP
|
|
861 # define LIBS_TERMCAP
|
|
862 termcapobjs = termcap.o tparam.o
|
|
863 # else /* LIBS_TERMCAP */
|
|
864 termcapobjs = tparam.o
|
|
865 # endif /* LIBS_TERMCAP */
|
|
866 # endif /* ! defined (TERMINFO) */
|
|
867 #else /* !HAVE_TTY */
|
|
868 # undef LIBS_TERMCAP
|
|
869 # define LIBS_TERMCAP
|
|
870 #endif /* !HAVE_TTY */
|
|
871
|
|
872
|
|
873 #ifdef REL_ALLOC
|
|
874 rallocobjs = ralloc.o
|
|
875 rallocdocsrc = ralloc.c
|
|
876 #else
|
|
877 rallocobjs =
|
|
878 rallocdocsrc =
|
|
879 #endif
|
|
880
|
|
881 #ifndef SYSTEM_MALLOC
|
|
882 # ifdef GNU_MALLOC /* New GNU malloc */
|
|
883 # ifdef ERROR_CHECK_MALLOC
|
|
884 mallocobjs = gmalloc.o free-hook.o vm-limit.o
|
|
885 mallocdocsrc = free-hook.c
|
|
886 # else
|
|
887 mallocobjs = gmalloc.o vm-limit.o
|
|
888 mallocdocsrc =
|
|
889 # endif
|
|
890 # else /* Old GNU malloc */
|
|
891 mallocobjs = malloc.o
|
|
892 mallocdocsrc =
|
|
893 # endif /* Old GNU malloc */
|
|
894 #else
|
|
895 mallocobjs =
|
|
896 mallocdocsrc =
|
|
897 #endif /* SYSTEM_MALLOC */
|
|
898
|
|
899 allocaobjs =
|
|
900
|
|
901 #ifdef HAVE_X_WINDOWS
|
|
902
|
|
903 # ifdef EXTERNAL_WIDGET
|
|
904 # define EXTERNAL_WIDGET_OBJS ExternalShell.o extw-Xt-nonshared.o extw-Xlib-nonshared.o
|
|
905
|
|
906 /* Now we try to figure out how to link a shared library.
|
|
907 If we can't figure it out, leave EXTW_LINK undefined and a shared
|
|
908 library will not be created. */
|
|
909
|
|
910 # ifdef USE_GCC
|
|
911 # ifdef USG5
|
|
912 # define EXTW_LINK(objs, output) $(CC) -shared objs -Xlinker -z -Xlinker text -o output
|
|
913 /* I can't figure out how to do shared a.out libraries, so just punt. */
|
|
914 # elif !defined (LINUX) || defined (__ELF__)
|
|
915 # define EXTW_LINK(objs, output) $(CC) -shared objs -o output
|
|
916 # endif
|
|
917 # elif defined (USG5)
|
|
918 # if defined (IRIX)
|
|
919 # define EXTW_LINK(objs, output) $(LD) -shared -g -check_registry ${TOOLROOT}/usr/lib/so_locations objs -o output
|
|
920 # else /* not IRIX */
|
|
921 # define EXTW_LINK(objs, output) $(CC) -G objs -z text -o output
|
|
922 # endif /* not IRIX */
|
|
923 # else /* not USG5 */
|
|
924 # if defined (DEC_ALPHA) && defined (OSF1)
|
|
925 # define EXTW_LINK(objs, output) $(LD) $(LDFLAGS) LD_SWITCH_SHARED -d objs -o output $(LIBES)
|
|
926 # else /* !(DEC_ALPHA && OSF1) */
|
|
927 # define EXTW_LINK(objs, output) $(LD) -dc objs -assert pure-text -o output
|
|
928 # endif /* !(DEC_ALPHA && OSF1) */
|
|
929 # endif /* not USG5 */
|
|
930
|
|
931 # ifdef LWLIB_USES_MOTIF
|
|
932 # ifdef EXTW_LINK
|
|
933 # define MOTIF_OTHER_FILES libextcli_Xm.a libextcli_Xm.so.1
|
|
934 # else
|
|
935 # define MOTIF_OTHER_FILES libextcli_Xm.a
|
|
936 # endif
|
|
937 # else
|
|
938 # define MOTIF_OTHER_FILES
|
|
939 #endif
|
|
940
|
|
941 # ifdef EXTW_LINK
|
|
942 # define OTHER_FILES MOTIF_OTHER_FILES \
|
|
943 libextcli_Xt.a libextcli_Xt.so.1 \
|
|
944 libextcli_Xlib.a libextcli_Xlib.so.1
|
|
945 # else
|
|
946 # define OTHER_FILES MOTIF_OTHER_FILES \
|
|
947 libextcli_Xt.a libextcli_Xlib.a
|
|
948 # endif
|
|
949 # else /* !EXTERNAL_WIDGET */
|
|
950 # define EXTERNAL_WIDGET_OBJS
|
|
951 # endif /* !EXTERNAL_WIDGET */
|
|
952
|
|
953 # define LIBX11_OBJS EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o EXTERNAL_WIDGET_OBJS
|
|
954 # define LWLIB_DEPS $(LWLIBBUILDDIR)/liblw.a
|
|
955
|
|
956 #else /* !X */
|
|
957 # define LIBX11_OBJS
|
|
958 # define LWLIB_DEPS
|
|
959 #endif
|
|
960
|
|
961 /* define otherobjs as list of object files that make-docfile
|
|
962 should not be told about. */
|
|
963 otherobjs= $(termcapobjs) BTLOBJS lastfile.o $(mallocobjs) $(rallocobjs) $(allocaobjs) LIBX11_OBJS
|
|
964
|
|
965 #ifdef LISP_FLOAT_TYPE
|
|
966 #define FLOAT_LISP ${lispdir}prim/float-sup.elc
|
|
967 #else
|
|
968 #define FLOAT_LISP
|
|
969 #endif
|
|
970
|
|
971 #ifdef HAVE_X_WINDOWS
|
|
972 /* lisp files that are preloaded if compiled with support for X Windows */
|
|
973 # ifdef HAVE_TOOLBARS
|
|
974 # define X11_TOOLBAR_LISP ${lispdir}x11/x-toolbar.elc
|
|
975 # else
|
|
976 # define X11_TOOLBAR_LISP
|
|
977 # endif
|
|
978 # ifdef HAVE_MENUBARS
|
|
979 # define X11_MENUBAR_LISP ${lispdir}x11/x-menubar.elc
|
|
980 # else
|
|
981 # define X11_MENUBAR_LISP
|
|
982 # endif
|
|
983 # ifdef HAVE_SCROLLBARS
|
|
984 # define X11_SCROLLBAR_LISP ${lispdir}x11/x-scrollbar.elc
|
|
985 # else
|
|
986 # define X11_SCROLLBAR_LISP
|
|
987 # endif
|
|
988 #define X11_LISP X11_MENUBAR_LISP \
|
|
989 ${lispdir}x11/x-faces.elc \
|
|
990 ${lispdir}x11/x-iso8859-1.elc ${lispdir}x11/x-mouse.elc \
|
|
991 ${lispdir}x11/x-select.elc X11_SCROLLBAR_LISP \
|
|
992 X11_TOOLBAR_LISP ${lispdir}x11/x-misc.elc \
|
|
993 ${lispdir}x11/x-init.elc
|
|
994 #else
|
|
995 #define X11_LISP
|
|
996 #endif
|
|
997
|
|
998 #ifdef HAVE_NEXTSTEP
|
|
999 /* lisp files that are preloaded if compiled with support for NeXTstep */
|
|
1000 #define NS_LISP
|
|
1001 #else
|
|
1002 #define NS_LISP
|
|
1003 #endif
|
|
1004
|
|
1005 #ifdef HAVE_TTY
|
|
1006 /* lisp files that are preloaded if compiled with support for NeXTstep */
|
|
1007 #define TTY_LISP ${lispdir}term/tty-init.elc
|
|
1008 #else
|
|
1009 #define TTY_LISP
|
|
1010 #endif
|
|
1011
|
|
1012 #ifdef EPOCH
|
|
1013 #define EPOCH_LISP ${lispdir}epoch/epoch.elc
|
|
1014 #else
|
|
1015 #define EPOCH_LISP
|
|
1016 #endif
|
|
1017
|
|
1018 #ifdef ENERGIZE
|
|
1019 /* Lisp files that are preloaded if compiled with support for Energize
|
|
1020 */
|
|
1021 #define ENERGIZE_LISP ${lispdir}comint/gdb.elc \
|
|
1022 ${lispdir}comint/comint.elc ${lispdir}comint/shell.elc \
|
|
1023 ${lispdir}utils/ring.elc ${lispdir}packages/compile.elc \
|
|
1024 ${lispdir}modes/view-less.elc ${lispdir}emulators/evi.elc \
|
|
1025 ${lispdir}packages/font-lock.elc ${lispdir}packages/fast-lock.elc \
|
|
1026 ${lispdir}dired/dired.elc ${lispdir}dired/dired-x.elc \
|
|
1027 ${lispdir}dired/dired-lucid.elc ${lispdir}prim/userlock.elc \
|
|
1028 ${lispdir}energize/energize-init.elc \
|
|
1029 ${lispdir}energize/energize-mode.elc \
|
|
1030 ${lispdir}energize/energize-windows.elc \
|
|
1031 ${lispdir}energize/energize-menus.elc \
|
|
1032 ${lispdir}energize/energize-shell.elc \
|
|
1033 ${lispdir}energize/energize-visit-use.elc \
|
|
1034 ${lispdir}energize/energize-vi.elc \
|
|
1035 ${lispdir}energize/energize-font-lock.elc \
|
|
1036 ${lispdir}energize/energize-advice.elc
|
|
1037 #else
|
|
1038 #define ENERGIZE_LISP
|
|
1039 #endif
|
|
1040
|
|
1041 #ifdef SUNPRO
|
|
1042 /* Lisp files that are preloaded if compiled with support for SunPro
|
|
1043 products */
|
|
1044 #define SUNPRO_LISP ${lispdir}packages/sccs.elc \
|
|
1045 ${lispdir}sunpro/sunpro-init.elc \
|
|
1046 ${lispdir}sunpro/sunpro-menubar.elc \
|
|
1047 ${lispdir}sunpro/sunpro-keys.elc \
|
|
1048 ${lispdir}eos/sun-eos-init.elc \
|
|
1049 ${lispdir}eos/sun-eos-load.elc \
|
|
1050 ${lispdir}eos/sun-eos-common.elc \
|
|
1051 ${lispdir}eos/sun-eos-editor.elc \
|
|
1052 ${lispdir}eos/sun-eos-browser.elc \
|
|
1053 ${lispdir}eos/sun-eos-debugger.elc \
|
|
1054 ${lispdir}eos/sun-eos-debugger-extra.elc \
|
|
1055 ${lispdir}comint/comint.elc \
|
|
1056 ${lispdir}utils/ring.elc \
|
|
1057 ${lispdir}eos/sun-eos-toolbar.elc \
|
|
1058 ${lispdir}eos/sun-eos-menubar.elc \
|
|
1059 ${lispdir}utils/annotations.elc \
|
|
1060 ${lispdir}eos/loaddefs-eos.elc
|
|
1061 #else
|
|
1062 #define SUNPRO_LISP ${lispdir}prim/loaddefs.elc
|
|
1063 #endif
|
|
1064
|
|
1065 #ifdef TOOLTALK
|
|
1066 /* Lisp files that are preloaded if compiled with support for Tooltalk
|
|
1067 */
|
|
1068 #define TOOLTALK_LISP ${lispdir}tooltalk/tooltalk-macros.elc \
|
|
1069 ${lispdir}tooltalk/tooltalk-util.elc \
|
|
1070 ${lispdir}tooltalk/tooltalk-init.elc
|
|
1071 #else
|
|
1072 #define TOOLTALK_LISP
|
|
1073 #endif
|
|
1074
|
|
1075 #ifdef LISP_COMMAND_LOOP
|
|
1076 #define CMDLOOP_LISP ${lispdir}prim/cmdloop1.elc
|
|
1077 #else
|
|
1078 #define CMDLOOP_LISP
|
|
1079 #endif
|
|
1080
|
|
1081 #ifdef HAVE_TOOLBARS
|
|
1082 #define TOOLBAR_LISP ${lispdir}prim/toolbar.elc
|
|
1083 #else
|
|
1084 #define TOOLBAR_LISP
|
|
1085 #endif
|
|
1086 #ifdef HAVE_MENUBARS
|
|
1087 #define MENUBAR_LISP ${lispdir}prim/menubar.elc
|
|
1088 #else
|
|
1089 #define MENUBAR_LISP
|
|
1090 #endif
|
|
1091 #ifdef HAVE_SCROLLBARS
|
|
1092 #define SCROLLBAR_LISP ${lispdir}prim/scrollbar.elc
|
|
1093 #else
|
|
1094 #define SCROLLBAR_LISP
|
|
1095 #endif
|
|
1096 #ifdef HAVE_DIALOGS
|
|
1097 #define DIALOG_LISP ${lispdir}prim/dialog.elc
|
|
1098 #else
|
|
1099 #define DIALOG_LISP
|
|
1100 #endif
|
|
1101 #ifdef HAVE_WINDOW_SYSTEM
|
|
1102 #define MOUSE_LISP ${lispdir}prim/gui.elc ${lispdir}prim/mouse.elc \
|
|
1103 ${lispdir}prim/mode-motion.elc
|
|
1104 #else
|
|
1105 #define MOUSE_LISP
|
|
1106 #endif
|
|
1107
|
|
1108 /* List of Lisp files loaded into the dumped Emacs.
|
|
1109 Every file that is loaded from loadup.el must be enumerated
|
|
1110 here, or the functions won't have have docstrings.
|
|
1111 This is dumb, this list should be generated automatically.
|
|
1112 [Note: "version.el" is included in the doc separately, but is not listed
|
|
1113 here because we don't want things to appear to be out-of-date just
|
|
1114 because the version number has been incremented. -- D.N.G. 8/28/93]
|
|
1115 */
|
|
1116 /* loaddefs is now included handled by the SUNPRO_LISP define because
|
|
1117 SparcWorks support requires an altered version. */
|
|
1118 lisp= ${lispdir}paths.el \
|
|
1119 ${lispdir}prim/loadup.el ${lispdir}prim/subr.elc \
|
|
1120 ${lispdir}prim/cmdloop.elc CMDLOOP_LISP \
|
|
1121 ${lispdir}utils/text-props.elc MOUSE_LISP \
|
|
1122 ${lispdir}prim/keymap.elc ${lispdir}prim/syntax.elc \
|
|
1123 ${lispdir}prim/minibuf.elc ${lispdir}prim/faces.elc \
|
|
1124 ${lispdir}prim/objects.elc ${lispdir}prim/process.elc \
|
|
1125 ${lispdir}prim/keydefs.elc ${lispdir}prim/device.elc \
|
|
1126 ${lispdir}prim/obsolete.elc ${lispdir}prim/glyphs.elc \
|
|
1127 ${lispdir}prim/extents.elc ${lispdir}prim/backquote.elc \
|
|
1128 ${lispdir}prim/events.elc ${lispdir}prim/console.elc \
|
|
1129 ${lispdir}utils/map-ynp.elc ${lispdir}prim/modeline.elc \
|
|
1130 ${lispdir}prim/profile.elc ${lispdir}modes/list-mode.elc \
|
|
1131 ${lispdir}utils/derived.elc ${lispdir}cl/cl.elc \
|
|
1132 ${lispdir}cl/cl-defs.elc ${lispdir}prim/undo-stack.elc \
|
|
1133 ${lispdir}prim/simple.elc ${lispdir}prim/help.elc \
|
|
1134 ${lispdir}prim/files.elc ${lispdir}utils/lib-complete.elc \
|
|
1135 ${lispdir}prim/indent.elc ${lispdir}prim/frame.elc \
|
|
1136 TOOLBAR_LISP ${lispdir}prim/format.elc \
|
|
1137 ${lispdir}prim/window.elc ${lispdir}prim/startup.elc \
|
|
1138 ${lispdir}prim/lisp.elc ${lispdir}prim/page.elc \
|
|
1139 ${lispdir}prim/register.elc ${lispdir}iso/iso8859-1.elc \
|
|
1140 ${lispdir}prim/paragraphs.elc ${lispdir}modes/lisp-mode.elc \
|
|
1141 ${lispdir}modes/text-mode.elc ${lispdir}prim/fill.elc \
|
|
1142 ${lispdir}prim/isearch-mode.elc ${lispdir}prim/misc.elc \
|
|
1143 ${lispdir}modes/cc-mode.elc ${lispdir}packages/vc-hooks.elc \
|
|
1144 ${lispdir}prim/replace.elc ${lispdir}prim/specifier.elc \
|
|
1145 ${lispdir}modes/auto-show.elc SUNPRO_LISP TTY_LISP \
|
|
1146 ${lispdir}bytecomp/bytecomp-runtime.elc FLOAT_LISP EPOCH_LISP \
|
|
1147 ${lispdir}prim/itimer.elc ${lispdir}ediff/ediff-hook.elc \
|
|
1148 ${lispdir}packages/fontl-hooks.elc SCROLLBAR_LISP \
|
|
1149 ${lispdir}prim/buffer.elc MENUBAR_LISP \
|
|
1150 ${lispdir}packages/buff-menu.elc DIALOG_LISP \
|
|
1151 ${lispdir}modes/abbrev.elc X11_LISP NS_LISP ENERGIZE_LISP TOOLTALK_LISP
|
|
1152
|
|
1153 /* Other Lisp files that are not dumped out but where it's convenient
|
|
1154 (or required?) for them to be byte-compiled early, before xemacs
|
|
1155 is dumped out. Don't list them in ${lisp} because then the doc-snarfing
|
|
1156 routines get confused. */
|
|
1157 otherlisp= ${lispdir}bytecomp/bytecomp.elc \
|
|
1158 ${lispdir}bytecomp/byte-optimize.elc \
|
|
1159 ${lispdir}utils/advice.elc
|
|
1160
|
|
1161 LIBES = NAS_LIBS SOUND_LIBS SOCKS_LIBS ENERGIZE_LIBS LIB_CDE \
|
|
1162 LIB_TOOLTALK $(LIBX) \
|
|
1163 LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP LIB_INTL QUANTIFY_LIBS \
|
|
1164 DATABASE_LIBS LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD \
|
|
1165 $(GNULIB_VAR)
|
|
1166
|
|
1167 /* Enable recompilation of certain other files depending on system type. */
|
|
1168
|
|
1169 #ifndef OTHER_FILES
|
|
1170 #define OTHER_FILES
|
|
1171 #endif
|
|
1172
|
|
1173 /* Enable inclusion of object files in temacs depending on system type. */
|
|
1174 #ifndef OBJECTS_SYSTEM
|
|
1175 #define OBJECTS_SYSTEM
|
|
1176 #endif
|
|
1177
|
|
1178 #ifndef OBJECTS_MACHINE
|
|
1179 #define OBJECTS_MACHINE
|
|
1180 #endif
|
|
1181
|
|
1182 all: xemacs OTHER_FILES
|
|
1183
|
|
1184 /* "make release" to build "xemacs" with an incremented version number;
|
|
1185 "make xemacs" to just build "xemacs" without incrementing the version. */
|
|
1186
|
|
1187 #ifdef I18N3
|
|
1188 modir = ${etcdir}
|
|
1189 # define MOFILE ${modir}emacs.mo
|
|
1190 #else
|
|
1191 # define MOFILE
|
|
1192 #endif
|
|
1193
|
|
1194 LOADPATH = EMACSLOADPATH="${lispdir}prim"
|
|
1195 DUMPENV = $(LOADPATH)
|
|
1196
|
|
1197 release: temacs ${lisp} ${libsrc}DOC MOFILE OTHER_FILES
|
|
1198 #ifdef CANNOT_DUMP
|
|
1199 ln temacs xemacs
|
|
1200 #else
|
|
1201 #ifdef HAVE_SHM
|
|
1202 -if [ -w ${srcdir}/../lisp ]; then \
|
|
1203 w=`pwd`; cd ${srcdir}; $${w}/temacs -nl -batch -l inc-vers; \
|
|
1204 else true; fi
|
|
1205 $(DUMPENV) ./temacs -nl -batch -l loadup.el dump
|
|
1206 #else /* ! defined (HAVE_SHM) */
|
|
1207 -if [ -w ${srcdir}/../lisp ]; then \
|
|
1208 w=`pwd`; cd ${srcdir}; $${w}/temacs -batch -l inc-vers; \
|
|
1209 else true; fi
|
|
1210 $(DUMPENV) ./temacs -batch -l loadup.el dump
|
|
1211 #endif /* ! defined (HAVE_SHM) */
|
|
1212 touch release
|
|
1213 #endif /* ! defined (CANNOT_DUMP) */
|
|
1214
|
|
1215 xemacs: temacs ${libsrc}DOC ${lisp} MOFILE OTHER_FILES
|
|
1216 $(DUMPENV) ./temacs -batch -l loadup.el dump
|
|
1217
|
|
1218 xemacs-no-site-file: temacs ${libsrc}DOC ${lisp} MOFILE OTHER_FILES
|
|
1219 $(DUMPENV) ./temacs -batch -l loadup.el dump no-site-file
|
|
1220
|
|
1221 obj_src = $(objs:.o=.c)
|
|
1222
|
|
1223
|
|
1224 #ifdef NO_DOC_FILE
|
|
1225 ${libsrc}DOC: ${libsrc}make-docfile
|
|
1226 #else
|
|
1227 ${libsrc}DOC: ${libsrc}make-docfile ${obj_src} ${lisp}
|
|
1228 #endif
|
|
1229 rm -f ${libsrc}DOC
|
|
1230 ${libsrc}make-docfile -d ${srcdir} ${obj_src} \
|
|
1231 ${mallocdocsrc} ${rallocdocsrc} ${lispdir}version.el \
|
|
1232 ${lisp} > ${libsrc}DOC
|
|
1233
|
|
1234 dump_elcs: dump-elcs
|
|
1235
|
|
1236 dump-elcs: temacs
|
|
1237 $(LOADPATH) ./temacs -batch -l ../prim/update-elc.el $(lisp) $(otherlisp)
|
|
1238
|
|
1239 ${libsrc}make-docfile:
|
|
1240 cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile
|
|
1241
|
|
1242 /* Lint Section */
|
|
1243 LINT.c=$(LINT) $(LINTFLAGS) $(LINTINCLUDES)
|
|
1244 LINTFILES= $(objs:.o=.ln)
|
|
1245 LINTINCLUDES = -Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I. \
|
|
1246 -I${srcdir} LCCFLAGS C_SWITCH_MACHINE C_SWITCH_SYSTEM \
|
|
1247 C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE \
|
|
1248 C_SWITCH_X_SYSTEM $(LIBX11_INCLUDES)
|
|
1249 LINTFLAGS= -fd -m -p -s -u -v -x
|
|
1250 lint: $(LINTFILES)
|
|
1251 $(LINT.c) $(LINTFILES)
|
|
1252 /* end of Lint Section */
|
|
1253
|
|
1254 force:
|
|
1255 $(LWLIBBUILDDIR)/liblw.a: force
|
|
1256 cd ${LWLIBBUILDDIR}; ${MAKE} ${MFLAGS}
|
|
1257
|
|
1258 #ifdef DYNODUMP
|
|
1259 $(DYNODUMPBUILDDIR)/dynodump.so: force
|
|
1260 cd ${DYNODUMPBUILDDIR}; ${MAKE} ${MFLAGS}
|
|
1261 #endif
|
|
1262
|
|
1263 /* Some systems define this to cause parallel Make-ing. */
|
|
1264 #ifndef MAKE_PARALLEL
|
|
1265 #define MAKE_PARALLEL
|
|
1266 #endif
|
|
1267
|
|
1268 #ifdef DYNODUMP
|
|
1269 #define DYNODUMP_DEPS $(DYNODUMPBUILDDIR)/dynodump.so
|
|
1270 #else
|
|
1271 #define DYNODUMP_DEPS
|
|
1272 #endif
|
|
1273
|
|
1274 #define TEMACS_DEPS MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) \
|
|
1275 ${objs} ${otherobjs} OBJECTS_SYSTEM \
|
|
1276 OBJECTS_MACHINE LWLIB_DEPS DYNODUMP_DEPS prefix-args
|
|
1277
|
|
1278 #define TEMACS_LINK_ARGS YMF_PASS_LDFLAGS \
|
|
1279 (${STARTFLAGS} ${LDFLAGS} LD_SWITCH_CALL_SHARED) -o $@ \
|
|
1280 ${STARTFILES} ${objs} ${otherobjs} OBJECTS_SYSTEM \
|
|
1281 OBJECTS_MACHINE ${LIBES}
|
|
1282
|
|
1283 temacs_deps: TEMACS_DEPS
|
|
1284
|
|
1285 temacs: TEMACS_DEPS
|
|
1286 $(LD) LCCLINK TEMACS_LINK_ARGS
|
|
1287
|
|
1288 cemacs: TEMACS_DEPS
|
|
1289 $(LD) $(ENERGIZEP) TEMACS_LINK_ARGS
|
|
1290
|
|
1291 puremacs: TEMACS_DEPS
|
|
1292 $(PURIFY_PROG) $(LD) TEMACS_LINK_ARGS
|
|
1293
|
|
1294 quantmacs: TEMACS_DEPS
|
|
1295 $(QUANTIFY_PROG) $(LD) TEMACS_LINK_ARGS
|
|
1296
|
|
1297 covmacs: TEMACS_DEPS
|
|
1298 $(PURECOV_PROG) $(LD) TEMACS_LINK_ARGS
|
|
1299
|
|
1300 TopLevelEmacsShell.o : ${srcdir}/EmacsShell-sub.c
|
|
1301 $(CC) -c $(ALL_CFLAGS) -DDEFINE_TOP_LEVEL_EMACS_SHELL ${srcdir}/EmacsShell-sub.c
|
|
1302 mv EmacsShell-sub.o TopLevelEmacsShell.o
|
|
1303
|
|
1304 TransientEmacsShell.o : ${srcdir}/EmacsShell-sub.c TopLevelEmacsShell.o
|
|
1305 $(CC) -c $(ALL_CFLAGS) -DDEFINE_TRANSIENT_EMACS_SHELL ${srcdir}/EmacsShell-sub.c
|
|
1306 mv EmacsShell-sub.o TransientEmacsShell.o
|
|
1307
|
|
1308 #ifdef EXTERNAL_WIDGET
|
|
1309
|
|
1310 #if USE_GCC
|
|
1311 # define PIC_ARG -fpic
|
|
1312 #else
|
|
1313 # ifdef IRIX
|
|
1314 # define PIC_ARG -KPIC
|
|
1315 # else
|
|
1316 # define PIC_ARG -K pic
|
|
1317 # endif
|
|
1318 #endif
|
|
1319
|
|
1320 # define EXTERNAL_CLIENT_MOTIF_OBJS_SHARED ExternalClient-Xm-shared.o extw-Xt-shared.o extw-Xlib-shared.o
|
|
1321 # define EXTERNAL_CLIENT_XT_OBJS_SHARED ExternalClient-Xt-shared.o extw-Xt-shared.o extw-Xlib-shared.o
|
|
1322 # define EXTERNAL_CLIENT_XLIB_OBJS_SHARED ExternalClient-Xlib-shared.o extw-Xlib-shared.o
|
|
1323 # define EXTERNAL_CLIENT_MOTIF_OBJS_NONSHARED ExternalClient-Xm-nonshared.o extw-Xt-nonshared.o extw-Xlib-nonshared.o
|
|
1324 # define EXTERNAL_CLIENT_XT_OBJS_NONSHARED ExternalClient-Xt-nonshared.o extw-Xt-nonshared.o extw-Xlib-nonshared.o
|
|
1325 # define EXTERNAL_CLIENT_XLIB_OBJS_NONSHARED ExternalClient-Xlib-nonshared.o extw-Xlib-nonshared.o
|
|
1326
|
|
1327 /* Add dependencies so things work right with a parallel make */
|
|
1328 ExternalClient-Xm-shared.o: ${srcdir}/ExternalClient.c ExternalClient-Xt-shared.o ExternalClient-Xm-nonshared.o
|
|
1329 $(CC) -c PIC_ARG $(ALL_CFLAGS) -DEXTW_USES_MOTIF ${srcdir}/ExternalClient.c
|
|
1330 mv ExternalClient.o ExternalClient-Xm-shared.o
|
|
1331
|
|
1332 ExternalClient-Xt-shared.o: ${srcdir}/ExternalClient.c ExternalClient-Xt-nonshared.o
|
|
1333 $(CC) -c PIC_ARG $(ALL_CFLAGS) ${srcdir}/ExternalClient.c
|
|
1334 mv ExternalClient.o ExternalClient-Xt-shared.o
|
|
1335
|
|
1336 ExternalClient-Xlib-shared.o: ${srcdir}/ExternalClient-Xlib.c ExternalClient-Xlib-nonshared.o
|
|
1337 $(CC) -c PIC_ARG $(ALL_CFLAGS) ${srcdir}/ExternalClient-Xlib.c
|
|
1338 mv ExternalClient-Xlib.o ExternalClient-Xlib-shared.o
|
|
1339
|
|
1340 ExternalClient-Xm-nonshared.o: ${srcdir}/ExternalClient.c ExternalClient-Xt-nonshared.o
|
|
1341 $(CC) -c $(ALL_CFLAGS) -DEXTW_USES_MOTIF ${srcdir}/ExternalClient.c
|
|
1342 mv ExternalClient.o ExternalClient-Xm-nonshared.o
|
|
1343
|
|
1344 ExternalClient-Xt-nonshared.o: ${srcdir}/ExternalClient.c
|
|
1345 $(CC) -c $(ALL_CFLAGS) ${srcdir}/ExternalClient.c
|
|
1346 mv ExternalClient.o ExternalClient-Xt-nonshared.o
|
|
1347
|
|
1348 ExternalClient-Xlib-nonshared.o: ${srcdir}/ExternalClient-Xlib.c
|
|
1349 $(CC) -c $(ALL_CFLAGS) ${srcdir}/ExternalClient-Xlib.c
|
|
1350 mv ExternalClient-Xlib.o ExternalClient-Xlib-nonshared.o
|
|
1351
|
|
1352 /* We compile the common files twice (once with PIC and once without)
|
|
1353 because on some systems, compiling with PIC but not linking into
|
|
1354 a shared library messes things up. */
|
|
1355 extw-Xt-shared.o: ${srcdir}/extw-Xt.c extw-Xt-nonshared.o
|
|
1356 $(CC) -c PIC_ARG $(ALL_CFLAGS) ${srcdir}/extw-Xt.c
|
|
1357 mv extw-Xt.o extw-Xt-shared.o
|
|
1358
|
|
1359 extw-Xlib-shared.o: ${srcdir}/extw-Xlib.c extw-Xlib-nonshared.o
|
|
1360 $(CC) -c PIC_ARG $(ALL_CFLAGS) ${srcdir}/extw-Xlib.c
|
|
1361 mv extw-Xlib.o extw-Xlib-shared.o
|
|
1362
|
|
1363 extw-Xt-nonshared.o: ${srcdir}/extw-Xt.c
|
|
1364 $(CC) -c $(ALL_CFLAGS) ${srcdir}/extw-Xt.c
|
|
1365 mv extw-Xt.o extw-Xt-nonshared.o
|
|
1366
|
|
1367 extw-Xlib-nonshared.o: ${srcdir}/extw-Xlib.c
|
|
1368 $(CC) -c $(ALL_CFLAGS) ${srcdir}/extw-Xlib.c
|
|
1369 mv extw-Xlib.o extw-Xlib-nonshared.o
|
|
1370
|
|
1371 libextcli_Xm.a: EXTERNAL_CLIENT_MOTIF_OBJS_NONSHARED
|
|
1372 ar r libextcli_Xm.a EXTERNAL_CLIENT_MOTIF_OBJS_NONSHARED
|
|
1373
|
|
1374 libextcli_Xt.a: EXTERNAL_CLIENT_XT_OBJS_NONSHARED
|
|
1375 ar r libextcli_Xt.a EXTERNAL_CLIENT_XT_OBJS_NONSHARED
|
|
1376
|
|
1377 libextcli_Xlib.a: EXTERNAL_CLIENT_XLIB_OBJS_NONSHARED
|
|
1378 ar r libextcli_Xlib.a EXTERNAL_CLIENT_XLIB_OBJS_NONSHARED
|
|
1379
|
|
1380 #ifdef EXTW_LINK
|
|
1381
|
|
1382 libextcli_Xm.so.1: EXTERNAL_CLIENT_MOTIF_OBJS_SHARED
|
|
1383 EXTW_LINK(EXTERNAL_CLIENT_MOTIF_OBJS_SHARED, libextcli_Xm.so.1)
|
|
1384
|
|
1385 libextcli_Xt.so.1: EXTERNAL_CLIENT_XT_OBJS_SHARED
|
|
1386 EXTW_LINK(EXTERNAL_CLIENT_XT_OBJS_SHARED, libextcli_Xt.so.1)
|
|
1387
|
|
1388 libextcli_Xlib.so.1: EXTERNAL_CLIENT_XLIB_OBJS_SHARED
|
|
1389 EXTW_LINK(EXTERNAL_CLIENT_XLIB_OBJS_SHARED, libextcli_Xlib.so.1)
|
|
1390
|
|
1391 #endif
|
|
1392
|
|
1393 #endif /* EXTERNAL_WIDGET */
|
|
1394
|
|
1395 prefix-args: ${srcdir}/prefix-args.c config.h
|
|
1396 $(CC) $(ALL_CFLAGS) ${srcdir}/prefix-args.c -o prefix-args
|
|
1397
|
|
1398 /* These are needed for C compilation, on the systems that need them */
|
|
1399 #ifdef NEED_CPP
|
|
1400 CPP = ./localcpp
|
|
1401 localcpp:
|
|
1402 cd ${cppdir}; ${MAKE} ${MFLAGS} EMACS=-DEMACS
|
|
1403 ln ${cppdir}cpp localcpp /* Name where ALL_CFLAGS will refer to it */
|
|
1404 /* cc appears to be cretinous and require all of these to exist
|
|
1405 if -B is specified -- we can't use one local pass and let the
|
|
1406 others be the standard ones. What a loser.
|
|
1407 We can't even use ln, since they are probably
|
|
1408 on different disks. */
|
|
1409 cp /lib/ccom localccom
|
|
1410 -cp /lib/optim localoptim
|
|
1411 -cp /lib/c2 localc2
|
|
1412 cp /bin/as localas
|
|
1413 #else /* ! defined (NEED_CPP) */
|
|
1414 CPP = $(CC) -E
|
|
1415 #endif /* ! defined (NEED_CPP) */
|
|
1416
|
|
1417 #ifdef SHORTNAMES
|
|
1418 shortnames:
|
|
1419 cd ${shortnamesdir}; ${MAKE} ${MFLAGS}
|
|
1420 #endif
|
|
1421
|
|
1422 config.h: ${srcdir}/config.h.in
|
|
1423 @echo "The file config.h needs to be set up from config.h.in."
|
|
1424 @echo "Consult the file \`INSTALL' for instructions for building Emacs."
|
|
1425 exit 1
|
|
1426
|
|
1427 paths.h: ${srcdir}/paths.h.in
|
|
1428 @echo "The file paths.h needs to be set up from paths.h.in."
|
|
1429 @echo "Consult the file \`INSTALL' for instructions for building Emacs."
|
|
1430 exit 1
|
|
1431
|
|
1432 Emacs.ad.h: ${srcdir}/${etcdir}Emacs.ad
|
|
1433 @echo "The file Emacs.ad.h needs to be set up from ${srcdir}/${etcdir}Emacs.ad"
|
|
1434 @echo "Consult the file \`INSTALL' for instructions for building Emacs."
|
|
1435 exit 1
|
|
1436
|
|
1437 /* Some machines have alloca built-in.
|
|
1438 They should define HAVE_ALLOCA, or may just let alloca.s
|
|
1439 be used but generate no code.
|
|
1440 Some have it written in assembler in alloca.s.
|
|
1441 Some use the C version in alloca.c (these define C_ALLOCA in config.h).
|
|
1442 */
|
|
1443
|
|
1444 #ifdef C_ALLOCA
|
|
1445 /* We could put something in alloca.c to #define free and malloc
|
|
1446 whenever emacs was #defined, but that's not appropriate for all
|
|
1447 users of alloca in Emacs. Check out ../lib-src/getopt.c. */
|
|
1448 alloca.o : ${srcdir}/alloca.c
|
|
1449 $(CC) -c $(CPPFLAGS) -Dfree=xfree -Dmalloc=xmalloc \
|
|
1450 $(ALL_CFLAGS) $<
|
|
1451 #else
|
|
1452 #ifndef HAVE_ALLOCA
|
|
1453 alloca.o : ${srcdir}/alloca.s config.h
|
|
1454 /* $(CPP) is cc -E, which may get confused by filenames
|
|
1455 that do not end in .c. So copy file to a safe name. */
|
|
1456 cp ${srcdir}/alloca.s allocatem.c
|
|
1457 /* Remove any ^L, blank lines, and preprocessor comments,
|
|
1458 since some assemblers barf on them. Use a different basename for the
|
|
1459 output file, since some stupid compilers (Green Hill's) use that
|
|
1460 name for the intermediate assembler file. */
|
|
1461 $(CPP) $(CPPFLAGS) $(ALL_CFLAGS) allocatem.c | \
|
|
1462 sed -e 's///' -e 's/^#.*//' | \
|
|
1463 sed -n -e '/^..*$$/p' > allocax.s
|
|
1464 -rm -f alloca.o
|
|
1465 /* Xenix, in particular, needs to run assembler via cc. */
|
|
1466 $(CC) -c allocax.s
|
|
1467 mv allocax.o alloca.o
|
|
1468 rm -f allocax.s allocatem.c
|
|
1469 #endif /* HAVE_ALLOCA */
|
|
1470 #endif /* ! defined (C_ALLOCA) */
|
|
1471
|
|
1472 #ifdef USE_LCC /* lcc doesn't do asm() yet */
|
|
1473 ecrt0.o: ${srcdir}/ecrt0.c
|
|
1474 gcc -c -g -Demacs $<
|
|
1475 #endif /* USE_LCC */
|
|
1476
|
|
1477 #ifdef EMACS_BTL
|
|
1478 BTL_INCLUDES=-I$(BTLDIR)
|
|
1479 # define BTL_COMPILE \
|
|
1480 -DEMACS_BTL -D`lucid-arch` -I. $(BTL_INCLUDES) $(BTLDIR)/$(@:.o=.c)
|
|
1481
|
|
1482 cadillac-btl.o cadillac-btl-process.o cadillac-btl-emacs.o:
|
|
1483 $(CC) $(CFLAGS) -c BTL_COMPILE
|
|
1484 # ifndef USE_LCC
|
|
1485 cadillac-btl-asm.o:
|
|
1486 $(CC) $(CFLAGS) -c BTL_COMPILE
|
|
1487 # else /* lcc doesn't do asm() yet */
|
|
1488 cadillac-btl-asm.o:
|
|
1489 gcc -O -g -c BTL_COMPILE
|
|
1490 # endif /* lcc */
|
|
1491 #endif /* EMACS_BTL */
|
|
1492
|
|
1493 #ifdef ENERGIZE
|
|
1494 energize.o: ${srcdir}/energize.c
|
|
1495 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) ENERGIZE_INCLUDES $(BTL_INCLUDES) $<
|
|
1496 #endif /* ENERGIZE */
|
|
1497
|
|
1498 #ifdef HAVE_NATIVE_SOUND
|
|
1499 # if defined (SUNOS4) || defined (SOLARIS2)
|
|
1500 sunplay.o: ${srcdir}/sunplay.c
|
|
1501 $(CC) -c $(ALL_CFLAGS) SOUND_CFLAGS $<
|
|
1502 # endif /* SUNOS4 or SOLARIS2 */
|
|
1503 # ifdef hp9000s800
|
|
1504 hpplay.o: ${srcdir}/hpplay.c
|
|
1505 $(CC) -c -Demacs $(ALL_CFLAGS) SOUND_CFLAGS $<
|
|
1506 # endif /* hp9000s800 */
|
|
1507 #endif /* HAVE_NATIVE_SOUND */
|
|
1508
|
|
1509 #ifdef HAVE_NAS_SOUND
|
|
1510 nas.o: ${srcdir}/nas.c
|
|
1511 $(CC) -c $(ALL_CFLAGS) NAS_CFLAGS $<
|
|
1512 #endif /* HAVE_NAS_SOUND */
|
|
1513
|
|
1514 /* System-specific programs to be made.
|
|
1515 OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE
|
|
1516 select which of these should be compiled. */
|
|
1517
|
|
1518 ${libsrc}emacstool: ${libsrc}emacstool.c
|
|
1519 cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool
|
|
1520 mostlyclean:
|
|
1521 rm -f temacs puremacs quantmacs prefix-args xmakefile* core depend.* \#* *.o
|
|
1522 rm -f ${libsrc}DOC
|
|
1523 clean: mostlyclean
|
|
1524 rm -f xemacs libextcli*
|
|
1525 /**/# This is used in making a distribution.
|
|
1526 /**/# Do not use it on development directories!
|
|
1527 distclean: clean versionclean
|
|
1528 rm -f config.h paths.h Emacs.ad.h Makefile Makefile.in .pure
|
|
1529 realclean: distclean
|
|
1530 rm -f TAGS
|
|
1531 versionclean:
|
|
1532 -rm -f xemacs emacs-* ${libsrc}DOC*
|
|
1533 extraclean: realclean
|
|
1534 -rm -f *~ \#* m/?*~ s/?*~
|
|
1535
|
|
1536 /* The rule for the [sm] files has to be written a little funny to
|
|
1537 avoid looking like a C comment to CPP. */
|
|
1538 SOURCES = *.[chm] *.pswm [sm]/?* COPYING paths.h.in Makefile.in.in \
|
|
1539 config.h.in README COPYING ChangeLog vms.pp-trans
|
|
1540 unlock:
|
|
1541 chmod u+w $(SOURCES)
|
|
1542
|
|
1543 relock:
|
|
1544 chmod -w $(SOURCES)
|
|
1545
|
|
1546 #ifdef __GNUC__
|
|
1547
|
|
1548 /*** Dependency processing using GCC ***/
|
|
1549
|
|
1550 .c.dep:
|
|
1551 $(CC) -MM $(ALL_CFLAGS) $< > $*.dep
|
|
1552
|
|
1553 .SUFFIXES: .dep
|
|
1554
|
|
1555 obj_dep = $(objs:.o=.dep)
|
|
1556
|
|
1557 gnu-depend: $(obj_dep)
|
|
1558 /* #### Needs a bit of work: it doesn't see the object files that
|
|
1559 we aren't compiling */
|
|
1560 cat $(obj_dep) | sh ${libsrc}process-gnu-depends.sh > depend.out
|
|
1561
|
|
1562 #endif /* GCC */
|
|
1563
|
|
1564 /*** Dependency processing using makedepend ***/
|
|
1565
|
|
1566 depend:
|
|
1567 : > depend.tmp
|
|
1568 makedepend -f depend.tmp -Dsubprocesses -DMOCKLISP_SUPPORT -DHAVE_X_WINDOWS -- $(CPPFLAGS) $(ALL_CFLAGS) -- *.c
|
|
1569 sh ${libsrc}process-depends.sh < depend.tmp > depend.out
|
|
1570
|
|
1571 /* Manually-generated dependencies (makedepend misbehaves on these) */
|
|
1572
|
|
1573 /* (actually makedepend does OK on these but we want to conditionalize
|
|
1574 them) */
|
|
1575 #ifdef EXTERNAL_WIDGET
|
|
1576 ExternalClient-Xlib.o: extw-Xlib.h
|
|
1577 ExternalClient-Xm.o: config.h
|
|
1578 ExternalClient-Xm.o: xintrinsicp.h
|
|
1579 ExternalClient-Xm.o: ExternalClient.h
|
|
1580 ExternalClient-Xm.o: ExternalClientP.h
|
|
1581 ExternalClient-Xm.o: extw-Xlib.h
|
|
1582 ExternalClient-Xm.o: extw-Xt.h
|
|
1583 ExternalClient-Xt.o: config.h
|
|
1584 ExternalClient-Xt.o: xintrinsicp.h
|
|
1585 ExternalClient-Xt.o: ExternalClient.h
|
|
1586 ExternalClient-Xt.o: ExternalClientP.h
|
|
1587 ExternalClient-Xt.o: extw-Xlib.h
|
|
1588 ExternalClient-Xt.o: extw-Xt.h
|
|
1589 ExternalShell.o: ExternalShell.h
|
|
1590 ExternalShell.o: ExternalShellP.h
|
|
1591 ExternalShell.o: config.h
|
|
1592 ExternalShell.o: extw-Xlib.h
|
|
1593 ExternalShell.o: extw-Xt.h
|
|
1594 ExternalShell.o: xintrinsic.h
|
|
1595 ExternalShell.o: xintrinsicp.h
|
|
1596 extw-Xlib-shared.o: config.h
|
|
1597 extw-Xlib-shared.o: extw-Xlib.h
|
|
1598 extw-Xt-shared.o: config.h
|
|
1599 extw-Xt-shared.o: extw-Xlib.h
|
|
1600 extw-Xt-shared.o: extw-Xt.h
|
|
1601 extw-Xlib-nonshared.o: config.h
|
|
1602 extw-Xlib-nonshared.o: extw-Xlib.h
|
|
1603 extw-Xt-nonshared.o: config.h
|
|
1604 extw-Xt-nonshared.o: extw-Xlib.h
|
|
1605 extw-Xt-nonshared.o: extw-Xt.h
|
|
1606 #endif
|
|
1607
|
|
1608 #ifdef EMACS_BTL
|
|
1609 cadillac-btl.o: $(BTLDIR)/cadillac-btl.c
|
|
1610 cadillac-btl.o: $(BTLDIR)/cadillac-btl.h
|
|
1611 cadillac-btl.o: $(BTLDIR)/cadillac-btl-extern.h
|
|
1612 cadillac-btl-asm.o: $(BTLDIR)/cadillac-btl-asm.c
|
|
1613 cadillac-btl-asm.o: $(BTLDIR)/cadillac-btl.h
|
|
1614 cadillac-btl-asm.o: $(BTLDIR)/cadillac-btl-extern.h
|
|
1615 cadillac-btl-emacs.o: $(BTLDIR)/cadillac-btl-extern.h
|
|
1616 cadillac-btl-process.o: $(BTLDIR)/cadillac-btl-process.c
|
|
1617 cadillac-btl-process.o: $(BTLDIR)/cadillac-btl.h
|
|
1618 cadillac-btl-process.o: $(BTLDIR)/cadillac-btl-extern.h
|
|
1619 #endif /* EMACS_BTL */
|
|
1620
|
|
1621 /* (makedepend definitely misbehaves on these) */
|
|
1622 sgiplay.o: config.h
|
|
1623 sgiplay.o: libst.h
|
|
1624 unexconvex.o: getpagesize.h
|
|
1625 unexec.o: getpagesize.h
|
|
1626 unexaix.o: config.h
|
|
1627 unexalpha.o: config.h
|
|
1628 unexapollo.o: config.h
|
|
1629 unexconvex.o: config.h
|
|
1630 unexec.o: config.h
|
|
1631 unexelf.o: config.h
|
|
1632 unexenix.o: config.h
|
|
1633 unexfreebsd.o: config.h
|
|
1634 unexhp9k3.o: config.h
|
|
1635 unexhp9k800.o: config.h
|
|
1636 unexmips.o: config.h
|
|
1637 unexsunos4.o: config.h
|
|
1638
|
|
1639 /* Dependencies generated by 'make depend' */
|
|
1640
|
|
1641
|
|
1642 EmacsFrame.o: $(LWLIBSRCDIR)/lwlib.h
|
|
1643 EmacsFrame.o: EmacsFrame.h
|
|
1644 EmacsFrame.o: EmacsFrameP.h
|
|
1645 EmacsFrame.o: EmacsManager.h
|
|
1646 EmacsFrame.o: blocktype.h
|
|
1647 EmacsFrame.o: buffer.h
|
|
1648 EmacsFrame.o: bufslots.h
|
|
1649 EmacsFrame.o: config.h
|
|
1650 EmacsFrame.o: conslots.h
|
|
1651 EmacsFrame.o: console-x.h
|
|
1652 EmacsFrame.o: console.h
|
|
1653 EmacsFrame.o: device.h
|
|
1654 EmacsFrame.o: dynarr.h
|
|
1655 EmacsFrame.o: faces.h
|
|
1656 EmacsFrame.o: frame.h
|
|
1657 EmacsFrame.o: frameslots.h
|
|
1658 EmacsFrame.o: glyphs-x.h
|
|
1659 EmacsFrame.o: glyphs.h
|
|
1660 EmacsFrame.o: objects-x.h
|
|
1661 EmacsFrame.o: objects.h
|
|
1662 EmacsFrame.o: redisplay.h
|
|
1663 EmacsFrame.o: scrollbar.h
|
|
1664 EmacsFrame.o: specifier.h
|
|
1665 EmacsFrame.o: toolbar.h
|
|
1666 EmacsFrame.o: window.h
|
|
1667 EmacsFrame.o: xintrinsic.h
|
|
1668 EmacsFrame.o: xintrinsicp.h
|
|
1669 EmacsFrame.o: xmprimitivep.h
|
|
1670 EmacsFrame.o: xmu.h
|
|
1671 EmacsManager.o: EmacsManager.h
|
|
1672 EmacsManager.o: EmacsManagerP.h
|
|
1673 EmacsManager.o: config.h
|
|
1674 EmacsManager.o: xintrinsicp.h
|
|
1675 EmacsManager.o: xmmanagerp.h
|
|
1676 EmacsShell-sub.o: EmacsShell.h
|
|
1677 EmacsShell-sub.o: EmacsShellP.h
|
|
1678 EmacsShell-sub.o: config.h
|
|
1679 EmacsShell-sub.o: xintrinsic.h
|
|
1680 EmacsShell-sub.o: xintrinsicp.h
|
|
1681 EmacsShell.o: EmacsShell.h
|
|
1682 EmacsShell.o: config.h
|
|
1683 EmacsShell.o: xintrinsicp.h
|
|
1684 abbrev.o: blocktype.h
|
|
1685 abbrev.o: buffer.h
|
|
1686 abbrev.o: bufslots.h
|
|
1687 abbrev.o: commands.h
|
|
1688 abbrev.o: config.h
|
|
1689 abbrev.o: dynarr.h
|
|
1690 abbrev.o: insdel.h
|
|
1691 abbrev.o: redisplay.h
|
|
1692 abbrev.o: scrollbar.h
|
|
1693 abbrev.o: syntax.h
|
|
1694 abbrev.o: window.h
|
|
1695 alloc.o: backtrace.h
|
|
1696 alloc.o: blocktype.h
|
|
1697 alloc.o: buffer.h
|
|
1698 alloc.o: bufslots.h
|
|
1699 alloc.o: bytecode.h
|
|
1700 alloc.o: config.h
|
|
1701 alloc.o: conslots.h
|
|
1702 alloc.o: console.h
|
|
1703 alloc.o: device.h
|
|
1704 alloc.o: dynarr.h
|
|
1705 alloc.o: elhash.h
|
|
1706 alloc.o: events.h
|
|
1707 alloc.o: extents.h
|
|
1708 alloc.o: frame.h
|
|
1709 alloc.o: frameslots.h
|
|
1710 alloc.o: glyphs.h
|
|
1711 alloc.o: puresize.h
|
|
1712 alloc.o: redisplay.h
|
|
1713 alloc.o: scrollbar.h
|
|
1714 alloc.o: specifier.h
|
|
1715 alloc.o: systime.h
|
|
1716 alloc.o: toolbar.h
|
|
1717 alloc.o: window.h
|
|
1718 alloca.o: config.h
|
|
1719 blocktype.o: blocktype.h
|
|
1720 blocktype.o: config.h
|
|
1721 blocktype.o: dynarr.h
|
|
1722 buffer.o: blocktype.h
|
|
1723 buffer.o: buffer.h
|
|
1724 buffer.o: bufslots.h
|
|
1725 buffer.o: commands.h
|
|
1726 buffer.o: config.h
|
|
1727 buffer.o: conslots.h
|
|
1728 buffer.o: console.h
|
|
1729 buffer.o: device.h
|
|
1730 buffer.o: dynarr.h
|
|
1731 buffer.o: elhash.h
|
|
1732 buffer.o: extents.h
|
|
1733 buffer.o: faces.h
|
|
1734 buffer.o: frame.h
|
|
1735 buffer.o: frameslots.h
|
|
1736 buffer.o: insdel.h
|
|
1737 buffer.o: process.h
|
|
1738 buffer.o: redisplay.h
|
|
1739 buffer.o: scrollbar.h
|
|
1740 buffer.o: specifier.h
|
|
1741 buffer.o: syntax.h
|
|
1742 buffer.o: sysdep.h
|
|
1743 buffer.o: sysfile.h
|
|
1744 buffer.o: toolbar.h
|
|
1745 buffer.o: window.h
|
|
1746 bytecode.o: blocktype.h
|
|
1747 bytecode.o: buffer.h
|
|
1748 bytecode.o: bufslots.h
|
|
1749 bytecode.o: config.h
|
|
1750 bytecode.o: dynarr.h
|
|
1751 bytecode.o: syntax.h
|
|
1752 callint.o: blocktype.h
|
|
1753 callint.o: buffer.h
|
|
1754 callint.o: bufslots.h
|
|
1755 callint.o: bytecode.h
|
|
1756 callint.o: commands.h
|
|
1757 callint.o: config.h
|
|
1758 callint.o: dynarr.h
|
|
1759 callint.o: events.h
|
|
1760 callint.o: insdel.h
|
|
1761 callint.o: redisplay.h
|
|
1762 callint.o: scrollbar.h
|
|
1763 callint.o: systime.h
|
|
1764 callint.o: window.h
|
|
1765 callproc.o: blocktype.h
|
|
1766 callproc.o: buffer.h
|
|
1767 callproc.o: bufslots.h
|
|
1768 callproc.o: commands.h
|
|
1769 callproc.o: config.h
|
|
1770 callproc.o: dynarr.h
|
|
1771 callproc.o: insdel.h
|
|
1772 callproc.o: lstream.h
|
|
1773 callproc.o: paths.h
|
|
1774 callproc.o: process.h
|
|
1775 callproc.o: redisplay.h
|
|
1776 callproc.o: scrollbar.h
|
|
1777 callproc.o: sysdep.h
|
|
1778 callproc.o: sysfile.h
|
|
1779 callproc.o: sysproc.h
|
|
1780 callproc.o: systime.h
|
|
1781 callproc.o: systty.h
|
|
1782 callproc.o: window.h
|
|
1783 casefiddle.o: blocktype.h
|
|
1784 casefiddle.o: buffer.h
|
|
1785 casefiddle.o: bufslots.h
|
|
1786 casefiddle.o: commands.h
|
|
1787 casefiddle.o: config.h
|
|
1788 casefiddle.o: dynarr.h
|
|
1789 casefiddle.o: insdel.h
|
|
1790 casefiddle.o: syntax.h
|
|
1791 casetab.o: blocktype.h
|
|
1792 casetab.o: buffer.h
|
|
1793 casetab.o: bufslots.h
|
|
1794 casetab.o: config.h
|
|
1795 casetab.o: dynarr.h
|
|
1796 casetab.o: opaque.h
|
|
1797 cm.o: blocktype.h
|
|
1798 cm.o: config.h
|
|
1799 cm.o: conslots.h
|
|
1800 cm.o: console-tty.h
|
|
1801 cm.o: console.h
|
|
1802 cm.o: device.h
|
|
1803 cm.o: dynarr.h
|
|
1804 cm.o: frame.h
|
|
1805 cm.o: frameslots.h
|
|
1806 cm.o: lstream.h
|
|
1807 cm.o: redisplay.h
|
|
1808 cm.o: scrollbar.h
|
|
1809 cm.o: specifier.h
|
|
1810 cm.o: systty.h
|
|
1811 cm.o: toolbar.h
|
|
1812 cmdloop.o: blocktype.h
|
|
1813 cmdloop.o: buffer.h
|
|
1814 cmdloop.o: bufslots.h
|
|
1815 cmdloop.o: commands.h
|
|
1816 cmdloop.o: config.h
|
|
1817 cmdloop.o: conslots.h
|
|
1818 cmdloop.o: console.h
|
|
1819 cmdloop.o: device.h
|
|
1820 cmdloop.o: dynarr.h
|
|
1821 cmdloop.o: events.h
|
|
1822 cmdloop.o: frame.h
|
|
1823 cmdloop.o: frameslots.h
|
|
1824 cmdloop.o: macros.h
|
|
1825 cmdloop.o: redisplay.h
|
|
1826 cmdloop.o: scrollbar.h
|
|
1827 cmdloop.o: specifier.h
|
|
1828 cmdloop.o: systime.h
|
|
1829 cmdloop.o: toolbar.h
|
|
1830 cmdloop.o: window.h
|
|
1831 cmds.o: blocktype.h
|
|
1832 cmds.o: buffer.h
|
|
1833 cmds.o: bufslots.h
|
|
1834 cmds.o: commands.h
|
|
1835 cmds.o: config.h
|
|
1836 cmds.o: dynarr.h
|
|
1837 cmds.o: insdel.h
|
|
1838 cmds.o: syntax.h
|
|
1839 console-stream.o: blocktype.h
|
|
1840 console-stream.o: config.h
|
|
1841 console-stream.o: conslots.h
|
|
1842 console-stream.o: console-stream.h
|
|
1843 console-stream.o: console-tty.h
|
|
1844 console-stream.o: console.h
|
|
1845 console-stream.o: device.h
|
|
1846 console-stream.o: dynarr.h
|
|
1847 console-stream.o: events.h
|
|
1848 console-stream.o: frame.h
|
|
1849 console-stream.o: frameslots.h
|
|
1850 console-stream.o: redisplay.h
|
|
1851 console-stream.o: scrollbar.h
|
|
1852 console-stream.o: specifier.h
|
|
1853 console-stream.o: sysdep.h
|
|
1854 console-stream.o: systime.h
|
|
1855 console-stream.o: systty.h
|
|
1856 console-stream.o: toolbar.h
|
|
1857 console-stream.o: window.h
|
|
1858 console-tty.o: blocktype.h
|
|
1859 console-tty.o: buffer.h
|
|
1860 console-tty.o: bufslots.h
|
|
1861 console-tty.o: config.h
|
|
1862 console-tty.o: conslots.h
|
|
1863 console-tty.o: console-stream.h
|
|
1864 console-tty.o: console-tty.h
|
|
1865 console-tty.o: console.h
|
|
1866 console-tty.o: device.h
|
|
1867 console-tty.o: dynarr.h
|
|
1868 console-tty.o: events.h
|
|
1869 console-tty.o: faces.h
|
|
1870 console-tty.o: frame.h
|
|
1871 console-tty.o: frameslots.h
|
|
1872 console-tty.o: lstream.h
|
|
1873 console-tty.o: redisplay.h
|
|
1874 console-tty.o: scrollbar.h
|
|
1875 console-tty.o: specifier.h
|
|
1876 console-tty.o: sysdep.h
|
|
1877 console-tty.o: systime.h
|
|
1878 console-tty.o: systty.h
|
|
1879 console-tty.o: toolbar.h
|
|
1880 console-x.o: blocktype.h
|
|
1881 console-x.o: config.h
|
|
1882 console-x.o: conslots.h
|
|
1883 console-x.o: console-x.h
|
|
1884 console-x.o: console.h
|
|
1885 console-x.o: dynarr.h
|
|
1886 console-x.o: process.h
|
|
1887 console-x.o: redisplay.h
|
|
1888 console-x.o: xintrinsic.h
|
|
1889 console.o: blocktype.h
|
|
1890 console.o: buffer.h
|
|
1891 console.o: bufslots.h
|
|
1892 console.o: config.h
|
|
1893 console.o: conslots.h
|
|
1894 console.o: console-tty.h
|
|
1895 console.o: console.h
|
|
1896 console.o: device.h
|
|
1897 console.o: dynarr.h
|
|
1898 console.o: events.h
|
|
1899 console.o: frame.h
|
|
1900 console.o: frameslots.h
|
|
1901 console.o: redisplay.h
|
|
1902 console.o: scrollbar.h
|
|
1903 console.o: specifier.h
|
|
1904 console.o: sysdep.h
|
|
1905 console.o: systime.h
|
|
1906 console.o: systty.h
|
|
1907 console.o: toolbar.h
|
|
1908 console.o: window.h
|
|
1909 data.o: blocktype.h
|
|
1910 data.o: buffer.h
|
|
1911 data.o: bufslots.h
|
|
1912 data.o: bytecode.h
|
|
1913 data.o: config.h
|
|
1914 data.o: dynarr.h
|
|
1915 data.o: sysfloat.h
|
|
1916 database.o: blocktype.h
|
|
1917 database.o: config.h
|
|
1918 database.o: database.h
|
|
1919 database.o: dynarr.h
|
|
1920 debug.o: blocktype.h
|
|
1921 debug.o: bytecode.h
|
|
1922 debug.o: config.h
|
|
1923 debug.o: debug.h
|
|
1924 debug.o: dynarr.h
|
|
1925 device-tty.o: blocktype.h
|
|
1926 device-tty.o: buffer.h
|
|
1927 device-tty.o: bufslots.h
|
|
1928 device-tty.o: config.h
|
|
1929 device-tty.o: conslots.h
|
|
1930 device-tty.o: console-stream.h
|
|
1931 device-tty.o: console-tty.h
|
|
1932 device-tty.o: console.h
|
|
1933 device-tty.o: device.h
|
|
1934 device-tty.o: dynarr.h
|
|
1935 device-tty.o: events.h
|
|
1936 device-tty.o: faces.h
|
|
1937 device-tty.o: frame.h
|
|
1938 device-tty.o: frameslots.h
|
|
1939 device-tty.o: lstream.h
|
|
1940 device-tty.o: redisplay.h
|
|
1941 device-tty.o: scrollbar.h
|
|
1942 device-tty.o: specifier.h
|
|
1943 device-tty.o: sysdep.h
|
|
1944 device-tty.o: systime.h
|
|
1945 device-tty.o: systty.h
|
|
1946 device-tty.o: toolbar.h
|
|
1947 device-x.o: $(LWLIBSRCDIR)/lwlib.h
|
|
1948 device-x.o: blocktype.h
|
|
1949 device-x.o: buffer.h
|
|
1950 device-x.o: bufslots.h
|
|
1951 device-x.o: config.h
|
|
1952 device-x.o: conslots.h
|
|
1953 device-x.o: console-x.h
|
|
1954 device-x.o: console.h
|
|
1955 device-x.o: device.h
|
|
1956 device-x.o: dynarr.h
|
|
1957 device-x.o: events.h
|
|
1958 device-x.o: faces.h
|
|
1959 device-x.o: frame.h
|
|
1960 device-x.o: frameslots.h
|
|
1961 device-x.o: glyphs-x.h
|
|
1962 device-x.o: glyphs.h
|
|
1963 device-x.o: objects-x.h
|
|
1964 device-x.o: objects.h
|
|
1965 device-x.o: redisplay.h
|
|
1966 device-x.o: scrollbar.h
|
|
1967 device-x.o: specifier.h
|
|
1968 device-x.o: sysdep.h
|
|
1969 device-x.o: sysfile.h
|
|
1970 device-x.o: systime.h
|
|
1971 device-x.o: toolbar.h
|
|
1972 device-x.o: window.h
|
|
1973 device-x.o: xgccache.h
|
|
1974 device-x.o: xintrinsic.h
|
|
1975 device-x.o: xintrinsicp.h
|
|
1976 device-x.o: xmu.h
|
|
1977 device.o: blocktype.h
|
|
1978 device.o: buffer.h
|
|
1979 device.o: bufslots.h
|
|
1980 device.o: config.h
|
|
1981 device.o: conslots.h
|
|
1982 device.o: console.h
|
|
1983 device.o: device.h
|
|
1984 device.o: dynarr.h
|
|
1985 device.o: elhash.h
|
|
1986 device.o: events.h
|
|
1987 device.o: faces.h
|
|
1988 device.o: frame.h
|
|
1989 device.o: frameslots.h
|
|
1990 device.o: keymap.h
|
|
1991 device.o: redisplay.h
|
|
1992 device.o: scrollbar.h
|
|
1993 device.o: specifier.h
|
|
1994 device.o: sysdep.h
|
|
1995 device.o: systime.h
|
|
1996 device.o: toolbar.h
|
|
1997 device.o: window.h
|
|
1998 dgif_lib.o: config.h
|
|
1999 dgif_lib.o: gif_lib.h
|
|
2000 dialog-x.o: $(LWLIBSRCDIR)/lwlib.h
|
|
2001 dialog-x.o: EmacsFrame.h
|
|
2002 dialog-x.o: EmacsManager.h
|
|
2003 dialog-x.o: EmacsShell.h
|
|
2004 dialog-x.o: blocktype.h
|
|
2005 dialog-x.o: buffer.h
|
|
2006 dialog-x.o: bufslots.h
|
|
2007 dialog-x.o: commands.h
|
|
2008 dialog-x.o: config.h
|
|
2009 dialog-x.o: conslots.h
|
|
2010 dialog-x.o: console-x.h
|
|
2011 dialog-x.o: console.h
|
|
2012 dialog-x.o: device.h
|
|
2013 dialog-x.o: dynarr.h
|
|
2014 dialog-x.o: events.h
|
|
2015 dialog-x.o: frame.h
|
|
2016 dialog-x.o: frameslots.h
|
|
2017 dialog-x.o: gui-x.h
|
|
2018 dialog-x.o: opaque.h
|
|
2019 dialog-x.o: redisplay.h
|
|
2020 dialog-x.o: scrollbar.h
|
|
2021 dialog-x.o: specifier.h
|
|
2022 dialog-x.o: systime.h
|
|
2023 dialog-x.o: toolbar.h
|
|
2024 dialog-x.o: window.h
|
|
2025 dialog-x.o: xintrinsic.h
|
|
2026 dialog.o: blocktype.h
|
|
2027 dialog.o: config.h
|
|
2028 dialog.o: dynarr.h
|
|
2029 dired.o: blocktype.h
|
|
2030 dired.o: buffer.h
|
|
2031 dired.o: bufslots.h
|
|
2032 dired.o: commands.h
|
|
2033 dired.o: config.h
|
|
2034 dired.o: dynarr.h
|
|
2035 dired.o: elhash.h
|
|
2036 dired.o: regex.h
|
|
2037 dired.o: sysdir.h
|
|
2038 dired.o: sysfile.h
|
|
2039 doc.o: blocktype.h
|
|
2040 doc.o: buffer.h
|
|
2041 doc.o: bufslots.h
|
|
2042 doc.o: bytecode.h
|
|
2043 doc.o: config.h
|
|
2044 doc.o: dynarr.h
|
|
2045 doc.o: insdel.h
|
|
2046 doc.o: keymap.h
|
|
2047 doc.o: sysfile.h
|
|
2048 doprnt.o: blocktype.h
|
|
2049 doprnt.o: buffer.h
|
|
2050 doprnt.o: bufslots.h
|
|
2051 doprnt.o: config.h
|
|
2052 doprnt.o: dynarr.h
|
|
2053 doprnt.o: lstream.h
|
|
2054 dynarr.o: blocktype.h
|
|
2055 dynarr.o: config.h
|
|
2056 dynarr.o: dynarr.h
|
|
2057 ecrt0.o: config.h
|
|
2058 editfns.o: blocktype.h
|
|
2059 editfns.o: buffer.h
|
|
2060 editfns.o: bufslots.h
|
|
2061 editfns.o: commands.h
|
|
2062 editfns.o: config.h
|
|
2063 editfns.o: conslots.h
|
|
2064 editfns.o: console.h
|
|
2065 editfns.o: device.h
|
|
2066 editfns.o: dynarr.h
|
|
2067 editfns.o: events.h
|
|
2068 editfns.o: extents.h
|
|
2069 editfns.o: frame.h
|
|
2070 editfns.o: frameslots.h
|
|
2071 editfns.o: insdel.h
|
|
2072 editfns.o: redisplay.h
|
|
2073 editfns.o: scrollbar.h
|
|
2074 editfns.o: specifier.h
|
|
2075 editfns.o: sysdep.h
|
|
2076 editfns.o: syspwd.h
|
|
2077 editfns.o: systime.h
|
|
2078 editfns.o: toolbar.h
|
|
2079 editfns.o: window.h
|
|
2080 elhash.o: blocktype.h
|
|
2081 elhash.o: bytecode.h
|
|
2082 elhash.o: config.h
|
|
2083 elhash.o: dynarr.h
|
|
2084 elhash.o: elhash.h
|
|
2085 elhash.o: hash.h
|
|
2086 emacs.o: backtrace.h
|
|
2087 emacs.o: blocktype.h
|
|
2088 emacs.o: buffer.h
|
|
2089 emacs.o: bufslots.h
|
|
2090 emacs.o: commands.h
|
|
2091 emacs.o: config.h
|
|
2092 emacs.o: conslots.h
|
|
2093 emacs.o: console.h
|
|
2094 emacs.o: dynarr.h
|
|
2095 emacs.o: process.h
|
|
2096 emacs.o: sysdep.h
|
|
2097 emacs.o: sysfile.h
|
|
2098 emacs.o: systime.h
|
|
2099 emacs.o: systty.h
|
|
2100 energize.o: config.h
|
|
2101 epoch.o: blocktype.h
|
|
2102 epoch.o: config.h
|
|
2103 epoch.o: conslots.h
|
|
2104 epoch.o: console-x.h
|
|
2105 epoch.o: console.h
|
|
2106 epoch.o: device.h
|
|
2107 epoch.o: dynarr.h
|
|
2108 epoch.o: events.h
|
|
2109 epoch.o: frame.h
|
|
2110 epoch.o: frameslots.h
|
|
2111 epoch.o: objects-x.h
|
|
2112 epoch.o: objects.h
|
|
2113 epoch.o: scrollbar.h
|
|
2114 epoch.o: specifier.h
|
|
2115 epoch.o: systime.h
|
|
2116 epoch.o: toolbar.h
|
|
2117 epoch.o: xintrinsic.h
|
|
2118 eval.o: backtrace.h
|
|
2119 eval.o: blocktype.h
|
|
2120 eval.o: buffer.h
|
|
2121 eval.o: bufslots.h
|
|
2122 eval.o: bytecode.h
|
|
2123 eval.o: commands.h
|
|
2124 eval.o: config.h
|
|
2125 eval.o: conslots.h
|
|
2126 eval.o: console.h
|
|
2127 eval.o: dynarr.h
|
|
2128 eval.o: opaque.h
|
|
2129 event-Xt.o: $(LWLIBSRCDIR)/lwlib.h
|
|
2130 event-Xt.o: Emacs.ad.h
|
|
2131 event-Xt.o: EmacsFrame.h
|
|
2132 event-Xt.o: blocktype.h
|
|
2133 event-Xt.o: buffer.h
|
|
2134 event-Xt.o: bufslots.h
|
|
2135 event-Xt.o: commands.h
|
|
2136 event-Xt.o: config.h
|
|
2137 event-Xt.o: conslots.h
|
|
2138 event-Xt.o: console-tty.h
|
|
2139 event-Xt.o: console-x.h
|
|
2140 event-Xt.o: console.h
|
|
2141 event-Xt.o: device.h
|
|
2142 event-Xt.o: dynarr.h
|
|
2143 event-Xt.o: events.h
|
|
2144 event-Xt.o: frame.h
|
|
2145 event-Xt.o: frameslots.h
|
|
2146 event-Xt.o: objects-x.h
|
|
2147 event-Xt.o: objects.h
|
|
2148 event-Xt.o: paths.h
|
|
2149 event-Xt.o: process.h
|
|
2150 event-Xt.o: redisplay.h
|
|
2151 event-Xt.o: scrollbar.h
|
|
2152 event-Xt.o: specifier.h
|
|
2153 event-Xt.o: sysproc.h
|
|
2154 event-Xt.o: systime.h
|
|
2155 event-Xt.o: systty.h
|
|
2156 event-Xt.o: toolbar.h
|
|
2157 event-Xt.o: xintrinsic.h
|
|
2158 event-Xt.o: xintrinsicp.h
|
|
2159 event-stream.o: blocktype.h
|
|
2160 event-stream.o: buffer.h
|
|
2161 event-stream.o: bufslots.h
|
|
2162 event-stream.o: commands.h
|
|
2163 event-stream.o: config.h
|
|
2164 event-stream.o: conslots.h
|
|
2165 event-stream.o: console.h
|
|
2166 event-stream.o: device.h
|
|
2167 event-stream.o: dynarr.h
|
|
2168 event-stream.o: elhash.h
|
|
2169 event-stream.o: events.h
|
|
2170 event-stream.o: frame.h
|
|
2171 event-stream.o: frameslots.h
|
|
2172 event-stream.o: insdel.h
|
|
2173 event-stream.o: keymap.h
|
|
2174 event-stream.o: lstream.h
|
|
2175 event-stream.o: macros.h
|
|
2176 event-stream.o: opaque.h
|
|
2177 event-stream.o: process.h
|
|
2178 event-stream.o: redisplay.h
|
|
2179 event-stream.o: scrollbar.h
|
|
2180 event-stream.o: specifier.h
|
|
2181 event-stream.o: sysdep.h
|
|
2182 event-stream.o: systime.h
|
|
2183 event-stream.o: toolbar.h
|
|
2184 event-stream.o: window.h
|
|
2185 event-tty.o: blocktype.h
|
|
2186 event-tty.o: config.h
|
|
2187 event-tty.o: conslots.h
|
|
2188 event-tty.o: console-tty.h
|
|
2189 event-tty.o: console.h
|
|
2190 event-tty.o: device.h
|
|
2191 event-tty.o: dynarr.h
|
|
2192 event-tty.o: events.h
|
|
2193 event-tty.o: frame.h
|
|
2194 event-tty.o: frameslots.h
|
|
2195 event-tty.o: paths.h
|
|
2196 event-tty.o: process.h
|
|
2197 event-tty.o: scrollbar.h
|
|
2198 event-tty.o: specifier.h
|
|
2199 event-tty.o: sysproc.h
|
|
2200 event-tty.o: systime.h
|
|
2201 event-tty.o: systty.h
|
|
2202 event-tty.o: syswait.h
|
|
2203 event-tty.o: toolbar.h
|
|
2204 event-unixoid.o: blocktype.h
|
|
2205 event-unixoid.o: config.h
|
|
2206 event-unixoid.o: conslots.h
|
|
2207 event-unixoid.o: console-stream.h
|
|
2208 event-unixoid.o: console-tty.h
|
|
2209 event-unixoid.o: console.h
|
|
2210 event-unixoid.o: device.h
|
|
2211 event-unixoid.o: dynarr.h
|
|
2212 event-unixoid.o: events.h
|
|
2213 event-unixoid.o: paths.h
|
|
2214 event-unixoid.o: process.h
|
|
2215 event-unixoid.o: sysdep.h
|
|
2216 event-unixoid.o: sysproc.h
|
|
2217 event-unixoid.o: systime.h
|
|
2218 event-unixoid.o: systty.h
|
|
2219 events.o: blocktype.h
|
|
2220 events.o: buffer.h
|
|
2221 events.o: bufslots.h
|
|
2222 events.o: config.h
|
|
2223 events.o: conslots.h
|
|
2224 events.o: console-tty.h
|
|
2225 events.o: console-x.h
|
|
2226 events.o: console.h
|
|
2227 events.o: device.h
|
|
2228 events.o: dynarr.h
|
|
2229 events.o: events.h
|
|
2230 events.o: extents.h
|
|
2231 events.o: frame.h
|
|
2232 events.o: frameslots.h
|
|
2233 events.o: glyphs.h
|
|
2234 events.o: keymap.h
|
|
2235 events.o: redisplay.h
|
|
2236 events.o: scrollbar.h
|
|
2237 events.o: specifier.h
|
|
2238 events.o: systime.h
|
|
2239 events.o: systty.h
|
|
2240 events.o: toolbar.h
|
|
2241 events.o: window.h
|
|
2242 events.o: xintrinsic.h
|
|
2243 extents.o: blocktype.h
|
|
2244 extents.o: buffer.h
|
|
2245 extents.o: bufslots.h
|
|
2246 extents.o: config.h
|
|
2247 extents.o: conslots.h
|
|
2248 extents.o: console.h
|
|
2249 extents.o: debug.h
|
|
2250 extents.o: device.h
|
|
2251 extents.o: dynarr.h
|
|
2252 extents.o: elhash.h
|
|
2253 extents.o: extents.h
|
|
2254 extents.o: faces.h
|
|
2255 extents.o: frame.h
|
|
2256 extents.o: frameslots.h
|
|
2257 extents.o: glyphs.h
|
|
2258 extents.o: hash.h
|
|
2259 extents.o: insdel.h
|
|
2260 extents.o: opaque.h
|
|
2261 extents.o: process.h
|
|
2262 extents.o: redisplay.h
|
|
2263 extents.o: scrollbar.h
|
|
2264 extents.o: specifier.h
|
|
2265 extents.o: toolbar.h
|
|
2266 faces.o: EmacsFrame.h
|
|
2267 faces.o: blocktype.h
|
|
2268 faces.o: buffer.h
|
|
2269 faces.o: bufslots.h
|
|
2270 faces.o: config.h
|
|
2271 faces.o: conslots.h
|
|
2272 faces.o: console-x.h
|
|
2273 faces.o: console.h
|
|
2274 faces.o: device.h
|
|
2275 faces.o: dynarr.h
|
|
2276 faces.o: elhash.h
|
|
2277 faces.o: extents.h
|
|
2278 faces.o: faces.h
|
|
2279 faces.o: frame.h
|
|
2280 faces.o: frameslots.h
|
|
2281 faces.o: glyphs.h
|
|
2282 faces.o: hash.h
|
|
2283 faces.o: objects-x.h
|
|
2284 faces.o: objects.h
|
|
2285 faces.o: redisplay.h
|
|
2286 faces.o: scrollbar.h
|
|
2287 faces.o: specifier.h
|
|
2288 faces.o: toolbar.h
|
|
2289 faces.o: window.h
|
|
2290 faces.o: xintrinsic.h
|
|
2291 fileio.o: blocktype.h
|
|
2292 fileio.o: buffer.h
|
|
2293 fileio.o: bufslots.h
|
|
2294 fileio.o: config.h
|
|
2295 fileio.o: conslots.h
|
|
2296 fileio.o: console.h
|
|
2297 fileio.o: device.h
|
|
2298 fileio.o: dynarr.h
|
|
2299 fileio.o: events.h
|
|
2300 fileio.o: frame.h
|
|
2301 fileio.o: frameslots.h
|
|
2302 fileio.o: insdel.h
|
|
2303 fileio.o: lstream.h
|
|
2304 fileio.o: paths.h
|
|
2305 fileio.o: redisplay.h
|
|
2306 fileio.o: scrollbar.h
|
|
2307 fileio.o: specifier.h
|
|
2308 fileio.o: sysdep.h
|
|
2309 fileio.o: sysdir.h
|
|
2310 fileio.o: sysfile.h
|
|
2311 fileio.o: sysproc.h
|
|
2312 fileio.o: syspwd.h
|
|
2313 fileio.o: systime.h
|
|
2314 fileio.o: toolbar.h
|
|
2315 fileio.o: window.h
|
|
2316 filelock.o: blocktype.h
|
|
2317 filelock.o: buffer.h
|
|
2318 filelock.o: bufslots.h
|
|
2319 filelock.o: config.h
|
|
2320 filelock.o: dynarr.h
|
|
2321 filelock.o: paths.h
|
|
2322 filelock.o: sysdir.h
|
|
2323 filelock.o: sysfile.h
|
|
2324 filelock.o: syspwd.h
|
|
2325 filemode.o: blocktype.h
|
|
2326 filemode.o: config.h
|
|
2327 filemode.o: dynarr.h
|
|
2328 filemode.o: sysfile.h
|
|
2329 floatfns.o: blocktype.h
|
|
2330 floatfns.o: config.h
|
|
2331 floatfns.o: dynarr.h
|
|
2332 floatfns.o: sysfloat.h
|
|
2333 fns.o: blocktype.h
|
|
2334 fns.o: buffer.h
|
|
2335 fns.o: bufslots.h
|
|
2336 fns.o: bytecode.h
|
|
2337 fns.o: commands.h
|
|
2338 fns.o: config.h
|
|
2339 fns.o: conslots.h
|
|
2340 fns.o: console.h
|
|
2341 fns.o: device.h
|
|
2342 fns.o: dynarr.h
|
|
2343 fns.o: events.h
|
|
2344 fns.o: extents.h
|
|
2345 fns.o: frame.h
|
|
2346 fns.o: frameslots.h
|
|
2347 fns.o: scrollbar.h
|
|
2348 fns.o: specifier.h
|
|
2349 fns.o: systime.h
|
|
2350 fns.o: toolbar.h
|
|
2351 font-lock.o: blocktype.h
|
|
2352 font-lock.o: buffer.h
|
|
2353 font-lock.o: bufslots.h
|
|
2354 font-lock.o: config.h
|
|
2355 font-lock.o: dynarr.h
|
|
2356 font-lock.o: insdel.h
|
|
2357 font-lock.o: syntax.h
|
|
2358 frame-tty.o: blocktype.h
|
|
2359 frame-tty.o: config.h
|
|
2360 frame-tty.o: conslots.h
|
|
2361 frame-tty.o: console-tty.h
|
|
2362 frame-tty.o: console.h
|
|
2363 frame-tty.o: device.h
|
|
2364 frame-tty.o: dynarr.h
|
|
2365 frame-tty.o: frame.h
|
|
2366 frame-tty.o: frameslots.h
|
|
2367 frame-tty.o: scrollbar.h
|
|
2368 frame-tty.o: specifier.h
|
|
2369 frame-tty.o: systty.h
|
|
2370 frame-tty.o: toolbar.h
|
|
2371 frame-x.o: $(LWLIBSRCDIR)/lwlib.h
|
|
2372 frame-x.o: EmacsFrame.h
|
|
2373 frame-x.o: EmacsFrameP.h
|
|
2374 frame-x.o: EmacsManager.h
|
|
2375 frame-x.o: EmacsShell.h
|
|
2376 frame-x.o: ExternalShell.h
|
|
2377 frame-x.o: blocktype.h
|
|
2378 frame-x.o: buffer.h
|
|
2379 frame-x.o: bufslots.h
|
|
2380 frame-x.o: config.h
|
|
2381 frame-x.o: conslots.h
|
|
2382 frame-x.o: console-x.h
|
|
2383 frame-x.o: console.h
|
|
2384 frame-x.o: device.h
|
|
2385 frame-x.o: dynarr.h
|
|
2386 frame-x.o: events.h
|
|
2387 frame-x.o: extents.h
|
|
2388 frame-x.o: faces.h
|
|
2389 frame-x.o: frame.h
|
|
2390 frame-x.o: frameslots.h
|
|
2391 frame-x.o: glyphs-x.h
|
|
2392 frame-x.o: glyphs.h
|
|
2393 frame-x.o: objects-x.h
|
|
2394 frame-x.o: objects.h
|
|
2395 frame-x.o: redisplay.h
|
|
2396 frame-x.o: scrollbar-x.h
|
|
2397 frame-x.o: scrollbar.h
|
|
2398 frame-x.o: specifier.h
|
|
2399 frame-x.o: systime.h
|
|
2400 frame-x.o: toolbar.h
|
|
2401 frame-x.o: window.h
|
|
2402 frame-x.o: xintrinsic.h
|
|
2403 frame-x.o: xintrinsicp.h
|
|
2404 frame-x.o: xmprimitivep.h
|
|
2405 frame-x.o: xmu.h
|
|
2406 frame.o: blocktype.h
|
|
2407 frame.o: buffer.h
|
|
2408 frame.o: bufslots.h
|
|
2409 frame.o: config.h
|
|
2410 frame.o: conslots.h
|
|
2411 frame.o: console.h
|
|
2412 frame.o: device.h
|
|
2413 frame.o: dynarr.h
|
|
2414 frame.o: events.h
|
|
2415 frame.o: extents.h
|
|
2416 frame.o: faces.h
|
|
2417 frame.o: frame.h
|
|
2418 frame.o: frameslots.h
|
|
2419 frame.o: glyphs.h
|
|
2420 frame.o: menubar.h
|
|
2421 frame.o: redisplay.h
|
|
2422 frame.o: scrollbar.h
|
|
2423 frame.o: specifier.h
|
|
2424 frame.o: sysdep.h
|
|
2425 frame.o: systime.h
|
|
2426 frame.o: toolbar.h
|
|
2427 frame.o: window.h
|
|
2428 free-hook.o: blocktype.h
|
|
2429 free-hook.o: config.h
|
|
2430 free-hook.o: dynarr.h
|
|
2431 free-hook.o: hash.h
|
|
2432 general.o: blocktype.h
|
|
2433 general.o: config.h
|
|
2434 general.o: dynarr.h
|
|
2435 getloadavg.o: blocktype.h
|
|
2436 getloadavg.o: config.h
|
|
2437 getloadavg.o: dynarr.h
|
|
2438 gif_err.o: config.h
|
|
2439 gif_err.o: gif_lib.h
|
|
2440 gifalloc.o: config.h
|
|
2441 gifalloc.o: gif_lib.h
|
|
2442 glyphs-x.o: $(LWLIBSRCDIR)/lwlib.h
|
|
2443 glyphs-x.o: ${srcdir}/${etcdir}xemacs.xbm
|
|
2444 glyphs-x.o: bitmaps.h
|
|
2445 glyphs-x.o: blocktype.h
|
|
2446 glyphs-x.o: buffer.h
|
|
2447 glyphs-x.o: bufslots.h
|
|
2448 glyphs-x.o: config.h
|
|
2449 glyphs-x.o: conslots.h
|
|
2450 glyphs-x.o: console-x.h
|
|
2451 glyphs-x.o: console.h
|
|
2452 glyphs-x.o: device.h
|
|
2453 glyphs-x.o: dynarr.h
|
|
2454 glyphs-x.o: frame.h
|
|
2455 glyphs-x.o: frameslots.h
|
|
2456 glyphs-x.o: gif_lib.h
|
|
2457 glyphs-x.o: glyphs-x.h
|
|
2458 glyphs-x.o: glyphs.h
|
|
2459 glyphs-x.o: insdel.h
|
|
2460 glyphs-x.o: objects-x.h
|
|
2461 glyphs-x.o: objects.h
|
|
2462 glyphs-x.o: opaque.h
|
|
2463 glyphs-x.o: scrollbar.h
|
|
2464 glyphs-x.o: specifier.h
|
|
2465 glyphs-x.o: sysfile.h
|
|
2466 glyphs-x.o: toolbar.h
|
|
2467 glyphs-x.o: xintrinsic.h
|
|
2468 glyphs-x.o: xmu.h
|
|
2469 glyphs.o: blocktype.h
|
|
2470 glyphs.o: buffer.h
|
|
2471 glyphs.o: bufslots.h
|
|
2472 glyphs.o: config.h
|
|
2473 glyphs.o: conslots.h
|
|
2474 glyphs.o: console.h
|
|
2475 glyphs.o: device.h
|
|
2476 glyphs.o: dynarr.h
|
|
2477 glyphs.o: elhash.h
|
|
2478 glyphs.o: faces.h
|
|
2479 glyphs.o: frame.h
|
|
2480 glyphs.o: frameslots.h
|
|
2481 glyphs.o: glyphs.h
|
|
2482 glyphs.o: objects.h
|
|
2483 glyphs.o: redisplay.h
|
|
2484 glyphs.o: scrollbar.h
|
|
2485 glyphs.o: specifier.h
|
|
2486 glyphs.o: toolbar.h
|
|
2487 glyphs.o: window.h
|
|
2488 gmalloc.o: config.h
|
|
2489 gmalloc.o: getpagesize.h
|
|
2490 gui-x.o: $(LWLIBSRCDIR)/lwlib.h
|
|
2491 gui-x.o: blocktype.h
|
|
2492 gui-x.o: buffer.h
|
|
2493 gui-x.o: bufslots.h
|
|
2494 gui-x.o: config.h
|
|
2495 gui-x.o: conslots.h
|
|
2496 gui-x.o: console-x.h
|
|
2497 gui-x.o: console.h
|
|
2498 gui-x.o: device.h
|
|
2499 gui-x.o: dynarr.h
|
|
2500 gui-x.o: frame.h
|
|
2501 gui-x.o: frameslots.h
|
|
2502 gui-x.o: gui-x.h
|
|
2503 gui-x.o: opaque.h
|
|
2504 gui-x.o: scrollbar.h
|
|
2505 gui-x.o: specifier.h
|
|
2506 gui-x.o: toolbar.h
|
|
2507 gui-x.o: xintrinsic.h
|
|
2508 gui.o: blocktype.h
|
|
2509 gui.o: config.h
|
|
2510 gui.o: dynarr.h
|
|
2511 hash.o: blocktype.h
|
|
2512 hash.o: config.h
|
|
2513 hash.o: dynarr.h
|
|
2514 hash.o: elhash.h
|
|
2515 hash.o: hash.h
|
|
2516 hftctl.o: blocktype.h
|
|
2517 hftctl.o: config.h
|
|
2518 hftctl.o: dynarr.h
|
|
2519 hpplay.o: blocktype.h
|
|
2520 hpplay.o: config.h
|
|
2521 hpplay.o: dynarr.h
|
|
2522 indent.o: blocktype.h
|
|
2523 indent.o: buffer.h
|
|
2524 indent.o: bufslots.h
|
|
2525 indent.o: config.h
|
|
2526 indent.o: conslots.h
|
|
2527 indent.o: console.h
|
|
2528 indent.o: device.h
|
|
2529 indent.o: dynarr.h
|
|
2530 indent.o: extents.h
|
|
2531 indent.o: faces.h
|
|
2532 indent.o: frame.h
|
|
2533 indent.o: frameslots.h
|
|
2534 indent.o: glyphs.h
|
|
2535 indent.o: insdel.h
|
|
2536 indent.o: redisplay.h
|
|
2537 indent.o: scrollbar.h
|
|
2538 indent.o: specifier.h
|
|
2539 indent.o: toolbar.h
|
|
2540 indent.o: window.h
|
|
2541 inline.o: $(LWLIBSRCDIR)/lwlib.h
|
|
2542 inline.o: blocktype.h
|
|
2543 inline.o: buffer.h
|
|
2544 inline.o: bufslots.h
|
|
2545 inline.o: bytecode.h
|
|
2546 inline.o: config.h
|
|
2547 inline.o: conslots.h
|
|
2548 inline.o: console-x.h
|
|
2549 inline.o: console.h
|
|
2550 inline.o: device.h
|
|
2551 inline.o: dynarr.h
|
|
2552 inline.o: elhash.h
|
|
2553 inline.o: events.h
|
|
2554 inline.o: extents.h
|
|
2555 inline.o: faces.h
|
|
2556 inline.o: frame.h
|
|
2557 inline.o: frameslots.h
|
|
2558 inline.o: glyphs-x.h
|
|
2559 inline.o: glyphs.h
|
|
2560 inline.o: gui-x.h
|
|
2561 inline.o: keymap.h
|
|
2562 inline.o: lstream.h
|
|
2563 inline.o: objects.h
|
|
2564 inline.o: opaque.h
|
|
2565 inline.o: process.h
|
|
2566 inline.o: redisplay.h
|
|
2567 inline.o: scrollbar.h
|
|
2568 inline.o: specifier.h
|
|
2569 inline.o: syntax.h
|
|
2570 inline.o: systime.h
|
|
2571 inline.o: toolbar.h
|
|
2572 inline.o: window.h
|
|
2573 inline.o: xintrinsic.h
|
|
2574 insdel.o: blocktype.h
|
|
2575 insdel.o: buffer.h
|
|
2576 insdel.o: bufslots.h
|
|
2577 insdel.o: config.h
|
|
2578 insdel.o: conslots.h
|
|
2579 insdel.o: console.h
|
|
2580 insdel.o: device.h
|
|
2581 insdel.o: dynarr.h
|
|
2582 insdel.o: extents.h
|
|
2583 insdel.o: frame.h
|
|
2584 insdel.o: frameslots.h
|
|
2585 insdel.o: insdel.h
|
|
2586 insdel.o: lstream.h
|
|
2587 insdel.o: redisplay.h
|
|
2588 insdel.o: scrollbar.h
|
|
2589 insdel.o: specifier.h
|
|
2590 insdel.o: toolbar.h
|
|
2591 intl.o: blocktype.h
|
|
2592 intl.o: bytecode.h
|
|
2593 intl.o: config.h
|
|
2594 intl.o: conslots.h
|
|
2595 intl.o: console.h
|
|
2596 intl.o: device.h
|
|
2597 intl.o: dynarr.h
|
|
2598 keymap.o: blocktype.h
|
|
2599 keymap.o: buffer.h
|
|
2600 keymap.o: bufslots.h
|
|
2601 keymap.o: bytecode.h
|
|
2602 keymap.o: commands.h
|
|
2603 keymap.o: config.h
|
|
2604 keymap.o: conslots.h
|
|
2605 keymap.o: console.h
|
|
2606 keymap.o: device.h
|
|
2607 keymap.o: dynarr.h
|
|
2608 keymap.o: elhash.h
|
|
2609 keymap.o: events.h
|
|
2610 keymap.o: frame.h
|
|
2611 keymap.o: frameslots.h
|
|
2612 keymap.o: insdel.h
|
|
2613 keymap.o: keymap.h
|
|
2614 keymap.o: redisplay.h
|
|
2615 keymap.o: scrollbar.h
|
|
2616 keymap.o: specifier.h
|
|
2617 keymap.o: systime.h
|
|
2618 keymap.o: toolbar.h
|
|
2619 keymap.o: window.h
|
|
2620 libsst.o: blocktype.h
|
|
2621 libsst.o: config.h
|
|
2622 libsst.o: dynarr.h
|
|
2623 libsst.o: libsst.h
|
|
2624 linuxplay.o: blocktype.h
|
|
2625 linuxplay.o: config.h
|
|
2626 linuxplay.o: dynarr.h
|
|
2627 lread.o: blocktype.h
|
|
2628 lread.o: buffer.h
|
|
2629 lread.o: bufslots.h
|
|
2630 lread.o: bytecode.h
|
|
2631 lread.o: commands.h
|
|
2632 lread.o: config.h
|
|
2633 lread.o: dynarr.h
|
|
2634 lread.o: insdel.h
|
|
2635 lread.o: lstream.h
|
|
2636 lread.o: opaque.h
|
|
2637 lread.o: paths.h
|
|
2638 lread.o: sysfile.h
|
|
2639 lstream.o: blocktype.h
|
|
2640 lstream.o: buffer.h
|
|
2641 lstream.o: bufslots.h
|
|
2642 lstream.o: config.h
|
|
2643 lstream.o: dynarr.h
|
|
2644 lstream.o: insdel.h
|
|
2645 lstream.o: lstream.h
|
|
2646 lstream.o: sysfile.h
|
|
2647 macros.o: blocktype.h
|
|
2648 macros.o: buffer.h
|
|
2649 macros.o: bufslots.h
|
|
2650 macros.o: commands.h
|
|
2651 macros.o: config.h
|
|
2652 macros.o: conslots.h
|
|
2653 macros.o: console.h
|
|
2654 macros.o: device.h
|
|
2655 macros.o: dynarr.h
|
|
2656 macros.o: events.h
|
|
2657 macros.o: frame.h
|
|
2658 macros.o: frameslots.h
|
|
2659 macros.o: keymap.h
|
|
2660 macros.o: macros.h
|
|
2661 macros.o: redisplay.h
|
|
2662 macros.o: scrollbar.h
|
|
2663 macros.o: specifier.h
|
|
2664 macros.o: systime.h
|
|
2665 macros.o: toolbar.h
|
|
2666 macros.o: window.h
|
|
2667 malloc.o: config.h
|
|
2668 malloc.o: getpagesize.h
|
|
2669 marker.o: blocktype.h
|
|
2670 marker.o: buffer.h
|
|
2671 marker.o: bufslots.h
|
|
2672 marker.o: config.h
|
|
2673 marker.o: dynarr.h
|
|
2674 md5.o: blocktype.h
|
|
2675 md5.o: buffer.h
|
|
2676 md5.o: bufslots.h
|
|
2677 md5.o: config.h
|
|
2678 md5.o: dynarr.h
|
|
2679 md5.o: insdel.h
|
|
2680 menubar-x.o: $(LWLIBSRCDIR)/lwlib.h
|
|
2681 menubar-x.o: EmacsFrame.h
|
|
2682 menubar-x.o: EmacsManager.h
|
|
2683 menubar-x.o: EmacsShell.h
|
|
2684 menubar-x.o: blocktype.h
|
|
2685 menubar-x.o: buffer.h
|
|
2686 menubar-x.o: bufslots.h
|
|
2687 menubar-x.o: commands.h
|
|
2688 menubar-x.o: config.h
|
|
2689 menubar-x.o: conslots.h
|
|
2690 menubar-x.o: console-x.h
|
|
2691 menubar-x.o: console.h
|
|
2692 menubar-x.o: device.h
|
|
2693 menubar-x.o: dynarr.h
|
|
2694 menubar-x.o: events.h
|
|
2695 menubar-x.o: frame.h
|
|
2696 menubar-x.o: frameslots.h
|
|
2697 menubar-x.o: gui-x.h
|
|
2698 menubar-x.o: opaque.h
|
|
2699 menubar-x.o: redisplay.h
|
|
2700 menubar-x.o: scrollbar.h
|
|
2701 menubar-x.o: specifier.h
|
|
2702 menubar-x.o: systime.h
|
|
2703 menubar-x.o: toolbar.h
|
|
2704 menubar-x.o: window.h
|
|
2705 menubar-x.o: xintrinsic.h
|
|
2706 menubar.o: blocktype.h
|
|
2707 menubar.o: config.h
|
|
2708 menubar.o: conslots.h
|
|
2709 menubar.o: console.h
|
|
2710 menubar.o: device.h
|
|
2711 menubar.o: dynarr.h
|
|
2712 menubar.o: frame.h
|
|
2713 menubar.o: frameslots.h
|
|
2714 menubar.o: menubar.h
|
|
2715 menubar.o: redisplay.h
|
|
2716 menubar.o: scrollbar.h
|
|
2717 menubar.o: specifier.h
|
|
2718 menubar.o: toolbar.h
|
|
2719 menubar.o: window.h
|
|
2720 minibuf.o: blocktype.h
|
|
2721 minibuf.o: buffer.h
|
|
2722 minibuf.o: bufslots.h
|
|
2723 minibuf.o: commands.h
|
|
2724 minibuf.o: config.h
|
|
2725 minibuf.o: conslots.h
|
|
2726 minibuf.o: console-stream.h
|
|
2727 minibuf.o: console.h
|
|
2728 minibuf.o: device.h
|
|
2729 minibuf.o: dynarr.h
|
|
2730 minibuf.o: events.h
|
|
2731 minibuf.o: frame.h
|
|
2732 minibuf.o: frameslots.h
|
|
2733 minibuf.o: insdel.h
|
|
2734 minibuf.o: redisplay.h
|
|
2735 minibuf.o: scrollbar.h
|
|
2736 minibuf.o: specifier.h
|
|
2737 minibuf.o: systime.h
|
|
2738 minibuf.o: toolbar.h
|
|
2739 minibuf.o: window.h
|
|
2740 mocklisp.o: blocktype.h
|
|
2741 mocklisp.o: buffer.h
|
|
2742 mocklisp.o: bufslots.h
|
|
2743 mocklisp.o: config.h
|
|
2744 mocklisp.o: dynarr.h
|
|
2745 msdos.o: config.h
|
|
2746 nas.o: blocktype.h
|
|
2747 nas.o: config.h
|
|
2748 nas.o: dynarr.h
|
|
2749 objects-tty.o: blocktype.h
|
|
2750 objects-tty.o: config.h
|
|
2751 objects-tty.o: conslots.h
|
|
2752 objects-tty.o: console-tty.h
|
|
2753 objects-tty.o: console.h
|
|
2754 objects-tty.o: device.h
|
|
2755 objects-tty.o: dynarr.h
|
|
2756 objects-tty.o: insdel.h
|
|
2757 objects-tty.o: objects-tty.h
|
|
2758 objects-tty.o: objects.h
|
|
2759 objects-tty.o: specifier.h
|
|
2760 objects-tty.o: systty.h
|
|
2761 objects-x.o: blocktype.h
|
|
2762 objects-x.o: buffer.h
|
|
2763 objects-x.o: bufslots.h
|
|
2764 objects-x.o: config.h
|
|
2765 objects-x.o: conslots.h
|
|
2766 objects-x.o: console-x.h
|
|
2767 objects-x.o: console.h
|
|
2768 objects-x.o: device.h
|
|
2769 objects-x.o: dynarr.h
|
|
2770 objects-x.o: insdel.h
|
|
2771 objects-x.o: objects-x.h
|
|
2772 objects-x.o: objects.h
|
|
2773 objects-x.o: specifier.h
|
|
2774 objects-x.o: xintrinsic.h
|
|
2775 objects.o: blocktype.h
|
|
2776 objects.o: buffer.h
|
|
2777 objects.o: bufslots.h
|
|
2778 objects.o: config.h
|
|
2779 objects.o: conslots.h
|
|
2780 objects.o: console.h
|
|
2781 objects.o: device.h
|
|
2782 objects.o: dynarr.h
|
|
2783 objects.o: elhash.h
|
|
2784 objects.o: faces.h
|
|
2785 objects.o: frame.h
|
|
2786 objects.o: frameslots.h
|
|
2787 objects.o: objects.h
|
|
2788 objects.o: redisplay.h
|
|
2789 objects.o: scrollbar.h
|
|
2790 objects.o: specifier.h
|
|
2791 objects.o: toolbar.h
|
|
2792 objects.o: window.h
|
|
2793 opaque.o: blocktype.h
|
|
2794 opaque.o: config.h
|
|
2795 opaque.o: dynarr.h
|
|
2796 opaque.o: opaque.h
|
|
2797 print.o: backtrace.h
|
|
2798 print.o: blocktype.h
|
|
2799 print.o: buffer.h
|
|
2800 print.o: bufslots.h
|
|
2801 print.o: bytecode.h
|
|
2802 print.o: config.h
|
|
2803 print.o: conslots.h
|
|
2804 print.o: console-stream.h
|
|
2805 print.o: console-tty.h
|
|
2806 print.o: console.h
|
|
2807 print.o: device.h
|
|
2808 print.o: dynarr.h
|
|
2809 print.o: extents.h
|
|
2810 print.o: frame.h
|
|
2811 print.o: frameslots.h
|
|
2812 print.o: insdel.h
|
|
2813 print.o: lstream.h
|
|
2814 print.o: scrollbar.h
|
|
2815 print.o: specifier.h
|
|
2816 print.o: systty.h
|
|
2817 print.o: toolbar.h
|
|
2818 process.o: blocktype.h
|
|
2819 process.o: buffer.h
|
|
2820 process.o: bufslots.h
|
|
2821 process.o: commands.h
|
|
2822 process.o: config.h
|
|
2823 process.o: conslots.h
|
|
2824 process.o: console.h
|
|
2825 process.o: device.h
|
|
2826 process.o: dynarr.h
|
|
2827 process.o: events.h
|
|
2828 process.o: frame.h
|
|
2829 process.o: frameslots.h
|
|
2830 process.o: insdel.h
|
|
2831 process.o: lstream.h
|
|
2832 process.o: opaque.h
|
|
2833 process.o: paths.h
|
|
2834 process.o: process.h
|
|
2835 process.o: redisplay.h
|
|
2836 process.o: scrollbar.h
|
|
2837 process.o: specifier.h
|
|
2838 process.o: sysdep.h
|
|
2839 process.o: sysfile.h
|
|
2840 process.o: sysproc.h
|
|
2841 process.o: systime.h
|
|
2842 process.o: systty.h
|
|
2843 process.o: syswait.h
|
|
2844 process.o: toolbar.h
|
|
2845 process.o: window.h
|
|
2846 profile.o: backtrace.h
|
|
2847 profile.o: blocktype.h
|
|
2848 profile.o: bytecode.h
|
|
2849 profile.o: config.h
|
|
2850 profile.o: dynarr.h
|
|
2851 profile.o: hash.h
|
|
2852 profile.o: systime.h
|
|
2853 pure.o: blocktype.h
|
|
2854 pure.o: config.h
|
|
2855 pure.o: dynarr.h
|
|
2856 pure.o: puresize.h
|
|
2857 ralloc.o: blocktype.h
|
|
2858 ralloc.o: config.h
|
|
2859 ralloc.o: dynarr.h
|
|
2860 ralloc.o: getpagesize.h
|
|
2861 rangetab.o: blocktype.h
|
|
2862 rangetab.o: config.h
|
|
2863 rangetab.o: dynarr.h
|
|
2864 realpath.o: config.h
|
|
2865 redisplay-output.o: blocktype.h
|
|
2866 redisplay-output.o: buffer.h
|
|
2867 redisplay-output.o: bufslots.h
|
|
2868 redisplay-output.o: config.h
|
|
2869 redisplay-output.o: conslots.h
|
|
2870 redisplay-output.o: console.h
|
|
2871 redisplay-output.o: debug.h
|
|
2872 redisplay-output.o: device.h
|
|
2873 redisplay-output.o: dynarr.h
|
|
2874 redisplay-output.o: faces.h
|
|
2875 redisplay-output.o: frame.h
|
|
2876 redisplay-output.o: frameslots.h
|
|
2877 redisplay-output.o: glyphs.h
|
|
2878 redisplay-output.o: redisplay.h
|
|
2879 redisplay-output.o: scrollbar.h
|
|
2880 redisplay-output.o: specifier.h
|
|
2881 redisplay-output.o: sysdep.h
|
|
2882 redisplay-output.o: toolbar.h
|
|
2883 redisplay-output.o: window.h
|
|
2884 redisplay-tty.o: blocktype.h
|
|
2885 redisplay-tty.o: buffer.h
|
|
2886 redisplay-tty.o: bufslots.h
|
|
2887 redisplay-tty.o: config.h
|
|
2888 redisplay-tty.o: conslots.h
|
|
2889 redisplay-tty.o: console-tty.h
|
|
2890 redisplay-tty.o: console.h
|
|
2891 redisplay-tty.o: device.h
|
|
2892 redisplay-tty.o: dynarr.h
|
|
2893 redisplay-tty.o: events.h
|
|
2894 redisplay-tty.o: faces.h
|
|
2895 redisplay-tty.o: frame.h
|
|
2896 redisplay-tty.o: frameslots.h
|
|
2897 redisplay-tty.o: glyphs.h
|
|
2898 redisplay-tty.o: lstream.h
|
|
2899 redisplay-tty.o: objects-tty.h
|
|
2900 redisplay-tty.o: objects.h
|
|
2901 redisplay-tty.o: redisplay.h
|
|
2902 redisplay-tty.o: scrollbar.h
|
|
2903 redisplay-tty.o: specifier.h
|
|
2904 redisplay-tty.o: sysdep.h
|
|
2905 redisplay-tty.o: systime.h
|
|
2906 redisplay-tty.o: systty.h
|
|
2907 redisplay-tty.o: toolbar.h
|
|
2908 redisplay-tty.o: window.h
|
|
2909 redisplay-x.o: $(LWLIBSRCDIR)/lwlib.h
|
|
2910 redisplay-x.o: EmacsFrame.h
|
|
2911 redisplay-x.o: EmacsFrameP.h
|
|
2912 redisplay-x.o: blocktype.h
|
|
2913 redisplay-x.o: buffer.h
|
|
2914 redisplay-x.o: bufslots.h
|
|
2915 redisplay-x.o: config.h
|
|
2916 redisplay-x.o: conslots.h
|
|
2917 redisplay-x.o: console-x.h
|
|
2918 redisplay-x.o: console.h
|
|
2919 redisplay-x.o: debug.h
|
|
2920 redisplay-x.o: device.h
|
|
2921 redisplay-x.o: dynarr.h
|
|
2922 redisplay-x.o: faces.h
|
|
2923 redisplay-x.o: frame.h
|
|
2924 redisplay-x.o: frameslots.h
|
|
2925 redisplay-x.o: glyphs-x.h
|
|
2926 redisplay-x.o: glyphs.h
|
|
2927 redisplay-x.o: objects-x.h
|
|
2928 redisplay-x.o: objects.h
|
|
2929 redisplay-x.o: paths.h
|
|
2930 redisplay-x.o: redisplay.h
|
|
2931 redisplay-x.o: scrollbar.h
|
|
2932 redisplay-x.o: specifier.h
|
|
2933 redisplay-x.o: sysdep.h
|
|
2934 redisplay-x.o: sysproc.h
|
|
2935 redisplay-x.o: systime.h
|
|
2936 redisplay-x.o: toolbar.h
|
|
2937 redisplay-x.o: window.h
|
|
2938 redisplay-x.o: xgccache.h
|
|
2939 redisplay-x.o: xintrinsic.h
|
|
2940 redisplay-x.o: xintrinsicp.h
|
|
2941 redisplay-x.o: xmprimitivep.h
|
|
2942 redisplay.o: blocktype.h
|
|
2943 redisplay.o: buffer.h
|
|
2944 redisplay.o: bufslots.h
|
|
2945 redisplay.o: commands.h
|
|
2946 redisplay.o: config.h
|
|
2947 redisplay.o: conslots.h
|
|
2948 redisplay.o: console.h
|
|
2949 redisplay.o: debug.h
|
|
2950 redisplay.o: device.h
|
|
2951 redisplay.o: dynarr.h
|
|
2952 redisplay.o: extents.h
|
|
2953 redisplay.o: faces.h
|
|
2954 redisplay.o: frame.h
|
|
2955 redisplay.o: frameslots.h
|
|
2956 redisplay.o: glyphs.h
|
|
2957 redisplay.o: insdel.h
|
|
2958 redisplay.o: menubar.h
|
|
2959 redisplay.o: objects.h
|
|
2960 redisplay.o: process.h
|
|
2961 redisplay.o: redisplay.h
|
|
2962 redisplay.o: scrollbar.h
|
|
2963 redisplay.o: specifier.h
|
|
2964 redisplay.o: toolbar.h
|
|
2965 redisplay.o: window.h
|
|
2966 regex.o: blocktype.h
|
|
2967 regex.o: buffer.h
|
|
2968 regex.o: bufslots.h
|
|
2969 regex.o: config.h
|
|
2970 regex.o: dynarr.h
|
|
2971 regex.o: regex.h
|
|
2972 regex.o: syntax.h
|
|
2973 scrollbar-x.o: $(LWLIBSRCDIR)/lwlib.h
|
|
2974 scrollbar-x.o: EmacsFrame.h
|
|
2975 scrollbar-x.o: EmacsManager.h
|
|
2976 scrollbar-x.o: blocktype.h
|
|
2977 scrollbar-x.o: config.h
|
|
2978 scrollbar-x.o: conslots.h
|
|
2979 scrollbar-x.o: console-x.h
|
|
2980 scrollbar-x.o: console.h
|
|
2981 scrollbar-x.o: device.h
|
|
2982 scrollbar-x.o: dynarr.h
|
|
2983 scrollbar-x.o: frame.h
|
|
2984 scrollbar-x.o: frameslots.h
|
|
2985 scrollbar-x.o: glyphs-x.h
|
|
2986 scrollbar-x.o: glyphs.h
|
|
2987 scrollbar-x.o: gui-x.h
|
|
2988 scrollbar-x.o: redisplay.h
|
|
2989 scrollbar-x.o: scrollbar-x.h
|
|
2990 scrollbar-x.o: scrollbar.h
|
|
2991 scrollbar-x.o: specifier.h
|
|
2992 scrollbar-x.o: toolbar.h
|
|
2993 scrollbar-x.o: window.h
|
|
2994 scrollbar-x.o: xintrinsic.h
|
|
2995 scrollbar.o: blocktype.h
|
|
2996 scrollbar.o: buffer.h
|
|
2997 scrollbar.o: bufslots.h
|
|
2998 scrollbar.o: commands.h
|
|
2999 scrollbar.o: config.h
|
|
3000 scrollbar.o: conslots.h
|
|
3001 scrollbar.o: console.h
|
|
3002 scrollbar.o: device.h
|
|
3003 scrollbar.o: dynarr.h
|
|
3004 scrollbar.o: frame.h
|
|
3005 scrollbar.o: frameslots.h
|
|
3006 scrollbar.o: glyphs.h
|
|
3007 scrollbar.o: redisplay.h
|
|
3008 scrollbar.o: scrollbar.h
|
|
3009 scrollbar.o: specifier.h
|
|
3010 scrollbar.o: toolbar.h
|
|
3011 scrollbar.o: window.h
|
|
3012 search.o: blocktype.h
|
|
3013 search.o: buffer.h
|
|
3014 search.o: bufslots.h
|
|
3015 search.o: commands.h
|
|
3016 search.o: config.h
|
|
3017 search.o: dynarr.h
|
|
3018 search.o: insdel.h
|
|
3019 search.o: opaque.h
|
|
3020 search.o: regex.h
|
|
3021 search.o: syntax.h
|
|
3022 signal.o: blocktype.h
|
|
3023 signal.o: config.h
|
|
3024 signal.o: conslots.h
|
|
3025 signal.o: console.h
|
|
3026 signal.o: device.h
|
|
3027 signal.o: dynarr.h
|
|
3028 signal.o: events.h
|
|
3029 signal.o: frame.h
|
|
3030 signal.o: frameslots.h
|
|
3031 signal.o: scrollbar.h
|
|
3032 signal.o: specifier.h
|
|
3033 signal.o: sysdep.h
|
|
3034 signal.o: systime.h
|
|
3035 signal.o: toolbar.h
|
|
3036 sound.o: blocktype.h
|
|
3037 sound.o: buffer.h
|
|
3038 sound.o: bufslots.h
|
|
3039 sound.o: commands.h
|
|
3040 sound.o: config.h
|
|
3041 sound.o: conslots.h
|
|
3042 sound.o: console-x.h
|
|
3043 sound.o: console.h
|
|
3044 sound.o: device.h
|
|
3045 sound.o: dynarr.h
|
|
3046 sound.o: redisplay.h
|
|
3047 sound.o: sysdep.h
|
|
3048 sound.o: xintrinsic.h
|
|
3049 specifier.o: blocktype.h
|
|
3050 specifier.o: buffer.h
|
|
3051 specifier.o: bufslots.h
|
|
3052 specifier.o: config.h
|
|
3053 specifier.o: conslots.h
|
|
3054 specifier.o: console.h
|
|
3055 specifier.o: device.h
|
|
3056 specifier.o: dynarr.h
|
|
3057 specifier.o: frame.h
|
|
3058 specifier.o: frameslots.h
|
|
3059 specifier.o: opaque.h
|
|
3060 specifier.o: redisplay.h
|
|
3061 specifier.o: scrollbar.h
|
|
3062 specifier.o: specifier.h
|
|
3063 specifier.o: toolbar.h
|
|
3064 specifier.o: window.h
|
|
3065 strftime.o: blocktype.h
|
|
3066 strftime.o: config.h
|
|
3067 strftime.o: dynarr.h
|
|
3068 sunOS-fix.o: config.h
|
|
3069 sunplay.o: blocktype.h
|
|
3070 sunplay.o: config.h
|
|
3071 sunplay.o: dynarr.h
|
|
3072 sunplay.o: sysdep.h
|
|
3073 sunpro.o: blocktype.h
|
|
3074 sunpro.o: config.h
|
|
3075 sunpro.o: dynarr.h
|
|
3076 symbols.o: blocktype.h
|
|
3077 symbols.o: buffer.h
|
|
3078 symbols.o: bufslots.h
|
|
3079 symbols.o: config.h
|
|
3080 symbols.o: conslots.h
|
|
3081 symbols.o: console.h
|
|
3082 symbols.o: dynarr.h
|
|
3083 syntax.o: blocktype.h
|
|
3084 syntax.o: buffer.h
|
|
3085 syntax.o: bufslots.h
|
|
3086 syntax.o: commands.h
|
|
3087 syntax.o: config.h
|
|
3088 syntax.o: dynarr.h
|
|
3089 syntax.o: insdel.h
|
|
3090 syntax.o: syntax.h
|
|
3091 sysdep.o: blocktype.h
|
|
3092 sysdep.o: buffer.h
|
|
3093 sysdep.o: bufslots.h
|
|
3094 sysdep.o: config.h
|
|
3095 sysdep.o: conslots.h
|
|
3096 sysdep.o: console-stream.h
|
|
3097 sysdep.o: console-x.h
|
|
3098 sysdep.o: console.h
|
|
3099 sysdep.o: device.h
|
|
3100 sysdep.o: dynarr.h
|
|
3101 sysdep.o: events.h
|
|
3102 sysdep.o: frame.h
|
|
3103 sysdep.o: frameslots.h
|
|
3104 sysdep.o: process.h
|
|
3105 sysdep.o: redisplay.h
|
|
3106 sysdep.o: scrollbar.h
|
|
3107 sysdep.o: specifier.h
|
|
3108 sysdep.o: sysdep.h
|
|
3109 sysdep.o: sysdir.h
|
|
3110 sysdep.o: sysfile.h
|
|
3111 sysdep.o: systime.h
|
|
3112 sysdep.o: syswait.h
|
|
3113 sysdep.o: toolbar.h
|
|
3114 sysdep.o: window.h
|
|
3115 sysdep.o: xintrinsic.h
|
|
3116 termcap.o: blocktype.h
|
|
3117 termcap.o: config.h
|
|
3118 termcap.o: conslots.h
|
|
3119 termcap.o: console.h
|
|
3120 termcap.o: device.h
|
|
3121 termcap.o: dynarr.h
|
|
3122 terminfo.o: config.h
|
|
3123 toolbar-x.o: $(LWLIBSRCDIR)/lwlib.h
|
|
3124 toolbar-x.o: EmacsFrame.h
|
|
3125 toolbar-x.o: EmacsFrameP.h
|
|
3126 toolbar-x.o: EmacsManager.h
|
|
3127 toolbar-x.o: blocktype.h
|
|
3128 toolbar-x.o: buffer.h
|
|
3129 toolbar-x.o: bufslots.h
|
|
3130 toolbar-x.o: config.h
|
|
3131 toolbar-x.o: conslots.h
|
|
3132 toolbar-x.o: console-x.h
|
|
3133 toolbar-x.o: console.h
|
|
3134 toolbar-x.o: device.h
|
|
3135 toolbar-x.o: dynarr.h
|
|
3136 toolbar-x.o: faces.h
|
|
3137 toolbar-x.o: frame.h
|
|
3138 toolbar-x.o: frameslots.h
|
|
3139 toolbar-x.o: glyphs-x.h
|
|
3140 toolbar-x.o: glyphs.h
|
|
3141 toolbar-x.o: objects-x.h
|
|
3142 toolbar-x.o: objects.h
|
|
3143 toolbar-x.o: redisplay.h
|
|
3144 toolbar-x.o: scrollbar.h
|
|
3145 toolbar-x.o: specifier.h
|
|
3146 toolbar-x.o: toolbar.h
|
|
3147 toolbar-x.o: window.h
|
|
3148 toolbar-x.o: xgccache.h
|
|
3149 toolbar-x.o: xintrinsic.h
|
|
3150 toolbar-x.o: xintrinsicp.h
|
|
3151 toolbar-x.o: xmprimitivep.h
|
|
3152 toolbar.o: blocktype.h
|
|
3153 toolbar.o: buffer.h
|
|
3154 toolbar.o: bufslots.h
|
|
3155 toolbar.o: config.h
|
|
3156 toolbar.o: conslots.h
|
|
3157 toolbar.o: console.h
|
|
3158 toolbar.o: device.h
|
|
3159 toolbar.o: dynarr.h
|
|
3160 toolbar.o: frame.h
|
|
3161 toolbar.o: frameslots.h
|
|
3162 toolbar.o: glyphs.h
|
|
3163 toolbar.o: redisplay.h
|
|
3164 toolbar.o: scrollbar.h
|
|
3165 toolbar.o: specifier.h
|
|
3166 toolbar.o: toolbar.h
|
|
3167 toolbar.o: window.h
|
|
3168 tooltalk.o: blocktype.h
|
|
3169 tooltalk.o: buffer.h
|
|
3170 tooltalk.o: bufslots.h
|
|
3171 tooltalk.o: config.h
|
|
3172 tooltalk.o: dynarr.h
|
|
3173 tooltalk.o: elhash.h
|
|
3174 tooltalk.o: process.h
|
|
3175 tooltalk.o: tooltalk.h
|
|
3176 tparam.o: config.h
|
|
3177 undo.o: blocktype.h
|
|
3178 undo.o: buffer.h
|
|
3179 undo.o: bufslots.h
|
|
3180 undo.o: config.h
|
|
3181 undo.o: dynarr.h
|
|
3182 undo.o: extents.h
|
|
3183 vm-limit.o: blocktype.h
|
|
3184 vm-limit.o: config.h
|
|
3185 vm-limit.o: dynarr.h
|
|
3186 vm-limit.o: mem-limits.h
|
|
3187 vmsproc.o: vmsproc.h
|
|
3188 window.o: blocktype.h
|
|
3189 window.o: buffer.h
|
|
3190 window.o: bufslots.h
|
|
3191 window.o: commands.h
|
|
3192 window.o: config.h
|
|
3193 window.o: conslots.h
|
|
3194 window.o: console.h
|
|
3195 window.o: device.h
|
|
3196 window.o: dynarr.h
|
|
3197 window.o: faces.h
|
|
3198 window.o: frame.h
|
|
3199 window.o: frameslots.h
|
|
3200 window.o: glyphs.h
|
|
3201 window.o: objects.h
|
|
3202 window.o: redisplay.h
|
|
3203 window.o: scrollbar.h
|
|
3204 window.o: specifier.h
|
|
3205 window.o: toolbar.h
|
|
3206 window.o: window.h
|
|
3207 xgccache.o: blocktype.h
|
|
3208 xgccache.o: config.h
|
|
3209 xgccache.o: dynarr.h
|
|
3210 xgccache.o: hash.h
|
|
3211 xgccache.o: xgccache.h
|
|
3212 xmu.o: config.h
|
|
3213 xselect.o: blocktype.h
|
|
3214 xselect.o: buffer.h
|
|
3215 xselect.o: bufslots.h
|
|
3216 xselect.o: config.h
|
|
3217 xselect.o: conslots.h
|
|
3218 xselect.o: console-x.h
|
|
3219 xselect.o: console.h
|
|
3220 xselect.o: device.h
|
|
3221 xselect.o: dynarr.h
|
|
3222 xselect.o: frame.h
|
|
3223 xselect.o: frameslots.h
|
|
3224 xselect.o: objects-x.h
|
|
3225 xselect.o: objects.h
|
|
3226 xselect.o: opaque.h
|
|
3227 xselect.o: scrollbar.h
|
|
3228 xselect.o: specifier.h
|
|
3229 xselect.o: systime.h
|
|
3230 xselect.o: toolbar.h
|
|
3231 xselect.o: xintrinsic.h
|