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