comparison src/Makefile @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:376386a54a3c
1 dot = .
2 lispdir = ${srcdir}/$(dot)$(dot)/lisp/
3 libsrc = $(dot)$(dot)/lib-src/
4 etcdir = $(dot)$(dot)/etc/
5 srcdir=/m/xemacs-19.14/src
6 CC=gcc
7 CPP=gcc -E -I/usr/i486-linuxaout/include -I/m/xpm-3.4h/lib -I/usr/X11R6/include
8 CFLAGS=-bi486-linuxaout -O4 -m486 -malign-functions=2 -malign-jumps=2 -malign-loops=2
9 C_SWITCH_SYSTEM= -DFUNCPROTO=11 -DNARROWPROTO -D_BSD_SOURCE
10 LN_S=ln -s
11 native_sound_lib=
12 SHELL=/bin/sh
13
14 VPATH=/m/xemacs-19.14/src
15 STARTFILES = pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o
16 ILD=/cadillac1/code/bin.sun4/ild
17 PURIFY_PROG=/local/bin/purify
18 QUANTIFY_PROG=/local/bin/quantify -windows=no -record-data=no
19 PURECOV_PROG=/local/bin/purecov
20 MYCPPFLAGS=
21 LOCALCPP=
22 SHORT=
23 JPEG_LIBS = -ljpeg
24 CPPFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I. -I${srcdir} -DFUNCPROTO=11 -DNARROWPROTO -D_BSD_SOURCE -I/usr/i486-linuxaout/include -I/m/xpm-3.4h/lib -I/usr/X11R6/include $(LIBX11_INCLUDES)
25 ALL_CFLAGS=$(CPPFLAGS) ${CFLAGS}
26 LDFLAGS = -L/usr/i486-linuxaout -L/lib-aout -L/m/xpm-3.4h/lib -L/usr/X11R6/lib -L. $(LIBX11_LDFLAGS)
27 .c.o:
28 $(CC) -c $(ALL_CFLAGS) $<
29 LWLIBSRCDIR = ${srcdir}/$(dot)$(dot)/lwlib
30 XMU_LIB = -lXmu
31 LWLIBBUILDDIR = $(dot)$(dot)/lwlib
32 LIBX11_LDFLAGS = -L$(LWLIBBUILDDIR)
33 LIBX11_INCLUDES = -I$(LWLIBSRCDIR)
34 XPM_LIBS = -lXpm
35 XFACE_LIBS = -lcompface
36 USAGE_TRACKING_LIBS =
37 TOOLKIT_LIBS = -lXaw
38 LIBX11_LIBS = -llw $(TOOLKIT_LIBS) $(XPM_LIBS) $(XFACE_LIBS) $(JPEG_LIBS) -lpng -lz $(USAGE_TRACKING_LIBS)
39 LIBW=
40 LIBX= $(LIBX11_LIBS) $(XMU_LIB) -lXt -lSM -lICE $(LIBW) -lXext -lX11
41 GNULIB_VAR =
42 STARTFLAGS =
43 LD= $(CC) -nostdlib
44 objs= abbrev.o alloc.o blocktype.o buffer.o bytecode.o callint.o callproc.o casefiddle.o casetab.o cmdloop.o cmds.o console.o console-stream.o data.o database.o device.o dialog.o dired.o doc.o doprnt.o dynarr.o editfns.o elhash.o emacs.o eval.o events.o event-stream.o event-unixoid.o extents.o faces.o fileio.o filelock.o filemode.o floatfns.o fns.o font-lock.o frame.o general.o getloadavg.o dgif_lib.o gif_err.o gifalloc.o glyphs.o gui.o hash.o indent.o inline.o insdel.o intl.o keymap.o lread.o lstream.o macros.o marker.o md5.o menubar.o minibuf.o objects.o opaque.o print.o process.o profile.o pure.o rangetab.o realpath.o redisplay.o redisplay-output.o regex.o scrollbar.o search.o signal.o sound.o linuxplay.o specifier.o strftime.o symbols.o syntax.o sysdep.o toolbar.o console-tty.o device-tty.o event-tty.o frame-tty.o objects-tty.o redisplay-tty.o cm.o undo.o unexelf.o console-x.o device-x.o dialog-x.o event-Xt.o frame-x.o glyphs-x.o gui-x.o menubar-x.o objects-x.o redisplay-x.o scrollbar-x.o toolbar-x.o xgccache.o xselect.o window.o
45 termcapobjs = tparam.o
46 rallocobjs = ralloc.o
47 rallocdocsrc = ralloc.c
48 mallocobjs = gmalloc.o vm-limit.o
49 mallocdocsrc =
50 allocaobjs =
51 otherobjs= $(termcapobjs) lastfile.o $(mallocobjs) $(rallocobjs) $(allocaobjs) EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o
52 lisp= ${lispdir}paths.el ${lispdir}prim/loadup.el ${lispdir}prim/subr.elc ${lispdir}prim/cmdloop.elc ${lispdir}utils/text-props.elc ${lispdir}prim/gui.elc ${lispdir}prim/mouse.elc ${lispdir}prim/mode-motion.elc ${lispdir}prim/keymap.elc ${lispdir}prim/syntax.elc ${lispdir}prim/minibuf.elc ${lispdir}prim/faces.elc ${lispdir}prim/objects.elc ${lispdir}prim/process.elc ${lispdir}prim/keydefs.elc ${lispdir}prim/device.elc ${lispdir}prim/obsolete.elc ${lispdir}prim/glyphs.elc ${lispdir}prim/extents.elc ${lispdir}prim/backquote.elc ${lispdir}prim/events.elc ${lispdir}prim/console.elc ${lispdir}utils/map-ynp.elc ${lispdir}prim/modeline.elc ${lispdir}prim/profile.elc ${lispdir}modes/list-mode.elc ${lispdir}utils/derived.elc ${lispdir}cl/cl.elc ${lispdir}cl/cl-defs.elc ${lispdir}prim/undo-stack.elc ${lispdir}prim/simple.elc ${lispdir}prim/help.elc ${lispdir}prim/files.elc ${lispdir}utils/lib-complete.elc ${lispdir}prim/indent.elc ${lispdir}prim/frame.elc ${lispdir}prim/toolbar.elc ${lispdir}prim/format.elc ${lispdir}prim/window.elc ${lispdir}prim/startup.elc ${lispdir}prim/lisp.elc ${lispdir}prim/page.elc ${lispdir}prim/register.elc ${lispdir}iso/iso8859-1.elc ${lispdir}prim/paragraphs.elc ${lispdir}modes/lisp-mode.elc ${lispdir}modes/text-mode.elc ${lispdir}prim/fill.elc ${lispdir}prim/isearch-mode.elc ${lispdir}prim/misc.elc ${lispdir}modes/cc-mode.elc ${lispdir}packages/vc-hooks.elc ${lispdir}prim/replace.elc ${lispdir}prim/specifier.elc ${lispdir}modes/auto-show.elc ${lispdir}prim/loaddefs.elc ${lispdir}term/tty-init.elc ${lispdir}bytecomp/bytecomp-runtime.elc ${lispdir}prim/float-sup.elc ${lispdir}prim/itimer.elc ${lispdir}ediff/ediff-hook.elc ${lispdir}packages/fontl-hooks.elc ${lispdir}prim/scrollbar.elc ${lispdir}prim/buffer.elc ${lispdir}prim/menubar.elc ${lispdir}packages/buff-menu.elc ${lispdir}prim/dialog.elc ${lispdir}modes/abbrev.elc ${lispdir}x11/x-menubar.elc ${lispdir}x11/x-faces.elc ${lispdir}x11/x-iso8859-1.elc ${lispdir}x11/x-mouse.elc ${lispdir}x11/x-select.elc ${lispdir}x11/x-scrollbar.elc ${lispdir}x11/x-toolbar.elc ${lispdir}x11/x-misc.elc ${lispdir}x11/x-init.elc
53 otherlisp= ${lispdir}bytecomp/bytecomp.elc ${lispdir}bytecomp/byte-optimize.elc ${lispdir}utils/advice.elc
54 LIBES = $(LIBX) -ltermcap -lcurses $(GNULIB_VAR) -lm -lgcc -lc -lgcc /usr/lib/crtn.o $(GNULIB_VAR)
55 all: xemacs
56 LOADPATH = EMACSLOADPATH="${lispdir}prim"
57 DUMPENV = $(LOADPATH)
58 release: temacs ${lisp} ${libsrc}DOC
59 -if [ -w ${srcdir}/../lisp ]; then w=`pwd`; cd ${srcdir}; $${w}/temacs -batch -l inc-vers; else true; fi
60 $(DUMPENV) ./temacs -batch -l loadup.el dump
61 touch release
62 xemacs: temacs ${libsrc}DOC ${lisp}
63 $(DUMPENV) ./temacs -batch -l loadup.el dump
64 xemacs-no-site-file: temacs ${libsrc}DOC ${lisp}
65 $(DUMPENV) ./temacs -batch -l loadup.el dump no-site-file
66 obj_src = $(objs:.o=.c)
67 ${libsrc}DOC: ${libsrc}make-docfile ${obj_src} ${lisp}
68 rm -f ${libsrc}DOC
69 ${libsrc}make-docfile -d ${srcdir} ${obj_src} ${mallocdocsrc} ${rallocdocsrc} ${lispdir}version.el ${lisp} > ${libsrc}DOC
70 dump_elcs: dump-elcs
71 dump-elcs: temacs
72 $(LOADPATH) ./temacs -batch -l ../prim/update-elc.el $(lisp) $(otherlisp)
73 ${libsrc}make-docfile:
74 cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile
75 LINT.c=$(LINT) $(LINTFLAGS) $(LINTINCLUDES)
76 LINTFILES= $(objs:.o=.ln)
77 LINTINCLUDES = -Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I. -I${srcdir} -DFUNCPROTO=11 -DNARROWPROTO -D_BSD_SOURCE -I/usr/i486-linuxaout/include -I/m/xpm-3.4h/lib -I/usr/X11R6/include $(LIBX11_INCLUDES)
78 LINTFLAGS= -fd -m -p -s -u -v -x
79 lint: $(LINTFILES)
80 $(LINT.c) $(LINTFILES)
81 force:
82 $(LWLIBBUILDDIR)/liblw.a: force
83 cd ${LWLIBBUILDDIR}; ${MAKE} ${MFLAGS}
84 temacs_deps: $(LOCALCPP) $(SHORT) $(STARTFILES) ${objs} ${otherobjs} $(LWLIBBUILDDIR)/liblw.a prefix-args
85 temacs: $(LOCALCPP) $(SHORT) $(STARTFILES) ${objs} ${otherobjs} $(LWLIBBUILDDIR)/liblw.a prefix-args
86 $(LD) `./prefix-args -Xlinker ${STARTFLAGS} ${LDFLAGS} ` -o $@ ${STARTFILES} ${objs} ${otherobjs} ${LIBES}
87 cemacs: $(LOCALCPP) $(SHORT) $(STARTFILES) ${objs} ${otherobjs} $(LWLIBBUILDDIR)/liblw.a prefix-args
88 $(LD) $(ENERGIZEP) `./prefix-args -Xlinker ${STARTFLAGS} ${LDFLAGS} ` -o $@ ${STARTFILES} ${objs} ${otherobjs} ${LIBES}
89 puremacs: $(LOCALCPP) $(SHORT) $(STARTFILES) ${objs} ${otherobjs} $(LWLIBBUILDDIR)/liblw.a prefix-args
90 $(PURIFY_PROG) $(LD) `./prefix-args -Xlinker ${STARTFLAGS} ${LDFLAGS} ` -o $@ ${STARTFILES} ${objs} ${otherobjs} ${LIBES}
91 quantmacs: $(LOCALCPP) $(SHORT) $(STARTFILES) ${objs} ${otherobjs} $(LWLIBBUILDDIR)/liblw.a prefix-args
92 $(QUANTIFY_PROG) $(LD) `./prefix-args -Xlinker ${STARTFLAGS} ${LDFLAGS} ` -o $@ ${STARTFILES} ${objs} ${otherobjs} ${LIBES}
93 covmacs: $(LOCALCPP) $(SHORT) $(STARTFILES) ${objs} ${otherobjs} $(LWLIBBUILDDIR)/liblw.a prefix-args
94 $(PURECOV_PROG) $(LD) `./prefix-args -Xlinker ${STARTFLAGS} ${LDFLAGS} ` -o $@ ${STARTFILES} ${objs} ${otherobjs} ${LIBES}
95 TopLevelEmacsShell.o : ${srcdir}/EmacsShell-sub.c
96 $(CC) -c $(ALL_CFLAGS) -DDEFINE_TOP_LEVEL_EMACS_SHELL ${srcdir}/EmacsShell-sub.c
97 mv EmacsShell-sub.o TopLevelEmacsShell.o
98 TransientEmacsShell.o : ${srcdir}/EmacsShell-sub.c TopLevelEmacsShell.o
99 $(CC) -c $(ALL_CFLAGS) -DDEFINE_TRANSIENT_EMACS_SHELL ${srcdir}/EmacsShell-sub.c
100 mv EmacsShell-sub.o TransientEmacsShell.o
101 prefix-args: ${srcdir}/prefix-args.c config.h
102 $(CC) $(ALL_CFLAGS) ${srcdir}/prefix-args.c -o prefix-args
103 CPP = $(CC) -E
104 config.h: ${srcdir}/config.h.in
105 @echo "The file config.h needs to be set up from config.h.in."
106 @echo "Consult the file \`INSTALL' for instructions for building Emacs."
107 exit 1
108 paths.h: ${srcdir}/paths.h.in
109 @echo "The file paths.h needs to be set up from paths.h.in."
110 @echo "Consult the file \`INSTALL' for instructions for building Emacs."
111 exit 1
112 Emacs.ad.h: ${srcdir}/${etcdir}Emacs.ad
113 @echo "The file Emacs.ad.h needs to be set up from ${srcdir}/${etcdir}Emacs.ad"
114 @echo "Consult the file \`INSTALL' for instructions for building Emacs."
115 exit 1
116 ${libsrc}emacstool: ${libsrc}emacstool.c
117 cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool
118 mostlyclean:
119 rm -f temacs puremacs quantmacs prefix-args xmakefile* core depend.* \#* *.o
120 rm -f ${libsrc}DOC
121 clean: mostlyclean
122 rm -f xemacs libextcli*
123 distclean: clean versionclean
124 rm -f config.h paths.h Emacs.ad.h Makefile Makefile.in .pure
125 realclean: distclean
126 rm -f TAGS
127 versionclean:
128 -rm -f xemacs emacs-* ${libsrc}DOC*
129 extraclean: realclean
130 -rm -f *~ \#* m/?*~ s/?*~
131 SOURCES = *.[chm] *.pswm [sm]/?* COPYING paths.h.in Makefile.in.in config.h.in README COPYING ChangeLog vms.pp-trans
132 unlock:
133 chmod u+w $(SOURCES)
134 relock:
135 chmod -w $(SOURCES)
136 .c.dep:
137 $(CC) -MM $(ALL_CFLAGS) $< > $*.dep
138 .SUFFIXES: .dep
139 obj_dep = $(objs:.o=.dep)
140 gnu-depend: $(obj_dep)
141
142 cat $(obj_dep) | sh ${libsrc}process-gnu-depends.sh > depend.out
143 depend:
144 : > depend.tmp
145 makedepend -f depend.tmp -Dsubprocesses -DMOCKLISP_SUPPORT -DHAVE_X_WINDOWS -- $(CPPFLAGS) $(ALL_CFLAGS) -- *.c
146 sh ${libsrc}process-depends.sh < depend.tmp > depend.out
147 sgiplay.o: config.h
148 sgiplay.o: libst.h
149 unexconvex.o: getpagesize.h
150 unexec.o: getpagesize.h
151 unexaix.o: config.h
152 unexalpha.o: config.h
153 unexapollo.o: config.h
154 unexconvex.o: config.h
155 unexec.o: config.h
156 unexelf.o: config.h
157 unexenix.o: config.h
158 unexfreebsd.o: config.h
159 unexhp9k3.o: config.h
160 unexhp9k800.o: config.h
161 unexmips.o: config.h
162 unexsunos4.o: config.h
163 EmacsFrame.o: $(LWLIBSRCDIR)/lwlib.h
164 EmacsFrame.o: EmacsFrame.h
165 EmacsFrame.o: EmacsFrameP.h
166 EmacsFrame.o: EmacsManager.h
167 EmacsFrame.o: blocktype.h
168 EmacsFrame.o: buffer.h
169 EmacsFrame.o: bufslots.h
170 EmacsFrame.o: config.h
171 EmacsFrame.o: conslots.h
172 EmacsFrame.o: console-x.h
173 EmacsFrame.o: console.h
174 EmacsFrame.o: device.h
175 EmacsFrame.o: dynarr.h
176 EmacsFrame.o: faces.h
177 EmacsFrame.o: frame.h
178 EmacsFrame.o: frameslots.h
179 EmacsFrame.o: glyphs-x.h
180 EmacsFrame.o: glyphs.h
181 EmacsFrame.o: objects-x.h
182 EmacsFrame.o: objects.h
183 EmacsFrame.o: redisplay.h
184 EmacsFrame.o: scrollbar.h
185 EmacsFrame.o: specifier.h
186 EmacsFrame.o: toolbar.h
187 EmacsFrame.o: window.h
188 EmacsFrame.o: xintrinsic.h
189 EmacsFrame.o: xintrinsicp.h
190 EmacsFrame.o: xmprimitivep.h
191 EmacsFrame.o: xmu.h
192 EmacsManager.o: EmacsManager.h
193 EmacsManager.o: EmacsManagerP.h
194 EmacsManager.o: config.h
195 EmacsManager.o: xintrinsicp.h
196 EmacsManager.o: xmmanagerp.h
197 EmacsShell-sub.o: EmacsShell.h
198 EmacsShell-sub.o: EmacsShellP.h
199 EmacsShell-sub.o: config.h
200 EmacsShell-sub.o: xintrinsic.h
201 EmacsShell-sub.o: xintrinsicp.h
202 EmacsShell.o: EmacsShell.h
203 EmacsShell.o: config.h
204 EmacsShell.o: xintrinsicp.h
205 abbrev.o: blocktype.h
206 abbrev.o: buffer.h
207 abbrev.o: bufslots.h
208 abbrev.o: commands.h
209 abbrev.o: config.h
210 abbrev.o: dynarr.h
211 abbrev.o: insdel.h
212 abbrev.o: redisplay.h
213 abbrev.o: scrollbar.h
214 abbrev.o: syntax.h
215 abbrev.o: window.h
216 alloc.o: backtrace.h
217 alloc.o: blocktype.h
218 alloc.o: buffer.h
219 alloc.o: bufslots.h
220 alloc.o: bytecode.h
221 alloc.o: config.h
222 alloc.o: conslots.h
223 alloc.o: console.h
224 alloc.o: device.h
225 alloc.o: dynarr.h
226 alloc.o: elhash.h
227 alloc.o: events.h
228 alloc.o: extents.h
229 alloc.o: frame.h
230 alloc.o: frameslots.h
231 alloc.o: glyphs.h
232 alloc.o: puresize.h
233 alloc.o: redisplay.h
234 alloc.o: scrollbar.h
235 alloc.o: specifier.h
236 alloc.o: systime.h
237 alloc.o: toolbar.h
238 alloc.o: window.h
239 alloca.o: config.h
240 blocktype.o: blocktype.h
241 blocktype.o: config.h
242 blocktype.o: dynarr.h
243 buffer.o: blocktype.h
244 buffer.o: buffer.h
245 buffer.o: bufslots.h
246 buffer.o: commands.h
247 buffer.o: config.h
248 buffer.o: conslots.h
249 buffer.o: console.h
250 buffer.o: device.h
251 buffer.o: dynarr.h
252 buffer.o: elhash.h
253 buffer.o: extents.h
254 buffer.o: faces.h
255 buffer.o: frame.h
256 buffer.o: frameslots.h
257 buffer.o: insdel.h
258 buffer.o: process.h
259 buffer.o: redisplay.h
260 buffer.o: scrollbar.h
261 buffer.o: specifier.h
262 buffer.o: syntax.h
263 buffer.o: sysdep.h
264 buffer.o: sysfile.h
265 buffer.o: toolbar.h
266 buffer.o: window.h
267 bytecode.o: blocktype.h
268 bytecode.o: buffer.h
269 bytecode.o: bufslots.h
270 bytecode.o: config.h
271 bytecode.o: dynarr.h
272 bytecode.o: syntax.h
273 callint.o: blocktype.h
274 callint.o: buffer.h
275 callint.o: bufslots.h
276 callint.o: bytecode.h
277 callint.o: commands.h
278 callint.o: config.h
279 callint.o: dynarr.h
280 callint.o: events.h
281 callint.o: insdel.h
282 callint.o: redisplay.h
283 callint.o: scrollbar.h
284 callint.o: systime.h
285 callint.o: window.h
286 callproc.o: blocktype.h
287 callproc.o: buffer.h
288 callproc.o: bufslots.h
289 callproc.o: commands.h
290 callproc.o: config.h
291 callproc.o: dynarr.h
292 callproc.o: insdel.h
293 callproc.o: lstream.h
294 callproc.o: paths.h
295 callproc.o: process.h
296 callproc.o: redisplay.h
297 callproc.o: scrollbar.h
298 callproc.o: sysdep.h
299 callproc.o: sysfile.h
300 callproc.o: sysproc.h
301 callproc.o: systime.h
302 callproc.o: systty.h
303 callproc.o: window.h
304 casefiddle.o: blocktype.h
305 casefiddle.o: buffer.h
306 casefiddle.o: bufslots.h
307 casefiddle.o: commands.h
308 casefiddle.o: config.h
309 casefiddle.o: dynarr.h
310 casefiddle.o: insdel.h
311 casefiddle.o: syntax.h
312 casetab.o: blocktype.h
313 casetab.o: buffer.h
314 casetab.o: bufslots.h
315 casetab.o: config.h
316 casetab.o: dynarr.h
317 casetab.o: opaque.h
318 cm.o: blocktype.h
319 cm.o: config.h
320 cm.o: conslots.h
321 cm.o: console-tty.h
322 cm.o: console.h
323 cm.o: device.h
324 cm.o: dynarr.h
325 cm.o: frame.h
326 cm.o: frameslots.h
327 cm.o: lstream.h
328 cm.o: redisplay.h
329 cm.o: scrollbar.h
330 cm.o: specifier.h
331 cm.o: systty.h
332 cm.o: toolbar.h
333 cmdloop.o: blocktype.h
334 cmdloop.o: buffer.h
335 cmdloop.o: bufslots.h
336 cmdloop.o: commands.h
337 cmdloop.o: config.h
338 cmdloop.o: conslots.h
339 cmdloop.o: console.h
340 cmdloop.o: device.h
341 cmdloop.o: dynarr.h
342 cmdloop.o: events.h
343 cmdloop.o: frame.h
344 cmdloop.o: frameslots.h
345 cmdloop.o: macros.h
346 cmdloop.o: redisplay.h
347 cmdloop.o: scrollbar.h
348 cmdloop.o: specifier.h
349 cmdloop.o: systime.h
350 cmdloop.o: toolbar.h
351 cmdloop.o: window.h
352 cmds.o: blocktype.h
353 cmds.o: buffer.h
354 cmds.o: bufslots.h
355 cmds.o: commands.h
356 cmds.o: config.h
357 cmds.o: dynarr.h
358 cmds.o: insdel.h
359 cmds.o: syntax.h
360 console-stream.o: blocktype.h
361 console-stream.o: config.h
362 console-stream.o: conslots.h
363 console-stream.o: console-stream.h
364 console-stream.o: console-tty.h
365 console-stream.o: console.h
366 console-stream.o: device.h
367 console-stream.o: dynarr.h
368 console-stream.o: events.h
369 console-stream.o: frame.h
370 console-stream.o: frameslots.h
371 console-stream.o: redisplay.h
372 console-stream.o: scrollbar.h
373 console-stream.o: specifier.h
374 console-stream.o: sysdep.h
375 console-stream.o: systime.h
376 console-stream.o: systty.h
377 console-stream.o: toolbar.h
378 console-stream.o: window.h
379 console-tty.o: blocktype.h
380 console-tty.o: buffer.h
381 console-tty.o: bufslots.h
382 console-tty.o: config.h
383 console-tty.o: conslots.h
384 console-tty.o: console-stream.h
385 console-tty.o: console-tty.h
386 console-tty.o: console.h
387 console-tty.o: device.h
388 console-tty.o: dynarr.h
389 console-tty.o: events.h
390 console-tty.o: faces.h
391 console-tty.o: frame.h
392 console-tty.o: frameslots.h
393 console-tty.o: lstream.h
394 console-tty.o: redisplay.h
395 console-tty.o: scrollbar.h
396 console-tty.o: specifier.h
397 console-tty.o: sysdep.h
398 console-tty.o: systime.h
399 console-tty.o: systty.h
400 console-tty.o: toolbar.h
401 console-x.o: blocktype.h
402 console-x.o: config.h
403 console-x.o: conslots.h
404 console-x.o: console-x.h
405 console-x.o: console.h
406 console-x.o: dynarr.h
407 console-x.o: process.h
408 console-x.o: redisplay.h
409 console-x.o: xintrinsic.h
410 console.o: blocktype.h
411 console.o: buffer.h
412 console.o: bufslots.h
413 console.o: config.h
414 console.o: conslots.h
415 console.o: console-tty.h
416 console.o: console.h
417 console.o: device.h
418 console.o: dynarr.h
419 console.o: events.h
420 console.o: frame.h
421 console.o: frameslots.h
422 console.o: redisplay.h
423 console.o: scrollbar.h
424 console.o: specifier.h
425 console.o: sysdep.h
426 console.o: systime.h
427 console.o: systty.h
428 console.o: toolbar.h
429 console.o: window.h
430 data.o: blocktype.h
431 data.o: buffer.h
432 data.o: bufslots.h
433 data.o: bytecode.h
434 data.o: config.h
435 data.o: dynarr.h
436 data.o: sysfloat.h
437 database.o: blocktype.h
438 database.o: config.h
439 database.o: database.h
440 database.o: dynarr.h
441 debug.o: blocktype.h
442 debug.o: bytecode.h
443 debug.o: config.h
444 debug.o: debug.h
445 debug.o: dynarr.h
446 device-tty.o: blocktype.h
447 device-tty.o: buffer.h
448 device-tty.o: bufslots.h
449 device-tty.o: config.h
450 device-tty.o: conslots.h
451 device-tty.o: console-stream.h
452 device-tty.o: console-tty.h
453 device-tty.o: console.h
454 device-tty.o: device.h
455 device-tty.o: dynarr.h
456 device-tty.o: events.h
457 device-tty.o: faces.h
458 device-tty.o: frame.h
459 device-tty.o: frameslots.h
460 device-tty.o: lstream.h
461 device-tty.o: redisplay.h
462 device-tty.o: scrollbar.h
463 device-tty.o: specifier.h
464 device-tty.o: sysdep.h
465 device-tty.o: systime.h
466 device-tty.o: systty.h
467 device-tty.o: toolbar.h
468 device-x.o: $(LWLIBSRCDIR)/lwlib.h
469 device-x.o: blocktype.h
470 device-x.o: buffer.h
471 device-x.o: bufslots.h
472 device-x.o: config.h
473 device-x.o: conslots.h
474 device-x.o: console-x.h
475 device-x.o: console.h
476 device-x.o: device.h
477 device-x.o: dynarr.h
478 device-x.o: events.h
479 device-x.o: faces.h
480 device-x.o: frame.h
481 device-x.o: frameslots.h
482 device-x.o: glyphs-x.h
483 device-x.o: glyphs.h
484 device-x.o: objects-x.h
485 device-x.o: objects.h
486 device-x.o: redisplay.h
487 device-x.o: scrollbar.h
488 device-x.o: specifier.h
489 device-x.o: sysdep.h
490 device-x.o: sysfile.h
491 device-x.o: systime.h
492 device-x.o: toolbar.h
493 device-x.o: window.h
494 device-x.o: xgccache.h
495 device-x.o: xintrinsic.h
496 device-x.o: xintrinsicp.h
497 device-x.o: xmu.h
498 device.o: blocktype.h
499 device.o: buffer.h
500 device.o: bufslots.h
501 device.o: config.h
502 device.o: conslots.h
503 device.o: console.h
504 device.o: device.h
505 device.o: dynarr.h
506 device.o: elhash.h
507 device.o: events.h
508 device.o: faces.h
509 device.o: frame.h
510 device.o: frameslots.h
511 device.o: keymap.h
512 device.o: redisplay.h
513 device.o: scrollbar.h
514 device.o: specifier.h
515 device.o: sysdep.h
516 device.o: systime.h
517 device.o: toolbar.h
518 device.o: window.h
519 dgif_lib.o: config.h
520 dgif_lib.o: gif_lib.h
521 dialog-x.o: $(LWLIBSRCDIR)/lwlib.h
522 dialog-x.o: EmacsFrame.h
523 dialog-x.o: EmacsManager.h
524 dialog-x.o: EmacsShell.h
525 dialog-x.o: blocktype.h
526 dialog-x.o: buffer.h
527 dialog-x.o: bufslots.h
528 dialog-x.o: commands.h
529 dialog-x.o: config.h
530 dialog-x.o: conslots.h
531 dialog-x.o: console-x.h
532 dialog-x.o: console.h
533 dialog-x.o: device.h
534 dialog-x.o: dynarr.h
535 dialog-x.o: events.h
536 dialog-x.o: frame.h
537 dialog-x.o: frameslots.h
538 dialog-x.o: gui-x.h
539 dialog-x.o: opaque.h
540 dialog-x.o: redisplay.h
541 dialog-x.o: scrollbar.h
542 dialog-x.o: specifier.h
543 dialog-x.o: systime.h
544 dialog-x.o: toolbar.h
545 dialog-x.o: window.h
546 dialog-x.o: xintrinsic.h
547 dialog.o: blocktype.h
548 dialog.o: config.h
549 dialog.o: dynarr.h
550 dired.o: blocktype.h
551 dired.o: buffer.h
552 dired.o: bufslots.h
553 dired.o: commands.h
554 dired.o: config.h
555 dired.o: dynarr.h
556 dired.o: elhash.h
557 dired.o: regex.h
558 dired.o: sysdir.h
559 dired.o: sysfile.h
560 doc.o: blocktype.h
561 doc.o: buffer.h
562 doc.o: bufslots.h
563 doc.o: bytecode.h
564 doc.o: config.h
565 doc.o: dynarr.h
566 doc.o: insdel.h
567 doc.o: keymap.h
568 doc.o: sysfile.h
569 doprnt.o: blocktype.h
570 doprnt.o: buffer.h
571 doprnt.o: bufslots.h
572 doprnt.o: config.h
573 doprnt.o: dynarr.h
574 doprnt.o: lstream.h
575 dynarr.o: blocktype.h
576 dynarr.o: config.h
577 dynarr.o: dynarr.h
578 ecrt0.o: config.h
579 editfns.o: blocktype.h
580 editfns.o: buffer.h
581 editfns.o: bufslots.h
582 editfns.o: commands.h
583 editfns.o: config.h
584 editfns.o: conslots.h
585 editfns.o: console.h
586 editfns.o: device.h
587 editfns.o: dynarr.h
588 editfns.o: events.h
589 editfns.o: extents.h
590 editfns.o: frame.h
591 editfns.o: frameslots.h
592 editfns.o: insdel.h
593 editfns.o: redisplay.h
594 editfns.o: scrollbar.h
595 editfns.o: specifier.h
596 editfns.o: sysdep.h
597 editfns.o: syspwd.h
598 editfns.o: systime.h
599 editfns.o: toolbar.h
600 editfns.o: window.h
601 elhash.o: blocktype.h
602 elhash.o: bytecode.h
603 elhash.o: config.h
604 elhash.o: dynarr.h
605 elhash.o: elhash.h
606 elhash.o: hash.h
607 emacs.o: backtrace.h
608 emacs.o: blocktype.h
609 emacs.o: buffer.h
610 emacs.o: bufslots.h
611 emacs.o: commands.h
612 emacs.o: config.h
613 emacs.o: conslots.h
614 emacs.o: console.h
615 emacs.o: dynarr.h
616 emacs.o: process.h
617 emacs.o: sysdep.h
618 emacs.o: sysfile.h
619 emacs.o: systime.h
620 emacs.o: systty.h
621 energize.o: config.h
622 epoch.o: blocktype.h
623 epoch.o: config.h
624 epoch.o: conslots.h
625 epoch.o: console-x.h
626 epoch.o: console.h
627 epoch.o: device.h
628 epoch.o: dynarr.h
629 epoch.o: events.h
630 epoch.o: frame.h
631 epoch.o: frameslots.h
632 epoch.o: objects-x.h
633 epoch.o: objects.h
634 epoch.o: scrollbar.h
635 epoch.o: specifier.h
636 epoch.o: systime.h
637 epoch.o: toolbar.h
638 epoch.o: xintrinsic.h
639 eval.o: backtrace.h
640 eval.o: blocktype.h
641 eval.o: buffer.h
642 eval.o: bufslots.h
643 eval.o: bytecode.h
644 eval.o: commands.h
645 eval.o: config.h
646 eval.o: conslots.h
647 eval.o: console.h
648 eval.o: dynarr.h
649 eval.o: opaque.h
650 event-Xt.o: $(LWLIBSRCDIR)/lwlib.h
651 event-Xt.o: Emacs.ad.h
652 event-Xt.o: EmacsFrame.h
653 event-Xt.o: blocktype.h
654 event-Xt.o: buffer.h
655 event-Xt.o: bufslots.h
656 event-Xt.o: commands.h
657 event-Xt.o: config.h
658 event-Xt.o: conslots.h
659 event-Xt.o: console-tty.h
660 event-Xt.o: console-x.h
661 event-Xt.o: console.h
662 event-Xt.o: device.h
663 event-Xt.o: dynarr.h
664 event-Xt.o: events.h
665 event-Xt.o: frame.h
666 event-Xt.o: frameslots.h
667 event-Xt.o: objects-x.h
668 event-Xt.o: objects.h
669 event-Xt.o: paths.h
670 event-Xt.o: process.h
671 event-Xt.o: redisplay.h
672 event-Xt.o: scrollbar.h
673 event-Xt.o: specifier.h
674 event-Xt.o: sysproc.h
675 event-Xt.o: systime.h
676 event-Xt.o: systty.h
677 event-Xt.o: toolbar.h
678 event-Xt.o: xintrinsic.h
679 event-Xt.o: xintrinsicp.h
680 event-stream.o: blocktype.h
681 event-stream.o: buffer.h
682 event-stream.o: bufslots.h
683 event-stream.o: commands.h
684 event-stream.o: config.h
685 event-stream.o: conslots.h
686 event-stream.o: console.h
687 event-stream.o: device.h
688 event-stream.o: dynarr.h
689 event-stream.o: elhash.h
690 event-stream.o: events.h
691 event-stream.o: frame.h
692 event-stream.o: frameslots.h
693 event-stream.o: insdel.h
694 event-stream.o: keymap.h
695 event-stream.o: lstream.h
696 event-stream.o: macros.h
697 event-stream.o: opaque.h
698 event-stream.o: process.h
699 event-stream.o: redisplay.h
700 event-stream.o: scrollbar.h
701 event-stream.o: specifier.h
702 event-stream.o: sysdep.h
703 event-stream.o: systime.h
704 event-stream.o: toolbar.h
705 event-stream.o: window.h
706 event-tty.o: blocktype.h
707 event-tty.o: config.h
708 event-tty.o: conslots.h
709 event-tty.o: console-tty.h
710 event-tty.o: console.h
711 event-tty.o: device.h
712 event-tty.o: dynarr.h
713 event-tty.o: events.h
714 event-tty.o: frame.h
715 event-tty.o: frameslots.h
716 event-tty.o: paths.h
717 event-tty.o: process.h
718 event-tty.o: scrollbar.h
719 event-tty.o: specifier.h
720 event-tty.o: sysproc.h
721 event-tty.o: systime.h
722 event-tty.o: systty.h
723 event-tty.o: syswait.h
724 event-tty.o: toolbar.h
725 event-unixoid.o: blocktype.h
726 event-unixoid.o: config.h
727 event-unixoid.o: conslots.h
728 event-unixoid.o: console-stream.h
729 event-unixoid.o: console-tty.h
730 event-unixoid.o: console.h
731 event-unixoid.o: device.h
732 event-unixoid.o: dynarr.h
733 event-unixoid.o: events.h
734 event-unixoid.o: paths.h
735 event-unixoid.o: process.h
736 event-unixoid.o: sysdep.h
737 event-unixoid.o: sysproc.h
738 event-unixoid.o: systime.h
739 event-unixoid.o: systty.h
740 events.o: blocktype.h
741 events.o: buffer.h
742 events.o: bufslots.h
743 events.o: config.h
744 events.o: conslots.h
745 events.o: console-tty.h
746 events.o: console-x.h
747 events.o: console.h
748 events.o: device.h
749 events.o: dynarr.h
750 events.o: events.h
751 events.o: extents.h
752 events.o: frame.h
753 events.o: frameslots.h
754 events.o: glyphs.h
755 events.o: keymap.h
756 events.o: redisplay.h
757 events.o: scrollbar.h
758 events.o: specifier.h
759 events.o: systime.h
760 events.o: systty.h
761 events.o: toolbar.h
762 events.o: window.h
763 events.o: xintrinsic.h
764 extents.o: blocktype.h
765 extents.o: buffer.h
766 extents.o: bufslots.h
767 extents.o: config.h
768 extents.o: conslots.h
769 extents.o: console.h
770 extents.o: debug.h
771 extents.o: device.h
772 extents.o: dynarr.h
773 extents.o: elhash.h
774 extents.o: extents.h
775 extents.o: faces.h
776 extents.o: frame.h
777 extents.o: frameslots.h
778 extents.o: glyphs.h
779 extents.o: hash.h
780 extents.o: insdel.h
781 extents.o: opaque.h
782 extents.o: process.h
783 extents.o: redisplay.h
784 extents.o: scrollbar.h
785 extents.o: specifier.h
786 extents.o: toolbar.h
787 faces.o: EmacsFrame.h
788 faces.o: blocktype.h
789 faces.o: buffer.h
790 faces.o: bufslots.h
791 faces.o: config.h
792 faces.o: conslots.h
793 faces.o: console-x.h
794 faces.o: console.h
795 faces.o: device.h
796 faces.o: dynarr.h
797 faces.o: elhash.h
798 faces.o: extents.h
799 faces.o: faces.h
800 faces.o: frame.h
801 faces.o: frameslots.h
802 faces.o: glyphs.h
803 faces.o: hash.h
804 faces.o: objects-x.h
805 faces.o: objects.h
806 faces.o: redisplay.h
807 faces.o: scrollbar.h
808 faces.o: specifier.h
809 faces.o: toolbar.h
810 faces.o: window.h
811 faces.o: xintrinsic.h
812 fileio.o: blocktype.h
813 fileio.o: buffer.h
814 fileio.o: bufslots.h
815 fileio.o: config.h
816 fileio.o: conslots.h
817 fileio.o: console.h
818 fileio.o: device.h
819 fileio.o: dynarr.h
820 fileio.o: events.h
821 fileio.o: frame.h
822 fileio.o: frameslots.h
823 fileio.o: insdel.h
824 fileio.o: lstream.h
825 fileio.o: paths.h
826 fileio.o: redisplay.h
827 fileio.o: scrollbar.h
828 fileio.o: specifier.h
829 fileio.o: sysdep.h
830 fileio.o: sysdir.h
831 fileio.o: sysfile.h
832 fileio.o: sysproc.h
833 fileio.o: syspwd.h
834 fileio.o: systime.h
835 fileio.o: toolbar.h
836 fileio.o: window.h
837 filelock.o: blocktype.h
838 filelock.o: buffer.h
839 filelock.o: bufslots.h
840 filelock.o: config.h
841 filelock.o: dynarr.h
842 filelock.o: paths.h
843 filelock.o: sysdir.h
844 filelock.o: sysfile.h
845 filelock.o: syspwd.h
846 filemode.o: blocktype.h
847 filemode.o: config.h
848 filemode.o: dynarr.h
849 filemode.o: sysfile.h
850 floatfns.o: blocktype.h
851 floatfns.o: config.h
852 floatfns.o: dynarr.h
853 floatfns.o: sysfloat.h
854 fns.o: blocktype.h
855 fns.o: buffer.h
856 fns.o: bufslots.h
857 fns.o: bytecode.h
858 fns.o: commands.h
859 fns.o: config.h
860 fns.o: conslots.h
861 fns.o: console.h
862 fns.o: device.h
863 fns.o: dynarr.h
864 fns.o: events.h
865 fns.o: extents.h
866 fns.o: frame.h
867 fns.o: frameslots.h
868 fns.o: scrollbar.h
869 fns.o: specifier.h
870 fns.o: systime.h
871 fns.o: toolbar.h
872 font-lock.o: blocktype.h
873 font-lock.o: buffer.h
874 font-lock.o: bufslots.h
875 font-lock.o: config.h
876 font-lock.o: dynarr.h
877 font-lock.o: insdel.h
878 font-lock.o: syntax.h
879 frame-tty.o: blocktype.h
880 frame-tty.o: config.h
881 frame-tty.o: conslots.h
882 frame-tty.o: console-tty.h
883 frame-tty.o: console.h
884 frame-tty.o: device.h
885 frame-tty.o: dynarr.h
886 frame-tty.o: frame.h
887 frame-tty.o: frameslots.h
888 frame-tty.o: scrollbar.h
889 frame-tty.o: specifier.h
890 frame-tty.o: systty.h
891 frame-tty.o: toolbar.h
892 frame-x.o: $(LWLIBSRCDIR)/lwlib.h
893 frame-x.o: EmacsFrame.h
894 frame-x.o: EmacsFrameP.h
895 frame-x.o: EmacsManager.h
896 frame-x.o: EmacsShell.h
897 frame-x.o: ExternalShell.h
898 frame-x.o: blocktype.h
899 frame-x.o: buffer.h
900 frame-x.o: bufslots.h
901 frame-x.o: config.h
902 frame-x.o: conslots.h
903 frame-x.o: console-x.h
904 frame-x.o: console.h
905 frame-x.o: device.h
906 frame-x.o: dynarr.h
907 frame-x.o: events.h
908 frame-x.o: extents.h
909 frame-x.o: faces.h
910 frame-x.o: frame.h
911 frame-x.o: frameslots.h
912 frame-x.o: glyphs-x.h
913 frame-x.o: glyphs.h
914 frame-x.o: objects-x.h
915 frame-x.o: objects.h
916 frame-x.o: redisplay.h
917 frame-x.o: scrollbar-x.h
918 frame-x.o: scrollbar.h
919 frame-x.o: specifier.h
920 frame-x.o: systime.h
921 frame-x.o: toolbar.h
922 frame-x.o: window.h
923 frame-x.o: xintrinsic.h
924 frame-x.o: xintrinsicp.h
925 frame-x.o: xmprimitivep.h
926 frame-x.o: xmu.h
927 frame.o: blocktype.h
928 frame.o: buffer.h
929 frame.o: bufslots.h
930 frame.o: config.h
931 frame.o: conslots.h
932 frame.o: console.h
933 frame.o: device.h
934 frame.o: dynarr.h
935 frame.o: events.h
936 frame.o: extents.h
937 frame.o: faces.h
938 frame.o: frame.h
939 frame.o: frameslots.h
940 frame.o: glyphs.h
941 frame.o: menubar.h
942 frame.o: redisplay.h
943 frame.o: scrollbar.h
944 frame.o: specifier.h
945 frame.o: sysdep.h
946 frame.o: systime.h
947 frame.o: toolbar.h
948 frame.o: window.h
949 free-hook.o: blocktype.h
950 free-hook.o: config.h
951 free-hook.o: dynarr.h
952 free-hook.o: hash.h
953 general.o: blocktype.h
954 general.o: config.h
955 general.o: dynarr.h
956 getloadavg.o: blocktype.h
957 getloadavg.o: config.h
958 getloadavg.o: dynarr.h
959 gif_err.o: config.h
960 gif_err.o: gif_lib.h
961 gifalloc.o: config.h
962 gifalloc.o: gif_lib.h
963 glyphs-x.o: $(LWLIBSRCDIR)/lwlib.h
964 glyphs-x.o: ${srcdir}/${etcdir}xemacs.xbm
965 glyphs-x.o: bitmaps.h
966 glyphs-x.o: blocktype.h
967 glyphs-x.o: buffer.h
968 glyphs-x.o: bufslots.h
969 glyphs-x.o: config.h
970 glyphs-x.o: conslots.h
971 glyphs-x.o: console-x.h
972 glyphs-x.o: console.h
973 glyphs-x.o: device.h
974 glyphs-x.o: dynarr.h
975 glyphs-x.o: frame.h
976 glyphs-x.o: frameslots.h
977 glyphs-x.o: gif_lib.h
978 glyphs-x.o: glyphs-x.h
979 glyphs-x.o: glyphs.h
980 glyphs-x.o: insdel.h
981 glyphs-x.o: objects-x.h
982 glyphs-x.o: objects.h
983 glyphs-x.o: opaque.h
984 glyphs-x.o: scrollbar.h
985 glyphs-x.o: specifier.h
986 glyphs-x.o: sysfile.h
987 glyphs-x.o: toolbar.h
988 glyphs-x.o: xintrinsic.h
989 glyphs-x.o: xmu.h
990 glyphs.o: blocktype.h
991 glyphs.o: buffer.h
992 glyphs.o: bufslots.h
993 glyphs.o: config.h
994 glyphs.o: conslots.h
995 glyphs.o: console.h
996 glyphs.o: device.h
997 glyphs.o: dynarr.h
998 glyphs.o: elhash.h
999 glyphs.o: faces.h
1000 glyphs.o: frame.h
1001 glyphs.o: frameslots.h
1002 glyphs.o: glyphs.h
1003 glyphs.o: objects.h
1004 glyphs.o: redisplay.h
1005 glyphs.o: scrollbar.h
1006 glyphs.o: specifier.h
1007 glyphs.o: toolbar.h
1008 glyphs.o: window.h
1009 gmalloc.o: config.h
1010 gmalloc.o: getpagesize.h
1011 gui-x.o: $(LWLIBSRCDIR)/lwlib.h
1012 gui-x.o: blocktype.h
1013 gui-x.o: buffer.h
1014 gui-x.o: bufslots.h
1015 gui-x.o: config.h
1016 gui-x.o: conslots.h
1017 gui-x.o: console-x.h
1018 gui-x.o: console.h
1019 gui-x.o: device.h
1020 gui-x.o: dynarr.h
1021 gui-x.o: frame.h
1022 gui-x.o: frameslots.h
1023 gui-x.o: gui-x.h
1024 gui-x.o: opaque.h
1025 gui-x.o: scrollbar.h
1026 gui-x.o: specifier.h
1027 gui-x.o: toolbar.h
1028 gui-x.o: xintrinsic.h
1029 gui.o: blocktype.h
1030 gui.o: config.h
1031 gui.o: dynarr.h
1032 hash.o: blocktype.h
1033 hash.o: config.h
1034 hash.o: dynarr.h
1035 hash.o: elhash.h
1036 hash.o: hash.h
1037 hftctl.o: blocktype.h
1038 hftctl.o: config.h
1039 hftctl.o: dynarr.h
1040 hpplay.o: blocktype.h
1041 hpplay.o: config.h
1042 hpplay.o: dynarr.h
1043 indent.o: blocktype.h
1044 indent.o: buffer.h
1045 indent.o: bufslots.h
1046 indent.o: config.h
1047 indent.o: conslots.h
1048 indent.o: console.h
1049 indent.o: device.h
1050 indent.o: dynarr.h
1051 indent.o: extents.h
1052 indent.o: faces.h
1053 indent.o: frame.h
1054 indent.o: frameslots.h
1055 indent.o: glyphs.h
1056 indent.o: insdel.h
1057 indent.o: redisplay.h
1058 indent.o: scrollbar.h
1059 indent.o: specifier.h
1060 indent.o: toolbar.h
1061 indent.o: window.h
1062 inline.o: $(LWLIBSRCDIR)/lwlib.h
1063 inline.o: blocktype.h
1064 inline.o: buffer.h
1065 inline.o: bufslots.h
1066 inline.o: bytecode.h
1067 inline.o: config.h
1068 inline.o: conslots.h
1069 inline.o: console-x.h
1070 inline.o: console.h
1071 inline.o: device.h
1072 inline.o: dynarr.h
1073 inline.o: elhash.h
1074 inline.o: events.h
1075 inline.o: extents.h
1076 inline.o: faces.h
1077 inline.o: frame.h
1078 inline.o: frameslots.h
1079 inline.o: glyphs-x.h
1080 inline.o: glyphs.h
1081 inline.o: gui-x.h
1082 inline.o: keymap.h
1083 inline.o: lstream.h
1084 inline.o: objects.h
1085 inline.o: opaque.h
1086 inline.o: process.h
1087 inline.o: redisplay.h
1088 inline.o: scrollbar.h
1089 inline.o: specifier.h
1090 inline.o: syntax.h
1091 inline.o: systime.h
1092 inline.o: toolbar.h
1093 inline.o: window.h
1094 inline.o: xintrinsic.h
1095 insdel.o: blocktype.h
1096 insdel.o: buffer.h
1097 insdel.o: bufslots.h
1098 insdel.o: config.h
1099 insdel.o: conslots.h
1100 insdel.o: console.h
1101 insdel.o: device.h
1102 insdel.o: dynarr.h
1103 insdel.o: extents.h
1104 insdel.o: frame.h
1105 insdel.o: frameslots.h
1106 insdel.o: insdel.h
1107 insdel.o: lstream.h
1108 insdel.o: redisplay.h
1109 insdel.o: scrollbar.h
1110 insdel.o: specifier.h
1111 insdel.o: toolbar.h
1112 intl.o: blocktype.h
1113 intl.o: bytecode.h
1114 intl.o: config.h
1115 intl.o: conslots.h
1116 intl.o: console.h
1117 intl.o: device.h
1118 intl.o: dynarr.h
1119 keymap.o: blocktype.h
1120 keymap.o: buffer.h
1121 keymap.o: bufslots.h
1122 keymap.o: bytecode.h
1123 keymap.o: commands.h
1124 keymap.o: config.h
1125 keymap.o: conslots.h
1126 keymap.o: console.h
1127 keymap.o: device.h
1128 keymap.o: dynarr.h
1129 keymap.o: elhash.h
1130 keymap.o: events.h
1131 keymap.o: frame.h
1132 keymap.o: frameslots.h
1133 keymap.o: insdel.h
1134 keymap.o: keymap.h
1135 keymap.o: redisplay.h
1136 keymap.o: scrollbar.h
1137 keymap.o: specifier.h
1138 keymap.o: systime.h
1139 keymap.o: toolbar.h
1140 keymap.o: window.h
1141 libsst.o: blocktype.h
1142 libsst.o: config.h
1143 libsst.o: dynarr.h
1144 libsst.o: libsst.h
1145 linuxplay.o: blocktype.h
1146 linuxplay.o: config.h
1147 linuxplay.o: dynarr.h
1148 lread.o: blocktype.h
1149 lread.o: buffer.h
1150 lread.o: bufslots.h
1151 lread.o: bytecode.h
1152 lread.o: commands.h
1153 lread.o: config.h
1154 lread.o: dynarr.h
1155 lread.o: insdel.h
1156 lread.o: lstream.h
1157 lread.o: opaque.h
1158 lread.o: paths.h
1159 lread.o: sysfile.h
1160 lstream.o: blocktype.h
1161 lstream.o: buffer.h
1162 lstream.o: bufslots.h
1163 lstream.o: config.h
1164 lstream.o: dynarr.h
1165 lstream.o: insdel.h
1166 lstream.o: lstream.h
1167 lstream.o: sysfile.h
1168 macros.o: blocktype.h
1169 macros.o: buffer.h
1170 macros.o: bufslots.h
1171 macros.o: commands.h
1172 macros.o: config.h
1173 macros.o: conslots.h
1174 macros.o: console.h
1175 macros.o: device.h
1176 macros.o: dynarr.h
1177 macros.o: events.h
1178 macros.o: frame.h
1179 macros.o: frameslots.h
1180 macros.o: keymap.h
1181 macros.o: macros.h
1182 macros.o: redisplay.h
1183 macros.o: scrollbar.h
1184 macros.o: specifier.h
1185 macros.o: systime.h
1186 macros.o: toolbar.h
1187 macros.o: window.h
1188 malloc.o: config.h
1189 malloc.o: getpagesize.h
1190 marker.o: blocktype.h
1191 marker.o: buffer.h
1192 marker.o: bufslots.h
1193 marker.o: config.h
1194 marker.o: dynarr.h
1195 md5.o: blocktype.h
1196 md5.o: buffer.h
1197 md5.o: bufslots.h
1198 md5.o: config.h
1199 md5.o: dynarr.h
1200 md5.o: insdel.h
1201 menubar-x.o: $(LWLIBSRCDIR)/lwlib.h
1202 menubar-x.o: EmacsFrame.h
1203 menubar-x.o: EmacsManager.h
1204 menubar-x.o: EmacsShell.h
1205 menubar-x.o: blocktype.h
1206 menubar-x.o: buffer.h
1207 menubar-x.o: bufslots.h
1208 menubar-x.o: commands.h
1209 menubar-x.o: config.h
1210 menubar-x.o: conslots.h
1211 menubar-x.o: console-x.h
1212 menubar-x.o: console.h
1213 menubar-x.o: device.h
1214 menubar-x.o: dynarr.h
1215 menubar-x.o: events.h
1216 menubar-x.o: frame.h
1217 menubar-x.o: frameslots.h
1218 menubar-x.o: gui-x.h
1219 menubar-x.o: opaque.h
1220 menubar-x.o: redisplay.h
1221 menubar-x.o: scrollbar.h
1222 menubar-x.o: specifier.h
1223 menubar-x.o: systime.h
1224 menubar-x.o: toolbar.h
1225 menubar-x.o: window.h
1226 menubar-x.o: xintrinsic.h
1227 menubar.o: blocktype.h
1228 menubar.o: config.h
1229 menubar.o: conslots.h
1230 menubar.o: console.h
1231 menubar.o: device.h
1232 menubar.o: dynarr.h
1233 menubar.o: frame.h
1234 menubar.o: frameslots.h
1235 menubar.o: menubar.h
1236 menubar.o: redisplay.h
1237 menubar.o: scrollbar.h
1238 menubar.o: specifier.h
1239 menubar.o: toolbar.h
1240 menubar.o: window.h
1241 minibuf.o: blocktype.h
1242 minibuf.o: buffer.h
1243 minibuf.o: bufslots.h
1244 minibuf.o: commands.h
1245 minibuf.o: config.h
1246 minibuf.o: conslots.h
1247 minibuf.o: console-stream.h
1248 minibuf.o: console.h
1249 minibuf.o: device.h
1250 minibuf.o: dynarr.h
1251 minibuf.o: events.h
1252 minibuf.o: frame.h
1253 minibuf.o: frameslots.h
1254 minibuf.o: insdel.h
1255 minibuf.o: redisplay.h
1256 minibuf.o: scrollbar.h
1257 minibuf.o: specifier.h
1258 minibuf.o: systime.h
1259 minibuf.o: toolbar.h
1260 minibuf.o: window.h
1261 mocklisp.o: blocktype.h
1262 mocklisp.o: buffer.h
1263 mocklisp.o: bufslots.h
1264 mocklisp.o: config.h
1265 mocklisp.o: dynarr.h
1266 msdos.o: config.h
1267 nas.o: blocktype.h
1268 nas.o: config.h
1269 nas.o: dynarr.h
1270 objects-tty.o: blocktype.h
1271 objects-tty.o: config.h
1272 objects-tty.o: conslots.h
1273 objects-tty.o: console-tty.h
1274 objects-tty.o: console.h
1275 objects-tty.o: device.h
1276 objects-tty.o: dynarr.h
1277 objects-tty.o: insdel.h
1278 objects-tty.o: objects-tty.h
1279 objects-tty.o: objects.h
1280 objects-tty.o: specifier.h
1281 objects-tty.o: systty.h
1282 objects-x.o: blocktype.h
1283 objects-x.o: buffer.h
1284 objects-x.o: bufslots.h
1285 objects-x.o: config.h
1286 objects-x.o: conslots.h
1287 objects-x.o: console-x.h
1288 objects-x.o: console.h
1289 objects-x.o: device.h
1290 objects-x.o: dynarr.h
1291 objects-x.o: insdel.h
1292 objects-x.o: objects-x.h
1293 objects-x.o: objects.h
1294 objects-x.o: specifier.h
1295 objects-x.o: xintrinsic.h
1296 objects.o: blocktype.h
1297 objects.o: buffer.h
1298 objects.o: bufslots.h
1299 objects.o: config.h
1300 objects.o: conslots.h
1301 objects.o: console.h
1302 objects.o: device.h
1303 objects.o: dynarr.h
1304 objects.o: elhash.h
1305 objects.o: faces.h
1306 objects.o: frame.h
1307 objects.o: frameslots.h
1308 objects.o: objects.h
1309 objects.o: redisplay.h
1310 objects.o: scrollbar.h
1311 objects.o: specifier.h
1312 objects.o: toolbar.h
1313 objects.o: window.h
1314 opaque.o: blocktype.h
1315 opaque.o: config.h
1316 opaque.o: dynarr.h
1317 opaque.o: opaque.h
1318 print.o: backtrace.h
1319 print.o: blocktype.h
1320 print.o: buffer.h
1321 print.o: bufslots.h
1322 print.o: bytecode.h
1323 print.o: config.h
1324 print.o: conslots.h
1325 print.o: console-stream.h
1326 print.o: console-tty.h
1327 print.o: console.h
1328 print.o: device.h
1329 print.o: dynarr.h
1330 print.o: extents.h
1331 print.o: frame.h
1332 print.o: frameslots.h
1333 print.o: insdel.h
1334 print.o: lstream.h
1335 print.o: scrollbar.h
1336 print.o: specifier.h
1337 print.o: systty.h
1338 print.o: toolbar.h
1339 process.o: blocktype.h
1340 process.o: buffer.h
1341 process.o: bufslots.h
1342 process.o: commands.h
1343 process.o: config.h
1344 process.o: conslots.h
1345 process.o: console.h
1346 process.o: device.h
1347 process.o: dynarr.h
1348 process.o: events.h
1349 process.o: frame.h
1350 process.o: frameslots.h
1351 process.o: insdel.h
1352 process.o: lstream.h
1353 process.o: opaque.h
1354 process.o: paths.h
1355 process.o: process.h
1356 process.o: redisplay.h
1357 process.o: scrollbar.h
1358 process.o: specifier.h
1359 process.o: sysdep.h
1360 process.o: sysfile.h
1361 process.o: sysproc.h
1362 process.o: systime.h
1363 process.o: systty.h
1364 process.o: syswait.h
1365 process.o: toolbar.h
1366 process.o: window.h
1367 profile.o: backtrace.h
1368 profile.o: blocktype.h
1369 profile.o: bytecode.h
1370 profile.o: config.h
1371 profile.o: dynarr.h
1372 profile.o: hash.h
1373 profile.o: systime.h
1374 pure.o: blocktype.h
1375 pure.o: config.h
1376 pure.o: dynarr.h
1377 pure.o: puresize.h
1378 ralloc.o: blocktype.h
1379 ralloc.o: config.h
1380 ralloc.o: dynarr.h
1381 ralloc.o: getpagesize.h
1382 rangetab.o: blocktype.h
1383 rangetab.o: config.h
1384 rangetab.o: dynarr.h
1385 realpath.o: config.h
1386 redisplay-output.o: blocktype.h
1387 redisplay-output.o: buffer.h
1388 redisplay-output.o: bufslots.h
1389 redisplay-output.o: config.h
1390 redisplay-output.o: conslots.h
1391 redisplay-output.o: console.h
1392 redisplay-output.o: debug.h
1393 redisplay-output.o: device.h
1394 redisplay-output.o: dynarr.h
1395 redisplay-output.o: faces.h
1396 redisplay-output.o: frame.h
1397 redisplay-output.o: frameslots.h
1398 redisplay-output.o: glyphs.h
1399 redisplay-output.o: redisplay.h
1400 redisplay-output.o: scrollbar.h
1401 redisplay-output.o: specifier.h
1402 redisplay-output.o: sysdep.h
1403 redisplay-output.o: toolbar.h
1404 redisplay-output.o: window.h
1405 redisplay-tty.o: blocktype.h
1406 redisplay-tty.o: buffer.h
1407 redisplay-tty.o: bufslots.h
1408 redisplay-tty.o: config.h
1409 redisplay-tty.o: conslots.h
1410 redisplay-tty.o: console-tty.h
1411 redisplay-tty.o: console.h
1412 redisplay-tty.o: device.h
1413 redisplay-tty.o: dynarr.h
1414 redisplay-tty.o: events.h
1415 redisplay-tty.o: faces.h
1416 redisplay-tty.o: frame.h
1417 redisplay-tty.o: frameslots.h
1418 redisplay-tty.o: glyphs.h
1419 redisplay-tty.o: lstream.h
1420 redisplay-tty.o: objects-tty.h
1421 redisplay-tty.o: objects.h
1422 redisplay-tty.o: redisplay.h
1423 redisplay-tty.o: scrollbar.h
1424 redisplay-tty.o: specifier.h
1425 redisplay-tty.o: sysdep.h
1426 redisplay-tty.o: systime.h
1427 redisplay-tty.o: systty.h
1428 redisplay-tty.o: toolbar.h
1429 redisplay-tty.o: window.h
1430 redisplay-x.o: $(LWLIBSRCDIR)/lwlib.h
1431 redisplay-x.o: EmacsFrame.h
1432 redisplay-x.o: EmacsFrameP.h
1433 redisplay-x.o: blocktype.h
1434 redisplay-x.o: buffer.h
1435 redisplay-x.o: bufslots.h
1436 redisplay-x.o: config.h
1437 redisplay-x.o: conslots.h
1438 redisplay-x.o: console-x.h
1439 redisplay-x.o: console.h
1440 redisplay-x.o: debug.h
1441 redisplay-x.o: device.h
1442 redisplay-x.o: dynarr.h
1443 redisplay-x.o: faces.h
1444 redisplay-x.o: frame.h
1445 redisplay-x.o: frameslots.h
1446 redisplay-x.o: glyphs-x.h
1447 redisplay-x.o: glyphs.h
1448 redisplay-x.o: objects-x.h
1449 redisplay-x.o: objects.h
1450 redisplay-x.o: paths.h
1451 redisplay-x.o: redisplay.h
1452 redisplay-x.o: scrollbar.h
1453 redisplay-x.o: specifier.h
1454 redisplay-x.o: sysdep.h
1455 redisplay-x.o: sysproc.h
1456 redisplay-x.o: systime.h
1457 redisplay-x.o: toolbar.h
1458 redisplay-x.o: window.h
1459 redisplay-x.o: xgccache.h
1460 redisplay-x.o: xintrinsic.h
1461 redisplay-x.o: xintrinsicp.h
1462 redisplay-x.o: xmprimitivep.h
1463 redisplay.o: blocktype.h
1464 redisplay.o: buffer.h
1465 redisplay.o: bufslots.h
1466 redisplay.o: commands.h
1467 redisplay.o: config.h
1468 redisplay.o: conslots.h
1469 redisplay.o: console.h
1470 redisplay.o: debug.h
1471 redisplay.o: device.h
1472 redisplay.o: dynarr.h
1473 redisplay.o: extents.h
1474 redisplay.o: faces.h
1475 redisplay.o: frame.h
1476 redisplay.o: frameslots.h
1477 redisplay.o: glyphs.h
1478 redisplay.o: insdel.h
1479 redisplay.o: menubar.h
1480 redisplay.o: objects.h
1481 redisplay.o: process.h
1482 redisplay.o: redisplay.h
1483 redisplay.o: scrollbar.h
1484 redisplay.o: specifier.h
1485 redisplay.o: toolbar.h
1486 redisplay.o: window.h
1487 regex.o: blocktype.h
1488 regex.o: buffer.h
1489 regex.o: bufslots.h
1490 regex.o: config.h
1491 regex.o: dynarr.h
1492 regex.o: regex.h
1493 regex.o: syntax.h
1494 scrollbar-x.o: $(LWLIBSRCDIR)/lwlib.h
1495 scrollbar-x.o: EmacsFrame.h
1496 scrollbar-x.o: EmacsManager.h
1497 scrollbar-x.o: blocktype.h
1498 scrollbar-x.o: config.h
1499 scrollbar-x.o: conslots.h
1500 scrollbar-x.o: console-x.h
1501 scrollbar-x.o: console.h
1502 scrollbar-x.o: device.h
1503 scrollbar-x.o: dynarr.h
1504 scrollbar-x.o: frame.h
1505 scrollbar-x.o: frameslots.h
1506 scrollbar-x.o: glyphs-x.h
1507 scrollbar-x.o: glyphs.h
1508 scrollbar-x.o: gui-x.h
1509 scrollbar-x.o: redisplay.h
1510 scrollbar-x.o: scrollbar-x.h
1511 scrollbar-x.o: scrollbar.h
1512 scrollbar-x.o: specifier.h
1513 scrollbar-x.o: toolbar.h
1514 scrollbar-x.o: window.h
1515 scrollbar-x.o: xintrinsic.h
1516 scrollbar.o: blocktype.h
1517 scrollbar.o: buffer.h
1518 scrollbar.o: bufslots.h
1519 scrollbar.o: commands.h
1520 scrollbar.o: config.h
1521 scrollbar.o: conslots.h
1522 scrollbar.o: console.h
1523 scrollbar.o: device.h
1524 scrollbar.o: dynarr.h
1525 scrollbar.o: frame.h
1526 scrollbar.o: frameslots.h
1527 scrollbar.o: glyphs.h
1528 scrollbar.o: redisplay.h
1529 scrollbar.o: scrollbar.h
1530 scrollbar.o: specifier.h
1531 scrollbar.o: toolbar.h
1532 scrollbar.o: window.h
1533 search.o: blocktype.h
1534 search.o: buffer.h
1535 search.o: bufslots.h
1536 search.o: commands.h
1537 search.o: config.h
1538 search.o: dynarr.h
1539 search.o: insdel.h
1540 search.o: opaque.h
1541 search.o: regex.h
1542 search.o: syntax.h
1543 signal.o: blocktype.h
1544 signal.o: config.h
1545 signal.o: conslots.h
1546 signal.o: console.h
1547 signal.o: device.h
1548 signal.o: dynarr.h
1549 signal.o: events.h
1550 signal.o: frame.h
1551 signal.o: frameslots.h
1552 signal.o: scrollbar.h
1553 signal.o: specifier.h
1554 signal.o: sysdep.h
1555 signal.o: systime.h
1556 signal.o: toolbar.h
1557 sound.o: blocktype.h
1558 sound.o: buffer.h
1559 sound.o: bufslots.h
1560 sound.o: commands.h
1561 sound.o: config.h
1562 sound.o: conslots.h
1563 sound.o: console-x.h
1564 sound.o: console.h
1565 sound.o: device.h
1566 sound.o: dynarr.h
1567 sound.o: redisplay.h
1568 sound.o: sysdep.h
1569 sound.o: xintrinsic.h
1570 specifier.o: blocktype.h
1571 specifier.o: buffer.h
1572 specifier.o: bufslots.h
1573 specifier.o: config.h
1574 specifier.o: conslots.h
1575 specifier.o: console.h
1576 specifier.o: device.h
1577 specifier.o: dynarr.h
1578 specifier.o: frame.h
1579 specifier.o: frameslots.h
1580 specifier.o: opaque.h
1581 specifier.o: redisplay.h
1582 specifier.o: scrollbar.h
1583 specifier.o: specifier.h
1584 specifier.o: toolbar.h
1585 specifier.o: window.h
1586 strftime.o: blocktype.h
1587 strftime.o: config.h
1588 strftime.o: dynarr.h
1589 sunOS-fix.o: config.h
1590 sunplay.o: blocktype.h
1591 sunplay.o: config.h
1592 sunplay.o: dynarr.h
1593 sunplay.o: sysdep.h
1594 sunpro.o: blocktype.h
1595 sunpro.o: config.h
1596 sunpro.o: dynarr.h
1597 symbols.o: blocktype.h
1598 symbols.o: buffer.h
1599 symbols.o: bufslots.h
1600 symbols.o: config.h
1601 symbols.o: conslots.h
1602 symbols.o: console.h
1603 symbols.o: dynarr.h
1604 syntax.o: blocktype.h
1605 syntax.o: buffer.h
1606 syntax.o: bufslots.h
1607 syntax.o: commands.h
1608 syntax.o: config.h
1609 syntax.o: dynarr.h
1610 syntax.o: insdel.h
1611 syntax.o: syntax.h
1612 sysdep.o: blocktype.h
1613 sysdep.o: buffer.h
1614 sysdep.o: bufslots.h
1615 sysdep.o: config.h
1616 sysdep.o: conslots.h
1617 sysdep.o: console-stream.h
1618 sysdep.o: console-x.h
1619 sysdep.o: console.h
1620 sysdep.o: device.h
1621 sysdep.o: dynarr.h
1622 sysdep.o: events.h
1623 sysdep.o: frame.h
1624 sysdep.o: frameslots.h
1625 sysdep.o: process.h
1626 sysdep.o: redisplay.h
1627 sysdep.o: scrollbar.h
1628 sysdep.o: specifier.h
1629 sysdep.o: sysdep.h
1630 sysdep.o: sysdir.h
1631 sysdep.o: sysfile.h
1632 sysdep.o: systime.h
1633 sysdep.o: syswait.h
1634 sysdep.o: toolbar.h
1635 sysdep.o: window.h
1636 sysdep.o: xintrinsic.h
1637 termcap.o: blocktype.h
1638 termcap.o: config.h
1639 termcap.o: conslots.h
1640 termcap.o: console.h
1641 termcap.o: device.h
1642 termcap.o: dynarr.h
1643 terminfo.o: config.h
1644 toolbar-x.o: $(LWLIBSRCDIR)/lwlib.h
1645 toolbar-x.o: EmacsFrame.h
1646 toolbar-x.o: EmacsFrameP.h
1647 toolbar-x.o: EmacsManager.h
1648 toolbar-x.o: blocktype.h
1649 toolbar-x.o: buffer.h
1650 toolbar-x.o: bufslots.h
1651 toolbar-x.o: config.h
1652 toolbar-x.o: conslots.h
1653 toolbar-x.o: console-x.h
1654 toolbar-x.o: console.h
1655 toolbar-x.o: device.h
1656 toolbar-x.o: dynarr.h
1657 toolbar-x.o: faces.h
1658 toolbar-x.o: frame.h
1659 toolbar-x.o: frameslots.h
1660 toolbar-x.o: glyphs-x.h
1661 toolbar-x.o: glyphs.h
1662 toolbar-x.o: objects-x.h
1663 toolbar-x.o: objects.h
1664 toolbar-x.o: redisplay.h
1665 toolbar-x.o: scrollbar.h
1666 toolbar-x.o: specifier.h
1667 toolbar-x.o: toolbar.h
1668 toolbar-x.o: window.h
1669 toolbar-x.o: xgccache.h
1670 toolbar-x.o: xintrinsic.h
1671 toolbar-x.o: xintrinsicp.h
1672 toolbar-x.o: xmprimitivep.h
1673 toolbar.o: blocktype.h
1674 toolbar.o: buffer.h
1675 toolbar.o: bufslots.h
1676 toolbar.o: config.h
1677 toolbar.o: conslots.h
1678 toolbar.o: console.h
1679 toolbar.o: device.h
1680 toolbar.o: dynarr.h
1681 toolbar.o: frame.h
1682 toolbar.o: frameslots.h
1683 toolbar.o: glyphs.h
1684 toolbar.o: redisplay.h
1685 toolbar.o: scrollbar.h
1686 toolbar.o: specifier.h
1687 toolbar.o: toolbar.h
1688 toolbar.o: window.h
1689 tooltalk.o: blocktype.h
1690 tooltalk.o: buffer.h
1691 tooltalk.o: bufslots.h
1692 tooltalk.o: config.h
1693 tooltalk.o: dynarr.h
1694 tooltalk.o: elhash.h
1695 tooltalk.o: process.h
1696 tooltalk.o: tooltalk.h
1697 tparam.o: config.h
1698 undo.o: blocktype.h
1699 undo.o: buffer.h
1700 undo.o: bufslots.h
1701 undo.o: config.h
1702 undo.o: dynarr.h
1703 undo.o: extents.h
1704 vm-limit.o: blocktype.h
1705 vm-limit.o: config.h
1706 vm-limit.o: dynarr.h
1707 vm-limit.o: mem-limits.h
1708 vmsproc.o: vmsproc.h
1709 window.o: blocktype.h
1710 window.o: buffer.h
1711 window.o: bufslots.h
1712 window.o: commands.h
1713 window.o: config.h
1714 window.o: conslots.h
1715 window.o: console.h
1716 window.o: device.h
1717 window.o: dynarr.h
1718 window.o: faces.h
1719 window.o: frame.h
1720 window.o: frameslots.h
1721 window.o: glyphs.h
1722 window.o: objects.h
1723 window.o: redisplay.h
1724 window.o: scrollbar.h
1725 window.o: specifier.h
1726 window.o: toolbar.h
1727 window.o: window.h
1728 xgccache.o: blocktype.h
1729 xgccache.o: config.h
1730 xgccache.o: dynarr.h
1731 xgccache.o: hash.h
1732 xgccache.o: xgccache.h
1733 xmu.o: config.h
1734 xselect.o: blocktype.h
1735 xselect.o: buffer.h
1736 xselect.o: bufslots.h
1737 xselect.o: config.h
1738 xselect.o: conslots.h
1739 xselect.o: console-x.h
1740 xselect.o: console.h
1741 xselect.o: device.h
1742 xselect.o: dynarr.h
1743 xselect.o: frame.h
1744 xselect.o: frameslots.h
1745 xselect.o: objects-x.h
1746 xselect.o: objects.h
1747 xselect.o: opaque.h
1748 xselect.o: scrollbar.h
1749 xselect.o: specifier.h
1750 xselect.o: systime.h
1751 xselect.o: toolbar.h
1752 xselect.o: xintrinsic.h