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