* emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
[bpt/emacs.git] / src / makefile.w32-in
CommitLineData
b46a6a83 1# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
acaf905b 2# Copyright (C) 2000-2012 Free Software Foundation, Inc.
b9b1cc14
GM
3
4# This file is part of GNU Emacs.
5
6# GNU Emacs is free software: you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation, either version 3 of the License, or
9# (at your option) any later version.
10
11# GNU Emacs is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15
16# You should have received a copy of the GNU General Public License
17# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18
7bbaaedd
AI
19
20ALL = emacs
21
22.PHONY: $(ALL)
23
325111e9
AI
24# Set EMACSLOADPATH correctly (in case already defined in environment).
25EMACSLOADPATH=$(CURDIR)/../lisp
26
7ef3cbd5 27# Size in MBs of the static heap in temacs.exe.
62aba0d4 28HEAPSIZE = $(EMACS_HEAPSIZE)
7ef3cbd5 29
fd5125ad 30LOCAL_FLAGS = -Demacs=1 -I../lib -I../nt/inc $(EMACS_EXTRA_C_FLAGS)
7bbaaedd 31
877610de 32SRC = .
7bbaaedd
AI
33EMACS = $(BLD)/emacs.exe
34TEMACS = $(BLD)/temacs.exe
35TEMACS_TMP = $(BLD)/temacs.bin
36TLIB0 = $(BLD)/temacs0.$(A)
37TLIB1 = $(BLD)/temacs1.$(A)
5e371708 38TLIB2 = $(BLD)/temacs2.$(A)
7bbaaedd
AI
39TOBJ = $(BLD)/firstfile.$(O)
40TRES = $(BLD)/emacs.res
41TLASTLIB = $(BLD)/lastfile.$(A)
f915f0f7 42GNULIB = ../lib/$(BLD)/libgnu.$(A)
7bbaaedd 43
24af414e
EZ
44DOC = $(OBJDIR)/etc/DOC-X
45
526dc3b3
JR
46FULL_LINK_FLAGS = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK)
47
7bbaaedd
AI
48#
49# Split up the objects into two sets so that we don't run out of
50# command line space when we link them into a library.
51#
52# Put emacs.$(O) in a separate lib, since we need to have firstfile.$(O)
53# as the "main" object file when linking.
54#
55OBJ0 = $(BLD)/emacs.$(O)
56
ffe42183 57OBJ1 = $(BLD)/alloc.$(O) \
55fb4286
EZ
58 $(BLD)/atimer.$(O) \
59 $(BLD)/buffer.$(O) \
ffe42183
JR
60 $(BLD)/bytecode.$(O) \
61 $(BLD)/callint.$(O) \
62 $(BLD)/callproc.$(O) \
63 $(BLD)/casefiddle.$(O) \
55fb4286
EZ
64 $(BLD)/cmds.$(O) \
65 $(BLD)/data.$(O) \
66 $(BLD)/dired.$(O) \
ffe42183
JR
67 $(BLD)/dispnew.$(O) \
68 $(BLD)/doc.$(O) \
55fb4286 69 $(BLD)/doprnt.$(O) \
ffe42183 70 $(BLD)/editfns.$(O) \
55fb4286
EZ
71 $(BLD)/eval.$(O) \
72 $(BLD)/fileio.$(O) \
ffe42183 73 $(BLD)/filelock.$(O) \
ffe42183 74 $(BLD)/fns.$(O) \
55fb4286
EZ
75 $(BLD)/indent.$(O) \
76 $(BLD)/insdel.$(O) \
ffe42183 77 $(BLD)/keyboard.$(O) \
55fb4286
EZ
78 $(BLD)/keymap.$(O) \
79 $(BLD)/lread.$(O) \
80 $(BLD)/macros.$(O) \
81 $(BLD)/marker.$(O) \
ffe42183
JR
82 $(BLD)/minibuf.$(O) \
83 $(BLD)/w32.$(O) \
84 $(BLD)/w32heap.$(O) \
85 $(BLD)/w32inevt.$(O) \
86 $(BLD)/w32proc.$(O) \
87 $(BLD)/w32console.$(O) \
55fb4286 88 $(BLD)/print.$(O) \
ffe42183 89 $(BLD)/process.$(O) \
55fb4286
EZ
90 $(BLD)/regex.$(O) \
91 $(BLD)/scroll.$(O) \
92 $(BLD)/search.$(O) \
93 $(BLD)/sound.$(O) \
5e371708
JB
94 $(BLD)/syntax.$(O)
95
96OBJ2 = $(BLD)/sysdep.$(O) \
55fb4286 97 $(BLD)/term.$(O) \
55fb4286
EZ
98 $(BLD)/tparam.$(O) \
99 $(BLD)/undo.$(O) \
ffe42183 100 $(BLD)/unexw32.$(O) \
55fb4286
EZ
101 $(BLD)/window.$(O) \
102 $(BLD)/xdisp.$(O) \
ffe42183
JR
103 $(BLD)/casetab.$(O) \
104 $(BLD)/floatfns.$(O) \
55fb4286 105 $(BLD)/frame.$(O) \
ffe42183 106 $(BLD)/gmalloc.$(O) \
e061a11b 107 $(BLD)/gnutls.$(O) \
ffe42183
JR
108 $(BLD)/intervals.$(O) \
109 $(BLD)/composite.$(O) \
55fb4286 110 $(BLD)/ralloc.$(O) \
ffe42183
JR
111 $(BLD)/textprop.$(O) \
112 $(BLD)/vm-limit.$(O) \
55fb4286 113 $(BLD)/region-cache.$(O) \
f4b6ba46 114 $(BLD)/bidi.$(O) \
ffe42183
JR
115 $(BLD)/charset.$(O) \
116 $(BLD)/character.$(O) \
117 $(BLD)/chartab.$(O) \
55fb4286 118 $(BLD)/coding.$(O) \
ffe42183
JR
119 $(BLD)/category.$(O) \
120 $(BLD)/ccl.$(O) \
55fb4286 121 $(BLD)/font.$(O) \
ffe42183 122 $(BLD)/fontset.$(O) \
55fb4286
EZ
123 $(BLD)/fringe.$(O) \
124 $(BLD)/image.$(O) \
a2b7437b 125 $(BLD)/terminal.$(O) \
5e371708 126 $(BLD)/menu.$(O) \
9078ead6 127 $(BLD)/xml.$(O) \
611b7507 128 $(BLD)/profiler.$(O) \
5e371708
JB
129 $(BLD)/w32term.$(O) \
130 $(BLD)/w32xfns.$(O) \
131 $(BLD)/w32fns.$(O) \
132 $(BLD)/xfaces.$(O) \
133 $(BLD)/w32select.$(O) \
134 $(BLD)/w32menu.$(O) \
135 $(BLD)/w32reg.$(O) \
136 $(BLD)/w32font.$(O) \
137 $(BLD)/w32uniscribe.$(O)
223250a6 138
7bbaaedd
AI
139LIBS = $(TLIB0) \
140 $(TLIB1) \
5e371708 141 $(TLIB2) \
7bbaaedd 142 $(TLASTLIB) \
f915f0f7 143 $(GNULIB) \
c1c5c06d 144 $(WINMM) \
7bbaaedd
AI
145 $(ADVAPI32) \
146 $(GDI32) \
147 $(COMDLG32) \
148 $(USER32) \
5e371708 149 $(MPR) \
7bbaaedd 150 $(SHELL32) \
39a0e135 151 $(WINSPOOL) \
c1c5c06d 152 $(OLE32) \
cbcb463b 153 $(COMCTL32) \
0c1b4ae2 154 $(UNISCRIBE) \
e061a11b 155 $(USER_LIBS) \
7bbaaedd
AI
156 $(libc)
157
158#
159# Build the executable and dump it.
160#
161all: $(ALL)
162
163#
164# The dumped executable
165#
5ac50e96 166emacs: stamp_BLD $(EMACS)
bfd1fa28 167$(EMACS): $(DOC) $(TEMACS)
0533c860 168 "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump
d0981f82 169 -"$(THISDIR)/$(BLD)/emacs.exe" -batch -f list-load-path-shadows
7bbaaedd
AI
170
171#
172# The undumped executable
173# Note the extra post-link step to insert a static preload heap section.
174# If preload runs out of memory, increase the last argument to addsection
175# (it is the preload heap size in MB).
176#
5ac50e96 177temacs: stamp_BLD $(TEMACS)
5e371708 178$(TEMACS): $(TLIB0) $(TLIB1) $(TLIB2) $(TLASTLIB) $(TOBJ) $(TRES) \
f915f0f7 179 ../nt/$(BLD)/addsection.exe $(GNULIB)
7bbaaedd 180 $(LINK) $(LINK_OUT)$(TEMACS_TMP) $(FULL_LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS)
7ef3cbd5 181 "$(THISDIR)/../nt/$(BLD)/addsection" "$(TEMACS_TMP)" "$(TEMACS)" EMHEAP $(HEAPSIZE)
878bde49
KR
182
183# These omit firstfile.${O}, but there's no documentation in there
184# anyways.
249b9564 185buildobj.h: $(SRC)/makefile.w32-in
877610de
EZ
186 $(MAKE) $(MFLAGS) make-buildobj-$(SHELLTYPE)
187
249b9564
EZ
188# Cannot have blanks between the backslash and the redirection
189# characters, because CMD's `echo' will put them in buildobj.h.
877610de 190make-buildobj-CMD:
249b9564
EZ
191 echo #define BUILDOBJ ^"\> buildobj.h
192 echo $(OBJ0) \>> buildobj.h
193 echo $(OBJ1) \>> buildobj.h
5e371708 194 echo $(OBJ2) \>> buildobj.h
249b9564 195 echo ^">> buildobj.h
877610de 196
f915f0f7
EZ
197# "
198# The above line is here to countermand the single quote
199# on the last "echo" command above, wrt font-lock.
877610de 200make-buildobj-SH:
249b9564
EZ
201 echo '#define BUILDOBJ $(DQUOTE)\' > buildobj.h
202 echo $(OBJ0) '\' >> buildobj.h
203 echo $(OBJ1) '\' >> buildobj.h
5e371708 204 echo $(OBJ2) '\' >> buildobj.h
249b9564 205 echo '$(DQUOTE)' >> buildobj.h
7bbaaedd 206
d37f40ed
EZ
207GLOBAL_SOURCES = dosfns.c msdos.c \
208 xterm.c xfns.c xmenu.c xselect.c xrdb.c xsmfns.c fringe.c image.c \
209 fontset.c menu.c dbusbind.c \
c54ebba4 210 w32.c w32console.c w32fns.c w32heap.c w32inevt.c cygw32.c \
d37f40ed
EZ
211 w32menu.c w32proc.c w32reg.c w32select.c w32term.c w32xfns.c \
212 font.c w32font.c w32uniscribe.c \
213 dispnew.c frame.c scroll.c xdisp.c window.c bidi.c \
214 charset.c coding.c category.c ccl.c character.c chartab.c \
215 cm.c term.c terminal.c xfaces.c \
216 emacs.c keyboard.c macros.c keymap.c sysdep.c \
217 buffer.c filelock.c insdel.c marker.c \
25c51af3 218 minibuf.c fileio.c dired.c \
d37f40ed
EZ
219 cmds.c casetab.c casefiddle.c indent.c search.c regex.c undo.c \
220 alloc.c data.c doc.c editfns.c callint.c \
221 eval.c floatfns.c fns.c print.c lread.c \
222 syntax.c bytecode.c \
223 process.c callproc.c unexw32.c \
224 region-cache.c sound.c atimer.c \
b5641435 225 doprnt.c intervals.c textprop.c composite.c \
611b7507 226 gnutls.c xml.c profiler.c
d37f40ed 227SOME_MACHINE_OBJECTS = dosfns.o msdos.o \
f2b726e6 228 xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o dbusbind.o
d37f40ed
EZ
229obj = $(GLOBAL_SOURCES:.c=.o)
230
231globals.h: gl-stamp
f1052e5d 232 @cmd /c rem true
d37f40ed
EZ
233
234gl-stamp: ../lib-src/$(BLD)/make-docfile.exe $(GLOBAL_SOURCES)
235 - $(DEL) gl-tmp
1f05cd82 236 "$(THISDIR)/../lib-src/$(BLD)/make-docfile" -d . -g $(SOME_MACHINE_OBJECTS) $(obj) > gl-tmp
d37f40ed
EZ
237 cmd /c "fc /b gl-tmp globals.h >nul 2>&1 || $(CP) gl-tmp globals.h"
238 - $(DEL) gl-tmp
239 echo timestamp > $@
240
7bbaaedd
AI
241bootstrap: bootstrap-emacs
242
243#
244# Build a temacs with a sufficiently large PURESIZE to load the
245# Lisp files from loadup.el in source form.
246#
bb49fc13
EZ
247# WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
248# this can break with GNU Make 3.81 and later if sh.exe is used.
4d3fcc8e 249bootstrap-temacs-CMD:
62aba0d4 250 $(MAKE) $(MFLAGS) $(XMFLAGS) temacs CFLAGS=$(ARGQUOTE)$(ESC_CFLAGS) -DPURESIZE=$(EMACS_PURESIZE)$(ARGQUOTE)
4d3fcc8e
BK
251
252bootstrap-temacs-SH:
62aba0d4 253 $(MAKE) $(MFLAGS) $(XMFLAGS) temacs CFLAGS=$(ARGQUOTE)$(CFLAGS) -DPURESIZE=$(EMACS_PURESIZE)$(ARGQUOTE)
7bbaaedd 254
4d3fcc8e
BK
255bootstrap-temacs:
256 $(MAKE) $(MFLAGS) bootstrap-temacs-$(SHELLTYPE)
257
7bbaaedd 258#
d51ffa0e 259# Dump an Emacs executable named bootstrap-emacs containing the
7bbaaedd
AI
260# files from loadup.el in source form.
261#
262bootstrap-emacs: bootstrap-temacs
0533c860 263 "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup bootstrap
7bbaaedd
AI
264 - mkdir "../bin"
265 $(CP) $(EMACS) ../bin
266
267#
268# Force recompile of files that depend on PURESIZE
269#
270bootstrap-clean:
271 - $(DEL) $(BLD)/alloc.$(O)
272 - $(DEL) $(BLD)/data.$(O)
273 - $(DEL) $(BLD)/intervals.$(O)
274 - $(DEL) $(BLD)/keyboard.$(O)
275 - $(DEL) $(BLD)/keymap.$(O)
276
277#
278# The resource file. NT 3.10 requires the use of cvtres; even though
279# it is not necessary on later versions, it is still ok to use it.
280#
f3d5bd22 281$(TRES): ../nt/emacs.rc stamp_BLD
8b57a7fd 282 $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ ../nt/emacs.rc
7bbaaedd
AI
283
284#
d51ffa0e 285# Build the library. Split up the build into two phases...otherwise we
7bbaaedd
AI
286# run out of command line space.
287#
288$(TLIB0): $(OBJ0)
289 - $(DEL) $@
290 $(AR) $(AR_OUT)$@ $(ALL_DEPS)
291$(TLIB1): $(OBJ1)
292 - $(DEL) $@
293 $(AR) $(AR_OUT)$@ $(ALL_DEPS)
5e371708 294$(TLIB2): $(OBJ2)
7bbaaedd
AI
295 - $(DEL) $@
296 $(AR) $(AR_OUT)$@ $(ALL_DEPS)
297
298#
299# Place lastfile.$(O) in its own library so that it can be loaded after
300# the source libraries but before any system libraries. Doing so defines
301# the end of Emacs' data section portably across compilers and systems.
302#
303$(TLASTLIB): $(BLD)/lastfile.$(O)
304 - $(DEL) $@
305 $(AR) $(AR_OUT)$@ $(ALL_DEPS)
306
307#
308# Assuming INSTALL_DIR is defined, build and install emacs in it.
309#
310install: $(ALL)
311 - mkdir "$(INSTALL_DIR)/bin"
312 $(CP) $(EMACS) $(INSTALL_DIR)/bin
313
314#
315# Maintenance
d51ffa0e 316#
b5d2b4ab
EZ
317# We used to delete *~, s/*~, m/*~ here, but that might inadvertently
318# remove precious files if it happens to match their short 8+3 aliases.
7bbaaedd 319clean:
b5d2b4ab 320 - $(DEL) "s/*.h~" "m/*.h~"
5cdd7eef 321 - $(DEL) $(COMPILER_TEMP_FILES)
7bbaaedd 322 - $(DEL_TREE) $(OBJDIR)
d37f40ed 323 - $(DEL) stamp_BLD gl-stamp globals.h
e7adeadc 324 - $(DEL) buildobj.h
7bbaaedd 325
c2378898
JR
326distclean: cleanall
327 - $(DEL) config.h epaths.h Makefile
328
329maintainer-clean: distclean
330 - $(DEL) TAGS
7bbaaedd
AI
331
332cleanall: clean
333 - $(DEL_TREE) obj
334 - $(DEL_TREE) obj-spd
335 - $(DEL_TREE) oo
336 - $(DEL_TREE) oo-spd
337
73077a9a
EZ
338## Arrange to make a tags table TAGS-LISP for ../lisp,
339## plus TAGS for the C files, which includes ../lisp/TAGS by reference.
340##
341## This works only with GNU Make.
342
837b365b 343TAGS: $(OBJ0) $(OBJ1) $(OBJ2) $(CURDIR)/../nt/inc/ms-w32.h
73077a9a
EZ
344 $(MAKE) $(MFLAGS) TAGS-$(MAKETYPE)
345
5e371708 346TAGS-LISP: $(OBJ0) $(OBJ1) $(OBJ2)
73077a9a
EZ
347 $(MAKE) $(MFLAGS) TAGS-LISP-$(MAKETYPE)
348
349TAGS-gmake:
350 ../lib-src/$(BLD)/etags.exe --include=TAGS-LISP --include=../nt/TAGS \
351 --regex=@../nt/emacs-src.tags \
a6fc3b5c 352 $(OBJ0_c)
73077a9a 353 ../lib-src/$(BLD)/etags.exe -a --regex=@../nt/emacs-src.tags \
a6fc3b5c 354 $(OBJ1_c)
73077a9a 355 ../lib-src/$(BLD)/etags.exe -a --regex=@../nt/emacs-src.tags \
a6fc3b5c 356 $(OBJ2_c) \
837b365b 357 $(CURDIR)/*.h $(CURDIR)/../nt/inc/ms-w32.h
73077a9a
EZ
358
359TAGS-nmake:
360 echo This target is not supported with NMake
361 exit -1
362
363frc:
364TAGS-LISP-gmake: frc
365 $(MAKE) $(MFLAGS) -C ../lisp TAGS-LISP DEST=../src
366
367TAGS-LISP-nmake:
368 echo This target is not supported with NMake
369 exit -1
370
371../nt/TAGS: frc
372 $(MAKE) $(MFLAGS) nt-TAGS-$(MAKETYPE)
373
374nt-TAGS-gmake:
375 $(MAKE) $(MFLAGS) -C ../nt TAGS
376
377nt-TAGS-nmake:
378 echo This target is not supported with NMake
379 exit -1
380
54b65f7b
JB
381full-tags: TAGS TAGS-LISP ../nt/TAGS
382.PHONY: full-tags
73077a9a 383
7bbaaedd
AI
384### DEPENDENCIES ###
385
0c1b4ae2 386EMACS_ROOT = ..
94515237
JB
387GNU_LIB = $(EMACS_ROOT)/lib
388NT_INC = $(EMACS_ROOT)/nt/inc
389
049ec95b 390SYSTIME_H = $(SRC)/systime.h \
7583a3a1
JB
391 $(NT_INC)/sys/time.h \
392 $(GNU_LIB)/timespec.h
94515237 393ATIMER_H = $(SRC)/atimer.h \
6c49a40b 394 $(NT_INC)/stdbool.h \
94515237 395 $(SYSTIME_H)
049ec95b
JB
396BUFFER_H = $(SRC)/buffer.h \
397 $(SYSTIME_H)
9851e4a5
JB
398C_CTYPE_H = $(GNU_LIB)/c-ctype.h \
399 $(NT_INC)/stdbool.h
94515237
JB
400CAREADLINKAT_H = $(GNU_LIB)/careadlinkat.h \
401 $(NT_INC)/unistd.h
402CHARACTER_H = $(SRC)/character.h \
403 $(GNU_LIB)/verify.h
6c49a40b
JB
404CCL_H = $(SRC)/ccl.h \
405 $(CHARACTER_H)
94515237
JB
406CHARSET_H = $(SRC)/charset.h \
407 $(GNU_LIB)/verify.h
408CODING_H = $(SRC)/coding.h \
409 $(SRC)/composite.h
837b365b 410MS_W32_H = $(NT_INC)/ms-w32.h \
94515237 411 $(NT_INC)/sys/stat.h
552a99b4 412CONF_POST_H = $(SRC)/conf_post.h \
94515237 413 $(MS_W32_H)
552a99b4
JB
414CONFIG_H = $(SRC)/config.h \
415 $(CONF_POST_H)
94515237
JB
416DIR_H = $(NT_INC)/sys/dir.h \
417 $(SRC)/ndir.h
418W32GUI_H = $(SRC)/w32gui.h \
419 $(SYSTIME_H)
420DISPEXTERN_H = $(SRC)/dispextern.h \
07adc2c6 421 $(GNU_LIB)/c-strcase.h \
049ec95b 422 $(SYSTIME_H) \
94515237
JB
423 $(W32GUI_H)
424FILEMODE_H = $(GNU_LIB)/filemode.h \
425 $(NT_INC)/sys/stat.h
94515237
JB
426FRAME_H = $(SRC)/frame.h \
427 $(DISPEXTERN_H)
46979e0b
JB
428FONT_H = $(SRC)/font.h \
429 $(CCL_H) \
430 $(FRAME_H)
94515237
JB
431FTOASTR_H = $(GNU_LIB)/ftoastr.h \
432 $(GNU_LIB)/intprops.h
433GRP_H = $(NT_INC)/grp.h \
434 $(NT_INC)/pwd.h
435INTERVALS_H = $(SRC)/intervals.h \
436 $(SRC)/composite.h \
437 $(DISPEXTERN_H)
438INTTYPES_H = $(NT_INC)/inttypes.h \
439 $(NT_INC)/stdint.h
440KEYBOARD_H = $(SRC)/keyboard.h \
441 $(CODING_H) \
442 $(SYSTIME_H)
443LANGINFO_H = $(NT_INC)/langinfo.h \
444 $(NT_INC)/nl_types.h
445LISP_H = $(SRC)/lisp.h \
446 $(SRC)/globals.h \
447 $(GNU_LIB)/intprops.h \
7f259ae6 448 $(INTTYPES_H) \
9851e4a5
JB
449 $(NT_INC)/stdalign.h \
450 $(NT_INC)/stdbool.h
94515237
JB
451MD5_H = $(GNU_LIB)/md5.h \
452 $(NT_INC)/stdint.h
453MENU_H = $(SRC)/menu.h \
454 $(SYSTIME_H)
455PROCESS_H = $(SRC)/process.h \
456 $(SRC)/gnutls.h \
457 $(NT_INC)/unistd.h
458SHA1_H = $(GNU_LIB)/sha1.h \
459 $(NT_INC)/stdint.h
460SHA256_H = $(GNU_LIB)/sha256.h \
461 $(NT_INC)/stdint.h
462U64_H = $(GNU_LIB)/u64.h \
463 $(NT_INC)/stdint.h
464SHA512_H = $(GNU_LIB)/sha512.h \
465 $(U64_H)
466SOCKET_H = $(NT_INC)/sys/socket.h \
467 $(SRC)/w32.h
049ec95b 468STAT_TIME_H = $(GNU_LIB)/stat-time.h \
7583a3a1 469 $(NT_INC)/sys/stat.h
af0e9f75
JB
470SYSSIGNAL_H = $(SRC)/syssignal.h \
471 $(NT_INC)/stdbool.h
94515237
JB
472SYSTTY_H = $(SRC)/systty.h \
473 $(NT_INC)/sys/ioctl.h \
474 $(NT_INC)/unistd.h
475TERMHOOKS_H = $(SRC)/termhooks.h \
476 $(SYSTIME_H)
6c49a40b
JB
477W32FONT_H = $(SRC)/w32font.h \
478 $(FONT_H)
94515237 479W32TERM_H = $(SRC)/w32term.h \
c54ebba4
EZ
480 $(ATIMER_H) \
481 $(FRAME_H) \
94515237
JB
482 $(W32GUI_H)
483WINDOW_H = $(SRC)/window.h \
484 $(DISPEXTERN_H)
7bbaaedd 485
aa2ee344 486$(BLD)/alloc.$(O) : \
7bbaaedd 487 $(SRC)/alloc.c \
af0e9f75 488 $(SRC)/blockinput.h \
7bbaaedd 489 $(SRC)/puresize.h \
fd7a37d5 490 $(SRC)/w32.h \
81550bf4 491 $(SRC)/w32heap.h \
94515237 492 $(NT_INC)/unistd.h \
0cae2cdb 493 $(GNU_LIB)/verify.h \
049ec95b 494 $(BUFFER_H) \
94515237
JB
495 $(CHARACTER_H) \
496 $(CONFIG_H) \
497 $(FRAME_H) \
498 $(INTERVALS_H) \
499 $(KEYBOARD_H) \
500 $(LISP_H) \
501 $(PROCESS_H) \
502 $(TERMHOOKS_H) \
503 $(WINDOW_H)
7bbaaedd 504
aa2ee344 505$(BLD)/atimer.$(O) : \
7bbaaedd 506 $(SRC)/atimer.c \
af0e9f75 507 $(SRC)/blockinput.h \
94515237
JB
508 $(NT_INC)/unistd.h \
509 $(ATIMER_H) \
0c1b4ae2 510 $(CONFIG_H) \
f90e08f5 511 $(LISP_H) \
af0e9f75 512 $(SYSSIGNAL_H) \
94515237 513 $(SYSTIME_H)
7bbaaedd 514
f4b6ba46
EZ
515$(BLD)/bidi.$(O) : \
516 $(SRC)/bidi.c \
049ec95b 517 $(BUFFER_H) \
94515237
JB
518 $(CHARACTER_H) \
519 $(CONFIG_H) \
520 $(DISPEXTERN_H) \
521 $(LISP_H)
f4b6ba46 522
aa2ee344 523$(BLD)/buffer.$(O) : \
7bbaaedd 524 $(SRC)/buffer.c \
af0e9f75 525 $(SRC)/blockinput.h \
6218196f 526 $(SRC)/commands.h \
7bbaaedd 527 $(SRC)/indent.h \
6218196f
JB
528 $(SRC)/keymap.h \
529 $(SRC)/region-cache.h \
94515237
JB
530 $(NT_INC)/sys/param.h \
531 $(NT_INC)/sys/stat.h \
532 $(NT_INC)/unistd.h \
533 $(GNU_LIB)/verify.h \
049ec95b 534 $(BUFFER_H) \
94515237
JB
535 $(CHARACTER_H) \
536 $(CONFIG_H) \
537 $(FRAME_H) \
538 $(INTERVALS_H) \
539 $(KEYBOARD_H) \
540 $(LISP_H) \
541 $(WINDOW_H)
7bbaaedd 542
aa2ee344 543$(BLD)/bytecode.$(O) : \
7bbaaedd 544 $(SRC)/bytecode.c \
a63cf46f 545 $(SRC)/syntax.h \
049ec95b 546 $(BUFFER_H) \
94515237
JB
547 $(CHARACTER_H) \
548 $(CONFIG_H) \
549 $(LISP_H) \
550 $(WINDOW_H)
7bbaaedd 551
aa2ee344 552$(BLD)/callint.$(O) : \
7bbaaedd 553 $(SRC)/callint.c \
7bbaaedd 554 $(SRC)/commands.h \
6218196f 555 $(SRC)/keymap.h \
049ec95b 556 $(BUFFER_H) \
94515237
JB
557 $(CHARACTER_H) \
558 $(CONFIG_H) \
559 $(KEYBOARD_H) \
560 $(LISP_H) \
561 $(WINDOW_H)
7bbaaedd 562
aa2ee344 563$(BLD)/callproc.$(O) : \
7bbaaedd 564 $(SRC)/callproc.c \
af0e9f75 565 $(SRC)/blockinput.h \
6218196f
JB
566 $(SRC)/commands.h \
567 $(SRC)/composite.h \
568 $(SRC)/epaths.h \
b67238c2 569 $(SRC)/syswait.h \
fd7a37d5 570 $(SRC)/w32.h \
94515237
JB
571 $(NT_INC)/sys/file.h \
572 $(NT_INC)/unistd.h \
049ec95b 573 $(BUFFER_H) \
6c49a40b 574 $(CCL_H) \
94515237
JB
575 $(CHARACTER_H) \
576 $(CODING_H) \
577 $(CONFIG_H) \
578 $(FRAME_H) \
579 $(LISP_H) \
580 $(PROCESS_H) \
af0e9f75 581 $(SYSSIGNAL_H) \
94515237
JB
582 $(SYSTTY_H) \
583 $(TERMHOOKS_H)
7bbaaedd 584
aa2ee344 585$(BLD)/casefiddle.$(O) : \
7bbaaedd 586 $(SRC)/casefiddle.c \
7bbaaedd 587 $(SRC)/commands.h \
6218196f
JB
588 $(SRC)/composite.h \
589 $(SRC)/keymap.h \
94515237 590 $(SRC)/syntax.h \
049ec95b 591 $(BUFFER_H) \
94515237
JB
592 $(CHARACTER_H) \
593 $(CONFIG_H) \
594 $(LISP_H)
7bbaaedd 595
aa2ee344 596$(BLD)/casetab.$(O) : \
7bbaaedd 597 $(SRC)/casetab.c \
049ec95b 598 $(BUFFER_H) \
94515237
JB
599 $(CHARACTER_H) \
600 $(CONFIG_H) \
601 $(LISP_H)
6218196f
JB
602
603$(BLD)/category.$(O) : \
604 $(SRC)/category.c \
6218196f 605 $(SRC)/category.h \
94515237 606 $(SRC)/keymap.h \
049ec95b 607 $(BUFFER_H) \
94515237
JB
608 $(CHARACTER_H) \
609 $(CHARSET_H) \
610 $(CONFIG_H) \
611 $(LISP_H)
6218196f
JB
612
613$(BLD)/ccl.$(O) : \
614 $(SRC)/ccl.c \
6c49a40b 615 $(CCL_H) \
94515237
JB
616 $(CHARACTER_H) \
617 $(CHARSET_H) \
618 $(CODING_H) \
619 $(CONFIG_H) \
620 $(LISP_H)
6218196f 621
dd6ab82f
MB
622$(BLD)/character.$(O) : \
623 $(SRC)/character.c \
dd6ab82f 624 $(SRC)/composite.h \
94515237
JB
625 $(SRC)/disptab.h \
626 $(GNU_LIB)/intprops.h \
049ec95b 627 $(BUFFER_H) \
94515237
JB
628 $(CHARACTER_H) \
629 $(CHARSET_H) \
630 $(CONFIG_H) \
631 $(LISP_H)
dd6ab82f 632
6218196f
JB
633$(BLD)/charset.$(O) : \
634 $(SRC)/charset.c \
94515237
JB
635 $(SRC)/disptab.h \
636 $(NT_INC)/unistd.h \
049ec95b 637 $(BUFFER_H) \
94515237
JB
638 $(CHARACTER_H) \
639 $(CHARSET_H) \
640 $(CODING_H) \
641 $(CONFIG_H) \
9851e4a5 642 $(C_CTYPE_H) \
94515237 643 $(LISP_H)
7bbaaedd 644
dd6ab82f
MB
645$(BLD)/chartab.$(O) : \
646 $(SRC)/chartab.c \
6c49a40b 647 $(CCL_H) \
94515237
JB
648 $(CHARACTER_H) \
649 $(CHARSET_H) \
650 $(CONFIG_H) \
651 $(LISP_H)
dd6ab82f 652
aa2ee344 653$(BLD)/cmds.$(O) : \
7bbaaedd 654 $(SRC)/cmds.c \
7bbaaedd 655 $(SRC)/commands.h \
6218196f
JB
656 $(SRC)/keymap.h \
657 $(SRC)/syntax.h \
049ec95b 658 $(BUFFER_H) \
94515237
JB
659 $(CHARACTER_H) \
660 $(CONFIG_H) \
661 $(DISPEXTERN_H) \
662 $(FRAME_H) \
663 $(KEYBOARD_H) \
664 $(LISP_H) \
665 $(WINDOW_H)
6218196f
JB
666
667$(BLD)/coding.$(O) : \
668 $(SRC)/coding.c \
6218196f 669 $(SRC)/composite.h \
049ec95b 670 $(BUFFER_H) \
6c49a40b 671 $(CCL_H) \
94515237
JB
672 $(CHARACTER_H) \
673 $(CHARSET_H) \
674 $(CODING_H) \
675 $(CONFIG_H) \
676 $(FRAME_H) \
677 $(LISP_H) \
678 $(TERMHOOKS_H) \
679 $(WINDOW_H)
7bbaaedd 680
aa2ee344 681$(BLD)/composite.$(O) : \
7bbaaedd 682 $(SRC)/composite.c \
049ec95b 683 $(BUFFER_H) \
94515237
JB
684 $(CHARACTER_H) \
685 $(CODING_H) \
0c1b4ae2 686 $(CONFIG_H) \
94515237
JB
687 $(DISPEXTERN_H) \
688 $(FONT_H) \
689 $(FRAME_H) \
690 $(INTERVALS_H) \
f90e08f5 691 $(LISP_H) \
94515237
JB
692 $(TERMHOOKS_H) \
693 $(WINDOW_H)
7bbaaedd 694
aa2ee344 695$(BLD)/data.$(O) : \
7bbaaedd 696 $(SRC)/data.c \
81755f69 697 $(SRC)/keymap.h \
6218196f 698 $(SRC)/puresize.h \
94515237 699 $(GNU_LIB)/intprops.h \
049ec95b 700 $(BUFFER_H) \
94515237
JB
701 $(CHARACTER_H) \
702 $(CONFIG_H) \
703 $(FONT_H) \
704 $(FRAME_H) \
705 $(KEYBOARD_H) \
706 $(LISP_H) \
af0e9f75 707 $(SYSSIGNAL_H) \
94515237 708 $(TERMHOOKS_H)
7bbaaedd 709
aa2ee344 710$(BLD)/dired.$(O) : \
7bbaaedd 711 $(SRC)/dired.c \
af0e9f75 712 $(SRC)/blockinput.h \
7bbaaedd 713 $(SRC)/commands.h \
6218196f 714 $(SRC)/regex.h \
94515237
JB
715 $(NT_INC)/pwd.h \
716 $(NT_INC)/sys/stat.h \
717 $(NT_INC)/unistd.h \
049ec95b 718 $(BUFFER_H) \
94515237
JB
719 $(CHARACTER_H) \
720 $(CHARSET_H) \
721 $(CODING_H) \
722 $(CONFIG_H) \
723 $(DIR_H) \
724 $(FILEMODE_H) \
725 $(GRP_H) \
726 $(LISP_H) \
431391ec 727 $(STAT_TIME_H) \
94515237 728 $(SYSTIME_H)
7bbaaedd 729
aa2ee344 730$(BLD)/dispnew.$(O) : \
7bbaaedd 731 $(SRC)/dispnew.c \
af0e9f75 732 $(SRC)/blockinput.h \
6218196f 733 $(SRC)/cm.h \
7bbaaedd
AI
734 $(SRC)/commands.h \
735 $(SRC)/disptab.h \
736 $(SRC)/indent.h \
6218196f 737 $(SRC)/termchar.h \
a68089e4 738 $(SRC)/w32.h \
94515237 739 $(NT_INC)/unistd.h \
049ec95b 740 $(BUFFER_H) \
94515237
JB
741 $(CHARACTER_H) \
742 $(CONFIG_H) \
743 $(DISPEXTERN_H) \
744 $(FRAME_H) \
745 $(INTERVALS_H) \
746 $(KEYBOARD_H) \
747 $(LISP_H) \
748 $(PROCESS_H) \
af0e9f75 749 $(SYSSIGNAL_H) \
94515237
JB
750 $(SYSTIME_H) \
751 $(TERMHOOKS_H) \
752 $(W32TERM_H) \
753 $(WINDOW_H)
7bbaaedd 754
aa2ee344 755$(BLD)/doc.$(O) : \
7bbaaedd 756 $(SRC)/doc.c \
94515237 757 $(SRC)/buildobj.h \
fd7a37d5 758 $(SRC)/keymap.h \
94515237
JB
759 $(NT_INC)/sys/file.h \
760 $(NT_INC)/unistd.h \
049ec95b 761 $(BUFFER_H) \
94515237
JB
762 $(CHARACTER_H) \
763 $(CONFIG_H) \
9851e4a5 764 $(C_CTYPE_H) \
94515237
JB
765 $(KEYBOARD_H) \
766 $(LISP_H)
7bbaaedd 767
aa2ee344 768$(BLD)/doprnt.$(O) : \
7bbaaedd 769 $(SRC)/doprnt.c \
94515237
JB
770 $(NT_INC)/unistd.h \
771 $(CHARACTER_H) \
0c1b4ae2 772 $(CONFIG_H) \
94515237 773 $(LISP_H)
7bbaaedd 774
aa2ee344 775$(BLD)/editfns.$(O) : \
7bbaaedd 776 $(SRC)/editfns.c \
af0e9f75 777 $(SRC)/blockinput.h \
94515237
JB
778 $(NT_INC)/pwd.h \
779 $(NT_INC)/unistd.h \
780 $(GNU_LIB)/intprops.h \
781 $(GNU_LIB)/strftime.h \
782 $(GNU_LIB)/verify.h \
049ec95b 783 $(BUFFER_H) \
94515237
JB
784 $(CHARACTER_H) \
785 $(CODING_H) \
0c1b4ae2 786 $(CONFIG_H) \
94515237
JB
787 $(FRAME_H) \
788 $(INTERVALS_H) \
f90e08f5 789 $(LISP_H) \
94515237
JB
790 $(SYSTIME_H) \
791 $(WINDOW_H)
7bbaaedd 792
aa2ee344 793$(BLD)/emacs.$(O) : \
7bbaaedd 794 $(SRC)/emacs.c \
af0e9f75 795 $(SRC)/blockinput.h \
7bbaaedd 796 $(SRC)/commands.h \
94515237 797 $(SRC)/gnutls.h \
6218196f 798 $(SRC)/keymap.h \
f2b726e6 799 $(SRC)/unexec.h \
fd7a37d5 800 $(SRC)/w32.h \
b6cc2ad0 801 $(SRC)/w32heap.h \
c54ebba4 802 $(SRC)/w32select.h \
94515237
JB
803 $(NT_INC)/sys/file.h \
804 $(NT_INC)/unistd.h \
af0e9f75
JB
805 $(GNU_LIB)/ignore-value.h \
806 $(ATIMER_H) \
049ec95b 807 $(BUFFER_H) \
0fb52f11 808 $(CHARACTER_H) \
94515237
JB
809 $(CONFIG_H) \
810 $(FRAME_H) \
811 $(INTERVALS_H) \
812 $(KEYBOARD_H) \
813 $(LISP_H) \
814 $(PROCESS_H) \
af0e9f75 815 $(SYSSIGNAL_H) \
94515237
JB
816 $(SYSTTY_H) \
817 $(TERMHOOKS_H) \
46979e0b 818 $(W32FONT_H) \
6c49a40b 819 $(W32TERM_H) \
94515237 820 $(WINDOW_H)
7bbaaedd 821
aa2ee344 822$(BLD)/eval.$(O) : \
7bbaaedd 823 $(SRC)/eval.c \
af0e9f75 824 $(SRC)/blockinput.h \
7bbaaedd 825 $(SRC)/commands.h \
94515237
JB
826 $(CONFIG_H) \
827 $(DISPEXTERN_H) \
828 $(FRAME_H) \
829 $(KEYBOARD_H) \
830 $(LISP_H)
7bbaaedd 831
aa2ee344 832$(BLD)/fileio.$(O) : \
7bbaaedd 833 $(SRC)/fileio.c \
af0e9f75 834 $(SRC)/blockinput.h \
6218196f 835 $(SRC)/commands.h \
a68089e4 836 $(SRC)/w32.h \
94515237 837 $(NT_INC)/pwd.h \
c40239df 838 $(NT_INC)/sys/file.h \
94515237
JB
839 $(NT_INC)/sys/stat.h \
840 $(NT_INC)/unistd.h \
049ec95b 841 $(BUFFER_H) \
94515237
JB
842 $(CHARACTER_H) \
843 $(CODING_H) \
844 $(CONFIG_H) \
9851e4a5 845 $(C_CTYPE_H) \
94515237
JB
846 $(DISPEXTERN_H) \
847 $(FRAME_H) \
848 $(INTERVALS_H) \
849 $(LISP_H) \
431391ec 850 $(STAT_TIME_H) \
94515237
JB
851 $(SYSTIME_H) \
852 $(WINDOW_H)
7bbaaedd 853
aa2ee344 854$(BLD)/filelock.$(O) : \
7bbaaedd 855 $(SRC)/filelock.c \
94515237
JB
856 $(NT_INC)/pwd.h \
857 $(NT_INC)/sys/file.h \
858 $(NT_INC)/sys/stat.h \
859 $(NT_INC)/unistd.h \
049ec95b 860 $(BUFFER_H) \
94515237
JB
861 $(CHARACTER_H) \
862 $(CODING_H) \
0c1b4ae2 863 $(CONFIG_H) \
f90e08f5 864 $(LISP_H) \
94515237 865 $(SYSTIME_H)
7bbaaedd 866
aa2ee344 867$(BLD)/firstfile.$(O) : \
7bbaaedd 868 $(SRC)/firstfile.c \
0c1b4ae2 869 $(CONFIG_H)
7bbaaedd 870
aa2ee344 871$(BLD)/floatfns.$(O) : \
7bbaaedd 872 $(SRC)/floatfns.c \
0c1b4ae2 873 $(CONFIG_H) \
94515237 874 $(LISP_H)
7bbaaedd 875
aa2ee344 876$(BLD)/fns.$(O) : \
7bbaaedd 877 $(SRC)/fns.c \
af0e9f75 878 $(SRC)/blockinput.h \
6218196f 879 $(SRC)/commands.h \
6218196f 880 $(SRC)/keymap.h \
94515237
JB
881 $(NT_INC)/unistd.h \
882 $(GNU_LIB)/intprops.h \
049ec95b 883 $(BUFFER_H) \
94515237
JB
884 $(CHARACTER_H) \
885 $(CODING_H) \
886 $(CONFIG_H) \
887 $(FRAME_H) \
888 $(INTERVALS_H) \
889 $(KEYBOARD_H) \
890 $(LANGINFO_H) \
891 $(LISP_H) \
892 $(MD5_H) \
893 $(SHA1_H) \
894 $(SHA256_H) \
895 $(SHA512_H) \
896 $(WINDOW_H)
6218196f 897
223250a6
JR
898$(BLD)/font.$(O) : \
899 $(SRC)/font.c \
fd7a37d5 900 $(SRC)/composite.h \
fd7a37d5 901 $(SRC)/fontset.h \
049ec95b 902 $(BUFFER_H) \
94515237
JB
903 $(CHARACTER_H) \
904 $(CHARSET_H) \
905 $(CONFIG_H) \
9851e4a5 906 $(C_CTYPE_H) \
94515237
JB
907 $(DISPEXTERN_H) \
908 $(FONT_H) \
909 $(FRAME_H) \
910 $(LISP_H) \
911 $(W32TERM_H) \
912 $(WINDOW_H)
223250a6 913
6218196f
JB
914$(BLD)/fontset.$(O) : \
915 $(SRC)/fontset.c \
af0e9f75 916 $(SRC)/blockinput.h \
6218196f 917 $(SRC)/fontset.h \
049ec95b 918 $(BUFFER_H) \
6c49a40b 919 $(CCL_H) \
94515237
JB
920 $(CHARACTER_H) \
921 $(CHARSET_H) \
922 $(CONFIG_H) \
923 $(DISPEXTERN_H) \
924 $(FONT_H) \
925 $(FRAME_H) \
926 $(INTERVALS_H) \
927 $(KEYBOARD_H) \
928 $(LISP_H) \
929 $(TERMHOOKS_H) \
930 $(W32TERM_H) \
931 $(WINDOW_H)
7bbaaedd 932
aa2ee344 933$(BLD)/frame.$(O) : \
7bbaaedd 934 $(SRC)/frame.c \
af0e9f75 935 $(SRC)/blockinput.h \
7bbaaedd 936 $(SRC)/commands.h \
6218196f 937 $(SRC)/fontset.h \
0254c6f7 938 $(SRC)/termchar.h \
049ec95b 939 $(BUFFER_H) \
94515237
JB
940 $(CHARACTER_H) \
941 $(CONFIG_H) \
9851e4a5 942 $(C_CTYPE_H) \
94515237
JB
943 $(DISPEXTERN_H) \
944 $(FONT_H) \
945 $(FRAME_H) \
946 $(KEYBOARD_H) \
947 $(LISP_H) \
948 $(TERMHOOKS_H) \
949 $(W32TERM_H) \
950 $(WINDOW_H)
7bbaaedd 951
eee30217
JB
952$(BLD)/fringe.$(O) : \
953 $(SRC)/fringe.c \
af0e9f75 954 $(SRC)/blockinput.h \
049ec95b 955 $(BUFFER_H) \
0fb52f11 956 $(CHARACTER_H) \
0c1b4ae2 957 $(CONFIG_H) \
94515237
JB
958 $(DISPEXTERN_H) \
959 $(FRAME_H) \
f90e08f5 960 $(LISP_H) \
94515237
JB
961 $(TERMHOOKS_H) \
962 $(WINDOW_H)
eee30217 963
aa2ee344 964$(BLD)/gmalloc.$(O) : \
7bbaaedd 965 $(SRC)/gmalloc.c \
81550bf4 966 $(SRC)/w32heap.h \
75aafb17 967 $(NT_INC)/stdint.h \
94515237
JB
968 $(NT_INC)/unistd.h \
969 $(CONFIG_H)
7bbaaedd 970
e061a11b 971$(BLD)/gnutls.$(O) : \
e061a11b 972 $(SRC)/gnutls.c \
94515237 973 $(SRC)/w32.h \
e061a11b 974 $(CONFIG_H) \
ea51cceb 975 $(LISP_H) \
94515237 976 $(PROCESS_H)
e061a11b 977
9078ead6
EZ
978$(BLD)/xml.$(O) : \
979 $(SRC)/xml.c \
980 $(SRC)/w32.h \
049ec95b 981 $(BUFFER_H) \
0fb52f11 982 $(CHARACTER_H) \
9078ead6 983 $(CONFIG_H) \
d402bcb1 984 $(LISP_H)
9078ead6 985
611b7507
JB
986$(BLD)/profiler.$(O) : \
987 $(SRC)/profiler.c \
988 $(CONFIG_H) \
8e5691a0 989 $(LISP_H) \
427730eb
JB
990 $(SYSSIGNAL_H) \
991 $(SYSTIME_H)
611b7507 992
fd7a37d5 993$(BLD)/image.$(O) : \
25abe3d4 994 $(SRC)/image.c \
af0e9f75 995 $(SRC)/blockinput.h \
25abe3d4 996 $(SRC)/epaths.h \
d2127135 997 $(SRC)/w32.h \
94515237 998 $(NT_INC)/unistd.h \
94515237
JB
999 $(CHARACTER_H) \
1000 $(CODING_H) \
1001 $(CONFIG_H) \
9851e4a5 1002 $(C_CTYPE_H) \
94515237
JB
1003 $(DISPEXTERN_H) \
1004 $(FONT_H) \
1005 $(FRAME_H) \
1006 $(LISP_H) \
1007 $(SYSTIME_H) \
1008 $(TERMHOOKS_H) \
1009 $(W32TERM_H) \
1010 $(WINDOW_H)
25abe3d4 1011
aa2ee344 1012$(BLD)/indent.$(O) : \
7bbaaedd 1013 $(SRC)/indent.c \
6218196f 1014 $(SRC)/category.h \
6218196f 1015 $(SRC)/composite.h \
6218196f 1016 $(SRC)/disptab.h \
6218196f 1017 $(SRC)/indent.h \
6218196f 1018 $(SRC)/region-cache.h \
7bbaaedd 1019 $(SRC)/termchar.h \
049ec95b 1020 $(BUFFER_H) \
94515237
JB
1021 $(CHARACTER_H) \
1022 $(CONFIG_H) \
1023 $(DISPEXTERN_H) \
1024 $(FRAME_H) \
1025 $(INTERVALS_H) \
1026 $(KEYBOARD_H) \
1027 $(LISP_H) \
1028 $(WINDOW_H)
7bbaaedd 1029
aa2ee344 1030$(BLD)/insdel.$(O) : \
7bbaaedd 1031 $(SRC)/insdel.c \
af0e9f75 1032 $(SRC)/blockinput.h \
6218196f 1033 $(SRC)/region-cache.h \
94515237 1034 $(GNU_LIB)/intprops.h \
049ec95b 1035 $(BUFFER_H) \
94515237
JB
1036 $(CHARACTER_H) \
1037 $(CONFIG_H) \
1038 $(INTERVALS_H) \
1039 $(LISP_H) \
1040 $(WINDOW_H)
7bbaaedd 1041
aa2ee344 1042$(BLD)/intervals.$(O) : \
7bbaaedd 1043 $(SRC)/intervals.c \
6218196f
JB
1044 $(SRC)/keymap.h \
1045 $(SRC)/puresize.h \
94515237 1046 $(GNU_LIB)/intprops.h \
049ec95b 1047 $(BUFFER_H) \
0fb52f11 1048 $(CHARACTER_H) \
94515237
JB
1049 $(CONFIG_H) \
1050 $(INTERVALS_H) \
1051 $(KEYBOARD_H) \
1052 $(LISP_H)
7bbaaedd 1053
aa2ee344 1054$(BLD)/keyboard.$(O) : \
7bbaaedd 1055 $(SRC)/keyboard.c \
af0e9f75 1056 $(SRC)/blockinput.h \
6218196f 1057 $(SRC)/commands.h \
6218196f 1058 $(SRC)/disptab.h \
6218196f
JB
1059 $(SRC)/keymap.h \
1060 $(SRC)/macros.h \
1061 $(SRC)/puresize.h \
1062 $(SRC)/syntax.h \
6218196f 1063 $(SRC)/termchar.h \
6218196f 1064 $(SRC)/termopts.h \
94515237
JB
1065 $(NT_INC)/sys/ioctl.h \
1066 $(NT_INC)/unistd.h \
1067 $(ATIMER_H) \
049ec95b 1068 $(BUFFER_H) \
94515237
JB
1069 $(CHARACTER_H) \
1070 $(CONFIG_H) \
1071 $(DISPEXTERN_H) \
1072 $(FRAME_H) \
1073 $(INTERVALS_H) \
1074 $(KEYBOARD_H) \
1075 $(LISP_H) \
1076 $(PROCESS_H) \
af0e9f75 1077 $(SYSSIGNAL_H) \
94515237
JB
1078 $(SYSTIME_H) \
1079 $(TERMHOOKS_H) \
1080 $(W32TERM_H) \
1081 $(WINDOW_H)
7bbaaedd 1082
aa2ee344 1083$(BLD)/keymap.$(O) : \
7bbaaedd 1084 $(SRC)/keymap.c \
af0e9f75 1085 $(SRC)/blockinput.h \
6218196f 1086 $(SRC)/commands.h \
6218196f
JB
1087 $(SRC)/keymap.h \
1088 $(SRC)/puresize.h \
049ec95b 1089 $(BUFFER_H) \
94515237
JB
1090 $(CHARACTER_H) \
1091 $(CHARSET_H) \
1092 $(CONFIG_H) \
1093 $(FRAME_H) \
1094 $(INTERVALS_H) \
1095 $(KEYBOARD_H) \
1096 $(LISP_H) \
1097 $(TERMHOOKS_H) \
1098 $(WINDOW_H)
7bbaaedd 1099
aa2ee344 1100$(BLD)/lastfile.$(O) : \
7bbaaedd 1101 $(SRC)/lastfile.c \
0c1b4ae2 1102 $(CONFIG_H)
7bbaaedd 1103
aa2ee344 1104$(BLD)/lread.$(O) : \
7bbaaedd 1105 $(SRC)/lread.c \
af0e9f75 1106 $(SRC)/blockinput.h \
7bbaaedd 1107 $(SRC)/commands.h \
fd7a37d5 1108 $(SRC)/epaths.h \
94515237
JB
1109 $(NT_INC)/sys/file.h \
1110 $(NT_INC)/sys/stat.h \
1111 $(NT_INC)/unistd.h \
049ec95b 1112 $(BUFFER_H) \
94515237
JB
1113 $(CHARACTER_H) \
1114 $(CHARSET_H) \
1115 $(CODING_H) \
1116 $(CONFIG_H) \
1117 $(FRAME_H) \
1118 $(INTERVALS_H) \
1119 $(KEYBOARD_H) \
1120 $(LISP_H) \
431391ec 1121 $(STAT_TIME_H) \
94515237 1122 $(TERMHOOKS_H)
7bbaaedd 1123
aa2ee344 1124$(BLD)/macros.$(O) : \
7bbaaedd 1125 $(SRC)/macros.c \
6218196f 1126 $(SRC)/commands.h \
6218196f 1127 $(SRC)/macros.h \
049ec95b 1128 $(BUFFER_H) \
0fb52f11 1129 $(CHARACTER_H) \
94515237
JB
1130 $(CONFIG_H) \
1131 $(KEYBOARD_H) \
1132 $(LISP_H) \
1133 $(WINDOW_H)
7bbaaedd 1134
aa2ee344 1135$(BLD)/marker.$(O) : \
7bbaaedd 1136 $(SRC)/marker.c \
049ec95b 1137 $(BUFFER_H) \
94515237
JB
1138 $(CHARACTER_H) \
1139 $(CONFIG_H) \
1140 $(LISP_H)
7bbaaedd 1141
a2b7437b 1142$(BLD)/menu.$(O) : \
fd7a37d5 1143 $(SRC)/menu.c \
af0e9f75 1144 $(SRC)/blockinput.h \
94515237 1145 $(SRC)/keymap.h \
fd7a37d5 1146 $(CONFIG_H) \
94515237
JB
1147 $(DISPEXTERN_H) \
1148 $(FRAME_H) \
1149 $(KEYBOARD_H) \
f90e08f5 1150 $(LISP_H) \
94515237
JB
1151 $(MENU_H) \
1152 $(TERMHOOKS_H) \
1153 $(W32TERM_H) \
1154 $(WINDOW_H)
a2b7437b 1155
aa2ee344 1156$(BLD)/minibuf.$(O) : \
7bbaaedd 1157 $(SRC)/minibuf.c \
6218196f 1158 $(SRC)/commands.h \
6218196f
JB
1159 $(SRC)/keymap.h \
1160 $(SRC)/syntax.h \
049ec95b 1161 $(BUFFER_H) \
0fb52f11 1162 $(CHARACTER_H) \
94515237
JB
1163 $(CONFIG_H) \
1164 $(DISPEXTERN_H) \
1165 $(FRAME_H) \
1166 $(INTERVALS_H) \
1167 $(KEYBOARD_H) \
1168 $(LISP_H) \
1169 $(TERMHOOKS_H) \
1170 $(WINDOW_H)
7bbaaedd 1171
aa2ee344 1172$(BLD)/w32.$(O) : \
7bbaaedd 1173 $(SRC)/w32.c \
94515237
JB
1174 $(SRC)/ndir.h \
1175 $(SRC)/w32.h \
15c720a3 1176 $(SRC)/w32common.h \
94515237 1177 $(SRC)/w32heap.h \
a68089e4 1178 $(SRC)/w32select.h \
94515237
JB
1179 $(NT_INC)/pwd.h \
1180 $(NT_INC)/sys/file.h \
1181 $(NT_INC)/sys/time.h \
1182 $(GNU_LIB)/allocator.h \
1183 $(CAREADLINKAT_H) \
1184 $(CODING_H) \
0c1b4ae2 1185 $(CONFIG_H) \
94515237
JB
1186 $(DISPEXTERN_H) \
1187 $(GRP_H) \
f90e08f5 1188 $(LISP_H) \
f2b726e6 1189 $(PROCESS_H) \
94515237
JB
1190 $(SOCKET_H) \
1191 $(SYSTIME_H)
7bbaaedd 1192
aa2ee344 1193$(BLD)/w32heap.$(O) : \
7bbaaedd 1194 $(SRC)/w32heap.c \
15c720a3 1195 $(SRC)/w32common.h \
46979e0b 1196 $(SRC)/w32heap.h \
0c1b4ae2 1197 $(CONFIG_H) \
94515237 1198 $(LISP_H)
7bbaaedd 1199
aa2ee344 1200$(BLD)/w32inevt.$(O) : \
7bbaaedd 1201 $(SRC)/w32inevt.c \
af0e9f75 1202 $(SRC)/blockinput.h \
74d1f848 1203 $(SRC)/termchar.h \
94515237 1204 $(SRC)/w32heap.h \
7f259ae6 1205 $(SRC)/w32inevt.h \
0c1b4ae2 1206 $(CONFIG_H) \
94515237
JB
1207 $(DISPEXTERN_H) \
1208 $(FRAME_H) \
1209 $(KEYBOARD_H) \
f90e08f5 1210 $(LISP_H) \
94515237 1211 $(TERMHOOKS_H) \
74d1f848
JB
1212 $(W32TERM_H) \
1213 $(WINDOW_H)
7bbaaedd 1214
aa2ee344 1215$(BLD)/w32proc.$(O) : \
7bbaaedd 1216 $(SRC)/w32proc.c \
6218196f 1217 $(SRC)/syswait.h \
7bbaaedd 1218 $(SRC)/w32.h \
15c720a3 1219 $(SRC)/w32common.h \
7bbaaedd 1220 $(SRC)/w32heap.h \
94515237
JB
1221 $(NT_INC)/nl_types.h \
1222 $(NT_INC)/sys/file.h \
1223 $(CODING_H) \
1224 $(CONFIG_H) \
1225 $(DISPEXTERN_H) \
1226 $(LANGINFO_H) \
1227 $(LISP_H) \
1228 $(PROCESS_H) \
af0e9f75 1229 $(SYSSIGNAL_H) \
94515237
JB
1230 $(SYSTIME_H) \
1231 $(W32TERM_H)
7bbaaedd 1232
aa2ee344 1233$(BLD)/w32console.$(O) : \
7bbaaedd 1234 $(SRC)/w32console.c \
7bbaaedd 1235 $(SRC)/disptab.h \
fd7a37d5 1236 $(SRC)/termchar.h \
15c720a3 1237 $(SRC)/w32common.h \
94515237
JB
1238 $(SRC)/w32inevt.h \
1239 $(CHARACTER_H) \
1240 $(CODING_H) \
1241 $(CONFIG_H) \
1242 $(DISPEXTERN_H) \
1243 $(FRAME_H) \
1244 $(LISP_H) \
74d1f848 1245 $(TERMHOOKS_H) \
c54ebba4 1246 $(W32TERM_H) \
74d1f848 1247 $(WINDOW_H)
7bbaaedd 1248
aa2ee344 1249$(BLD)/print.$(O) : \
7bbaaedd 1250 $(SRC)/print.c \
af0e9f75 1251 $(SRC)/blockinput.h \
94515237 1252 $(SRC)/termchar.h \
049ec95b 1253 $(BUFFER_H) \
94515237
JB
1254 $(CHARACTER_H) \
1255 $(CHARSET_H) \
0c1b4ae2 1256 $(CONFIG_H) \
94515237
JB
1257 $(DISPEXTERN_H) \
1258 $(FONT_H) \
1259 $(FRAME_H) \
1260 $(FTOASTR_H) \
1261 $(INTERVALS_H) \
1262 $(KEYBOARD_H) \
f90e08f5 1263 $(LISP_H) \
f2b726e6 1264 $(PROCESS_H) \
94515237
JB
1265 $(TERMHOOKS_H) \
1266 $(WINDOW_H)
7bbaaedd 1267
aa2ee344 1268$(BLD)/process.$(O) : \
7bbaaedd 1269 $(SRC)/process.c \
af0e9f75 1270 $(SRC)/blockinput.h \
7bbaaedd 1271 $(SRC)/commands.h \
6218196f 1272 $(SRC)/composite.h \
94515237 1273 $(SRC)/gnutls.h \
6218196f 1274 $(SRC)/sysselect.h \
6218196f 1275 $(SRC)/syswait.h \
7bbaaedd 1276 $(SRC)/termopts.h \
94515237
JB
1277 $(NT_INC)/arpa/inet.h \
1278 $(NT_INC)/netdb.h \
1279 $(NT_INC)/netinet/in.h \
1280 $(NT_INC)/sys/file.h \
1281 $(NT_INC)/sys/ioctl.h \
1282 $(NT_INC)/sys/stat.h \
1283 $(NT_INC)/unistd.h \
1284 $(ATIMER_H) \
049ec95b 1285 $(BUFFER_H) \
94515237
JB
1286 $(CHARACTER_H) \
1287 $(CODING_H) \
1288 $(CONFIG_H) \
1289 $(DISPEXTERN_H) \
1290 $(FRAME_H) \
1291 $(KEYBOARD_H) \
1292 $(LISP_H) \
1293 $(PROCESS_H) \
1294 $(SOCKET_H) \
af0e9f75 1295 $(SYSSIGNAL_H) \
94515237
JB
1296 $(SYSTIME_H) \
1297 $(SYSTTY_H) \
1298 $(TERMHOOKS_H) \
6c49a40b 1299 $(W32TERM_H) \
94515237 1300 $(WINDOW_H)
7bbaaedd 1301
aa2ee344 1302$(BLD)/ralloc.$(O) : \
7bbaaedd 1303 $(SRC)/ralloc.c \
af0e9f75 1304 $(SRC)/blockinput.h \
fd7a37d5 1305 $(SRC)/getpagesize.h \
94515237 1306 $(NT_INC)/unistd.h \
94515237
JB
1307 $(CONFIG_H) \
1308 $(LISP_H)
7bbaaedd 1309
aa2ee344 1310$(BLD)/regex.$(O) : \
7bbaaedd 1311 $(SRC)/regex.c \
6218196f 1312 $(SRC)/category.h \
6218196f 1313 $(SRC)/regex.h \
94515237 1314 $(SRC)/syntax.h \
049ec95b 1315 $(BUFFER_H) \
94515237
JB
1316 $(CHARACTER_H) \
1317 $(CONFIG_H) \
1318 $(LISP_H)
7bbaaedd 1319
aa2ee344 1320$(BLD)/region-cache.$(O) : \
7bbaaedd 1321 $(SRC)/region-cache.c \
94515237 1322 $(SRC)/region-cache.h \
049ec95b 1323 $(BUFFER_H) \
0fb52f11 1324 $(CHARACTER_H) \
94515237
JB
1325 $(CONFIG_H) \
1326 $(LISP_H)
7bbaaedd 1327
aa2ee344 1328$(BLD)/scroll.$(O) : \
7bbaaedd 1329 $(SRC)/scroll.c \
94515237 1330 $(SRC)/termchar.h \
0c1b4ae2 1331 $(CONFIG_H) \
94515237
JB
1332 $(DISPEXTERN_H) \
1333 $(FRAME_H) \
1334 $(KEYBOARD_H) \
f90e08f5 1335 $(LISP_H) \
94515237
JB
1336 $(TERMHOOKS_H) \
1337 $(WINDOW_H)
7bbaaedd 1338
aa2ee344 1339$(BLD)/search.$(O) : \
7bbaaedd 1340 $(SRC)/search.c \
af0e9f75 1341 $(SRC)/blockinput.h \
6218196f 1342 $(SRC)/category.h \
7bbaaedd 1343 $(SRC)/commands.h \
7bbaaedd
AI
1344 $(SRC)/regex.h \
1345 $(SRC)/region-cache.h \
6218196f 1346 $(SRC)/syntax.h \
049ec95b 1347 $(BUFFER_H) \
94515237
JB
1348 $(CHARACTER_H) \
1349 $(CHARSET_H) \
1350 $(CONFIG_H) \
1351 $(INTERVALS_H) \
1352 $(LISP_H)
7bbaaedd 1353
f60ae425
BK
1354$(BLD)/sound.$(O) : \
1355 $(SRC)/sound.c \
94515237
JB
1356 $(NT_INC)/unistd.h \
1357 $(ATIMER_H) \
1358 $(CONFIG_H) \
1359 $(DISPEXTERN_H) \
af0e9f75
JB
1360 $(LISP_H) \
1361 $(SYSSIGNAL_H)
f60ae425 1362
aa2ee344 1363$(BLD)/syntax.$(O) : \
7bbaaedd 1364 $(SRC)/syntax.c \
6218196f 1365 $(SRC)/category.h \
6218196f 1366 $(SRC)/commands.h \
6218196f 1367 $(SRC)/keymap.h \
fd7a37d5 1368 $(SRC)/regex.h \
7bbaaedd 1369 $(SRC)/syntax.h \
049ec95b 1370 $(BUFFER_H) \
94515237
JB
1371 $(CHARACTER_H) \
1372 $(CONFIG_H) \
1373 $(INTERVALS_H) \
1374 $(LISP_H)
7bbaaedd 1375
aa2ee344 1376$(BLD)/sysdep.$(O) : \
7bbaaedd 1377 $(SRC)/sysdep.c \
af0e9f75 1378 $(SRC)/blockinput.h \
0254c6f7 1379 $(SRC)/cm.h \
a583bbef 1380 $(SRC)/sysselect.h \
7bbaaedd 1381 $(SRC)/syswait.h \
7bbaaedd
AI
1382 $(SRC)/termchar.h \
1383 $(SRC)/termopts.h \
94515237
JB
1384 $(NT_INC)/netdb.h \
1385 $(NT_INC)/pwd.h \
1386 $(NT_INC)/sys/file.h \
1387 $(NT_INC)/sys/stat.h \
1388 $(NT_INC)/unistd.h \
1389 $(GNU_LIB)/allocator.h \
776f29e1 1390 $(GNU_LIB)/execinfo.h \
94515237 1391 $(GNU_LIB)/ignore-value.h \
7583a3a1 1392 $(GNU_LIB)/utimens.h \
94515237
JB
1393 $(CAREADLINKAT_H) \
1394 $(CONFIG_H) \
9851e4a5 1395 $(C_CTYPE_H) \
94515237
JB
1396 $(DISPEXTERN_H) \
1397 $(FRAME_H) \
1398 $(GRP_H) \
1399 $(KEYBOARD_H) \
1400 $(LISP_H) \
1401 $(PROCESS_H) \
1402 $(SOCKET_H) \
af0e9f75 1403 $(SYSSIGNAL_H) \
94515237
JB
1404 $(SYSTIME_H) \
1405 $(SYSTTY_H) \
1406 $(TERMHOOKS_H) \
1407 $(WINDOW_H)
7bbaaedd 1408
aa2ee344 1409$(BLD)/term.$(O) : \
7bbaaedd 1410 $(SRC)/term.c \
af0e9f75 1411 $(SRC)/blockinput.h \
7bbaaedd 1412 $(SRC)/cm.h \
fd7a37d5 1413 $(SRC)/composite.h \
6218196f 1414 $(SRC)/disptab.h \
6218196f
JB
1415 $(SRC)/keymap.h \
1416 $(SRC)/termchar.h \
7ef4b50c 1417 $(SRC)/tparam.h \
94515237 1418 $(NT_INC)/sys/file.h \
049ec95b 1419 $(NT_INC)/sys/time.h \
94515237 1420 $(NT_INC)/unistd.h \
049ec95b 1421 $(BUFFER_H) \
94515237
JB
1422 $(CHARACTER_H) \
1423 $(CHARSET_H) \
1424 $(CODING_H) \
1425 $(CONFIG_H) \
1426 $(DISPEXTERN_H) \
1427 $(FRAME_H) \
1428 $(INTERVALS_H) \
1429 $(KEYBOARD_H) \
1430 $(LISP_H) \
af0e9f75 1431 $(SYSSIGNAL_H) \
94515237
JB
1432 $(SYSTTY_H) \
1433 $(TERMHOOKS_H) \
a68089e4 1434 $(W32TERM_H) \
94515237 1435 $(WINDOW_H)
7bbaaedd 1436
0254c6f7
JR
1437$(BLD)/terminal.$(O) : \
1438 $(SRC)/terminal.c \
94515237
JB
1439 $(SRC)/termchar.h \
1440 $(CHARSET_H) \
1441 $(CODING_H) \
0c1b4ae2 1442 $(CONFIG_H) \
94515237
JB
1443 $(FRAME_H) \
1444 $(KEYBOARD_H) \
f90e08f5 1445 $(LISP_H) \
94515237 1446 $(TERMHOOKS_H)
0254c6f7 1447
aa2ee344 1448$(BLD)/textprop.$(O) : \
7bbaaedd 1449 $(SRC)/textprop.c \
049ec95b 1450 $(BUFFER_H) \
0fb52f11 1451 $(CHARACTER_H) \
0c1b4ae2 1452 $(CONFIG_H) \
94515237 1453 $(INTERVALS_H) \
f90e08f5 1454 $(LISP_H) \
94515237 1455 $(WINDOW_H)
7bbaaedd 1456
aa2ee344 1457$(BLD)/tparam.$(O) : \
7bbaaedd 1458 $(SRC)/tparam.c \
94515237 1459 $(SRC)/tparam.h \
5e13f9d3 1460 $(CONFIG_H) \
94515237 1461 $(LISP_H)
7bbaaedd 1462
aa2ee344 1463$(BLD)/undo.$(O) : \
7bbaaedd 1464 $(SRC)/undo.c \
fd7a37d5 1465 $(SRC)/commands.h \
049ec95b 1466 $(BUFFER_H) \
0fb52f11 1467 $(CHARACTER_H) \
94515237
JB
1468 $(CONFIG_H) \
1469 $(LISP_H) \
1470 $(WINDOW_H)
7bbaaedd 1471
aa2ee344 1472$(BLD)/unexw32.$(O) : \
7bbaaedd 1473 $(SRC)/unexw32.c \
f2b726e6 1474 $(SRC)/unexec.h \
a68089e4 1475 $(SRC)/w32.h \
15c720a3 1476 $(SRC)/w32common.h \
94515237 1477 $(SRC)/w32heap.h \
a68089e4 1478 $(LISP_H) \
94515237 1479 $(CONFIG_H)
7bbaaedd 1480
aa2ee344 1481$(BLD)/vm-limit.$(O) : \
7bbaaedd 1482 $(SRC)/vm-limit.c \
94515237 1483 $(SRC)/mem-limits.h \
a68089e4 1484 $(SRC)/w32heap.h \
c06c9690 1485 $(NT_INC)/unistd.h \
0c1b4ae2 1486 $(CONFIG_H) \
94515237 1487 $(LISP_H)
7bbaaedd 1488
aa2ee344 1489$(BLD)/window.$(O) : \
7bbaaedd 1490 $(SRC)/window.c \
af0e9f75 1491 $(SRC)/blockinput.h \
7bbaaedd 1492 $(SRC)/commands.h \
7bbaaedd 1493 $(SRC)/disptab.h \
6218196f 1494 $(SRC)/indent.h \
6218196f 1495 $(SRC)/keymap.h \
6218196f 1496 $(SRC)/termchar.h \
049ec95b 1497 $(BUFFER_H) \
0fb52f11 1498 $(CHARACTER_H) \
94515237
JB
1499 $(CONFIG_H) \
1500 $(DISPEXTERN_H) \
1501 $(FRAME_H) \
1502 $(INTERVALS_H) \
1503 $(KEYBOARD_H) \
1504 $(LISP_H) \
1505 $(TERMHOOKS_H) \
1506 $(W32TERM_H) \
1507 $(WINDOW_H)
7bbaaedd 1508
aa2ee344 1509$(BLD)/xdisp.$(O) : \
7bbaaedd 1510 $(SRC)/xdisp.c \
af0e9f75 1511 $(SRC)/blockinput.h \
7bbaaedd 1512 $(SRC)/commands.h \
7bbaaedd 1513 $(SRC)/disptab.h \
6218196f 1514 $(SRC)/fontset.h \
6218196f 1515 $(SRC)/indent.h \
57cb6dbe 1516 $(SRC)/keymap.h \
6218196f 1517 $(SRC)/macros.h \
6218196f
JB
1518 $(SRC)/region-cache.h \
1519 $(SRC)/termchar.h \
da7e2be6 1520 $(SRC)/termopts.h \
af0e9f75 1521 $(ATIMER_H) \
049ec95b 1522 $(BUFFER_H) \
94515237
JB
1523 $(CHARACTER_H) \
1524 $(CHARSET_H) \
1525 $(CODING_H) \
1526 $(CONFIG_H) \
1527 $(DISPEXTERN_H) \
1528 $(FONT_H) \
1529 $(FRAME_H) \
1530 $(INTERVALS_H) \
1531 $(KEYBOARD_H) \
1532 $(LISP_H) \
1533 $(PROCESS_H) \
1534 $(TERMHOOKS_H) \
1535 $(W32TERM_H) \
1536 $(WINDOW_H)
7bbaaedd 1537
fd7a37d5 1538$(BLD)/xfaces.$(O) : \
6218196f 1539 $(SRC)/xfaces.c \
af0e9f75 1540 $(SRC)/blockinput.h \
6218196f 1541 $(SRC)/fontset.h \
0254c6f7 1542 $(SRC)/termchar.h \
94515237 1543 $(NT_INC)/sys/stat.h \
049ec95b 1544 $(BUFFER_H) \
94515237
JB
1545 $(CHARACTER_H) \
1546 $(CHARSET_H) \
1547 $(CONFIG_H) \
9851e4a5 1548 $(C_CTYPE_H) \
94515237
JB
1549 $(DISPEXTERN_H) \
1550 $(FONT_H) \
1551 $(FRAME_H) \
1552 $(INTERVALS_H) \
1553 $(KEYBOARD_H) \
1554 $(LISP_H) \
1555 $(TERMHOOKS_H) \
1556 $(W32TERM_H) \
1557 $(WINDOW_H)
7bbaaedd 1558
fd7a37d5 1559$(BLD)/w32fns.$(O) : \
6218196f 1560 $(SRC)/w32fns.c \
af0e9f75 1561 $(SRC)/blockinput.h \
7bbaaedd 1562 $(SRC)/epaths.h \
6218196f 1563 $(SRC)/fontset.h \
ee0a16cf 1564 $(SRC)/w32.h \
15c720a3 1565 $(SRC)/w32common.h \
7bbaaedd 1566 $(SRC)/w32heap.h \
049ec95b 1567 $(BUFFER_H) \
6c49a40b 1568 $(CCL_H) \
94515237
JB
1569 $(CHARACTER_H) \
1570 $(CHARSET_H) \
1571 $(CODING_H) \
1572 $(CONFIG_H) \
1573 $(DISPEXTERN_H) \
1574 $(FONT_H) \
1575 $(FRAME_H) \
1576 $(INTERVALS_H) \
1577 $(KEYBOARD_H) \
1578 $(LISP_H) \
1579 $(SYSTIME_H) \
1580 $(TERMHOOKS_H) \
6c49a40b 1581 $(W32FONT_H) \
94515237
JB
1582 $(W32TERM_H) \
1583 $(WINDOW_H)
7bbaaedd 1584
fd7a37d5 1585$(BLD)/w32menu.$(O) : \
6218196f 1586 $(SRC)/w32menu.c \
af0e9f75 1587 $(SRC)/blockinput.h \
6218196f 1588 $(SRC)/keymap.h \
15c720a3 1589 $(SRC)/w32common.h \
049ec95b 1590 $(BUFFER_H) \
0fb52f11 1591 $(CHARACTER_H) \
94515237
JB
1592 $(CHARSET_H) \
1593 $(CODING_H) \
1594 $(CONFIG_H) \
1595 $(DISPEXTERN_H) \
1596 $(FRAME_H) \
1597 $(KEYBOARD_H) \
1598 $(LISP_H) \
1599 $(MENU_H) \
1600 $(TERMHOOKS_H) \
1601 $(W32TERM_H) \
1602 $(WINDOW_H)
7bbaaedd 1603
fd7a37d5 1604$(BLD)/w32term.$(O) : \
6218196f 1605 $(SRC)/w32term.c \
af0e9f75 1606 $(SRC)/blockinput.h \
7bbaaedd 1607 $(SRC)/disptab.h \
6218196f 1608 $(SRC)/fontset.h \
6218196f 1609 $(SRC)/keymap.h \
6218196f 1610 $(SRC)/termchar.h \
6218196f 1611 $(SRC)/termopts.h \
6218196f 1612 $(SRC)/w32heap.h \
94515237
JB
1613 $(NT_INC)/sys/stat.h \
1614 $(ATIMER_H) \
049ec95b 1615 $(BUFFER_H) \
6c49a40b 1616 $(CCL_H) \
94515237
JB
1617 $(CHARACTER_H) \
1618 $(CHARSET_H) \
1619 $(CODING_H) \
1620 $(CONFIG_H) \
1621 $(DISPEXTERN_H) \
1622 $(FONT_H) \
1623 $(FRAME_H) \
1624 $(INTERVALS_H) \
1625 $(KEYBOARD_H) \
1626 $(LISP_H) \
1627 $(PROCESS_H) \
1628 $(SYSTIME_H) \
1629 $(SYSTTY_H) \
1630 $(TERMHOOKS_H) \
6c49a40b 1631 $(W32FONT_H) \
94515237
JB
1632 $(W32TERM_H) \
1633 $(WINDOW_H)
7bbaaedd 1634
fd7a37d5 1635$(BLD)/w32select.$(O) : \
6218196f 1636 $(SRC)/w32select.c \
af0e9f75 1637 $(SRC)/blockinput.h \
6218196f 1638 $(SRC)/composite.h \
15c720a3 1639 $(SRC)/w32common.h \
94515237
JB
1640 $(CHARSET_H) \
1641 $(CODING_H) \
1642 $(CONFIG_H) \
c40239df 1643 $(KEYBOARD_H) \
94515237
JB
1644 $(LISP_H) \
1645 $(W32TERM_H)
7bbaaedd 1646
fd7a37d5 1647$(BLD)/w32reg.$(O) : \
6218196f 1648 $(SRC)/w32reg.c \
af0e9f75 1649 $(SRC)/blockinput.h \
0c1b4ae2 1650 $(CONFIG_H) \
f90e08f5 1651 $(LISP_H) \
94515237 1652 $(W32TERM_H)
7bbaaedd 1653
fd7a37d5 1654$(BLD)/w32xfns.$(O) : \
6218196f 1655 $(SRC)/w32xfns.c \
af0e9f75 1656 $(SRC)/blockinput.h \
94515237 1657 $(SRC)/fontset.h \
94515237 1658 $(CHARSET_H) \
0c1b4ae2 1659 $(CONFIG_H) \
94515237
JB
1660 $(FRAME_H) \
1661 $(KEYBOARD_H) \
f90e08f5 1662 $(LISP_H) \
94515237 1663 $(W32TERM_H)
5ac50e96 1664
fd7a37d5 1665$(BLD)/w32font.$(O) : \
223250a6 1666 $(SRC)/w32font.c \
0c1b4ae2 1667 $(SRC)/fontset.h \
94515237
JB
1668 $(CHARACTER_H) \
1669 $(CHARSET_H) \
1670 $(CODING_H) \
1671 $(CONFIG_H) \
1672 $(DISPEXTERN_H) \
1673 $(FONT_H) \
1674 $(FRAME_H) \
1675 $(LISP_H) \
6c49a40b 1676 $(W32FONT_H) \
94515237 1677 $(W32TERM_H)
0c1b4ae2 1678
fd7a37d5 1679$(BLD)/w32uniscribe.$(O) : \
0c1b4ae2 1680 $(SRC)/w32uniscribe.c \
091a66d2 1681 $(SRC)/composite.h \
223250a6 1682 $(SRC)/fontset.h \
94515237
JB
1683 $(CHARACTER_H) \
1684 $(CHARSET_H) \
1685 $(CONFIG_H) \
1686 $(DISPEXTERN_H) \
1687 $(FONT_H) \
1688 $(FRAME_H) \
1689 $(LISP_H) \
6c49a40b 1690 $(W32FONT_H) \
94515237 1691 $(W32TERM_H)
223250a6 1692
5ac50e96
EZ
1693# Each object file depends on stamp_BLD, because in parallel builds we must
1694# make sure $(BLD) exists before starting compilations.
1695#
5e371708 1696$(OBJ0) $(OBJ1) $(OBJ2) $(BLD)/lastfile.$(O) $(BLD)/firstfile.$(O): stamp_BLD