163
|
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 ## Copyright (C) 1996, 1997 Sun Microsystems, Inc.
|
0
|
5
|
163
|
6 ## This file is part of XEmacs.
|
0
|
7
|
163
|
8 ## XEmacs is free software; you can redistribute it and/or modify it
|
|
9 ## under the terms of the GNU General Public License as published by the
|
|
10 ## Free Software Foundation; either version 2, or (at your option) any
|
|
11 ## later version.
|
0
|
12
|
163
|
13 ## XEmacs is distributed in the hope that it will be useful, but WITHOUT
|
|
14 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
15 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
16 ## for more details.
|
0
|
17
|
163
|
18 ## You should have received a copy of the GNU General Public License
|
|
19 ## along with XEmacs; see the file COPYING. If not, write to
|
|
20 ## the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
21 ## Boston, MA 02111-1307, USA.
|
0
|
22
|
163
|
23 ## Synched up with: Not synched with FSF.
|
0
|
24
|
163
|
25 all: xemacs
|
183
|
26 .PHONY : all release dump-elc dump-elcs all-elc all-elcs lint
|
0
|
27
|
163
|
28 ## For performance and consistency, no built-in rules.
|
70
|
29 .SUFFIXES:
|
193
|
30 .SUFFIXES: .c .o .i .h .dep
|
0
|
31
|
173
|
32 @SET_MAKE@
|
|
33 SHELL=/bin/sh
|
|
34 RM = rm -f
|
|
35
|
163
|
36 lispdir = ${srcdir}/../lisp/
|
|
37 libsrc = ../lib-src/
|
|
38 etcdir = ../etc/
|
|
39
|
|
40 ## Here are the things that we expect ../configure to edit.
|
203
|
41 prefix=@prefix@
|
0
|
42 srcdir=@srcdir@
|
203
|
43 version=@version@
|
|
44 infodir=@infodir@
|
|
45 infopath=@infopath@
|
0
|
46 CC=@CC@
|
|
47 CPP=@CPP@
|
|
48 CFLAGS=@CFLAGS@
|
149
|
49 CPPFLAGS=@CPPFLAGS@
|
|
50 LDFLAGS=@LDFLAGS@
|
173
|
51 RECURSIVE_MAKE=@RECURSIVE_MAKE@
|
149
|
52
|
|
53 c_switch_general=@c_switch_general@
|
|
54 c_switch_window_system=@c_switch_window_system@
|
|
55 c_switch_all=@c_switch_all@
|
|
56 ld_switch_general=@ld_switch_general@
|
|
57 ld_switch_window_system=@ld_switch_window_system@
|
|
58 ld_switch_all=@ld_switch_all@
|
|
59 ld_libs_general=@ld_libs_general@
|
|
60 ld_libs_window_system=@ld_libs_window_system@
|
|
61 ld_libs_all=@ld_libs_all@
|
|
62
|
|
63 extra_objs=@extra_objs@
|
0
|
64 LN_S=@LN_S@
|
|
65
|
163
|
66 ld_switch_shared=@ld_switch_shared@
|
|
67 start_files=@start_files@
|
|
68 start_flags=@start_flags@
|
|
69 LD=@ld@
|
|
70 lib_gcc=@lib_gcc@
|
|
71
|
0
|
72 #define NOT_C_CODE
|
|
73 #include "config.h"
|
|
74
|
163
|
75 ## With the traditional VPATH setting, it is not possible to
|
|
76 ## simultaneously compile in-place and in another directory. The
|
|
77 ## mistaken definition is that *all* dependencies are searched for in
|
|
78 ## the VPATH directory, rather than just the dependencies that are not
|
|
79 ## themselves targets. Thus, if there is an up-to-date .o file in the
|
|
80 ## in-place location, it will not get recompiled in the not-in-place
|
|
81 ## location.
|
0
|
82
|
163
|
83 ## The GNU Make "vpath" directive continues this tradition, but at
|
|
84 ## least lets you restrict the classes of files that it applies to.
|
|
85 ## This allows us to kludge around the problem.
|
|
86
|
0
|
87 #ifdef USE_GNU_MAKE
|
|
88 vpath %.c @srcdir@
|
|
89 vpath %.h @srcdir@
|
163
|
90 ## now list files that should NOT be searched in the srcdir.
|
|
91 ## This includes any .c or .h built from something else
|
|
92 ## (e.g. a .in file).
|
0
|
93 vpath config.h
|
|
94 vpath paths.h
|
|
95 vpath Emacs.ad.h
|
183
|
96 vpath puresize-adjust.h
|
0
|
97 #else
|
|
98 VPATH=@srcdir@
|
|
99 #endif
|
|
100
|
163
|
101 RM = rm -f
|
0
|
102
|
|
103 #ifdef HAVE_NATIVE_SOUND
|
149
|
104 sound_cflags=@sound_cflags@
|
0
|
105 #endif
|
|
106
|
163
|
107 LWLIB_SRCDIR = ${srcdir}/../lwlib
|
70
|
108
|
149
|
109 #ifdef HAVE_X_WINDOWS
|
163
|
110 lwlib_libs = ../lwlib/liblw.a
|
|
111 lwlib_deps = $(lwlib_libs)
|
|
112 $(lwlib_libs) :
|
173
|
113 cd ../lwlib && $(RECURSIVE_MAKE)
|
0
|
114
|
223
|
115 ## a separate offix lib which merges with non-Xt event systems (TkStep, XEmacs)
|
197
|
116 OFFIX_O = @OFFIX_O@
|
|
117
|
157
|
118 x_objs=balloon_help.o balloon-x.o console-x.o device-x.o event-Xt.o frame-x.o\
|
197
|
119 glyphs-x.o objects-x.o redisplay-x.o xgccache.o xselect.o $(OFFIX_O)
|
70
|
120
|
149
|
121 #ifdef AIX4
|
|
122 LIBI18N = -li18n
|
|
123 #endif /* AIX4 */
|
70
|
124
|
149
|
125 X11_libs= $(LIBX11_LIBS) $(libx11_intl) $(LIBI18N)
|
|
126 #endif /* HAVE_X_WINDOWS */
|
0
|
127
|
163
|
128 ## -Demacs is needed to make some files produce the correct version
|
|
129 ## for use in Emacs.
|
0
|
130
|
157
|
131 cppflags = $(CPPFLAGS) -Demacs -I. $(c_switch_all)
|
163
|
132 cflags = $(CFLAGS) $(cppflags)
|
173
|
133 ldflags = $(ld_switch_all)
|
0
|
134
|
193
|
135 #ifdef SOLARIS2
|
|
136 %.o : %.c
|
|
137 #else
|
0
|
138 .c.o:
|
193
|
139 #endif
|
149
|
140 $(CC) -c $(cflags) $<
|
0
|
141
|
163
|
142 ## Create preprocessor output (debugging purposes only)
|
70
|
143 .c.i:
|
149
|
144 $(CC) -P $(cppflags) $<
|
0
|
145
|
163
|
146 ## lastfile must follow all files whose initialized data areas should
|
|
147 ## be dumped as pure by dump-emacs.
|
0
|
148
|
163
|
149 ## NOTE: The last line cannot be all macros, because make will barf
|
|
150 ## if they all come out null.
|
0
|
151
|
157
|
152 objs=\
|
|
153 abbrev.o alloc.o blocktype.o buffer.o bytecode.o\
|
|
154 callint.o callproc.o casefiddle.o casetab.o chartab.o\
|
|
155 cmdloop.o cmds.o console.o console-stream.o\
|
|
156 data.o device.o dired.o doc.o doprnt.o dynarr.o\
|
|
157 editfns.o elhash.o emacs.o\
|
217
|
158 eval.o events.o $(extra_objs)\
|
163
|
159 event-stream.o extents.o faces.o\
|
173
|
160 fileio.o $(LOCK_OBJ) filemode.o floatfns.o fns.o font-lock.o\
|
157
|
161 frame.o general.o getloadavg.o glyphs.o\
|
|
162 $(gui_objs) hash.o indent.o insdel.o intl.o\
|
211
|
163 keymap.o $(RTC_patch_objs) line-number.o lread.o lstream.o\
|
157
|
164 macros.o marker.o md5.o minibuf.o objects.o opaque.o\
|
|
165 print.o process.o profile.o pure.o\
|
|
166 rangetab.o redisplay.o redisplay-output.o regex.o\
|
|
167 search.o signal.o sound.o\
|
|
168 specifier.o strftime.o symbols.o syntax.o sysdep.o\
|
195
|
169 undo.o $(x_objs) widget.o window.o
|
0
|
170
|
|
171 #ifdef REL_ALLOC
|
149
|
172 rallocdocsrc = ralloc.c
|
0
|
173 rallocobjs = ralloc.o
|
|
174 #endif
|
|
175
|
177
|
176 malloclib =
|
0
|
177 #ifndef SYSTEM_MALLOC
|
|
178 # ifdef GNU_MALLOC /* New GNU malloc */
|
|
179 # ifdef ERROR_CHECK_MALLOC
|
|
180 mallocobjs = gmalloc.o free-hook.o vm-limit.o
|
|
181 mallocdocsrc = free-hook.c
|
149
|
182 # else /* New GNU malloc, sans error checking */
|
0
|
183 mallocobjs = gmalloc.o vm-limit.o
|
|
184 mallocdocsrc =
|
149
|
185 # endif /* ERROR_CHECK_MALLOC */
|
0
|
186 # else /* Old GNU malloc */
|
|
187 mallocobjs = malloc.o
|
|
188 mallocdocsrc =
|
|
189 # endif /* Old GNU malloc */
|
149
|
190 #else /* SYSTEM_MALLOC */
|
0
|
191 mallocobjs =
|
|
192 mallocdocsrc =
|
177
|
193 #ifdef USE_DEBUG_MALLOC
|
|
194 malloclib = -ldmalloc
|
|
195 #endif /* USE_DEBUG_MALLOC */
|
0
|
196 #endif /* SYSTEM_MALLOC */
|
|
197
|
|
198 #ifdef HAVE_X_WINDOWS
|
|
199
|
|
200 # ifdef EXTERNAL_WIDGET
|
149
|
201 external_widget_objs = ExternalShell.o extw-Xt-nonshared.o extw-Xlib-nonshared.o
|
0
|
202
|
163
|
203 ## Now we try to figure out how to link a shared library.
|
|
204 ## If we cannot figure it out, leave EXTW_LINK undefined and a shared
|
|
205 ## library will not be created.
|
0
|
206
|
|
207 # ifdef USE_GCC
|
|
208 # ifdef USG5
|
|
209 # define EXTW_LINK(objs, output) $(CC) -shared objs -Xlinker -z -Xlinker text -o output
|
163
|
210 ## I cannot figure out how to do shared a.out libraries, so just punt.
|
0
|
211 # elif !defined (LINUX) || defined (__ELF__)
|
|
212 # define EXTW_LINK(objs, output) $(CC) -shared objs -o output
|
|
213 # endif
|
|
214 # elif defined (USG5)
|
|
215 # if defined (IRIX)
|
|
216 # define EXTW_LINK(objs, output) $(LD) -shared -g -check_registry ${TOOLROOT}/usr/lib/so_locations objs -o output
|
|
217 # else /* not IRIX */
|
|
218 # define EXTW_LINK(objs, output) $(CC) -G objs -z text -o output
|
|
219 # endif /* not IRIX */
|
|
220 # else /* not USG5 */
|
|
221 # if defined (DEC_ALPHA) && defined (OSF1)
|
163
|
222 # define EXTW_LINK(objs, output) $(LD) $(ldflags) $(ld_switch_shared) -d objs -o output $(LIBES)
|
0
|
223 # else /* !(DEC_ALPHA && OSF1) */
|
|
224 # define EXTW_LINK(objs, output) $(LD) -dc objs -assert pure-text -o output
|
|
225 # endif /* !(DEC_ALPHA && OSF1) */
|
|
226 # endif /* not USG5 */
|
|
227
|
|
228 # ifdef LWLIB_USES_MOTIF
|
|
229 # ifdef EXTW_LINK
|
157
|
230 motif_other_files = libextcli_Xm.a libextcli_Xm.so.1
|
0
|
231 # else
|
157
|
232 motif_other_files = libextcli_Xm.a
|
0
|
233 # endif
|
223
|
234 #endif /* LWLIB_USES_MOTIF */
|
0
|
235
|
|
236 # ifdef EXTW_LINK
|
157
|
237 shared_other_files = libextcli_Xt.so.1 libextcli_Xlib.so.1
|
0
|
238 # endif
|
157
|
239 other_files=\
|
|
240 ${motif_other_files}\
|
|
241 libextcli_Xt.a libextcli_Xlib.a\
|
|
242 ${shared_other_files}
|
165
|
243
|
|
244 all: ${other_files}
|
149
|
245 # endif /* EXTERNAL_WIDGET */
|
0
|
246
|
149
|
247 X11_objs = EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o $(external_widget_objs)
|
|
248 #endif /* HAVE_X_WINDOWS */
|
0
|
249
|
163
|
250 ## define otherobjs as list of object files that make-docfile
|
|
251 ## should not be told about.
|
151
|
252 otherobjs = $(BTL_objs) lastfile.o $(mallocobjs) $(rallocobjs) $(X11_objs)
|
0
|
253
|
177
|
254 LIBES = $(lwlib_libs) $(quantify_libs) $(malloclib) $(ld_libs_all) $(lib_gcc)
|
0
|
255
|
|
256 #ifdef I18N3
|
149
|
257 mo_dir = ${etcdir}
|
|
258 mo_file = ${mo_dir}emacs.mo
|
0
|
259 #endif
|
|
260
|
209
|
261 LOADPATH = EMACSLOADPATH="${lispdir}"
|
0
|
262 DUMPENV = $(LOADPATH)
|
|
263
|
167
|
264 release: temacs ${libsrc}DOC $(mo_file) ${other_files}
|
0
|
265 #ifdef CANNOT_DUMP
|
|
266 ln temacs xemacs
|
|
267 #else
|
|
268 #ifdef HAVE_SHM
|
|
269 -if [ -w ${srcdir}/../lisp ]; then \
|
80
|
270 w=`pwd`; cd ${srcdir} && $${w}/temacs -nl -batch -l inc-vers; \
|
0
|
271 else true; fi
|
104
|
272 @touch SATISFIED
|
|
273 -$(DUMPENV) ./temacs -nl -batch -l loadup.el dump
|
173
|
274 @if test ! -f SATISFIED; then $(RECURSIVE_MAKE) $@; fi
|
163
|
275 @$(RM) SATISFIED
|
0
|
276 #else /* ! defined (HAVE_SHM) */
|
|
277 -if [ -w ${srcdir}/../lisp ]; then \
|
80
|
278 w=`pwd`; cd ${srcdir} && $${w}/temacs -batch -l inc-vers; \
|
0
|
279 else true; fi
|
104
|
280 @touch SATISFIED
|
|
281 -$(DUMPENV) ./temacs -batch -l loadup.el dump
|
173
|
282 @if test ! -f SATISFIED; then $(RECURSIVE_MAKE) $@; fi
|
163
|
283 @$(RM) SATISFIED
|
0
|
284 #endif /* ! defined (HAVE_SHM) */
|
|
285 touch release
|
|
286 #endif /* ! defined (CANNOT_DUMP) */
|
|
287
|
183
|
288 xemacs: temacs ${libsrc}DOC $(mo_file) ${other_files} update-elc.stamp
|
|
289 @$(RM) $@ && touch SATISFIED
|
|
290 -$(DUMPENV) ./temacs -batch -l loadup.el dump
|
193
|
291 @if test -f $@; then if test -f SATISFIED; then \
|
207
|
292 ./xemacs -batch -vanilla -f list-load-path-shadows; fi; \
|
193
|
293 $(RM) SATISFIED; exit 0; fi; \
|
183
|
294 if test -f SATISFIED; then $(RM) SATISFIED; exit 1; fi; \
|
|
295 $(RECURSIVE_MAKE) $@;
|
173
|
296
|
183
|
297 FRC.update-elc.stamp :
|
|
298
|
215
|
299 update-elc.stamp : temacs FRC.update-elc.stamp
|
173
|
300 @touch NOBYTECOMPILE
|
209
|
301 ${DUMPENV} ./temacs -batch -l update-elc.el
|
183
|
302 @if test ! -f $@ -o -f NOBYTECOMPILE; then touch $@; fi; \
|
|
303 $(RM) NOBYTECOMPILE
|
0
|
304
|
|
305 obj_src = $(objs:.o=.c)
|
|
306
|
70
|
307 #ifdef DYNODUMP
|
163
|
308 dynodump_deps = ../dynodump/dynodump.so
|
|
309 ../dynodump/dynodump.so:
|
173
|
310 cd ../dynodump && $(RECURSIVE_MAKE)
|
149
|
311 #endif /* DYNODUMP */
|
0
|
312
|
185
|
313 ${libsrc}DOC: temacs update-elc.stamp
|
169
|
314 $(RM) ${libsrc}DOC; \
|
209
|
315 ${DUMPENV} ./temacs -batch -l make-docfile.el -- \
|
163
|
316 -o ${libsrc}DOC -d ${srcdir} -i ${libsrc}../site-packages \
|
|
317 ${obj_src} ${mallocdocsrc} ${rallocdocsrc}
|
0
|
318
|
|
319 dump_elcs: dump-elcs
|
|
320
|
|
321 dump-elcs: temacs
|
209
|
322 -${DUMPENV} ./temacs -batch -l update-elc.el
|
0
|
323
|
80
|
324 all-elc all-elcs:
|
173
|
325 cd .. && $(RECURSIVE_MAKE) all-elc
|
80
|
326
|
70
|
327 #ifdef I18N3
|
|
328
|
|
329 # if defined(SPARC) && !defined(USG)
|
|
330 xgettext= /usr/openwin/bin/xgettext
|
|
331 xgettext_args= -o emacs -m_X messages
|
|
332 msgfmt= /usr/openwin/bin/msgfmt
|
|
333 # else
|
|
334 xgettext= xgettext
|
|
335 xgettext_args= -s -d emacs -M_X messages
|
|
336 msgfmt= msgfmt
|
|
337 #endif
|
|
338
|
167
|
339 ${mo_dir}emacs.po: ${libsrc}make-msgfile ${libsrc}make-po ${objs}
|
|
340 ${libsrc}make-msgfile -o ${libsrc}messages ${objs}
|
80
|
341 cd ${libsrc} && ${xgettext} ${xgettext_args}
|
163
|
342 $(RM) ${mo_dir}emacs.po
|
149
|
343 cd ${libsrc} && ${libsrc}make-po -a ${mo_dir}emacs.po DOC
|
70
|
344
|
149
|
345 ${mo_dir}emacs.mo: ${mo_dir}emacs.po
|
|
346 cd ${mo_dir} && ${msgfmt} -o emacs.mo emacs.po
|
70
|
347
|
|
348 ${libsrc}make-msgfile:
|
173
|
349 cd ${libsrc} && $(RECURSIVE_MAKE) make-msgfile
|
70
|
350
|
|
351 ${libsrc}make-po:
|
173
|
352 cd ${libsrc} && $(RECURSIVE_MAKE) make-po
|
70
|
353
|
|
354 #endif /* I18N3 */
|
|
355
|
0
|
356 ${libsrc}make-docfile:
|
173
|
357 cd ${libsrc} && $(RECURSIVE_MAKE) make-docfile
|
0
|
358
|
163
|
359 ## Lint Section
|
153
|
360 LINT.c=$(LINT) $(LINTFLAGS) $(LINTINCLUDES)
|
0
|
361 LINTFILES= $(objs:.o=.ln)
|
149
|
362 LINTINCLUDES = $(cppflags)
|
163
|
363 ## LINTFLAGS= -fd -m -p -s -u -v -x
|
2
|
364 LINTFLAGS= -fd -m -s -u -v -x
|
0
|
365 lint: $(LINTFILES)
|
|
366 $(LINT.c) $(LINTFILES)
|
163
|
367 ## end of Lint Section
|
0
|
368
|
157
|
369 temacs_deps=\
|
183
|
370 $(start_files) ${objs} ${otherobjs}\
|
163
|
371 $(lwlib_deps) $(dynodump_deps) prefix-args
|
0
|
372
|
157
|
373 temacs_link_args=\
|
173
|
374 ${start_flags} ${ldflags}\
|
163
|
375 -o $@ ${start_files} ${objs} ${otherobjs} ${LIBES}
|
0
|
376
|
149
|
377 temacs: $(temacs_deps)
|
183
|
378 $(LD) $(temacs_link_args)
|
|
379
|
|
380 .PHONY : run-temacs
|
|
381
|
219
|
382 run-temacs: temacs
|
183
|
383 ./temacs -batch -l loadup.el run-temacs
|
|
384
|
|
385 ## Debugging targets:
|
|
386 ##
|
|
387 ## RTC is Sun WorkShop's Run Time Checking
|
|
388 ##
|
|
389 ## Purify, Quantify, PureCoverage are software quality products from
|
|
390 ## Rational, formerly Pure Atria, formerly Pure Software.
|
|
391 ##
|
|
392 ## None of these products work with a dumped xemacs binary, because it
|
|
393 ## does unexpected things like free memory that has been malloc'ed in
|
|
394 ## a *different* process!! So we need to run these on temacs.
|
|
395 ##
|
|
396
|
|
397 .PHONY : run-rtcmacs run-puremacs run-quantmacs
|
0
|
398
|
78
|
399 rtc_patch.o:
|
|
400 rtc_patch_area -o $@
|
|
401
|
149
|
402 rtcmacs: $(temacs_deps) rtc_patch.o
|
173
|
403 $(RM) temacs; $(RECURSIVE_MAKE) temacs RTC_patch_objs=rtc_patch.o
|
78
|
404 mv temacs rtcmacs
|
|
405
|
183
|
406 run-rtcmacs: rtcmacs
|
78
|
407 dbx -q -C -c \
|
|
408 'dbxenv rtc_error_log_file_name /dev/fd/1; \
|
|
409 dbxenv suppress_startup_message 5.0; \
|
|
410 ignore POLL; \
|
|
411 check -access; \
|
|
412 suppress rui; \
|
|
413 runargs -batch -l loadup.el run-temacs -q; \
|
|
414 run' rtcmacs
|
|
415
|
183
|
416 ## Purify
|
|
417 PURIFY_PROG=purify
|
|
418 PURIFY_FLAGS=-chain-length=32 -ignore-signals=SIGPOLL -threads=yes \
|
|
419 -cache-dir=./purecache -always-use-cache-dir=yes -pointer-mask=0x0fffffff
|
149
|
420 puremacs: $(temacs_deps)
|
181
|
421 $(PURIFY_PROG) $(PURIFY_FLAGS) $(LD) $(temacs_link_args) -lpthread
|
|
422
|
|
423 run-puremacs: puremacs
|
|
424 ./puremacs -batch -l loadup.el run-temacs
|
0
|
425
|
183
|
426 ## Quantify
|
|
427 #ifdef QUANTIFY
|
|
428 quantify_prog = quantify
|
|
429 quantify_flags = -windows=no -record-data=no
|
|
430 quantify_includes = -I/local/include
|
|
431 quantify_libs = /local/lib/quantify_stubs.a
|
|
432
|
149
|
433 quantmacs: $(temacs_deps)
|
|
434 $(quantify_prog) $(quantify_flags) $(LD) $(temacs_link_args)
|
183
|
435 #endif /* QUANTIFY */
|
0
|
436
|
183
|
437 PURECOV_PROG=purecov
|
149
|
438 covmacs: $(temacs_deps)
|
|
439 $(PURECOV_PROG) $(LD) $(temacs_link_args)
|
0
|
440
|
183
|
441
|
223
|
442 TopLevelEmacsShell.o : ${srcdir}/EmacsShell-sub.c config.h xintrinsicp.h EmacsShellP.h
|
149
|
443 $(CC) -c $(cflags) -DDEFINE_TOP_LEVEL_EMACS_SHELL ${srcdir}/EmacsShell-sub.c
|
0
|
444 mv EmacsShell-sub.o TopLevelEmacsShell.o
|
|
445
|
223
|
446 TransientEmacsShell.o : ${srcdir}/EmacsShell-sub.c TopLevelEmacsShell.o config.h xintrinsicp.h EmacsShellP.h
|
149
|
447 $(CC) -c $(cflags) -DDEFINE_TRANSIENT_EMACS_SHELL ${srcdir}/EmacsShell-sub.c
|
0
|
448 mv EmacsShell-sub.o TransientEmacsShell.o
|
|
449
|
163
|
450 ## Position-independent code for shared library creation
|
149
|
451 #if USE_GCC
|
|
452 pic_arg = -fpic
|
|
453 #elif defined (IRIX)
|
|
454 pic_arg = -KPIC
|
|
455 # else
|
|
456 pic_arg = -K pic
|
|
457 #endif
|
|
458
|
0
|
459 #ifdef EXTERNAL_WIDGET
|
|
460
|
157
|
461 external_client_motif_objs_shared = ExternalClient-Xm-shared.o extw-Xt-shared.o extw-Xlib-shared.o
|
|
462 external_client_xt_objs_shared = ExternalClient-Xt-shared.o extw-Xt-shared.o extw-Xlib-shared.o
|
|
463 external_client_xlib_objs_shared = ExternalClient-Xlib-shared.o extw-Xlib-shared.o
|
|
464 external_client_motif_objs_nonshared = ExternalClient-Xm-nonshared.o extw-Xt-nonshared.o extw-Xlib-nonshared.o
|
|
465 external_client_xt_objs_nonshared = ExternalClient-Xt-nonshared.o extw-Xt-nonshared.o extw-Xlib-nonshared.o
|
|
466 external_client_xlib_objs_nonshared = ExternalClient-Xlib-nonshared.o extw-Xlib-nonshared.o
|
0
|
467
|
163
|
468 ## Add dependencies so things work right with a parallel make
|
0
|
469 ExternalClient-Xm-shared.o: ${srcdir}/ExternalClient.c ExternalClient-Xt-shared.o ExternalClient-Xm-nonshared.o
|
149
|
470 $(CC) -c $(pic_arg) $(cflags) -DEXTW_USES_MOTIF ${srcdir}/ExternalClient.c
|
0
|
471 mv ExternalClient.o ExternalClient-Xm-shared.o
|
|
472
|
|
473 ExternalClient-Xt-shared.o: ${srcdir}/ExternalClient.c ExternalClient-Xt-nonshared.o
|
149
|
474 $(CC) -c $(pic_arg) $(cflags) ${srcdir}/ExternalClient.c
|
0
|
475 mv ExternalClient.o ExternalClient-Xt-shared.o
|
|
476
|
|
477 ExternalClient-Xlib-shared.o: ${srcdir}/ExternalClient-Xlib.c ExternalClient-Xlib-nonshared.o
|
149
|
478 $(CC) -c $(pic_arg) $(cflags) ${srcdir}/ExternalClient-Xlib.c
|
0
|
479 mv ExternalClient-Xlib.o ExternalClient-Xlib-shared.o
|
|
480
|
|
481 ExternalClient-Xm-nonshared.o: ${srcdir}/ExternalClient.c ExternalClient-Xt-nonshared.o
|
149
|
482 $(CC) -c $(cflags) -DEXTW_USES_MOTIF ${srcdir}/ExternalClient.c
|
0
|
483 mv ExternalClient.o ExternalClient-Xm-nonshared.o
|
|
484
|
|
485 ExternalClient-Xt-nonshared.o: ${srcdir}/ExternalClient.c
|
149
|
486 $(CC) -c $(cflags) ${srcdir}/ExternalClient.c
|
0
|
487 mv ExternalClient.o ExternalClient-Xt-nonshared.o
|
|
488
|
|
489 ExternalClient-Xlib-nonshared.o: ${srcdir}/ExternalClient-Xlib.c
|
149
|
490 $(CC) -c $(cflags) ${srcdir}/ExternalClient-Xlib.c
|
0
|
491 mv ExternalClient-Xlib.o ExternalClient-Xlib-nonshared.o
|
|
492
|
163
|
493 ## We compile the common files twice (once with PIC and once without)
|
|
494 ## because on some systems, compiling with PIC but not linking into
|
|
495 ## a shared library messes things up.
|
|
496
|
0
|
497 extw-Xt-shared.o: ${srcdir}/extw-Xt.c extw-Xt-nonshared.o
|
149
|
498 $(CC) -c $(pic_arg) $(cflags) ${srcdir}/extw-Xt.c
|
0
|
499 mv extw-Xt.o extw-Xt-shared.o
|
|
500
|
|
501 extw-Xlib-shared.o: ${srcdir}/extw-Xlib.c extw-Xlib-nonshared.o
|
149
|
502 $(CC) -c $(pic_arg) $(cflags) ${srcdir}/extw-Xlib.c
|
0
|
503 mv extw-Xlib.o extw-Xlib-shared.o
|
|
504
|
|
505 extw-Xt-nonshared.o: ${srcdir}/extw-Xt.c
|
149
|
506 $(CC) -c $(cflags) ${srcdir}/extw-Xt.c
|
0
|
507 mv extw-Xt.o extw-Xt-nonshared.o
|
|
508
|
|
509 extw-Xlib-nonshared.o: ${srcdir}/extw-Xlib.c
|
149
|
510 $(CC) -c $(cflags) ${srcdir}/extw-Xlib.c
|
0
|
511 mv extw-Xlib.o extw-Xlib-nonshared.o
|
|
512
|
157
|
513 libextcli_Xm.a: ${external_client_motif_objs_nonshared}
|
|
514 ar r libextcli_Xm.a ${external_client_motif_objs_nonshared}
|
0
|
515
|
157
|
516 libextcli_Xt.a: ${external_client_xt_objs_nonshared}
|
|
517 ar r libextcli_Xt.a ${external_client_xt_objs_nonshared}
|
0
|
518
|
157
|
519 libextcli_Xlib.a: ${external_client_xlib_objs_nonshared}
|
|
520 ar r libextcli_Xlib.a ${external_client_xlib_objs_nonshared}
|
0
|
521
|
|
522 #ifdef EXTW_LINK
|
|
523
|
157
|
524 libextcli_Xm.so.1: ${external_client_motif_objs_shared}
|
|
525 EXTW_LINK(${external_client_motif_objs_shared}, libextcli_Xm.so.1)
|
0
|
526
|
157
|
527 libextcli_Xt.so.1: ${external_client_xt_objs_shared}
|
|
528 EXTW_LINK(${external_client_xt_objs_shared}, libextcli_Xt.so.1)
|
0
|
529
|
157
|
530 libextcli_Xlib.so.1: ${external_client_xlib_objs_shared}
|
|
531 EXTW_LINK(${external_client_xlib_objs_shared}, libextcli_Xlib.so.1)
|
0
|
532
|
149
|
533 #endif /* EXTW_LINK */
|
0
|
534
|
|
535 #endif /* EXTERNAL_WIDGET */
|
|
536
|
|
537 prefix-args: ${srcdir}/prefix-args.c config.h
|
149
|
538 $(CC) $(cflags) ${srcdir}/prefix-args.c -o prefix-args
|
0
|
539
|
|
540 config.h: ${srcdir}/config.h.in
|
183
|
541 puresize-adjust.h: ${srcdir}/puresize.h
|
0
|
542 paths.h: ${srcdir}/paths.h.in
|
163
|
543 Emacs.ad.h: ${srcdir}/${etcdir}Emacs.ad
|
0
|
544
|
183
|
545 config.h puresize-adjust.h paths.h Emacs.ad.h :
|
163
|
546 @echo "The file $@ needs to be re-generated."
|
|
547 @echo "Please run a make in the top level directory."
|
|
548 @echo "Consult the file \`INSTALL' for instructions for building XEmacs."
|
|
549 @exit 1
|
0
|
550
|
163
|
551 ## Some machines have alloca built-in.
|
|
552 ## They should define HAVE_ALLOCA, or may just let alloca.s
|
|
553 ## be used but generate no code.
|
|
554 ## Some have it written in assembler in alloca.s.
|
|
555 ## Some use the C version in alloca.c (these define C_ALLOCA in config.h).
|
|
556
|
0
|
557
|
|
558 #ifdef C_ALLOCA
|
163
|
559 ## We could put something in alloca.c to #define free and malloc
|
|
560 ## whenever emacs was #defined, but that's not appropriate for all
|
|
561 ## users of alloca in Emacs. Check out ../lib-src/getopt.c. */
|
|
562
|
0
|
563 alloca.o : ${srcdir}/alloca.c
|
193
|
564 $(CC) -c -Dfree=xfree -Dmalloc=xmalloc $(cflags) ${srcdir}/alloca.c
|
0
|
565 #else
|
|
566 #ifndef HAVE_ALLOCA
|
|
567 alloca.o : ${srcdir}/alloca.s config.h
|
163
|
568 ## $(CPP) is cc -E, which may get confused by filenames
|
|
569 ## that do not end in .c. So copy file to a safe name. */
|
|
570 ## cp ${srcdir}/alloca.s allocatem.c
|
|
571 ## Remove any ^L, blank lines, and preprocessor comments,
|
|
572 ## since some assemblers barf on them. Use a different basename for the
|
|
573 ## output file, since some stupid compilers (Green Hill) use that
|
|
574 ## name for the intermediate assembler file.
|
149
|
575 $(CPP) $(cppflags) allocatem.c | \
|
0
|
576 sed -e 's///' -e 's/^#.*//' | \
|
|
577 sed -n -e '/^..*$$/p' > allocax.s
|
163
|
578 @$(RM) alloca.o
|
|
579 ## Xenix, in particular, needs to run assembler via cc.
|
0
|
580 $(CC) -c allocax.s
|
|
581 mv allocax.o alloca.o
|
163
|
582 $(RM) allocax.s allocatem.c
|
0
|
583 #endif /* HAVE_ALLOCA */
|
|
584 #endif /* ! defined (C_ALLOCA) */
|
|
585
|
|
586 #ifdef EMACS_BTL
|
149
|
587 BTL_includes = -I$(BTL_dir)
|
|
588 BTL_compile = -DEMACS_BTL -D`lucid-arch` -I. $(BTL_includes) $(BTL_dir)/$(@:.o=.c)
|
0
|
589
|
|
590 cadillac-btl.o cadillac-btl-process.o cadillac-btl-emacs.o:
|
149
|
591 $(CC) $(CFLAGS) -c $(BTL_compile)
|
0
|
592 cadillac-btl-asm.o:
|
149
|
593 $(CC) $(CFLAGS) -c $(BTL_compile)
|
0
|
594 #endif /* EMACS_BTL */
|
|
595
|
|
596 #ifdef HAVE_NATIVE_SOUND
|
|
597 sunplay.o: ${srcdir}/sunplay.c
|
193
|
598 $(CC) -c $(sound_cflags) $(cflags) ${srcdir}/sunplay.c
|
0
|
599 hpplay.o: ${srcdir}/hpplay.c
|
193
|
600 $(CC) -c -Demacs $(sound_cflags) $(cflags) ${srcdir}/hpplay.c
|
0
|
601 #endif /* HAVE_NATIVE_SOUND */
|
|
602
|
163
|
603 ## System-specific programs to be made.
|
|
604 ## ${other_files}, $(objects_system) and $(objects_machine)
|
|
605 ## select which of these should be compiled. */
|
|
606
|
171
|
607 .PHONY: mostlyclean clean distclean realclean versionclean extraclean
|
0
|
608 mostlyclean:
|
171
|
609 $(RM) temacs puremacs quantmacs prefix-args depend.* *.o *.i core
|
|
610 clean: mostlyclean versionclean
|
183
|
611 $(RM) libextcli* update-elc.stamp
|
163
|
612 ## This is used in making a distribution.
|
|
613 ## Do not use it on development directories!
|
171
|
614 distclean: clean
|
183
|
615 $(RM) config.h paths.h puresize-adjust.h Emacs.ad.h \
|
171
|
616 Makefile Makefile.in TAGS
|
0
|
617 realclean: distclean
|
|
618 versionclean:
|
163
|
619 $(RM) xemacs ${libsrc}DOC
|
0
|
620 extraclean: realclean
|
171
|
621 $(RM) *~ \#* m/*~ m/\#* s/*~ s/\#*
|
0
|
622
|
163
|
623 .PHONY : lock unlock
|
171
|
624 SOURCES = *.[chm] *.pswm [sm]/* COPYING paths.h.in Makefile.in.in \
|
120
|
625 config.h.in README COPYING ChangeLog
|
0
|
626 unlock:
|
|
627 chmod u+w $(SOURCES)
|
|
628
|
|
629 relock:
|
|
630 chmod -w $(SOURCES)
|
|
631
|
|
632 #ifdef __GNUC__
|
|
633
|
163
|
634 ## Dependency processing using GCC
|
0
|
635
|
|
636 .c.dep:
|
149
|
637 $(CC) -MM $(cflags) $< > $*.dep
|
0
|
638
|
|
639 obj_dep = $(objs:.o=.dep)
|
|
640
|
163
|
641 .PHONY : depend gnu-depend
|
|
642 ## #### Needs a bit of work: it doesn't see the object files that
|
|
643 ## we are not compiling
|
0
|
644 gnu-depend: $(obj_dep)
|
|
645 cat $(obj_dep) | sh ${libsrc}process-gnu-depends.sh > depend.out
|
|
646
|
|
647 #endif /* GCC */
|
|
648
|
163
|
649 ## Dependency processing using makedepend
|
223
|
650 ## This hasn't been used in over a year as of December 10, 1997.
|
0
|
651
|
|
652 depend:
|
|
653 : > depend.tmp
|
153
|
654 makedepend -f depend.tmp -Dsubprocesses \
|
149
|
655 -DHAVE_X_WINDOWS -DMULE -- $(cppflags) $(cflags) \
|
70
|
656 -- *.c
|
0
|
657 sh ${libsrc}process-depends.sh < depend.tmp > depend.out
|
70
|
658 egrep '^mule|[^a-zA-Z]mule' depend.out > /tmp/depend1.$$
|
|
659 grep -v '^mule' depend.out | grep -v '[^a-zA-Z]mule' > /tmp/depend2.$$
|
|
660 echo '#ifdef MULE' > depend.out
|
|
661 cat /tmp/depend1.$$ >> depend.out
|
153
|
662 @# The things you have to do to pay homage to the lexer God ... frightening
|
70
|
663 echo '#endif /''* MULE *''/' >> depend.out
|
|
664 echo '' >> depend.out
|
|
665 cat /tmp/depend2.$$ >> depend.out
|
163
|
666 $(RM) /tmp/depend1.$$ /tmp/depend2.$$
|
0
|
667
|
163
|
668 ## Manually-generated dependencies (makedepend misbehaves on these)
|
0
|
669
|
163
|
670 ## (actually makedepend does OK on these but we want to conditionalize them)
|
0
|
671 #ifdef EXTERNAL_WIDGET
|
|
672 ExternalClient-Xlib.o: extw-Xlib.h
|
|
673 ExternalClient-Xm.o: config.h
|
|
674 ExternalClient-Xm.o: xintrinsicp.h
|
|
675 ExternalClient-Xm.o: ExternalClient.h
|
|
676 ExternalClient-Xm.o: ExternalClientP.h
|
|
677 ExternalClient-Xm.o: extw-Xlib.h
|
|
678 ExternalClient-Xm.o: extw-Xt.h
|
|
679 ExternalClient-Xt.o: config.h
|
|
680 ExternalClient-Xt.o: xintrinsicp.h
|
|
681 ExternalClient-Xt.o: ExternalClient.h
|
|
682 ExternalClient-Xt.o: ExternalClientP.h
|
|
683 ExternalClient-Xt.o: extw-Xlib.h
|
|
684 ExternalClient-Xt.o: extw-Xt.h
|
|
685 ExternalShell.o: ExternalShell.h
|
|
686 ExternalShell.o: ExternalShellP.h
|
|
687 ExternalShell.o: config.h
|
|
688 ExternalShell.o: extw-Xlib.h
|
|
689 ExternalShell.o: extw-Xt.h
|
|
690 ExternalShell.o: xintrinsic.h
|
|
691 ExternalShell.o: xintrinsicp.h
|
|
692 extw-Xlib-shared.o: config.h
|
|
693 extw-Xlib-shared.o: extw-Xlib.h
|
|
694 extw-Xt-shared.o: config.h
|
|
695 extw-Xt-shared.o: extw-Xlib.h
|
|
696 extw-Xt-shared.o: extw-Xt.h
|
|
697 extw-Xlib-nonshared.o: config.h
|
|
698 extw-Xlib-nonshared.o: extw-Xlib.h
|
|
699 extw-Xt-nonshared.o: config.h
|
|
700 extw-Xt-nonshared.o: extw-Xlib.h
|
|
701 extw-Xt-nonshared.o: extw-Xt.h
|
149
|
702 #endif /* EXTERNAL_WIDGET */
|
0
|
703
|
|
704 #ifdef EMACS_BTL
|
149
|
705 cadillac-btl.o: $(BTL_dir)/cadillac-btl.c
|
|
706 cadillac-btl.o: $(BTL_dir)/cadillac-btl.h
|
|
707 cadillac-btl.o: $(BTL_dir)/cadillac-btl-extern.h
|
|
708 cadillac-btl-asm.o: $(BTL_dir)/cadillac-btl-asm.c
|
|
709 cadillac-btl-asm.o: $(BTL_dir)/cadillac-btl.h
|
|
710 cadillac-btl-asm.o: $(BTL_dir)/cadillac-btl-extern.h
|
|
711 cadillac-btl-emacs.o: $(BTL_dir)/cadillac-btl-extern.h
|
|
712 cadillac-btl-process.o: $(BTL_dir)/cadillac-btl-process.c
|
|
713 cadillac-btl-process.o: $(BTL_dir)/cadillac-btl.h
|
|
714 cadillac-btl-process.o: $(BTL_dir)/cadillac-btl-extern.h
|
0
|
715 #endif /* EMACS_BTL */
|
|
716
|
163
|
717 ## (makedepend definitely misbehaves on these)
|
0
|
718 sgiplay.o: config.h
|
|
719 sgiplay.o: libst.h
|
|
720 unexconvex.o: getpagesize.h
|
|
721 unexec.o: getpagesize.h
|
|
722 unexaix.o: config.h
|
|
723 unexalpha.o: config.h
|
|
724 unexapollo.o: config.h
|
|
725 unexconvex.o: config.h
|
|
726 unexec.o: config.h
|
|
727 unexelf.o: config.h
|
|
728 unexenix.o: config.h
|
|
729 unexfreebsd.o: config.h
|
|
730 unexhp9k3.o: config.h
|
|
731 unexhp9k800.o: config.h
|
|
732 unexmips.o: config.h
|
|
733 unexsunos4.o: config.h
|
|
734
|
223
|
735 ## Dependencies (formerly) generated by 'make depend'
|
|
736
|
|
737 ## This has been hand-maintained since (at least) some time in 1996
|
|
738 ## Note: We deliberately do not include a dependency on lisp.h
|
0
|
739
|
70
|
740 #ifdef MULE
|
|
741 EmacsFrame.o: mule-charset.h
|
|
742 abbrev.o: mule-charset.h
|
|
743 alloc.o: mule-charset.h
|
|
744 buffer.o: mule-charset.h
|
|
745 bytecode.o: mule-charset.h
|
|
746 callint.o: mule-charset.h
|
|
747 callproc.o: mule-charset.h
|
|
748 callproc.o: mule-coding.h
|
|
749 casefiddle.o: mule-charset.h
|
|
750 casetab.o: mule-charset.h
|
|
751 chartab.o: mule-charset.h
|
|
752 cmdloop.o: mule-charset.h
|
|
753 cmds.o: mule-charset.h
|
|
754 console-tty.o: mule-charset.h
|
|
755 console-tty.o: mule-coding.h
|
|
756 console.o: mule-charset.h
|
|
757 data.o: mule-charset.h
|
|
758 device-tty.o: mule-charset.h
|
|
759 device-x.o: mule-charset.h
|
|
760 device.o: mule-charset.h
|
|
761 dialog-x.o: mule-charset.h
|
|
762 dired.o: mule-charset.h
|
|
763 doc.o: mule-charset.h
|
|
764 doprnt.o: mule-charset.h
|
|
765 editfns.o: mule-charset.h
|
|
766 emacs.o: mule-charset.h
|
|
767 eval.o: mule-charset.h
|
|
768 event-Xt.o: mule-charset.h
|
|
769 event-stream.o: mule-charset.h
|
|
770 event-stream.o: mule-coding.h
|
|
771 events.o: mule-charset.h
|
|
772 extents.o: mule-charset.h
|
|
773 faces.o: mule-charset.h
|
|
774 fileio.o: mule-charset.h
|
|
775 fileio.o: mule-coding.h
|
|
776 filelock.o: mule-charset.h
|
|
777 fns.o: mule-charset.h
|
|
778 font-lock.o: mule-charset.h
|
|
779 frame-x.o: mule-charset.h
|
|
780 frame.o: mule-charset.h
|
|
781 glyphs-x.o: mule-charset.h
|
|
782 glyphs.o: mule-charset.h
|
|
783 gui-x.o: mule-charset.h
|
|
784 indent.o: mule-charset.h
|
118
|
785 inline.o: mule-charset.h
|
|
786 inline.o: mule-coding.h
|
70
|
787 input-method-xlib.o: mule-charset.h
|
|
788 input-method-xlib.o: mule-coding.h
|
|
789 insdel.o: mule-charset.h
|
|
790 keymap.o: mule-charset.h
|
|
791 lread.o: mule-charset.h
|
|
792 lread.o: mule-coding.h
|
|
793 lstream.o: mule-charset.h
|
|
794 macros.o: mule-charset.h
|
|
795 marker.o: mule-charset.h
|
|
796 md5.o: mule-charset.h
|
|
797 menubar-x.o: mule-charset.h
|
|
798 minibuf.o: mule-charset.h
|
149
|
799 #ifdef HAVE_CANNA
|
70
|
800 mule-canna.o: blocktype.h
|
|
801 mule-canna.o: buffer.h
|
|
802 mule-canna.o: bufslots.h
|
|
803 mule-canna.o: config.h
|
|
804 mule-canna.o: dynarr.h
|
|
805 mule-canna.o: mule-charset.h
|
149
|
806 #endif /* HAVE_CANNA */
|
70
|
807 mule-ccl.o: blocktype.h
|
|
808 mule-ccl.o: buffer.h
|
|
809 mule-ccl.o: bufslots.h
|
|
810 mule-ccl.o: config.h
|
|
811 mule-ccl.o: dynarr.h
|
|
812 mule-ccl.o: mule-charset.h
|
|
813 mule-ccl.o: mule-coding.h
|
|
814 mule-charset.o: blocktype.h
|
|
815 mule-charset.o: buffer.h
|
|
816 mule-charset.o: bufslots.h
|
|
817 mule-charset.o: chartab.h
|
|
818 mule-charset.o: config.h
|
|
819 mule-charset.o: dynarr.h
|
|
820 mule-charset.o: elhash.h
|
|
821 mule-charset.o: lstream.h
|
|
822 mule-charset.o: mule-charset.h
|
|
823 mule-coding.o: blocktype.h
|
|
824 mule-coding.o: buffer.h
|
|
825 mule-coding.o: bufslots.h
|
|
826 mule-coding.o: config.h
|
|
827 mule-coding.o: dynarr.h
|
|
828 mule-coding.o: elhash.h
|
|
829 mule-coding.o: insdel.h
|
|
830 mule-coding.o: lstream.h
|
|
831 mule-coding.o: mule-charset.h
|
|
832 mule-coding.o: mule-coding.h
|
149
|
833 #if 0
|
70
|
834 mule-mcpath.o: blocktype.h
|
|
835 mule-mcpath.o: buffer.h
|
|
836 mule-mcpath.o: bufslots.h
|
|
837 mule-mcpath.o: config.h
|
|
838 mule-mcpath.o: dynarr.h
|
|
839 mule-mcpath.o: mule-charset.h
|
|
840 mule-mcpath.o: sysfile.h
|
149
|
841 #endif /* obsolete */
|
|
842 #ifdef HAVE_WNN
|
70
|
843 mule-wnnfns.o: blocktype.h
|
|
844 mule-wnnfns.o: buffer.h
|
|
845 mule-wnnfns.o: bufslots.h
|
|
846 mule-wnnfns.o: config.h
|
|
847 mule-wnnfns.o: dynarr.h
|
|
848 mule-wnnfns.o: mule-charset.h
|
|
849 mule-wnnfns.o: redisplay.h
|
|
850 mule-wnnfns.o: scrollbar.h
|
|
851 mule-wnnfns.o: window.h
|
149
|
852 #endif /* HAVE_WNN */
|
70
|
853 mule.o: blocktype.h
|
|
854 mule.o: config.h
|
|
855 mule.o: dynarr.h
|
|
856 mule.o: regex.h
|
|
857 objects-tty.o: mule-charset.h
|
|
858 objects-x.o: mule-charset.h
|
|
859 objects.o: mule-charset.h
|
|
860 print.o: mule-charset.h
|
|
861 process.o: mule-charset.h
|
|
862 process.o: mule-coding.h
|
|
863 redisplay-output.o: mule-charset.h
|
|
864 redisplay-tty.o: mule-charset.h
|
|
865 redisplay-x.o: mule-charset.h
|
|
866 redisplay-x.o: mule-coding.h
|
|
867 redisplay.o: mule-charset.h
|
|
868 redisplay.o: mule-coding.h
|
|
869 regex.o: mule-charset.h
|
|
870 scrollbar.o: mule-charset.h
|
|
871 search.o: mule-charset.h
|
|
872 sound.o: mule-charset.h
|
|
873 specifier.o: mule-charset.h
|
|
874 symbols.o: mule-charset.h
|
|
875 syntax.o: mule-charset.h
|
|
876 sysdep.o: mule-charset.h
|
|
877 toolbar-x.o: mule-charset.h
|
|
878 toolbar.o: mule-charset.h
|
|
879 tooltalk.o: mule-charset.h
|
|
880 undo.o: mule-charset.h
|
|
881 window.o: mule-charset.h
|
|
882 xselect.o: mule-charset.h
|
|
883 #endif /* MULE */
|
0
|
884
|
199
|
885 #ifdef HAVE_OFFIX_DND
|
|
886 device-x.o: offix.h
|
223
|
887 device-x.o: offix-types.h
|
|
888 device-x.o: xintrinsic.h
|
|
889 event-Xt.o: offix.h offix-types.h xintrinsic.h
|
|
890 event-Xt.o: offix-types.h
|
|
891 event-Xt.o: xintrinsic.h
|
199
|
892 frame-x.o: offix.h
|
223
|
893 frame-x.o: offix-types.h
|
|
894 frame-x.o: xintrinsic.h
|
199
|
895 offix.o: offix-cursors.h
|
|
896 offix.o: offix.h
|
223
|
897 offix.o: offix-types.h
|
|
898 offix.o: xintrinsic.h
|
199
|
899 #endif
|
|
900
|
149
|
901 EmacsFrame.o: $(LWLIB_SRCDIR)/lwlib.h
|
0
|
902 EmacsFrame.o: EmacsFrame.h
|
|
903 EmacsFrame.o: EmacsFrameP.h
|
|
904 EmacsFrame.o: EmacsManager.h
|
|
905 EmacsFrame.o: blocktype.h
|
|
906 EmacsFrame.o: buffer.h
|
|
907 EmacsFrame.o: bufslots.h
|
|
908 EmacsFrame.o: config.h
|
|
909 EmacsFrame.o: conslots.h
|
|
910 EmacsFrame.o: console-x.h
|
|
911 EmacsFrame.o: console.h
|
|
912 EmacsFrame.o: device.h
|
|
913 EmacsFrame.o: dynarr.h
|
|
914 EmacsFrame.o: faces.h
|
|
915 EmacsFrame.o: frame.h
|
|
916 EmacsFrame.o: frameslots.h
|
|
917 EmacsFrame.o: glyphs-x.h
|
|
918 EmacsFrame.o: glyphs.h
|
|
919 EmacsFrame.o: objects-x.h
|
|
920 EmacsFrame.o: objects.h
|
|
921 EmacsFrame.o: redisplay.h
|
|
922 EmacsFrame.o: scrollbar.h
|
|
923 EmacsFrame.o: specifier.h
|
|
924 EmacsFrame.o: toolbar.h
|
|
925 EmacsFrame.o: window.h
|
|
926 EmacsFrame.o: xintrinsic.h
|
|
927 EmacsFrame.o: xintrinsicp.h
|
|
928 EmacsFrame.o: xmprimitivep.h
|
|
929 EmacsFrame.o: xmu.h
|
|
930 EmacsManager.o: EmacsManager.h
|
|
931 EmacsManager.o: EmacsManagerP.h
|
|
932 EmacsManager.o: config.h
|
|
933 EmacsManager.o: xintrinsicp.h
|
|
934 EmacsManager.o: xmmanagerp.h
|
|
935 EmacsShell-sub.o: EmacsShell.h
|
|
936 EmacsShell-sub.o: EmacsShellP.h
|
|
937 EmacsShell-sub.o: config.h
|
|
938 EmacsShell-sub.o: xintrinsic.h
|
|
939 EmacsShell-sub.o: xintrinsicp.h
|
|
940 EmacsShell.o: EmacsShell.h
|
|
941 EmacsShell.o: config.h
|
|
942 EmacsShell.o: xintrinsicp.h
|
|
943 abbrev.o: blocktype.h
|
|
944 abbrev.o: buffer.h
|
|
945 abbrev.o: bufslots.h
|
70
|
946 abbrev.o: chartab.h
|
0
|
947 abbrev.o: commands.h
|
|
948 abbrev.o: config.h
|
|
949 abbrev.o: dynarr.h
|
|
950 abbrev.o: insdel.h
|
|
951 abbrev.o: redisplay.h
|
|
952 abbrev.o: scrollbar.h
|
|
953 abbrev.o: syntax.h
|
|
954 abbrev.o: window.h
|
|
955 alloc.o: backtrace.h
|
|
956 alloc.o: blocktype.h
|
|
957 alloc.o: buffer.h
|
|
958 alloc.o: bufslots.h
|
|
959 alloc.o: bytecode.h
|
70
|
960 alloc.o: chartab.h
|
0
|
961 alloc.o: config.h
|
|
962 alloc.o: conslots.h
|
|
963 alloc.o: console.h
|
|
964 alloc.o: device.h
|
|
965 alloc.o: dynarr.h
|
|
966 alloc.o: elhash.h
|
|
967 alloc.o: events.h
|
|
968 alloc.o: extents.h
|
|
969 alloc.o: frame.h
|
|
970 alloc.o: frameslots.h
|
|
971 alloc.o: glyphs.h
|
171
|
972 alloc.o: puresize.h
|
0
|
973 alloc.o: redisplay.h
|
|
974 alloc.o: scrollbar.h
|
|
975 alloc.o: specifier.h
|
|
976 alloc.o: systime.h
|
|
977 alloc.o: toolbar.h
|
|
978 alloc.o: window.h
|
|
979 alloca.o: config.h
|
163
|
980 balloon_help.o: config.h
|
|
981 balloon_help.o: balloon_help.h
|
|
982 balloon-x.o: config.h
|
|
983 balloon-x.o: device.h
|
|
984 balloon-x.o: console-x.h
|
|
985 balloon-x.o: balloon_help.h
|
0
|
986 blocktype.o: blocktype.h
|
|
987 blocktype.o: config.h
|
|
988 blocktype.o: dynarr.h
|
|
989 buffer.o: blocktype.h
|
|
990 buffer.o: buffer.h
|
|
991 buffer.o: bufslots.h
|
70
|
992 buffer.o: chartab.h
|
0
|
993 buffer.o: commands.h
|
|
994 buffer.o: config.h
|
|
995 buffer.o: conslots.h
|
|
996 buffer.o: console.h
|
|
997 buffer.o: device.h
|
|
998 buffer.o: dynarr.h
|
|
999 buffer.o: elhash.h
|
|
1000 buffer.o: extents.h
|
|
1001 buffer.o: faces.h
|
|
1002 buffer.o: frame.h
|
|
1003 buffer.o: frameslots.h
|
|
1004 buffer.o: insdel.h
|
|
1005 buffer.o: process.h
|
|
1006 buffer.o: redisplay.h
|
|
1007 buffer.o: scrollbar.h
|
|
1008 buffer.o: specifier.h
|
|
1009 buffer.o: syntax.h
|
|
1010 buffer.o: sysdep.h
|
|
1011 buffer.o: sysfile.h
|
|
1012 buffer.o: toolbar.h
|
|
1013 buffer.o: window.h
|
|
1014 bytecode.o: blocktype.h
|
|
1015 bytecode.o: buffer.h
|
|
1016 bytecode.o: bufslots.h
|
70
|
1017 bytecode.o: chartab.h
|
0
|
1018 bytecode.o: config.h
|
|
1019 bytecode.o: dynarr.h
|
|
1020 bytecode.o: syntax.h
|
|
1021 callint.o: blocktype.h
|
|
1022 callint.o: buffer.h
|
|
1023 callint.o: bufslots.h
|
|
1024 callint.o: bytecode.h
|
|
1025 callint.o: commands.h
|
|
1026 callint.o: config.h
|
|
1027 callint.o: dynarr.h
|
|
1028 callint.o: events.h
|
|
1029 callint.o: insdel.h
|
|
1030 callint.o: redisplay.h
|
|
1031 callint.o: scrollbar.h
|
|
1032 callint.o: systime.h
|
|
1033 callint.o: window.h
|
|
1034 callproc.o: blocktype.h
|
|
1035 callproc.o: buffer.h
|
|
1036 callproc.o: bufslots.h
|
|
1037 callproc.o: commands.h
|
|
1038 callproc.o: config.h
|
|
1039 callproc.o: dynarr.h
|
|
1040 callproc.o: insdel.h
|
|
1041 callproc.o: lstream.h
|
|
1042 callproc.o: paths.h
|
|
1043 callproc.o: process.h
|
|
1044 callproc.o: redisplay.h
|
|
1045 callproc.o: scrollbar.h
|
|
1046 callproc.o: sysdep.h
|
|
1047 callproc.o: sysfile.h
|
|
1048 callproc.o: sysproc.h
|
|
1049 callproc.o: systime.h
|
|
1050 callproc.o: systty.h
|
|
1051 callproc.o: window.h
|
|
1052 casefiddle.o: blocktype.h
|
|
1053 casefiddle.o: buffer.h
|
|
1054 casefiddle.o: bufslots.h
|
70
|
1055 casefiddle.o: chartab.h
|
0
|
1056 casefiddle.o: commands.h
|
|
1057 casefiddle.o: config.h
|
|
1058 casefiddle.o: dynarr.h
|
|
1059 casefiddle.o: insdel.h
|
|
1060 casefiddle.o: syntax.h
|
|
1061 casetab.o: blocktype.h
|
|
1062 casetab.o: buffer.h
|
|
1063 casetab.o: bufslots.h
|
|
1064 casetab.o: config.h
|
|
1065 casetab.o: dynarr.h
|
|
1066 casetab.o: opaque.h
|
70
|
1067 chartab.o: blocktype.h
|
|
1068 chartab.o: buffer.h
|
|
1069 chartab.o: bufslots.h
|
|
1070 chartab.o: chartab.h
|
|
1071 chartab.o: commands.h
|
|
1072 chartab.o: config.h
|
|
1073 chartab.o: dynarr.h
|
|
1074 chartab.o: syntax.h
|
0
|
1075 cm.o: blocktype.h
|
|
1076 cm.o: config.h
|
|
1077 cm.o: conslots.h
|
|
1078 cm.o: console-tty.h
|
|
1079 cm.o: console.h
|
|
1080 cm.o: device.h
|
|
1081 cm.o: dynarr.h
|
|
1082 cm.o: frame.h
|
|
1083 cm.o: frameslots.h
|
|
1084 cm.o: lstream.h
|
|
1085 cm.o: redisplay.h
|
|
1086 cm.o: scrollbar.h
|
|
1087 cm.o: specifier.h
|
|
1088 cm.o: systty.h
|
|
1089 cm.o: toolbar.h
|
|
1090 cmdloop.o: blocktype.h
|
|
1091 cmdloop.o: buffer.h
|
|
1092 cmdloop.o: bufslots.h
|
|
1093 cmdloop.o: commands.h
|
|
1094 cmdloop.o: config.h
|
|
1095 cmdloop.o: conslots.h
|
|
1096 cmdloop.o: console.h
|
|
1097 cmdloop.o: device.h
|
|
1098 cmdloop.o: dynarr.h
|
|
1099 cmdloop.o: events.h
|
|
1100 cmdloop.o: frame.h
|
|
1101 cmdloop.o: frameslots.h
|
|
1102 cmdloop.o: macros.h
|
|
1103 cmdloop.o: redisplay.h
|
|
1104 cmdloop.o: scrollbar.h
|
|
1105 cmdloop.o: specifier.h
|
|
1106 cmdloop.o: systime.h
|
|
1107 cmdloop.o: toolbar.h
|
|
1108 cmdloop.o: window.h
|
|
1109 cmds.o: blocktype.h
|
|
1110 cmds.o: buffer.h
|
|
1111 cmds.o: bufslots.h
|
70
|
1112 cmds.o: chartab.h
|
0
|
1113 cmds.o: commands.h
|
|
1114 cmds.o: config.h
|
|
1115 cmds.o: dynarr.h
|
|
1116 cmds.o: insdel.h
|
|
1117 cmds.o: syntax.h
|
|
1118 console-stream.o: blocktype.h
|
|
1119 console-stream.o: config.h
|
|
1120 console-stream.o: conslots.h
|
|
1121 console-stream.o: console-stream.h
|
|
1122 console-stream.o: console-tty.h
|
|
1123 console-stream.o: console.h
|
|
1124 console-stream.o: device.h
|
|
1125 console-stream.o: dynarr.h
|
|
1126 console-stream.o: events.h
|
|
1127 console-stream.o: frame.h
|
|
1128 console-stream.o: frameslots.h
|
|
1129 console-stream.o: redisplay.h
|
|
1130 console-stream.o: scrollbar.h
|
|
1131 console-stream.o: specifier.h
|
|
1132 console-stream.o: sysdep.h
|
|
1133 console-stream.o: systime.h
|
|
1134 console-stream.o: systty.h
|
|
1135 console-stream.o: toolbar.h
|
|
1136 console-stream.o: window.h
|
|
1137 console-tty.o: blocktype.h
|
|
1138 console-tty.o: buffer.h
|
|
1139 console-tty.o: bufslots.h
|
|
1140 console-tty.o: config.h
|
|
1141 console-tty.o: conslots.h
|
|
1142 console-tty.o: console-stream.h
|
|
1143 console-tty.o: console-tty.h
|
|
1144 console-tty.o: console.h
|
|
1145 console-tty.o: device.h
|
|
1146 console-tty.o: dynarr.h
|
|
1147 console-tty.o: events.h
|
|
1148 console-tty.o: faces.h
|
|
1149 console-tty.o: frame.h
|
|
1150 console-tty.o: frameslots.h
|
|
1151 console-tty.o: lstream.h
|
|
1152 console-tty.o: redisplay.h
|
|
1153 console-tty.o: scrollbar.h
|
|
1154 console-tty.o: specifier.h
|
|
1155 console-tty.o: sysdep.h
|
|
1156 console-tty.o: systime.h
|
|
1157 console-tty.o: systty.h
|
|
1158 console-tty.o: toolbar.h
|
|
1159 console-x.o: blocktype.h
|
|
1160 console-x.o: config.h
|
|
1161 console-x.o: conslots.h
|
|
1162 console-x.o: console-x.h
|
|
1163 console-x.o: console.h
|
|
1164 console-x.o: dynarr.h
|
|
1165 console-x.o: process.h
|
|
1166 console-x.o: redisplay.h
|
|
1167 console-x.o: xintrinsic.h
|
|
1168 console.o: blocktype.h
|
|
1169 console.o: buffer.h
|
|
1170 console.o: bufslots.h
|
|
1171 console.o: config.h
|
|
1172 console.o: conslots.h
|
|
1173 console.o: console-tty.h
|
|
1174 console.o: console.h
|
|
1175 console.o: device.h
|
|
1176 console.o: dynarr.h
|
|
1177 console.o: events.h
|
|
1178 console.o: frame.h
|
|
1179 console.o: frameslots.h
|
|
1180 console.o: redisplay.h
|
|
1181 console.o: scrollbar.h
|
|
1182 console.o: specifier.h
|
|
1183 console.o: sysdep.h
|
|
1184 console.o: systime.h
|
|
1185 console.o: systty.h
|
|
1186 console.o: toolbar.h
|
|
1187 console.o: window.h
|
|
1188 data.o: blocktype.h
|
|
1189 data.o: buffer.h
|
|
1190 data.o: bufslots.h
|
|
1191 data.o: bytecode.h
|
|
1192 data.o: config.h
|
|
1193 data.o: dynarr.h
|
|
1194 data.o: sysfloat.h
|
149
|
1195 #ifdef HAVE_DATABASE
|
0
|
1196 database.o: blocktype.h
|
|
1197 database.o: config.h
|
|
1198 database.o: database.h
|
|
1199 database.o: dynarr.h
|
149
|
1200 #endif /* HAVE_DATABASE */
|
0
|
1201 debug.o: blocktype.h
|
|
1202 debug.o: bytecode.h
|
|
1203 debug.o: config.h
|
|
1204 debug.o: debug.h
|
|
1205 debug.o: dynarr.h
|
|
1206 device-tty.o: blocktype.h
|
|
1207 device-tty.o: buffer.h
|
|
1208 device-tty.o: bufslots.h
|
|
1209 device-tty.o: config.h
|
|
1210 device-tty.o: conslots.h
|
|
1211 device-tty.o: console-stream.h
|
|
1212 device-tty.o: console-tty.h
|
|
1213 device-tty.o: console.h
|
|
1214 device-tty.o: device.h
|
|
1215 device-tty.o: dynarr.h
|
|
1216 device-tty.o: events.h
|
|
1217 device-tty.o: faces.h
|
|
1218 device-tty.o: frame.h
|
|
1219 device-tty.o: frameslots.h
|
|
1220 device-tty.o: lstream.h
|
|
1221 device-tty.o: redisplay.h
|
|
1222 device-tty.o: scrollbar.h
|
|
1223 device-tty.o: specifier.h
|
|
1224 device-tty.o: sysdep.h
|
|
1225 device-tty.o: systime.h
|
|
1226 device-tty.o: systty.h
|
|
1227 device-tty.o: toolbar.h
|
149
|
1228 device-x.o: $(LWLIB_SRCDIR)/lwlib.h
|
0
|
1229 device-x.o: blocktype.h
|
|
1230 device-x.o: buffer.h
|
|
1231 device-x.o: bufslots.h
|
|
1232 device-x.o: config.h
|
|
1233 device-x.o: conslots.h
|
|
1234 device-x.o: console-x.h
|
|
1235 device-x.o: console.h
|
|
1236 device-x.o: device.h
|
|
1237 device-x.o: dynarr.h
|
|
1238 device-x.o: events.h
|
|
1239 device-x.o: faces.h
|
|
1240 device-x.o: frame.h
|
|
1241 device-x.o: frameslots.h
|
|
1242 device-x.o: glyphs-x.h
|
|
1243 device-x.o: glyphs.h
|
|
1244 device-x.o: objects-x.h
|
|
1245 device-x.o: objects.h
|
|
1246 device-x.o: redisplay.h
|
|
1247 device-x.o: scrollbar.h
|
|
1248 device-x.o: specifier.h
|
|
1249 device-x.o: sysdep.h
|
|
1250 device-x.o: sysfile.h
|
|
1251 device-x.o: systime.h
|
|
1252 device-x.o: toolbar.h
|
|
1253 device-x.o: window.h
|
|
1254 device-x.o: xgccache.h
|
|
1255 device-x.o: xintrinsic.h
|
|
1256 device-x.o: xintrinsicp.h
|
|
1257 device-x.o: xmu.h
|
|
1258 device.o: blocktype.h
|
|
1259 device.o: buffer.h
|
|
1260 device.o: bufslots.h
|
|
1261 device.o: config.h
|
|
1262 device.o: conslots.h
|
|
1263 device.o: console.h
|
|
1264 device.o: device.h
|
|
1265 device.o: dynarr.h
|
|
1266 device.o: elhash.h
|
|
1267 device.o: events.h
|
|
1268 device.o: faces.h
|
|
1269 device.o: frame.h
|
|
1270 device.o: frameslots.h
|
|
1271 device.o: keymap.h
|
|
1272 device.o: redisplay.h
|
|
1273 device.o: scrollbar.h
|
|
1274 device.o: specifier.h
|
|
1275 device.o: sysdep.h
|
|
1276 device.o: systime.h
|
|
1277 device.o: toolbar.h
|
|
1278 device.o: window.h
|
|
1279 dgif_lib.o: config.h
|
|
1280 dgif_lib.o: gif_lib.h
|
149
|
1281 dialog-x.o: $(LWLIB_SRCDIR)/lwlib.h
|
0
|
1282 dialog-x.o: EmacsFrame.h
|
|
1283 dialog-x.o: EmacsManager.h
|
|
1284 dialog-x.o: EmacsShell.h
|
|
1285 dialog-x.o: blocktype.h
|
|
1286 dialog-x.o: buffer.h
|
|
1287 dialog-x.o: bufslots.h
|
|
1288 dialog-x.o: commands.h
|
|
1289 dialog-x.o: config.h
|
|
1290 dialog-x.o: conslots.h
|
|
1291 dialog-x.o: console-x.h
|
|
1292 dialog-x.o: console.h
|
|
1293 dialog-x.o: device.h
|
|
1294 dialog-x.o: dynarr.h
|
|
1295 dialog-x.o: events.h
|
|
1296 dialog-x.o: frame.h
|
|
1297 dialog-x.o: frameslots.h
|
|
1298 dialog-x.o: gui-x.h
|
|
1299 dialog-x.o: opaque.h
|
|
1300 dialog-x.o: redisplay.h
|
|
1301 dialog-x.o: scrollbar.h
|
|
1302 dialog-x.o: specifier.h
|
|
1303 dialog-x.o: systime.h
|
|
1304 dialog-x.o: toolbar.h
|
|
1305 dialog-x.o: window.h
|
|
1306 dialog-x.o: xintrinsic.h
|
|
1307 dialog.o: blocktype.h
|
|
1308 dialog.o: config.h
|
|
1309 dialog.o: dynarr.h
|
|
1310 dired.o: blocktype.h
|
|
1311 dired.o: buffer.h
|
|
1312 dired.o: bufslots.h
|
|
1313 dired.o: commands.h
|
|
1314 dired.o: config.h
|
|
1315 dired.o: dynarr.h
|
|
1316 dired.o: elhash.h
|
|
1317 dired.o: regex.h
|
|
1318 dired.o: sysdir.h
|
|
1319 dired.o: sysfile.h
|
|
1320 doc.o: blocktype.h
|
|
1321 doc.o: buffer.h
|
|
1322 doc.o: bufslots.h
|
|
1323 doc.o: bytecode.h
|
|
1324 doc.o: config.h
|
|
1325 doc.o: dynarr.h
|
|
1326 doc.o: insdel.h
|
|
1327 doc.o: keymap.h
|
|
1328 doc.o: sysfile.h
|
|
1329 doprnt.o: blocktype.h
|
|
1330 doprnt.o: buffer.h
|
|
1331 doprnt.o: bufslots.h
|
|
1332 doprnt.o: config.h
|
|
1333 doprnt.o: dynarr.h
|
|
1334 doprnt.o: lstream.h
|
|
1335 dynarr.o: blocktype.h
|
|
1336 dynarr.o: config.h
|
|
1337 dynarr.o: dynarr.h
|
|
1338 ecrt0.o: config.h
|
|
1339 editfns.o: blocktype.h
|
|
1340 editfns.o: buffer.h
|
|
1341 editfns.o: bufslots.h
|
|
1342 editfns.o: commands.h
|
|
1343 editfns.o: config.h
|
|
1344 editfns.o: conslots.h
|
|
1345 editfns.o: console.h
|
|
1346 editfns.o: device.h
|
|
1347 editfns.o: dynarr.h
|
|
1348 editfns.o: events.h
|
|
1349 editfns.o: extents.h
|
|
1350 editfns.o: frame.h
|
|
1351 editfns.o: frameslots.h
|
|
1352 editfns.o: insdel.h
|
|
1353 editfns.o: redisplay.h
|
|
1354 editfns.o: scrollbar.h
|
|
1355 editfns.o: specifier.h
|
|
1356 editfns.o: sysdep.h
|
|
1357 editfns.o: syspwd.h
|
|
1358 editfns.o: systime.h
|
|
1359 editfns.o: toolbar.h
|
|
1360 editfns.o: window.h
|
|
1361 elhash.o: blocktype.h
|
|
1362 elhash.o: bytecode.h
|
|
1363 elhash.o: config.h
|
|
1364 elhash.o: dynarr.h
|
|
1365 elhash.o: elhash.h
|
|
1366 elhash.o: hash.h
|
|
1367 emacs.o: backtrace.h
|
|
1368 emacs.o: blocktype.h
|
|
1369 emacs.o: buffer.h
|
|
1370 emacs.o: bufslots.h
|
|
1371 emacs.o: commands.h
|
|
1372 emacs.o: config.h
|
|
1373 emacs.o: conslots.h
|
|
1374 emacs.o: console.h
|
|
1375 emacs.o: dynarr.h
|
|
1376 emacs.o: process.h
|
|
1377 emacs.o: sysdep.h
|
|
1378 emacs.o: sysfile.h
|
|
1379 emacs.o: systime.h
|
|
1380 emacs.o: systty.h
|
|
1381 eval.o: backtrace.h
|
|
1382 eval.o: blocktype.h
|
|
1383 eval.o: buffer.h
|
|
1384 eval.o: bufslots.h
|
|
1385 eval.o: bytecode.h
|
|
1386 eval.o: commands.h
|
|
1387 eval.o: config.h
|
|
1388 eval.o: conslots.h
|
|
1389 eval.o: console.h
|
|
1390 eval.o: dynarr.h
|
|
1391 eval.o: opaque.h
|
149
|
1392 event-Xt.o: $(LWLIB_SRCDIR)/lwlib.h
|
0
|
1393 event-Xt.o: Emacs.ad.h
|
|
1394 event-Xt.o: EmacsFrame.h
|
|
1395 event-Xt.o: blocktype.h
|
|
1396 event-Xt.o: buffer.h
|
|
1397 event-Xt.o: bufslots.h
|
|
1398 event-Xt.o: commands.h
|
|
1399 event-Xt.o: config.h
|
|
1400 event-Xt.o: conslots.h
|
|
1401 event-Xt.o: console-tty.h
|
|
1402 event-Xt.o: console-x.h
|
|
1403 event-Xt.o: console.h
|
|
1404 event-Xt.o: device.h
|
|
1405 event-Xt.o: dynarr.h
|
|
1406 event-Xt.o: events.h
|
|
1407 event-Xt.o: frame.h
|
|
1408 event-Xt.o: frameslots.h
|
|
1409 event-Xt.o: objects-x.h
|
|
1410 event-Xt.o: objects.h
|
|
1411 event-Xt.o: paths.h
|
|
1412 event-Xt.o: process.h
|
|
1413 event-Xt.o: redisplay.h
|
|
1414 event-Xt.o: scrollbar.h
|
|
1415 event-Xt.o: specifier.h
|
|
1416 event-Xt.o: sysproc.h
|
|
1417 event-Xt.o: systime.h
|
|
1418 event-Xt.o: systty.h
|
|
1419 event-Xt.o: toolbar.h
|
|
1420 event-Xt.o: xintrinsic.h
|
|
1421 event-Xt.o: xintrinsicp.h
|
|
1422 event-stream.o: blocktype.h
|
|
1423 event-stream.o: buffer.h
|
|
1424 event-stream.o: bufslots.h
|
|
1425 event-stream.o: commands.h
|
|
1426 event-stream.o: config.h
|
|
1427 event-stream.o: conslots.h
|
|
1428 event-stream.o: console.h
|
|
1429 event-stream.o: device.h
|
|
1430 event-stream.o: dynarr.h
|
|
1431 event-stream.o: elhash.h
|
|
1432 event-stream.o: events.h
|
|
1433 event-stream.o: frame.h
|
|
1434 event-stream.o: frameslots.h
|
|
1435 event-stream.o: insdel.h
|
|
1436 event-stream.o: keymap.h
|
|
1437 event-stream.o: lstream.h
|
|
1438 event-stream.o: macros.h
|
|
1439 event-stream.o: opaque.h
|
|
1440 event-stream.o: process.h
|
|
1441 event-stream.o: redisplay.h
|
|
1442 event-stream.o: scrollbar.h
|
|
1443 event-stream.o: specifier.h
|
|
1444 event-stream.o: sysdep.h
|
|
1445 event-stream.o: systime.h
|
|
1446 event-stream.o: toolbar.h
|
|
1447 event-stream.o: window.h
|
|
1448 event-tty.o: blocktype.h
|
|
1449 event-tty.o: config.h
|
|
1450 event-tty.o: conslots.h
|
|
1451 event-tty.o: console-tty.h
|
|
1452 event-tty.o: console.h
|
|
1453 event-tty.o: device.h
|
|
1454 event-tty.o: dynarr.h
|
|
1455 event-tty.o: events.h
|
|
1456 event-tty.o: frame.h
|
|
1457 event-tty.o: frameslots.h
|
|
1458 event-tty.o: paths.h
|
|
1459 event-tty.o: process.h
|
|
1460 event-tty.o: scrollbar.h
|
|
1461 event-tty.o: specifier.h
|
|
1462 event-tty.o: sysproc.h
|
|
1463 event-tty.o: systime.h
|
|
1464 event-tty.o: systty.h
|
|
1465 event-tty.o: syswait.h
|
|
1466 event-tty.o: toolbar.h
|
|
1467 event-unixoid.o: blocktype.h
|
|
1468 event-unixoid.o: config.h
|
|
1469 event-unixoid.o: conslots.h
|
|
1470 event-unixoid.o: console-stream.h
|
|
1471 event-unixoid.o: console-tty.h
|
|
1472 event-unixoid.o: console.h
|
|
1473 event-unixoid.o: device.h
|
|
1474 event-unixoid.o: dynarr.h
|
|
1475 event-unixoid.o: events.h
|
|
1476 event-unixoid.o: paths.h
|
|
1477 event-unixoid.o: process.h
|
|
1478 event-unixoid.o: sysdep.h
|
|
1479 event-unixoid.o: sysproc.h
|
|
1480 event-unixoid.o: systime.h
|
|
1481 event-unixoid.o: systty.h
|
|
1482 events.o: blocktype.h
|
|
1483 events.o: buffer.h
|
|
1484 events.o: bufslots.h
|
|
1485 events.o: config.h
|
|
1486 events.o: conslots.h
|
|
1487 events.o: console-tty.h
|
|
1488 events.o: console-x.h
|
|
1489 events.o: console.h
|
|
1490 events.o: device.h
|
|
1491 events.o: dynarr.h
|
|
1492 events.o: events.h
|
|
1493 events.o: extents.h
|
|
1494 events.o: frame.h
|
|
1495 events.o: frameslots.h
|
|
1496 events.o: glyphs.h
|
|
1497 events.o: keymap.h
|
|
1498 events.o: redisplay.h
|
|
1499 events.o: scrollbar.h
|
|
1500 events.o: specifier.h
|
|
1501 events.o: systime.h
|
|
1502 events.o: systty.h
|
|
1503 events.o: toolbar.h
|
|
1504 events.o: window.h
|
|
1505 events.o: xintrinsic.h
|
|
1506 extents.o: blocktype.h
|
|
1507 extents.o: buffer.h
|
|
1508 extents.o: bufslots.h
|
|
1509 extents.o: config.h
|
|
1510 extents.o: conslots.h
|
|
1511 extents.o: console.h
|
|
1512 extents.o: debug.h
|
|
1513 extents.o: device.h
|
|
1514 extents.o: dynarr.h
|
|
1515 extents.o: elhash.h
|
|
1516 extents.o: extents.h
|
|
1517 extents.o: faces.h
|
|
1518 extents.o: frame.h
|
|
1519 extents.o: frameslots.h
|
|
1520 extents.o: glyphs.h
|
|
1521 extents.o: hash.h
|
|
1522 extents.o: insdel.h
|
|
1523 extents.o: opaque.h
|
|
1524 extents.o: process.h
|
|
1525 extents.o: redisplay.h
|
|
1526 extents.o: scrollbar.h
|
|
1527 extents.o: specifier.h
|
|
1528 extents.o: toolbar.h
|
|
1529 faces.o: EmacsFrame.h
|
|
1530 faces.o: blocktype.h
|
|
1531 faces.o: buffer.h
|
|
1532 faces.o: bufslots.h
|
|
1533 faces.o: config.h
|
|
1534 faces.o: conslots.h
|
|
1535 faces.o: console-x.h
|
|
1536 faces.o: console.h
|
|
1537 faces.o: device.h
|
|
1538 faces.o: dynarr.h
|
|
1539 faces.o: elhash.h
|
|
1540 faces.o: extents.h
|
|
1541 faces.o: faces.h
|
|
1542 faces.o: frame.h
|
|
1543 faces.o: frameslots.h
|
|
1544 faces.o: glyphs.h
|
|
1545 faces.o: hash.h
|
|
1546 faces.o: objects-x.h
|
|
1547 faces.o: objects.h
|
|
1548 faces.o: redisplay.h
|
|
1549 faces.o: scrollbar.h
|
|
1550 faces.o: specifier.h
|
|
1551 faces.o: toolbar.h
|
|
1552 faces.o: window.h
|
|
1553 faces.o: xintrinsic.h
|
|
1554 fileio.o: blocktype.h
|
|
1555 fileio.o: buffer.h
|
|
1556 fileio.o: bufslots.h
|
|
1557 fileio.o: config.h
|
|
1558 fileio.o: conslots.h
|
|
1559 fileio.o: console.h
|
|
1560 fileio.o: device.h
|
|
1561 fileio.o: dynarr.h
|
|
1562 fileio.o: events.h
|
|
1563 fileio.o: frame.h
|
|
1564 fileio.o: frameslots.h
|
|
1565 fileio.o: insdel.h
|
|
1566 fileio.o: lstream.h
|
|
1567 fileio.o: paths.h
|
|
1568 fileio.o: redisplay.h
|
|
1569 fileio.o: scrollbar.h
|
|
1570 fileio.o: specifier.h
|
|
1571 fileio.o: sysdep.h
|
|
1572 fileio.o: sysdir.h
|
|
1573 fileio.o: sysfile.h
|
|
1574 fileio.o: sysproc.h
|
|
1575 fileio.o: syspwd.h
|
|
1576 fileio.o: systime.h
|
|
1577 fileio.o: toolbar.h
|
|
1578 fileio.o: window.h
|
|
1579 filelock.o: blocktype.h
|
|
1580 filelock.o: buffer.h
|
|
1581 filelock.o: bufslots.h
|
|
1582 filelock.o: config.h
|
|
1583 filelock.o: dynarr.h
|
|
1584 filelock.o: paths.h
|
|
1585 filelock.o: sysdir.h
|
|
1586 filelock.o: sysfile.h
|
|
1587 filelock.o: syspwd.h
|
|
1588 filemode.o: blocktype.h
|
|
1589 filemode.o: config.h
|
|
1590 filemode.o: dynarr.h
|
|
1591 filemode.o: sysfile.h
|
|
1592 floatfns.o: blocktype.h
|
|
1593 floatfns.o: config.h
|
|
1594 floatfns.o: dynarr.h
|
|
1595 floatfns.o: sysfloat.h
|
|
1596 fns.o: blocktype.h
|
|
1597 fns.o: buffer.h
|
|
1598 fns.o: bufslots.h
|
|
1599 fns.o: bytecode.h
|
|
1600 fns.o: commands.h
|
|
1601 fns.o: config.h
|
|
1602 fns.o: conslots.h
|
|
1603 fns.o: console.h
|
|
1604 fns.o: device.h
|
|
1605 fns.o: dynarr.h
|
|
1606 fns.o: events.h
|
|
1607 fns.o: extents.h
|
|
1608 fns.o: frame.h
|
|
1609 fns.o: frameslots.h
|
|
1610 fns.o: scrollbar.h
|
|
1611 fns.o: specifier.h
|
|
1612 fns.o: systime.h
|
|
1613 fns.o: toolbar.h
|
|
1614 font-lock.o: blocktype.h
|
|
1615 font-lock.o: buffer.h
|
|
1616 font-lock.o: bufslots.h
|
70
|
1617 font-lock.o: chartab.h
|
0
|
1618 font-lock.o: config.h
|
|
1619 font-lock.o: dynarr.h
|
|
1620 font-lock.o: insdel.h
|
|
1621 font-lock.o: syntax.h
|
|
1622 frame-tty.o: blocktype.h
|
|
1623 frame-tty.o: config.h
|
|
1624 frame-tty.o: conslots.h
|
|
1625 frame-tty.o: console-tty.h
|
|
1626 frame-tty.o: console.h
|
|
1627 frame-tty.o: device.h
|
|
1628 frame-tty.o: dynarr.h
|
|
1629 frame-tty.o: frame.h
|
|
1630 frame-tty.o: frameslots.h
|
|
1631 frame-tty.o: scrollbar.h
|
|
1632 frame-tty.o: specifier.h
|
|
1633 frame-tty.o: systty.h
|
|
1634 frame-tty.o: toolbar.h
|
149
|
1635 frame-x.o: $(LWLIB_SRCDIR)/lwlib.h
|
0
|
1636 frame-x.o: EmacsFrame.h
|
|
1637 frame-x.o: EmacsFrameP.h
|
|
1638 frame-x.o: EmacsManager.h
|
|
1639 frame-x.o: EmacsShell.h
|
|
1640 frame-x.o: ExternalShell.h
|
|
1641 frame-x.o: blocktype.h
|
|
1642 frame-x.o: buffer.h
|
|
1643 frame-x.o: bufslots.h
|
|
1644 frame-x.o: config.h
|
|
1645 frame-x.o: conslots.h
|
|
1646 frame-x.o: console-x.h
|
|
1647 frame-x.o: console.h
|
|
1648 frame-x.o: device.h
|
|
1649 frame-x.o: dynarr.h
|
|
1650 frame-x.o: events.h
|
|
1651 frame-x.o: extents.h
|
|
1652 frame-x.o: faces.h
|
|
1653 frame-x.o: frame.h
|
|
1654 frame-x.o: frameslots.h
|
|
1655 frame-x.o: glyphs-x.h
|
|
1656 frame-x.o: glyphs.h
|
|
1657 frame-x.o: objects-x.h
|
|
1658 frame-x.o: objects.h
|
|
1659 frame-x.o: redisplay.h
|
|
1660 frame-x.o: scrollbar-x.h
|
|
1661 frame-x.o: scrollbar.h
|
|
1662 frame-x.o: specifier.h
|
|
1663 frame-x.o: systime.h
|
|
1664 frame-x.o: toolbar.h
|
|
1665 frame-x.o: window.h
|
|
1666 frame-x.o: xintrinsic.h
|
|
1667 frame-x.o: xintrinsicp.h
|
|
1668 frame-x.o: xmprimitivep.h
|
|
1669 frame-x.o: xmu.h
|
|
1670 frame.o: blocktype.h
|
|
1671 frame.o: buffer.h
|
|
1672 frame.o: bufslots.h
|
|
1673 frame.o: config.h
|
|
1674 frame.o: conslots.h
|
|
1675 frame.o: console.h
|
|
1676 frame.o: device.h
|
|
1677 frame.o: dynarr.h
|
|
1678 frame.o: events.h
|
|
1679 frame.o: extents.h
|
|
1680 frame.o: faces.h
|
|
1681 frame.o: frame.h
|
|
1682 frame.o: frameslots.h
|
|
1683 frame.o: glyphs.h
|
|
1684 frame.o: menubar.h
|
|
1685 frame.o: redisplay.h
|
|
1686 frame.o: scrollbar.h
|
|
1687 frame.o: specifier.h
|
|
1688 frame.o: sysdep.h
|
|
1689 frame.o: systime.h
|
|
1690 frame.o: toolbar.h
|
|
1691 frame.o: window.h
|
|
1692 free-hook.o: blocktype.h
|
|
1693 free-hook.o: config.h
|
|
1694 free-hook.o: dynarr.h
|
|
1695 free-hook.o: hash.h
|
|
1696 general.o: blocktype.h
|
|
1697 general.o: config.h
|
|
1698 general.o: dynarr.h
|
|
1699 getloadavg.o: blocktype.h
|
|
1700 getloadavg.o: config.h
|
|
1701 getloadavg.o: dynarr.h
|
|
1702 gif_err.o: config.h
|
|
1703 gif_err.o: gif_lib.h
|
|
1704 gifalloc.o: config.h
|
|
1705 gifalloc.o: gif_lib.h
|
149
|
1706 glyphs-x.o: $(LWLIB_SRCDIR)/lwlib.h
|
0
|
1707 glyphs-x.o: ${srcdir}/${etcdir}xemacs.xbm
|
|
1708 glyphs-x.o: bitmaps.h
|
|
1709 glyphs-x.o: blocktype.h
|
|
1710 glyphs-x.o: buffer.h
|
|
1711 glyphs-x.o: bufslots.h
|
|
1712 glyphs-x.o: config.h
|
|
1713 glyphs-x.o: conslots.h
|
|
1714 glyphs-x.o: console-x.h
|
|
1715 glyphs-x.o: console.h
|
|
1716 glyphs-x.o: device.h
|
|
1717 glyphs-x.o: dynarr.h
|
|
1718 glyphs-x.o: frame.h
|
|
1719 glyphs-x.o: frameslots.h
|
|
1720 glyphs-x.o: gif_lib.h
|
|
1721 glyphs-x.o: glyphs-x.h
|
|
1722 glyphs-x.o: glyphs.h
|
|
1723 glyphs-x.o: insdel.h
|
|
1724 glyphs-x.o: objects-x.h
|
|
1725 glyphs-x.o: objects.h
|
|
1726 glyphs-x.o: opaque.h
|
|
1727 glyphs-x.o: scrollbar.h
|
|
1728 glyphs-x.o: specifier.h
|
|
1729 glyphs-x.o: sysfile.h
|
|
1730 glyphs-x.o: toolbar.h
|
|
1731 glyphs-x.o: xintrinsic.h
|
|
1732 glyphs-x.o: xmu.h
|
|
1733 glyphs.o: blocktype.h
|
|
1734 glyphs.o: buffer.h
|
|
1735 glyphs.o: bufslots.h
|
|
1736 glyphs.o: config.h
|
|
1737 glyphs.o: conslots.h
|
|
1738 glyphs.o: console.h
|
|
1739 glyphs.o: device.h
|
|
1740 glyphs.o: dynarr.h
|
|
1741 glyphs.o: elhash.h
|
|
1742 glyphs.o: faces.h
|
|
1743 glyphs.o: frame.h
|
|
1744 glyphs.o: frameslots.h
|
|
1745 glyphs.o: glyphs.h
|
|
1746 glyphs.o: objects.h
|
|
1747 glyphs.o: redisplay.h
|
|
1748 glyphs.o: scrollbar.h
|
|
1749 glyphs.o: specifier.h
|
|
1750 glyphs.o: toolbar.h
|
|
1751 glyphs.o: window.h
|
|
1752 gmalloc.o: config.h
|
|
1753 gmalloc.o: getpagesize.h
|
149
|
1754 gui-x.o: $(LWLIB_SRCDIR)/lwlib.h
|
0
|
1755 gui-x.o: blocktype.h
|
|
1756 gui-x.o: buffer.h
|
|
1757 gui-x.o: bufslots.h
|
|
1758 gui-x.o: config.h
|
|
1759 gui-x.o: conslots.h
|
|
1760 gui-x.o: console-x.h
|
|
1761 gui-x.o: console.h
|
|
1762 gui-x.o: device.h
|
|
1763 gui-x.o: dynarr.h
|
|
1764 gui-x.o: frame.h
|
|
1765 gui-x.o: frameslots.h
|
|
1766 gui-x.o: gui-x.h
|
|
1767 gui-x.o: opaque.h
|
|
1768 gui-x.o: scrollbar.h
|
|
1769 gui-x.o: specifier.h
|
|
1770 gui-x.o: toolbar.h
|
|
1771 gui-x.o: xintrinsic.h
|
|
1772 gui.o: blocktype.h
|
|
1773 gui.o: config.h
|
|
1774 gui.o: dynarr.h
|
|
1775 hash.o: blocktype.h
|
|
1776 hash.o: config.h
|
|
1777 hash.o: dynarr.h
|
|
1778 hash.o: elhash.h
|
|
1779 hash.o: hash.h
|
|
1780 hftctl.o: blocktype.h
|
|
1781 hftctl.o: config.h
|
|
1782 hftctl.o: dynarr.h
|
|
1783 hpplay.o: blocktype.h
|
|
1784 hpplay.o: config.h
|
|
1785 hpplay.o: dynarr.h
|
|
1786 indent.o: blocktype.h
|
|
1787 indent.o: buffer.h
|
|
1788 indent.o: bufslots.h
|
|
1789 indent.o: config.h
|
|
1790 indent.o: conslots.h
|
|
1791 indent.o: console.h
|
|
1792 indent.o: device.h
|
|
1793 indent.o: dynarr.h
|
|
1794 indent.o: extents.h
|
|
1795 indent.o: faces.h
|
|
1796 indent.o: frame.h
|
|
1797 indent.o: frameslots.h
|
|
1798 indent.o: glyphs.h
|
|
1799 indent.o: insdel.h
|
|
1800 indent.o: redisplay.h
|
|
1801 indent.o: scrollbar.h
|
|
1802 indent.o: specifier.h
|
|
1803 indent.o: toolbar.h
|
|
1804 indent.o: window.h
|
149
|
1805 inline.o: $(LWLIB_SRCDIR)/lwlib.h
|
118
|
1806 inline.o: blocktype.h
|
|
1807 inline.o: buffer.h
|
|
1808 inline.o: bufslots.h
|
|
1809 inline.o: bytecode.h
|
|
1810 inline.o: chartab.h
|
|
1811 inline.o: config.h
|
|
1812 inline.o: conslots.h
|
|
1813 inline.o: console-x.h
|
|
1814 inline.o: console.h
|
|
1815 inline.o: device.h
|
|
1816 inline.o: dynarr.h
|
|
1817 inline.o: elhash.h
|
|
1818 inline.o: events.h
|
|
1819 inline.o: extents.h
|
|
1820 inline.o: faces.h
|
|
1821 inline.o: frame.h
|
|
1822 inline.o: frameslots.h
|
|
1823 inline.o: glyphs-x.h
|
|
1824 inline.o: glyphs.h
|
|
1825 inline.o: gui-x.h
|
|
1826 inline.o: keymap.h
|
|
1827 inline.o: lstream.h
|
|
1828 inline.o: objects.h
|
|
1829 inline.o: opaque.h
|
|
1830 inline.o: process.h
|
|
1831 inline.o: redisplay.h
|
|
1832 inline.o: scrollbar.h
|
|
1833 inline.o: specifier.h
|
|
1834 inline.o: syntax.h
|
|
1835 inline.o: systime.h
|
|
1836 inline.o: toolbar.h
|
|
1837 inline.o: window.h
|
|
1838 inline.o: xintrinsic.h
|
70
|
1839 input-method-xlib.o: EmacsFrame.h
|
|
1840 input-method-xlib.o: blocktype.h
|
|
1841 input-method-xlib.o: buffer.h
|
|
1842 input-method-xlib.o: bufslots.h
|
|
1843 input-method-xlib.o: config.h
|
|
1844 input-method-xlib.o: conslots.h
|
|
1845 input-method-xlib.o: console-x.h
|
|
1846 input-method-xlib.o: console.h
|
|
1847 input-method-xlib.o: device.h
|
|
1848 input-method-xlib.o: dynarr.h
|
|
1849 input-method-xlib.o: frame.h
|
|
1850 input-method-xlib.o: frameslots.h
|
|
1851 input-method-xlib.o: insdel.h
|
|
1852 input-method-xlib.o: lstream.h
|
|
1853 input-method-xlib.o: redisplay.h
|
|
1854 input-method-xlib.o: scrollbar.h
|
|
1855 input-method-xlib.o: specifier.h
|
|
1856 input-method-xlib.o: toolbar.h
|
|
1857 input-method-xlib.o: window.h
|
|
1858 input-method-xlib.o: xintrinsic.h
|
0
|
1859 insdel.o: blocktype.h
|
|
1860 insdel.o: buffer.h
|
|
1861 insdel.o: bufslots.h
|
|
1862 insdel.o: config.h
|
|
1863 insdel.o: conslots.h
|
|
1864 insdel.o: console.h
|
|
1865 insdel.o: device.h
|
|
1866 insdel.o: dynarr.h
|
|
1867 insdel.o: extents.h
|
|
1868 insdel.o: frame.h
|
|
1869 insdel.o: frameslots.h
|
|
1870 insdel.o: insdel.h
|
|
1871 insdel.o: lstream.h
|
|
1872 insdel.o: redisplay.h
|
|
1873 insdel.o: scrollbar.h
|
|
1874 insdel.o: specifier.h
|
|
1875 insdel.o: toolbar.h
|
|
1876 intl.o: blocktype.h
|
|
1877 intl.o: bytecode.h
|
|
1878 intl.o: config.h
|
|
1879 intl.o: conslots.h
|
|
1880 intl.o: console.h
|
|
1881 intl.o: device.h
|
|
1882 intl.o: dynarr.h
|
|
1883 keymap.o: blocktype.h
|
|
1884 keymap.o: buffer.h
|
|
1885 keymap.o: bufslots.h
|
|
1886 keymap.o: bytecode.h
|
|
1887 keymap.o: commands.h
|
|
1888 keymap.o: config.h
|
|
1889 keymap.o: conslots.h
|
|
1890 keymap.o: console.h
|
|
1891 keymap.o: device.h
|
|
1892 keymap.o: dynarr.h
|
|
1893 keymap.o: elhash.h
|
|
1894 keymap.o: events.h
|
|
1895 keymap.o: frame.h
|
|
1896 keymap.o: frameslots.h
|
|
1897 keymap.o: insdel.h
|
|
1898 keymap.o: keymap.h
|
|
1899 keymap.o: redisplay.h
|
|
1900 keymap.o: scrollbar.h
|
|
1901 keymap.o: specifier.h
|
|
1902 keymap.o: systime.h
|
|
1903 keymap.o: toolbar.h
|
|
1904 keymap.o: window.h
|
|
1905 libsst.o: blocktype.h
|
|
1906 libsst.o: config.h
|
|
1907 libsst.o: dynarr.h
|
|
1908 libsst.o: libsst.h
|
223
|
1909 line-number.o: config.h
|
|
1910 line-number.o: buffer.h
|
|
1911 line-number.o: insdel.h
|
|
1912 line-number.o: line-number.h
|
0
|
1913 linuxplay.o: blocktype.h
|
|
1914 linuxplay.o: config.h
|
|
1915 linuxplay.o: dynarr.h
|
|
1916 lread.o: blocktype.h
|
|
1917 lread.o: buffer.h
|
|
1918 lread.o: bufslots.h
|
|
1919 lread.o: bytecode.h
|
|
1920 lread.o: commands.h
|
|
1921 lread.o: config.h
|
|
1922 lread.o: dynarr.h
|
|
1923 lread.o: insdel.h
|
|
1924 lread.o: lstream.h
|
|
1925 lread.o: opaque.h
|
|
1926 lread.o: paths.h
|
|
1927 lread.o: sysfile.h
|
|
1928 lstream.o: blocktype.h
|
|
1929 lstream.o: buffer.h
|
|
1930 lstream.o: bufslots.h
|
|
1931 lstream.o: config.h
|
|
1932 lstream.o: dynarr.h
|
|
1933 lstream.o: insdel.h
|
|
1934 lstream.o: lstream.h
|
|
1935 lstream.o: sysfile.h
|
|
1936 macros.o: blocktype.h
|
|
1937 macros.o: buffer.h
|
|
1938 macros.o: bufslots.h
|
|
1939 macros.o: commands.h
|
|
1940 macros.o: config.h
|
|
1941 macros.o: conslots.h
|
|
1942 macros.o: console.h
|
|
1943 macros.o: device.h
|
|
1944 macros.o: dynarr.h
|
|
1945 macros.o: events.h
|
|
1946 macros.o: frame.h
|
|
1947 macros.o: frameslots.h
|
|
1948 macros.o: keymap.h
|
|
1949 macros.o: macros.h
|
|
1950 macros.o: redisplay.h
|
|
1951 macros.o: scrollbar.h
|
|
1952 macros.o: specifier.h
|
|
1953 macros.o: systime.h
|
|
1954 macros.o: toolbar.h
|
|
1955 macros.o: window.h
|
|
1956 malloc.o: config.h
|
|
1957 malloc.o: getpagesize.h
|
|
1958 marker.o: blocktype.h
|
|
1959 marker.o: buffer.h
|
|
1960 marker.o: bufslots.h
|
|
1961 marker.o: config.h
|
|
1962 marker.o: dynarr.h
|
|
1963 md5.o: blocktype.h
|
|
1964 md5.o: buffer.h
|
|
1965 md5.o: bufslots.h
|
|
1966 md5.o: config.h
|
|
1967 md5.o: dynarr.h
|
|
1968 md5.o: insdel.h
|
149
|
1969 menubar-x.o: $(LWLIB_SRCDIR)/lwlib.h
|
0
|
1970 menubar-x.o: EmacsFrame.h
|
|
1971 menubar-x.o: EmacsManager.h
|
|
1972 menubar-x.o: EmacsShell.h
|
|
1973 menubar-x.o: blocktype.h
|
|
1974 menubar-x.o: buffer.h
|
|
1975 menubar-x.o: bufslots.h
|
|
1976 menubar-x.o: commands.h
|
|
1977 menubar-x.o: config.h
|
|
1978 menubar-x.o: conslots.h
|
|
1979 menubar-x.o: console-x.h
|
|
1980 menubar-x.o: console.h
|
|
1981 menubar-x.o: device.h
|
|
1982 menubar-x.o: dynarr.h
|
|
1983 menubar-x.o: events.h
|
|
1984 menubar-x.o: frame.h
|
|
1985 menubar-x.o: frameslots.h
|
|
1986 menubar-x.o: gui-x.h
|
|
1987 menubar-x.o: opaque.h
|
|
1988 menubar-x.o: redisplay.h
|
|
1989 menubar-x.o: scrollbar.h
|
|
1990 menubar-x.o: specifier.h
|
|
1991 menubar-x.o: systime.h
|
|
1992 menubar-x.o: toolbar.h
|
|
1993 menubar-x.o: window.h
|
|
1994 menubar-x.o: xintrinsic.h
|
|
1995 menubar.o: blocktype.h
|
|
1996 menubar.o: config.h
|
|
1997 menubar.o: conslots.h
|
|
1998 menubar.o: console.h
|
|
1999 menubar.o: device.h
|
|
2000 menubar.o: dynarr.h
|
|
2001 menubar.o: frame.h
|
|
2002 menubar.o: frameslots.h
|
|
2003 menubar.o: menubar.h
|
|
2004 menubar.o: redisplay.h
|
|
2005 menubar.o: scrollbar.h
|
|
2006 menubar.o: specifier.h
|
|
2007 menubar.o: toolbar.h
|
|
2008 menubar.o: window.h
|
|
2009 minibuf.o: blocktype.h
|
|
2010 minibuf.o: buffer.h
|
|
2011 minibuf.o: bufslots.h
|
|
2012 minibuf.o: commands.h
|
|
2013 minibuf.o: config.h
|
|
2014 minibuf.o: conslots.h
|
|
2015 minibuf.o: console-stream.h
|
|
2016 minibuf.o: console.h
|
|
2017 minibuf.o: device.h
|
|
2018 minibuf.o: dynarr.h
|
|
2019 minibuf.o: events.h
|
|
2020 minibuf.o: frame.h
|
|
2021 minibuf.o: frameslots.h
|
|
2022 minibuf.o: insdel.h
|
|
2023 minibuf.o: redisplay.h
|
|
2024 minibuf.o: scrollbar.h
|
|
2025 minibuf.o: specifier.h
|
|
2026 minibuf.o: systime.h
|
|
2027 minibuf.o: toolbar.h
|
|
2028 minibuf.o: window.h
|
|
2029 msdos.o: config.h
|
|
2030 nas.o: blocktype.h
|
|
2031 nas.o: config.h
|
|
2032 nas.o: dynarr.h
|
|
2033 objects-tty.o: blocktype.h
|
|
2034 objects-tty.o: config.h
|
|
2035 objects-tty.o: conslots.h
|
|
2036 objects-tty.o: console-tty.h
|
|
2037 objects-tty.o: console.h
|
|
2038 objects-tty.o: device.h
|
|
2039 objects-tty.o: dynarr.h
|
|
2040 objects-tty.o: insdel.h
|
|
2041 objects-tty.o: objects-tty.h
|
|
2042 objects-tty.o: objects.h
|
|
2043 objects-tty.o: specifier.h
|
|
2044 objects-tty.o: systty.h
|
|
2045 objects-x.o: blocktype.h
|
|
2046 objects-x.o: buffer.h
|
|
2047 objects-x.o: bufslots.h
|
|
2048 objects-x.o: config.h
|
|
2049 objects-x.o: conslots.h
|
|
2050 objects-x.o: console-x.h
|
|
2051 objects-x.o: console.h
|
|
2052 objects-x.o: device.h
|
|
2053 objects-x.o: dynarr.h
|
|
2054 objects-x.o: insdel.h
|
|
2055 objects-x.o: objects-x.h
|
|
2056 objects-x.o: objects.h
|
|
2057 objects-x.o: specifier.h
|
|
2058 objects-x.o: xintrinsic.h
|
|
2059 objects.o: blocktype.h
|
|
2060 objects.o: buffer.h
|
|
2061 objects.o: bufslots.h
|
|
2062 objects.o: config.h
|
|
2063 objects.o: conslots.h
|
|
2064 objects.o: console.h
|
|
2065 objects.o: device.h
|
|
2066 objects.o: dynarr.h
|
|
2067 objects.o: elhash.h
|
|
2068 objects.o: faces.h
|
|
2069 objects.o: frame.h
|
|
2070 objects.o: frameslots.h
|
|
2071 objects.o: objects.h
|
|
2072 objects.o: redisplay.h
|
|
2073 objects.o: scrollbar.h
|
|
2074 objects.o: specifier.h
|
|
2075 objects.o: toolbar.h
|
|
2076 objects.o: window.h
|
|
2077 opaque.o: blocktype.h
|
|
2078 opaque.o: config.h
|
|
2079 opaque.o: dynarr.h
|
|
2080 opaque.o: opaque.h
|
|
2081 print.o: backtrace.h
|
|
2082 print.o: blocktype.h
|
|
2083 print.o: buffer.h
|
|
2084 print.o: bufslots.h
|
|
2085 print.o: bytecode.h
|
|
2086 print.o: config.h
|
|
2087 print.o: conslots.h
|
|
2088 print.o: console-stream.h
|
|
2089 print.o: console-tty.h
|
|
2090 print.o: console.h
|
|
2091 print.o: device.h
|
|
2092 print.o: dynarr.h
|
|
2093 print.o: extents.h
|
|
2094 print.o: frame.h
|
|
2095 print.o: frameslots.h
|
|
2096 print.o: insdel.h
|
|
2097 print.o: lstream.h
|
|
2098 print.o: scrollbar.h
|
|
2099 print.o: specifier.h
|
|
2100 print.o: systty.h
|
|
2101 print.o: toolbar.h
|
|
2102 process.o: blocktype.h
|
|
2103 process.o: buffer.h
|
|
2104 process.o: bufslots.h
|
|
2105 process.o: commands.h
|
|
2106 process.o: config.h
|
|
2107 process.o: conslots.h
|
|
2108 process.o: console.h
|
|
2109 process.o: device.h
|
|
2110 process.o: dynarr.h
|
|
2111 process.o: events.h
|
|
2112 process.o: frame.h
|
|
2113 process.o: frameslots.h
|
|
2114 process.o: insdel.h
|
|
2115 process.o: lstream.h
|
|
2116 process.o: opaque.h
|
|
2117 process.o: paths.h
|
|
2118 process.o: process.h
|
|
2119 process.o: redisplay.h
|
|
2120 process.o: scrollbar.h
|
|
2121 process.o: specifier.h
|
|
2122 process.o: sysdep.h
|
|
2123 process.o: sysfile.h
|
|
2124 process.o: sysproc.h
|
|
2125 process.o: systime.h
|
|
2126 process.o: systty.h
|
|
2127 process.o: syswait.h
|
|
2128 process.o: toolbar.h
|
|
2129 process.o: window.h
|
|
2130 profile.o: backtrace.h
|
|
2131 profile.o: blocktype.h
|
|
2132 profile.o: bytecode.h
|
|
2133 profile.o: config.h
|
|
2134 profile.o: dynarr.h
|
|
2135 profile.o: hash.h
|
|
2136 profile.o: systime.h
|
|
2137 pure.o: blocktype.h
|
|
2138 pure.o: config.h
|
|
2139 pure.o: dynarr.h
|
183
|
2140 pure.o: puresize.h puresize-adjust.h
|
0
|
2141 ralloc.o: blocktype.h
|
|
2142 ralloc.o: config.h
|
|
2143 ralloc.o: dynarr.h
|
|
2144 ralloc.o: getpagesize.h
|
|
2145 rangetab.o: blocktype.h
|
|
2146 rangetab.o: config.h
|
|
2147 rangetab.o: dynarr.h
|
|
2148 realpath.o: config.h
|
|
2149 redisplay-output.o: blocktype.h
|
|
2150 redisplay-output.o: buffer.h
|
|
2151 redisplay-output.o: bufslots.h
|
|
2152 redisplay-output.o: config.h
|
|
2153 redisplay-output.o: conslots.h
|
|
2154 redisplay-output.o: console.h
|
|
2155 redisplay-output.o: debug.h
|
|
2156 redisplay-output.o: device.h
|
|
2157 redisplay-output.o: dynarr.h
|
|
2158 redisplay-output.o: faces.h
|
|
2159 redisplay-output.o: frame.h
|
|
2160 redisplay-output.o: frameslots.h
|
|
2161 redisplay-output.o: glyphs.h
|
|
2162 redisplay-output.o: redisplay.h
|
|
2163 redisplay-output.o: scrollbar.h
|
|
2164 redisplay-output.o: specifier.h
|
|
2165 redisplay-output.o: sysdep.h
|
|
2166 redisplay-output.o: toolbar.h
|
|
2167 redisplay-output.o: window.h
|
|
2168 redisplay-tty.o: blocktype.h
|
|
2169 redisplay-tty.o: buffer.h
|
|
2170 redisplay-tty.o: bufslots.h
|
|
2171 redisplay-tty.o: config.h
|
|
2172 redisplay-tty.o: conslots.h
|
|
2173 redisplay-tty.o: console-tty.h
|
|
2174 redisplay-tty.o: console.h
|
|
2175 redisplay-tty.o: device.h
|
|
2176 redisplay-tty.o: dynarr.h
|
|
2177 redisplay-tty.o: events.h
|
|
2178 redisplay-tty.o: faces.h
|
|
2179 redisplay-tty.o: frame.h
|
|
2180 redisplay-tty.o: frameslots.h
|
|
2181 redisplay-tty.o: glyphs.h
|
|
2182 redisplay-tty.o: lstream.h
|
|
2183 redisplay-tty.o: objects-tty.h
|
|
2184 redisplay-tty.o: objects.h
|
|
2185 redisplay-tty.o: redisplay.h
|
|
2186 redisplay-tty.o: scrollbar.h
|
|
2187 redisplay-tty.o: specifier.h
|
|
2188 redisplay-tty.o: sysdep.h
|
|
2189 redisplay-tty.o: systime.h
|
|
2190 redisplay-tty.o: systty.h
|
|
2191 redisplay-tty.o: toolbar.h
|
|
2192 redisplay-tty.o: window.h
|
149
|
2193 redisplay-x.o: $(LWLIB_SRCDIR)/lwlib.h
|
0
|
2194 redisplay-x.o: EmacsFrame.h
|
|
2195 redisplay-x.o: EmacsFrameP.h
|
|
2196 redisplay-x.o: blocktype.h
|
|
2197 redisplay-x.o: buffer.h
|
|
2198 redisplay-x.o: bufslots.h
|
|
2199 redisplay-x.o: config.h
|
|
2200 redisplay-x.o: conslots.h
|
|
2201 redisplay-x.o: console-x.h
|
|
2202 redisplay-x.o: console.h
|
|
2203 redisplay-x.o: debug.h
|
|
2204 redisplay-x.o: device.h
|
|
2205 redisplay-x.o: dynarr.h
|
|
2206 redisplay-x.o: faces.h
|
|
2207 redisplay-x.o: frame.h
|
|
2208 redisplay-x.o: frameslots.h
|
|
2209 redisplay-x.o: glyphs-x.h
|
|
2210 redisplay-x.o: glyphs.h
|
|
2211 redisplay-x.o: objects-x.h
|
|
2212 redisplay-x.o: objects.h
|
|
2213 redisplay-x.o: paths.h
|
|
2214 redisplay-x.o: redisplay.h
|
|
2215 redisplay-x.o: scrollbar.h
|
|
2216 redisplay-x.o: specifier.h
|
|
2217 redisplay-x.o: sysdep.h
|
|
2218 redisplay-x.o: sysproc.h
|
|
2219 redisplay-x.o: systime.h
|
|
2220 redisplay-x.o: toolbar.h
|
|
2221 redisplay-x.o: window.h
|
|
2222 redisplay-x.o: xgccache.h
|
|
2223 redisplay-x.o: xintrinsic.h
|
|
2224 redisplay-x.o: xintrinsicp.h
|
|
2225 redisplay-x.o: xmprimitivep.h
|
|
2226 redisplay.o: blocktype.h
|
|
2227 redisplay.o: buffer.h
|
|
2228 redisplay.o: bufslots.h
|
|
2229 redisplay.o: commands.h
|
|
2230 redisplay.o: config.h
|
|
2231 redisplay.o: conslots.h
|
|
2232 redisplay.o: console.h
|
|
2233 redisplay.o: debug.h
|
|
2234 redisplay.o: device.h
|
|
2235 redisplay.o: dynarr.h
|
|
2236 redisplay.o: extents.h
|
|
2237 redisplay.o: faces.h
|
|
2238 redisplay.o: frame.h
|
|
2239 redisplay.o: frameslots.h
|
|
2240 redisplay.o: glyphs.h
|
|
2241 redisplay.o: insdel.h
|
|
2242 redisplay.o: menubar.h
|
|
2243 redisplay.o: objects.h
|
|
2244 redisplay.o: process.h
|
|
2245 redisplay.o: redisplay.h
|
|
2246 redisplay.o: scrollbar.h
|
|
2247 redisplay.o: specifier.h
|
|
2248 redisplay.o: toolbar.h
|
|
2249 redisplay.o: window.h
|
|
2250 regex.o: blocktype.h
|
|
2251 regex.o: buffer.h
|
|
2252 regex.o: bufslots.h
|
70
|
2253 regex.o: chartab.h
|
0
|
2254 regex.o: config.h
|
|
2255 regex.o: dynarr.h
|
|
2256 regex.o: regex.h
|
|
2257 regex.o: syntax.h
|
149
|
2258 scrollbar-x.o: $(LWLIB_SRCDIR)/lwlib.h
|
0
|
2259 scrollbar-x.o: EmacsFrame.h
|
|
2260 scrollbar-x.o: EmacsManager.h
|
|
2261 scrollbar-x.o: blocktype.h
|
|
2262 scrollbar-x.o: config.h
|
|
2263 scrollbar-x.o: conslots.h
|
|
2264 scrollbar-x.o: console-x.h
|
|
2265 scrollbar-x.o: console.h
|
|
2266 scrollbar-x.o: device.h
|
|
2267 scrollbar-x.o: dynarr.h
|
|
2268 scrollbar-x.o: frame.h
|
|
2269 scrollbar-x.o: frameslots.h
|
|
2270 scrollbar-x.o: glyphs-x.h
|
|
2271 scrollbar-x.o: glyphs.h
|
|
2272 scrollbar-x.o: gui-x.h
|
|
2273 scrollbar-x.o: redisplay.h
|
|
2274 scrollbar-x.o: scrollbar-x.h
|
|
2275 scrollbar-x.o: scrollbar.h
|
|
2276 scrollbar-x.o: specifier.h
|
|
2277 scrollbar-x.o: toolbar.h
|
|
2278 scrollbar-x.o: window.h
|
|
2279 scrollbar-x.o: xintrinsic.h
|
|
2280 scrollbar.o: blocktype.h
|
|
2281 scrollbar.o: buffer.h
|
|
2282 scrollbar.o: bufslots.h
|
|
2283 scrollbar.o: commands.h
|
|
2284 scrollbar.o: config.h
|
|
2285 scrollbar.o: conslots.h
|
|
2286 scrollbar.o: console.h
|
|
2287 scrollbar.o: device.h
|
|
2288 scrollbar.o: dynarr.h
|
|
2289 scrollbar.o: frame.h
|
|
2290 scrollbar.o: frameslots.h
|
|
2291 scrollbar.o: glyphs.h
|
|
2292 scrollbar.o: redisplay.h
|
|
2293 scrollbar.o: scrollbar.h
|
|
2294 scrollbar.o: specifier.h
|
|
2295 scrollbar.o: toolbar.h
|
|
2296 scrollbar.o: window.h
|
|
2297 search.o: blocktype.h
|
|
2298 search.o: buffer.h
|
|
2299 search.o: bufslots.h
|
70
|
2300 search.o: chartab.h
|
0
|
2301 search.o: commands.h
|
|
2302 search.o: config.h
|
|
2303 search.o: dynarr.h
|
|
2304 search.o: insdel.h
|
|
2305 search.o: opaque.h
|
|
2306 search.o: regex.h
|
|
2307 search.o: syntax.h
|
|
2308 signal.o: blocktype.h
|
|
2309 signal.o: config.h
|
|
2310 signal.o: conslots.h
|
|
2311 signal.o: console.h
|
|
2312 signal.o: device.h
|
|
2313 signal.o: dynarr.h
|
|
2314 signal.o: events.h
|
|
2315 signal.o: frame.h
|
|
2316 signal.o: frameslots.h
|
|
2317 signal.o: scrollbar.h
|
|
2318 signal.o: specifier.h
|
|
2319 signal.o: sysdep.h
|
|
2320 signal.o: systime.h
|
|
2321 signal.o: toolbar.h
|
|
2322 sound.o: blocktype.h
|
|
2323 sound.o: buffer.h
|
|
2324 sound.o: bufslots.h
|
|
2325 sound.o: commands.h
|
|
2326 sound.o: config.h
|
|
2327 sound.o: conslots.h
|
|
2328 sound.o: console-x.h
|
|
2329 sound.o: console.h
|
|
2330 sound.o: device.h
|
|
2331 sound.o: dynarr.h
|
|
2332 sound.o: redisplay.h
|
|
2333 sound.o: sysdep.h
|
|
2334 sound.o: xintrinsic.h
|
|
2335 specifier.o: blocktype.h
|
|
2336 specifier.o: buffer.h
|
|
2337 specifier.o: bufslots.h
|
|
2338 specifier.o: config.h
|
|
2339 specifier.o: conslots.h
|
|
2340 specifier.o: console.h
|
|
2341 specifier.o: device.h
|
|
2342 specifier.o: dynarr.h
|
|
2343 specifier.o: frame.h
|
|
2344 specifier.o: frameslots.h
|
|
2345 specifier.o: opaque.h
|
|
2346 specifier.o: redisplay.h
|
|
2347 specifier.o: scrollbar.h
|
|
2348 specifier.o: specifier.h
|
|
2349 specifier.o: toolbar.h
|
|
2350 specifier.o: window.h
|
|
2351 strftime.o: blocktype.h
|
|
2352 strftime.o: config.h
|
|
2353 strftime.o: dynarr.h
|
|
2354 sunOS-fix.o: config.h
|
|
2355 sunplay.o: blocktype.h
|
|
2356 sunplay.o: config.h
|
|
2357 sunplay.o: dynarr.h
|
|
2358 sunplay.o: sysdep.h
|
|
2359 sunpro.o: blocktype.h
|
|
2360 sunpro.o: config.h
|
|
2361 sunpro.o: dynarr.h
|
|
2362 symbols.o: blocktype.h
|
|
2363 symbols.o: buffer.h
|
|
2364 symbols.o: bufslots.h
|
|
2365 symbols.o: config.h
|
|
2366 symbols.o: conslots.h
|
|
2367 symbols.o: console.h
|
|
2368 symbols.o: dynarr.h
|
|
2369 syntax.o: blocktype.h
|
|
2370 syntax.o: buffer.h
|
|
2371 syntax.o: bufslots.h
|
70
|
2372 syntax.o: chartab.h
|
0
|
2373 syntax.o: commands.h
|
|
2374 syntax.o: config.h
|
|
2375 syntax.o: dynarr.h
|
|
2376 syntax.o: insdel.h
|
|
2377 syntax.o: syntax.h
|
|
2378 sysdep.o: blocktype.h
|
|
2379 sysdep.o: buffer.h
|
|
2380 sysdep.o: bufslots.h
|
|
2381 sysdep.o: config.h
|
|
2382 sysdep.o: conslots.h
|
|
2383 sysdep.o: console-stream.h
|
|
2384 sysdep.o: console-x.h
|
|
2385 sysdep.o: console.h
|
|
2386 sysdep.o: device.h
|
|
2387 sysdep.o: dynarr.h
|
|
2388 sysdep.o: events.h
|
|
2389 sysdep.o: frame.h
|
|
2390 sysdep.o: frameslots.h
|
|
2391 sysdep.o: process.h
|
|
2392 sysdep.o: redisplay.h
|
|
2393 sysdep.o: scrollbar.h
|
|
2394 sysdep.o: specifier.h
|
|
2395 sysdep.o: sysdep.h
|
|
2396 sysdep.o: sysdir.h
|
|
2397 sysdep.o: sysfile.h
|
|
2398 sysdep.o: systime.h
|
|
2399 sysdep.o: syswait.h
|
|
2400 sysdep.o: toolbar.h
|
|
2401 sysdep.o: window.h
|
|
2402 sysdep.o: xintrinsic.h
|
|
2403 termcap.o: blocktype.h
|
|
2404 termcap.o: config.h
|
|
2405 termcap.o: conslots.h
|
|
2406 termcap.o: console.h
|
|
2407 termcap.o: device.h
|
|
2408 termcap.o: dynarr.h
|
|
2409 terminfo.o: config.h
|
149
|
2410 toolbar-x.o: $(LWLIB_SRCDIR)/lwlib.h
|
0
|
2411 toolbar-x.o: EmacsFrame.h
|
|
2412 toolbar-x.o: EmacsFrameP.h
|
|
2413 toolbar-x.o: EmacsManager.h
|
|
2414 toolbar-x.o: blocktype.h
|
|
2415 toolbar-x.o: buffer.h
|
|
2416 toolbar-x.o: bufslots.h
|
|
2417 toolbar-x.o: config.h
|
|
2418 toolbar-x.o: conslots.h
|
|
2419 toolbar-x.o: console-x.h
|
|
2420 toolbar-x.o: console.h
|
|
2421 toolbar-x.o: device.h
|
|
2422 toolbar-x.o: dynarr.h
|
|
2423 toolbar-x.o: faces.h
|
|
2424 toolbar-x.o: frame.h
|
|
2425 toolbar-x.o: frameslots.h
|
|
2426 toolbar-x.o: glyphs-x.h
|
|
2427 toolbar-x.o: glyphs.h
|
|
2428 toolbar-x.o: objects-x.h
|
|
2429 toolbar-x.o: objects.h
|
|
2430 toolbar-x.o: redisplay.h
|
|
2431 toolbar-x.o: scrollbar.h
|
|
2432 toolbar-x.o: specifier.h
|
|
2433 toolbar-x.o: toolbar.h
|
|
2434 toolbar-x.o: window.h
|
|
2435 toolbar-x.o: xgccache.h
|
|
2436 toolbar-x.o: xintrinsic.h
|
|
2437 toolbar-x.o: xintrinsicp.h
|
|
2438 toolbar-x.o: xmprimitivep.h
|
|
2439 toolbar.o: blocktype.h
|
|
2440 toolbar.o: buffer.h
|
|
2441 toolbar.o: bufslots.h
|
|
2442 toolbar.o: config.h
|
|
2443 toolbar.o: conslots.h
|
|
2444 toolbar.o: console.h
|
|
2445 toolbar.o: device.h
|
|
2446 toolbar.o: dynarr.h
|
|
2447 toolbar.o: frame.h
|
|
2448 toolbar.o: frameslots.h
|
|
2449 toolbar.o: glyphs.h
|
|
2450 toolbar.o: redisplay.h
|
|
2451 toolbar.o: scrollbar.h
|
|
2452 toolbar.o: specifier.h
|
|
2453 toolbar.o: toolbar.h
|
|
2454 toolbar.o: window.h
|
|
2455 tooltalk.o: blocktype.h
|
|
2456 tooltalk.o: buffer.h
|
|
2457 tooltalk.o: bufslots.h
|
|
2458 tooltalk.o: config.h
|
|
2459 tooltalk.o: dynarr.h
|
|
2460 tooltalk.o: elhash.h
|
|
2461 tooltalk.o: process.h
|
|
2462 tooltalk.o: tooltalk.h
|
|
2463 tparam.o: config.h
|
|
2464 undo.o: blocktype.h
|
|
2465 undo.o: buffer.h
|
|
2466 undo.o: bufslots.h
|
|
2467 undo.o: config.h
|
|
2468 undo.o: dynarr.h
|
|
2469 undo.o: extents.h
|
|
2470 vm-limit.o: blocktype.h
|
|
2471 vm-limit.o: config.h
|
|
2472 vm-limit.o: dynarr.h
|
|
2473 vm-limit.o: mem-limits.h
|
199
|
2474 widget.o: config.h
|
|
2475 widget.o: buffer.h
|
|
2476 widget.o: insdel.h
|
0
|
2477 window.o: blocktype.h
|
|
2478 window.o: buffer.h
|
|
2479 window.o: bufslots.h
|
|
2480 window.o: commands.h
|
|
2481 window.o: config.h
|
|
2482 window.o: conslots.h
|
|
2483 window.o: console.h
|
|
2484 window.o: device.h
|
|
2485 window.o: dynarr.h
|
|
2486 window.o: faces.h
|
|
2487 window.o: frame.h
|
|
2488 window.o: frameslots.h
|
|
2489 window.o: glyphs.h
|
|
2490 window.o: objects.h
|
|
2491 window.o: redisplay.h
|
|
2492 window.o: scrollbar.h
|
|
2493 window.o: specifier.h
|
|
2494 window.o: toolbar.h
|
|
2495 window.o: window.h
|
|
2496 xgccache.o: blocktype.h
|
|
2497 xgccache.o: config.h
|
|
2498 xgccache.o: dynarr.h
|
|
2499 xgccache.o: hash.h
|
|
2500 xgccache.o: xgccache.h
|
|
2501 xmu.o: config.h
|
|
2502 xselect.o: blocktype.h
|
|
2503 xselect.o: buffer.h
|
|
2504 xselect.o: bufslots.h
|
|
2505 xselect.o: config.h
|
|
2506 xselect.o: conslots.h
|
|
2507 xselect.o: console-x.h
|
|
2508 xselect.o: console.h
|
|
2509 xselect.o: device.h
|
|
2510 xselect.o: dynarr.h
|
|
2511 xselect.o: frame.h
|
|
2512 xselect.o: frameslots.h
|
|
2513 xselect.o: objects-x.h
|
|
2514 xselect.o: objects.h
|
|
2515 xselect.o: opaque.h
|
|
2516 xselect.o: scrollbar.h
|
|
2517 xselect.o: specifier.h
|
|
2518 xselect.o: systime.h
|
|
2519 xselect.o: toolbar.h
|
|
2520 xselect.o: xintrinsic.h
|