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