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