annotate src/makefile.w32-in @ 105962:22526dfaa51c

* makefile.w32-in: Update dependencies; add dependencies to lisp.h.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 12 Nov 2009 00:51:37 +0000
parents 4be7a4e891e2
children 17c1ee8cfc63
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
94995
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
1 # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
2 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
100951
e038c1a8307c Add 2009 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 100117
diff changeset
3 # 2008, 2009 Free Software Foundation, Inc.
94995
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
4
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
5 # This file is part of GNU Emacs.
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
6
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
7 # GNU Emacs is free software: you can redistribute it and/or modify
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
8 # it under the terms of the GNU General Public License as published by
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
9 # the Free Software Foundation, either version 3 of the License, or
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
10 # (at your option) any later version.
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
11
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
12 # GNU Emacs is distributed in the hope that it will be useful,
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
15 # GNU General Public License for more details.
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
16
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
17 # You should have received a copy of the GNU General Public License
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
18 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
a46a8a839596 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94919
diff changeset
19
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
20
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
21 ALL = emacs
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
22
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
23 .PHONY: $(ALL)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
24
42032
0722c5b5bce7 (EMACSLOADPATH): Define.
Andrew Innes <andrewi@gnu.org>
parents: 42024
diff changeset
25 # Set EMACSLOADPATH correctly (in case already defined in environment).
0722c5b5bce7 (EMACSLOADPATH): Define.
Andrew Innes <andrewi@gnu.org>
parents: 42024
diff changeset
26 EMACSLOADPATH=$(CURDIR)/../lisp
0722c5b5bce7 (EMACSLOADPATH): Define.
Andrew Innes <andrewi@gnu.org>
parents: 42024
diff changeset
27
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
28 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
29 # HAVE_CONFIG_H is required by some generic gnu sources stuck into
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
30 # the emacs source tree.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
31 #
96348
ecd6143014da Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero <lekktu@gmail.com>
parents: 96327
diff changeset
32 LOCAL_FLAGS = -Demacs=1 -DHAVE_CONFIG_H -I../nt/inc -DHAVE_NTGUI=1 $(EMACS_EXTRA_C_FLAGS)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
33
104649
bfbe36e44416 (SRC): Move to before where it's first used.
Eli Zaretskii <eliz@gnu.org>
parents: 104619
diff changeset
34 SRC = .
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
35 EMACS = $(BLD)/emacs.exe
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
36 TEMACS = $(BLD)/temacs.exe
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
37 TEMACS_TMP = $(BLD)/temacs.bin
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
38 TLIB0 = $(BLD)/temacs0.$(A)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
39 TLIB1 = $(BLD)/temacs1.$(A)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
40 TLIBW32 = $(BLD)/temacw32.$(A)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
41 TOBJ = $(BLD)/firstfile.$(O)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
42 TRES = $(BLD)/emacs.res
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
43 TLASTLIB = $(BLD)/lastfile.$(A)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
44
63013
72fa85f045b3 (DOC): Define to point to the generated DOC-X.
Eli Zaretskii <eliz@gnu.org>
parents: 58068
diff changeset
45 DOC = $(OBJDIR)/etc/DOC-X
72fa85f045b3 (DOC): Define to point to the generated DOC-X.
Eli Zaretskii <eliz@gnu.org>
parents: 58068
diff changeset
46
91400
49b0a7f9102d (SRC): Define earlier.
Jason Rumney <jasonr@gnu.org>
parents: 91327
diff changeset
47 FULL_LINK_FLAGS = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK)
49b0a7f9102d (SRC): Define earlier.
Jason Rumney <jasonr@gnu.org>
parents: 91327
diff changeset
48
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
49 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
50 # Split up the objects into two sets so that we don't run out of
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
51 # command line space when we link them into a library.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
52 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
53 # Put emacs.$(O) in a separate lib, since we need to have firstfile.$(O)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
54 # as the "main" object file when linking.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
55 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
56 OBJ0 = $(BLD)/emacs.$(O)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
57
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
58 OBJ1 = $(BLD)/alloc.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
59 $(BLD)/atimer.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
60 $(BLD)/buffer.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
61 $(BLD)/bytecode.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
62 $(BLD)/callint.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
63 $(BLD)/callproc.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
64 $(BLD)/casefiddle.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
65 $(BLD)/cm.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
66 $(BLD)/cmds.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
67 $(BLD)/data.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
68 $(BLD)/dired.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
69 $(BLD)/dispnew.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
70 $(BLD)/doc.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
71 $(BLD)/doprnt.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
72 $(BLD)/editfns.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
73 $(BLD)/eval.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
74 $(BLD)/fileio.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
75 $(BLD)/filelock.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
76 $(BLD)/filemode.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
77 $(BLD)/fns.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
78 $(BLD)/indent.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
79 $(BLD)/insdel.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
80 $(BLD)/keyboard.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
81 $(BLD)/keymap.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
82 $(BLD)/lread.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
83 $(BLD)/macros.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
84 $(BLD)/marker.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
85 $(BLD)/md5.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
86 $(BLD)/minibuf.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
87 $(BLD)/w32.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
88 $(BLD)/w32heap.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
89 $(BLD)/w32inevt.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
90 $(BLD)/w32proc.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
91 $(BLD)/w32console.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
92 $(BLD)/print.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
93 $(BLD)/process.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
94 $(BLD)/regex.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
95 $(BLD)/scroll.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
96 $(BLD)/search.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
97 $(BLD)/sound.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
98 $(BLD)/syntax.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
99 $(BLD)/sysdep.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
100 $(BLD)/term.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
101 $(BLD)/termcap.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
102 $(BLD)/tparam.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
103 $(BLD)/undo.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
104 $(BLD)/unexw32.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
105 $(BLD)/window.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
106 $(BLD)/xdisp.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
107 $(BLD)/casetab.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
108 $(BLD)/floatfns.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
109 $(BLD)/frame.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
110 $(BLD)/gmalloc.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
111 $(BLD)/intervals.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
112 $(BLD)/composite.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
113 $(BLD)/ralloc.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
114 $(BLD)/textprop.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
115 $(BLD)/vm-limit.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
116 $(BLD)/region-cache.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
117 $(BLD)/strftime.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
118 $(BLD)/charset.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
119 $(BLD)/character.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
120 $(BLD)/chartab.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
121 $(BLD)/coding.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
122 $(BLD)/category.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
123 $(BLD)/ccl.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
124 $(BLD)/font.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
125 $(BLD)/fontset.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
126 $(BLD)/fringe.$(O) \
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
127 $(BLD)/image.$(O) \
95709
2d395f0b0295 ($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents: 94995
diff changeset
128 $(BLD)/terminal.$(O) \
2d395f0b0295 ($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents: 94995
diff changeset
129 $(BLD)/menu.$(O)
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
130
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
131 WIN32OBJ = $(BLD)/w32term.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
132 $(BLD)/w32xfns.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
133 $(BLD)/w32fns.$(O) \
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
134 $(BLD)/xfaces.$(O) \
99538
e6fc046bc457 (OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii <eliz@gnu.org>
parents: 97846
diff changeset
135 $(BLD)/w32select.$(O) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
136 $(BLD)/w32menu.$(O) \
94919
0d257abdf3ca (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
Kenichi Handa <handa@m17n.org>
parents: 93925
diff changeset
137 $(BLD)/w32reg.$(O)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
138
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
139 FONTOBJ = $(BLD)/w32font.$(O) $(BLD)/w32uniscribe.$(O)
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
140
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
141 LIBS = $(TLIB0) \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
142 $(TLIB1) \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
143 $(TLIBW32) \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
144 $(TLASTLIB) \
78105
1f50b1fcfba3 (LIBS): Include OLE32.
Jason Rumney <jasonr@gnu.org>
parents: 75717
diff changeset
145 $(WINMM) \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
146 $(ADVAPI32) \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
147 $(GDI32) \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
148 $(COMDLG32) \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
149 $(USER32) \
91492
c0d7ff5a2da8 (OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents: 91479
diff changeset
150 $(MPR) \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
151 $(SHELL32) \
53739
5456cd83c404 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
Jason Rumney <jasonr@gnu.org>
parents: 52738
diff changeset
152 $(WINSPOOL) \
78105
1f50b1fcfba3 (LIBS): Include OLE32.
Jason Rumney <jasonr@gnu.org>
parents: 75717
diff changeset
153 $(OLE32) \
78906
1410413a32df (LIBS): Add COMCTL32.
Jason Rumney <jasonr@gnu.org>
parents: 78260
diff changeset
154 $(COMCTL32) \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
155 $(UNISCRIBE) \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
156 $(libc)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
157
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
158 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
159 # Build the executable and dump it.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
160 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
161 all: $(ALL)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
162
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
163 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
164 # The dumped executable
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
165 #
74803
a7c1903d8dca (emacs, temacs): Depend on stamp_BLD instead of $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents: 73092
diff changeset
166 emacs: stamp_BLD $(EMACS)
91479
88108166991a Revert most of last two changes.
Jason Rumney <jasonr@gnu.org>
parents: 91404
diff changeset
167 $(EMACS): $(DOC) $(TEMACS)
35901
5bb8875b8b7d ($(EMACS)): Use $(THISDIR) instead of . in
Andrew Innes <andrewi@gnu.org>
parents: 35373
diff changeset
168 "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump
42032
0722c5b5bce7 (EMACSLOADPATH): Define.
Andrew Innes <andrewi@gnu.org>
parents: 42024
diff changeset
169 -"$(THISDIR)/$(BLD)/emacs.exe" -q -batch -f list-load-path-shadows
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
170
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
171 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
172 # The undumped executable
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
173 # Note the extra post-link step to insert a static preload heap section.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
174 # If preload runs out of memory, increase the last argument to addsection
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
175 # (it is the preload heap size in MB).
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
176 #
74803
a7c1903d8dca (emacs, temacs): Depend on stamp_BLD instead of $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents: 73092
diff changeset
177 temacs: stamp_BLD $(TEMACS)
63285
3d06c623f4d4 ($(TEMACS)): Depend on addsection.exe.
Eli Zaretskii <eliz@gnu.org>
parents: 63089
diff changeset
178 $(TEMACS): $(TLIB0) $(TLIB1) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES) \
3d06c623f4d4 ($(TEMACS)): Depend on addsection.exe.
Eli Zaretskii <eliz@gnu.org>
parents: 63089
diff changeset
179 ../nt/$(BLD)/addsection.exe
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
180 $(LINK) $(LINK_OUT)$(TEMACS_TMP) $(FULL_LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS)
91400
49b0a7f9102d (SRC): Define earlier.
Jason Rumney <jasonr@gnu.org>
parents: 91327
diff changeset
181 "../nt/$(BLD)/addsection" "$(TEMACS_TMP)" "$(TEMACS)" EMHEAP 21
104619
90578b9cc2d2 * Makefile.in (buildobj.h): New target.
Ken Raeburn <raeburn@raeburn.org>
parents: 102475
diff changeset
182
90578b9cc2d2 * Makefile.in (buildobj.h): New target.
Ken Raeburn <raeburn@raeburn.org>
parents: 102475
diff changeset
183 # These omit firstfile.${O}, but there's no documentation in there
90578b9cc2d2 * Makefile.in (buildobj.h): New target.
Ken Raeburn <raeburn@raeburn.org>
parents: 102475
diff changeset
184 # anyways.
104676
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
185 buildobj.h: $(SRC)/makefile.w32-in
104649
bfbe36e44416 (SRC): Move to before where it's first used.
Eli Zaretskii <eliz@gnu.org>
parents: 104619
diff changeset
186 $(MAKE) $(MFLAGS) make-buildobj-$(SHELLTYPE)
bfbe36e44416 (SRC): Move to before where it's first used.
Eli Zaretskii <eliz@gnu.org>
parents: 104619
diff changeset
187
104676
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
188 # Cannot have blanks between the backslash and the redirection
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
189 # characters, because CMD's `echo' will put them in buildobj.h.
104649
bfbe36e44416 (SRC): Move to before where it's first used.
Eli Zaretskii <eliz@gnu.org>
parents: 104619
diff changeset
190 make-buildobj-CMD:
104676
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
191 echo #define BUILDOBJ ^"\> buildobj.h
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
192 echo $(OBJ0) \>> buildobj.h
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
193 echo $(OBJ1) \>> buildobj.h
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
194 echo $(WIN32OBJ) \>> buildobj.h
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
195 echo $(FONTOBJ) \>> buildobj.h
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
196 echo ^">> buildobj.h
104649
bfbe36e44416 (SRC): Move to before where it's first used.
Eli Zaretskii <eliz@gnu.org>
parents: 104619
diff changeset
197
bfbe36e44416 (SRC): Move to before where it's first used.
Eli Zaretskii <eliz@gnu.org>
parents: 104619
diff changeset
198 make-buildobj-SH:
104676
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
199 echo '#define BUILDOBJ $(DQUOTE)\' > buildobj.h
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
200 echo $(OBJ0) '\' >> buildobj.h
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
201 echo $(OBJ1) '\' >> buildobj.h
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
202 echo $(WIN32OBJ) '\' >> buildobj.h
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
203 echo $(FONTOBJ) '\' >> buildobj.h
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
204 echo '$(DQUOTE)' >> buildobj.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
205
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
206 bootstrap: bootstrap-emacs
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
207
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
208 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
209 # Build a temacs with a sufficiently large PURESIZE to load the
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
210 # Lisp files from loadup.el in source form.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
211 #
67639
1c4d4aaad46d (bootstrap-temacs): Warn that parts of commands enclosed in $(ARGQUOTE)s
Eli Zaretskii <eliz@gnu.org>
parents: 64770
diff changeset
212 # WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
1c4d4aaad46d (bootstrap-temacs): Warn that parts of commands enclosed in $(ARGQUOTE)s
Eli Zaretskii <eliz@gnu.org>
parents: 64770
diff changeset
213 # this can break with GNU Make 3.81 and later if sh.exe is used.
42024
9c145edcf87f (bootstrap-temacs): Remove dependency on
Andrew Innes <andrewi@gnu.org>
parents: 36377
diff changeset
214 bootstrap-temacs:
74803
a7c1903d8dca (emacs, temacs): Depend on stamp_BLD instead of $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents: 73092
diff changeset
215 $(MAKE) $(MFLAGS) $(XMFLAGS) temacs CFLAGS=$(ARGQUOTE)$(CFLAGS) -DPURESIZE=5000000$(ARGQUOTE)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
216
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
217 #
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 35106
diff changeset
218 # Dump an Emacs executable named bootstrap-emacs containing the
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
219 # files from loadup.el in source form.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
220 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
221 bootstrap-emacs: bootstrap-temacs
35901
5bb8875b8b7d ($(EMACS)): Use $(THISDIR) instead of . in
Andrew Innes <andrewi@gnu.org>
parents: 35373
diff changeset
222 "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup bootstrap
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
223 - mkdir "../bin"
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
224 $(CP) $(EMACS) ../bin
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
225
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
226 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
227 # Force recompile of files that depend on PURESIZE
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
228 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
229 bootstrap-clean:
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
230 - $(DEL) $(BLD)/alloc.$(O)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
231 - $(DEL) $(BLD)/data.$(O)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
232 - $(DEL) $(BLD)/intervals.$(O)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
233 - $(DEL) $(BLD)/keyboard.$(O)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
234 - $(DEL) $(BLD)/keymap.$(O)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
235
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
236 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
237 # The resource file. NT 3.10 requires the use of cvtres; even though
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
238 # it is not necessary on later versions, it is still ok to use it.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
239 #
75710
0de586e9024e ($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents: 75348
diff changeset
240 $(TRES): ../nt/emacs.rc stamp_BLD
75717
1e03c5a4215f ($(TRES)): Use literal "../nt/emacs.rc" instead of $(ALL_DEPS).
Juanma Barranquero <lekktu@gmail.com>
parents: 75710
diff changeset
241 $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ ../nt/emacs.rc
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
242
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
243 #
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 35106
diff changeset
244 # Build the library. Split up the build into two phases...otherwise we
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
245 # run out of command line space.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
246 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
247 $(TLIB0): $(OBJ0)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
248 - $(DEL) $@
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
249 $(AR) $(AR_OUT)$@ $(ALL_DEPS)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
250 $(TLIB1): $(OBJ1)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
251 - $(DEL) $@
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
252 $(AR) $(AR_OUT)$@ $(ALL_DEPS)
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
253 $(TLIBW32): $(WIN32OBJ) $(FONTOBJ)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
254 - $(DEL) $@
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
255 $(AR) $(AR_OUT)$@ $(ALL_DEPS)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
256
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
257 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
258 # Place lastfile.$(O) in its own library so that it can be loaded after
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
259 # the source libraries but before any system libraries. Doing so defines
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
260 # the end of Emacs' data section portably across compilers and systems.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
261 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
262 $(TLASTLIB): $(BLD)/lastfile.$(O)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
263 - $(DEL) $@
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
264 $(AR) $(AR_OUT)$@ $(ALL_DEPS)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
265
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
266 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
267 # Assuming INSTALL_DIR is defined, build and install emacs in it.
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
268 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
269 install: $(ALL)
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
270 - mkdir "$(INSTALL_DIR)/bin"
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
271 $(CP) $(EMACS) $(INSTALL_DIR)/bin
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
272
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
273 #
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
274 # Maintenance
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 35106
diff changeset
275 #
78174
bdf21e617693 (clean): Don't delete *~.
Eli Zaretskii <eliz@gnu.org>
parents: 78105
diff changeset
276 # We used to delete *~, s/*~, m/*~ here, but that might inadvertently
bdf21e617693 (clean): Don't delete *~.
Eli Zaretskii <eliz@gnu.org>
parents: 78105
diff changeset
277 # remove precious files if it happens to match their short 8+3 aliases.
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
278 clean:
78174
bdf21e617693 (clean): Don't delete *~.
Eli Zaretskii <eliz@gnu.org>
parents: 78105
diff changeset
279 - $(DEL) "s/*.h~" "m/*.h~"
35106
e96acf4ae36e (clean): Delete $(COMPILER_TEMP_FILES) instead
Andrew Innes <andrewi@gnu.org>
parents: 34234
diff changeset
280 - $(DEL) $(COMPILER_TEMP_FILES)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
281 - $(DEL_TREE) $(OBJDIR)
74814
4c1e088ad443 Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents: 74813
diff changeset
282 - $(DEL) stamp_BLD
104677
4be7a4e891e2 (clean): Add buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104676
diff changeset
283 - $(DEL) buildobj.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
284
93925
ecf65095f041 (distclean): Delete makefile too.
Jason Rumney <jasonr@gnu.org>
parents: 93600
diff changeset
285 distclean: cleanall
ecf65095f041 (distclean): Delete makefile too.
Jason Rumney <jasonr@gnu.org>
parents: 93600
diff changeset
286 - $(DEL) config.h epaths.h Makefile
ecf65095f041 (distclean): Delete makefile too.
Jason Rumney <jasonr@gnu.org>
parents: 93600
diff changeset
287
ecf65095f041 (distclean): Delete makefile too.
Jason Rumney <jasonr@gnu.org>
parents: 93600
diff changeset
288 maintainer-clean: distclean
ecf65095f041 (distclean): Delete makefile too.
Jason Rumney <jasonr@gnu.org>
parents: 93600
diff changeset
289 - $(DEL) TAGS
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
290
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
291 cleanall: clean
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
292 - $(DEL_TREE) obj
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
293 - $(DEL_TREE) obj-spd
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
294 - $(DEL_TREE) oo
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
295 - $(DEL_TREE) oo-spd
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
296
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
297 ### DEPENDENCIES ###
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
298
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
299 EMACS_ROOT = ..
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
300 CONFIG_H = $(EMACS_ROOT)/src/s/ms-w32.h \
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
301 $(EMACS_ROOT)/src/m/intel386.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
302 $(EMACS_ROOT)/src/config.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
303 $(EMACS_ROOT)/nt/inc/sys/stat.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
304
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
305 $(BLD)/alloc.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
306 $(SRC)/alloc.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
307 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
308 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
309 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
310 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
311 $(SRC)/atimer.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
312 $(SRC)/blockinput.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
313 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
314 $(SRC)/character.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
315 $(SRC)/coding.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
316 $(SRC)/composite.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
317 $(SRC)/dispextern.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
318 $(SRC)/frame.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
319 $(SRC)/intervals.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
320 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
321 $(SRC)/process.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
322 $(SRC)/puresize.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
323 $(SRC)/syssignal.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
324 $(SRC)/systime.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
325 $(SRC)/termhooks.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
326 $(SRC)/w32.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
327 $(SRC)/w32gui.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
328 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
329
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
330 $(BLD)/atimer.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
331 $(SRC)/atimer.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
332 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
333 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
334 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
335 $(SRC)/lisp.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
336 $(SRC)/atimer.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
337 $(SRC)/blockinput.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
338 $(SRC)/syssignal.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
339 $(SRC)/systime.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
340
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
341 $(BLD)/buffer.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
342 $(SRC)/buffer.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
343 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
344 $(EMACS_ROOT)/nt/inc/unistd.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
345 $(EMACS_ROOT)/nt/inc/sys/param.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
346 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
347 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
348 $(SRC)/atimer.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
349 $(SRC)/blockinput.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
350 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
351 $(SRC)/character.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
352 $(SRC)/coding.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
353 $(SRC)/commands.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
354 $(SRC)/composite.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
355 $(SRC)/dispextern.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
356 $(SRC)/frame.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
357 $(SRC)/indent.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
358 $(SRC)/intervals.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
359 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
360 $(SRC)/keymap.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
361 $(SRC)/region-cache.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
362 $(SRC)/systime.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
363 $(SRC)/w32gui.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
364 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
365
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
366 $(BLD)/bytecode.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
367 $(SRC)/bytecode.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
368 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
369 $(SRC)/lisp.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
370 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
371 $(SRC)/character.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
372 $(SRC)/dispextern.h \
52738
4eb32aa57372 (emacs.o, coding.o, bytecode.o): Sync dependancies with Makefile.in.
Jason Rumney <jasonr@gnu.org>
parents: 52401
diff changeset
373 $(SRC)/syntax.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
374 $(SRC)/w32gui.h \
52738
4eb32aa57372 (emacs.o, coding.o, bytecode.o): Sync dependancies with Makefile.in.
Jason Rumney <jasonr@gnu.org>
parents: 52401
diff changeset
375 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
376
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
377 $(BLD)/callint.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
378 $(SRC)/callint.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
379 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
380 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
381 $(SRC)/lisp.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
382 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
383 $(SRC)/coding.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
384 $(SRC)/commands.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
385 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
386 $(SRC)/dispextern.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
387 $(SRC)/keyboard.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
388 $(SRC)/keymap.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
389 $(SRC)/systime.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
390 $(SRC)/w32gui.h \
42279
26edff7f8f45 Remove mocklisp files.
Pavel Janík <Pavel@Janik.cz>
parents: 42032
diff changeset
391 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
392
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
393 $(BLD)/callproc.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
394 $(SRC)/callproc.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
395 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
396 $(EMACS_ROOT)/nt/inc/unistd.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
397 $(EMACS_ROOT)/nt/inc/sys/file.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
398 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
399 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
400 $(SRC)/atimer.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
401 $(SRC)/blockinput.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
402 $(SRC)/buffer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
403 $(SRC)/ccl.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
404 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
405 $(SRC)/coding.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
406 $(SRC)/commands.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
407 $(SRC)/composite.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
408 $(SRC)/dispextern.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
409 $(SRC)/epaths.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
410 $(SRC)/frame.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
411 $(SRC)/process.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
412 $(SRC)/syssignal.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
413 $(SRC)/systime.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
414 $(SRC)/systty.h \
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
415 $(SRC)/termhooks.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
416 $(SRC)/w32.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
417 $(SRC)/w32gui.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
418
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
419 $(BLD)/casefiddle.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
420 $(SRC)/casefiddle.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
421 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
422 $(SRC)/lisp.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
423 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
424 $(SRC)/character.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
425 $(SRC)/commands.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
426 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
427 $(SRC)/keymap.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
428 $(SRC)/syntax.h
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
429
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
430 $(BLD)/casetab.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
431 $(SRC)/casetab.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
432 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
433 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
434 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
435 $(SRC)/character.h
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
436
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
437 $(BLD)/category.$(O) : \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
438 $(SRC)/category.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
439 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
440 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
441 $(SRC)/buffer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
442 $(SRC)/category.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
443 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
444 $(SRC)/charset.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
445 $(SRC)/keymap.h
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
446
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
447 $(BLD)/ccl.$(O) : \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
448 $(SRC)/ccl.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
449 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
450 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
451 $(SRC)/ccl.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
452 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
453 $(SRC)/charset.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
454 $(SRC)/coding.h \
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
455 $(SRC)/composite.h
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
456
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
457 $(BLD)/character.$(O) : \
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
458 $(SRC)/character.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
459 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
460 $(SRC)/lisp.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
461 $(SRC)/buffer.h \
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
462 $(SRC)/character.h \
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
463 $(SRC)/charset.h \
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
464 $(SRC)/composite.h \
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
465 $(SRC)/disptab.h
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
466
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
467 $(BLD)/charset.$(O) : \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
468 $(SRC)/charset.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
469 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
470 $(EMACS_ROOT)/nt/inc/unistd.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
471 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
472 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
473 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
474 $(SRC)/charset.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
475 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
476 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
477 $(SRC)/disptab.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
478
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
479 $(BLD)/chartab.$(O) : \
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
480 $(SRC)/chartab.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
481 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
482 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
483 $(SRC)/ccl.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
484 $(SRC)/character.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
485 $(SRC)/charset.h
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
486
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
487 $(BLD)/cm.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
488 $(SRC)/cm.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
489 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
490 $(SRC)/lisp.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
491 $(SRC)/cm.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
492 $(SRC)/dispextern.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
493 $(SRC)/frame.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
494 $(SRC)/termchar.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
495 $(SRC)/termhooks.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
496 $(SRC)/w32gui.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
497
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
498 $(BLD)/cmds.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
499 $(SRC)/cmds.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
500 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
501 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
502 $(SRC)/lisp.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
503 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
504 $(SRC)/character.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
505 $(SRC)/coding.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
506 $(SRC)/commands.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
507 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
508 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
509 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
510 $(SRC)/keymap.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
511 $(SRC)/syntax.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
512 $(SRC)/systime.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
513 $(SRC)/w32gui.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
514 $(SRC)/window.h
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
515
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
516 $(BLD)/coding.$(O) : \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
517 $(SRC)/coding.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
518 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
519 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
520 $(SRC)/buffer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
521 $(SRC)/ccl.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
522 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
523 $(SRC)/charset.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
524 $(SRC)/coding.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
525 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
526 $(SRC)/dispextern.h \
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
527 $(SRC)/frame.h \
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
528 $(SRC)/termhooks.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
529 $(SRC)/w32gui.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
530 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
531
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
532 $(BLD)/composite.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
533 $(SRC)/composite.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
534 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
535 $(SRC)/lisp.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
536 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
537 $(SRC)/ccl.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
538 $(SRC)/character.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
539 $(SRC)/coding.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
540 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
541 $(SRC)/dispextern.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
542 $(SRC)/font.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
543 $(SRC)/frame.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
544 $(SRC)/intervals.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
545 $(SRC)/termhooks.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
546 $(SRC)/w32gui.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
547 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
548
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
549 $(BLD)/data.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
550 $(SRC)/data.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
551 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
552 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
553 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
554 $(SRC)/buffer.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
555 $(SRC)/ccl.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
556 $(SRC)/character.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
557 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
558 $(SRC)/composite.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
559 $(SRC)/dispextern.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
560 $(SRC)/font.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
561 $(SRC)/frame.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
562 $(SRC)/keyboard.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
563 $(SRC)/puresize.h \
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
564 $(SRC)/syssignal.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
565 $(SRC)/systime.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
566 $(SRC)/termhooks.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
567 $(SRC)/w32gui.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
568
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
569 $(BLD)/dired.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
570 $(SRC)/dired.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
571 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
572 $(EMACS_ROOT)/nt/inc/grp.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
573 $(EMACS_ROOT)/nt/inc/pwd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
574 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
575 $(EMACS_ROOT)/nt/inc/sys/dir.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
576 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
577 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
578 $(SRC)/atimer.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
579 $(SRC)/blockinput.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
580 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
581 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
582 $(SRC)/charset.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
583 $(SRC)/coding.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
584 $(SRC)/commands.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
585 $(SRC)/composite.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
586 $(SRC)/ndir.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
587 $(SRC)/regex.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
588 $(SRC)/systime.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
589
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
590 $(BLD)/dispnew.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
591 $(SRC)/dispnew.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
592 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
593 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
594 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
595 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
596 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
597 $(SRC)/blockinput.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
598 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
599 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
600 $(SRC)/cm.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
601 $(SRC)/coding.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
602 $(SRC)/commands.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
603 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
604 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
605 $(SRC)/disptab.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
606 $(SRC)/frame.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
607 $(SRC)/indent.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
608 $(SRC)/intervals.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
609 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
610 $(SRC)/process.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
611 $(SRC)/syssignal.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
612 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
613 $(SRC)/termchar.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
614 $(SRC)/termhooks.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
615 $(SRC)/termopts.h \
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
616 $(SRC)/w32gui.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
617 $(SRC)/w32term.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
618 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
619
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
620 $(BLD)/doc.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
621 $(SRC)/doc.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
622 $(CONFIG_H) \
104676
ccd0cfe63be6 (buildobj.h): Renamed from $(SRC)/buildobj.h.
Eli Zaretskii <eliz@gnu.org>
parents: 104649
diff changeset
623 buildobj.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
624 $(EMACS_ROOT)/nt/inc/unistd.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
625 $(EMACS_ROOT)/nt/inc/sys/file.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
626 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
627 $(SRC)/lisp.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
628 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
629 $(SRC)/character.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
630 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
631 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
632 $(SRC)/keyboard.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
633 $(SRC)/keymap.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
634 $(SRC)/systime.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
635
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
636 $(BLD)/doprnt.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
637 $(SRC)/doprnt.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
638 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
639 $(EMACS_ROOT)/nt/inc/unistd.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
640 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
641 $(SRC)/character.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
642
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
643 $(BLD)/editfns.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
644 $(SRC)/editfns.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
645 $(CONFIG_H) \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
646 $(EMACS_ROOT)/nt/inc/pwd.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
647 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
648 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
649 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
650 $(SRC)/atimer.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
651 $(SRC)/blockinput.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
652 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
653 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
654 $(SRC)/coding.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
655 $(SRC)/composite.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
656 $(SRC)/dispextern.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
657 $(SRC)/frame.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
658 $(SRC)/intervals.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
659 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
660 $(SRC)/w32gui.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
661 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
662
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
663 $(BLD)/emacs.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
664 $(SRC)/emacs.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
665 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
666 $(EMACS_ROOT)/nt/inc/unistd.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
667 $(EMACS_ROOT)/nt/inc/sys/file.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
668 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
669 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
670 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
671 $(SRC)/blockinput.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
672 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
673 $(SRC)/coding.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
674 $(SRC)/commands.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
675 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
676 $(SRC)/dispextern.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
677 $(SRC)/frame.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
678 $(SRC)/intervals.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
679 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
680 $(SRC)/keymap.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
681 $(SRC)/process.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
682 $(SRC)/syssignal.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
683 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
684 $(SRC)/systty.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
685 $(SRC)/termhooks.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
686 $(SRC)/w32.h \
52738
4eb32aa57372 (emacs.o, coding.o, bytecode.o): Sync dependancies with Makefile.in.
Jason Rumney <jasonr@gnu.org>
parents: 52401
diff changeset
687 $(SRC)/w32gui.h \
63089
870c905ecf55 ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h.
Eli Zaretskii <eliz@gnu.org>
parents: 63013
diff changeset
688 $(SRC)/w32heap.h \
52738
4eb32aa57372 (emacs.o, coding.o, bytecode.o): Sync dependancies with Makefile.in.
Jason Rumney <jasonr@gnu.org>
parents: 52401
diff changeset
689 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
690
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
691 $(BLD)/eval.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
692 $(SRC)/eval.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
693 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
694 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
695 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
696 $(SRC)/atimer.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
697 $(SRC)/blockinput.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
698 $(SRC)/coding.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
699 $(SRC)/commands.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
700 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
701 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
702 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
703 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
704 $(SRC)/w32gui.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
705
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
706 $(BLD)/fileio.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
707 $(SRC)/fileio.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
708 $(CONFIG_H) \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
709 $(EMACS_ROOT)/nt/inc/pwd.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
710 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
711 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
712 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
713 $(SRC)/atimer.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
714 $(SRC)/blockinput.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
715 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
716 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
717 $(SRC)/coding.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
718 $(SRC)/commands.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
719 $(SRC)/composite.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
720 $(SRC)/dispextern.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
721 $(SRC)/frame.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
722 $(SRC)/intervals.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
723 $(SRC)/systime.h \
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
724 $(SRC)/w32gui.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
725 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
726
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
727 $(BLD)/filelock.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
728 $(SRC)/filelock.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
729 $(CONFIG_H) \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
730 $(EMACS_ROOT)/nt/inc/pwd.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
731 $(EMACS_ROOT)/nt/inc/unistd.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
732 $(EMACS_ROOT)/nt/inc/sys/file.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
733 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
734 $(SRC)/lisp.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
735 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
736 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
737 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
738 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
739 $(SRC)/systime.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
740
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
741 $(BLD)/filemode.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
742 $(SRC)/filemode.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
743 $(CONFIG_H)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
744
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
745 $(BLD)/firstfile.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
746 $(SRC)/firstfile.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
747 $(CONFIG_H)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
748
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
749 $(BLD)/floatfns.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
750 $(SRC)/floatfns.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
751 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
752 $(SRC)/lisp.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
753 $(SRC)/syssignal.h
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
754
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
755 $(BLD)/fns.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
756 $(SRC)/fns.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
757 $(CONFIG_H) \
73092
e9354aa84a58 ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
Eli Zaretskii <eliz@gnu.org>
parents: 68651
diff changeset
758 $(EMACS_ROOT)/nt/inc/langinfo.h \
e9354aa84a58 ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
Eli Zaretskii <eliz@gnu.org>
parents: 68651
diff changeset
759 $(EMACS_ROOT)/nt/inc/nl_types.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
760 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
761 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
762 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
763 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
764 $(SRC)/blockinput.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
765 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
766 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
767 $(SRC)/coding.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
768 $(SRC)/commands.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
769 $(SRC)/composite.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
770 $(SRC)/dispextern.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
771 $(SRC)/frame.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
772 $(SRC)/intervals.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
773 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
774 $(SRC)/keymap.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
775 $(SRC)/md5.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
776 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
777 $(SRC)/w32gui.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
778 $(SRC)/window.h
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
779
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
780 $(BLD)/font.$(O) : \
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
781 $(SRC)/font.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
782 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
783 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
784 $(SRC)/buffer.h \
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
785 $(SRC)/ccl.h \
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
786 $(SRC)/character.h \
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
787 $(SRC)/charset.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
788 $(SRC)/composite.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
789 $(SRC)/dispextern.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
790 $(SRC)/font.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
791 $(SRC)/fontset.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
792 $(SRC)/frame.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
793 $(SRC)/w32gui.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
794 $(SRC)/w32term.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
795 $(SRC)/window.h
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
796
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
797 $(BLD)/fontset.$(O) : \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
798 $(SRC)/fontset.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
799 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
800 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
801 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
802 $(SRC)/atimer.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
803 $(SRC)/blockinput.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
804 $(SRC)/buffer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
805 $(SRC)/ccl.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
806 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
807 $(SRC)/charset.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
808 $(SRC)/coding.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
809 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
810 $(SRC)/dispextern.h \
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
811 $(SRC)/font.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
812 $(SRC)/fontset.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
813 $(SRC)/frame.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
814 $(SRC)/intervals.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
815 $(SRC)/keyboard.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
816 $(SRC)/systime.h \
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
817 $(SRC)/termhooks.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
818 $(SRC)/w32gui.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
819 $(SRC)/w32term.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
820 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
821
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
822 $(BLD)/frame.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
823 $(SRC)/frame.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
824 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
825 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
826 $(SRC)/lisp.h \
50379
25bbed3e1418 ($(BLD)/frame.$(O)): Add dependency on blockinput.h and files included from it.
Juanma Barranquero <lekktu@gmail.com>
parents: 50224
diff changeset
827 $(SRC)/atimer.h \
25bbed3e1418 ($(BLD)/frame.$(O)): Add dependency on blockinput.h and files included from it.
Juanma Barranquero <lekktu@gmail.com>
parents: 50224
diff changeset
828 $(SRC)/blockinput.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
829 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
830 $(SRC)/ccl.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
831 $(SRC)/character.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
832 $(SRC)/coding.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
833 $(SRC)/commands.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
834 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
835 $(SRC)/dispextern.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
836 $(SRC)/font.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
837 $(SRC)/fontset.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
838 $(SRC)/frame.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
839 $(SRC)/keyboard.h \
50379
25bbed3e1418 ($(BLD)/frame.$(O)): Add dependency on blockinput.h and files included from it.
Juanma Barranquero <lekktu@gmail.com>
parents: 50224
diff changeset
840 $(SRC)/systime.h \
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
841 $(SRC)/termchar.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
842 $(SRC)/termhooks.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
843 $(SRC)/w32gui.h \
47083
3e7cd96fd081 Add missing dependencies on w32term.h and composite.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 44043
diff changeset
844 $(SRC)/w32term.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
845 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
846
54221
9f8357357fc8 ($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 53908
diff changeset
847 $(BLD)/fringe.$(O) : \
9f8357357fc8 ($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 53908
diff changeset
848 $(SRC)/fringe.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
849 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
850 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
851 $(SRC)/lisp.h \
54221
9f8357357fc8 ($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 53908
diff changeset
852 $(SRC)/atimer.h \
9f8357357fc8 ($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 53908
diff changeset
853 $(SRC)/blockinput.h \
9f8357357fc8 ($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 53908
diff changeset
854 $(SRC)/buffer.h \
9f8357357fc8 ($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 53908
diff changeset
855 $(SRC)/dispextern.h \
9f8357357fc8 ($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 53908
diff changeset
856 $(SRC)/frame.h \
9f8357357fc8 ($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 53908
diff changeset
857 $(SRC)/systime.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
858 $(SRC)/termhooks.h \
54221
9f8357357fc8 ($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 53908
diff changeset
859 $(SRC)/w32gui.h \
9f8357357fc8 ($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 53908
diff changeset
860 $(SRC)/window.h
9f8357357fc8 ($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 53908
diff changeset
861
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
862 $(BLD)/gmalloc.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
863 $(SRC)/gmalloc.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
864 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
865 $(EMACS_ROOT)/nt/inc/unistd.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
866 $(SRC)/getpagesize.h
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
867
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
868 $(BLD)/image.$(O) : \
54337
f97e58d31d01 Image consolidation:
Kim F. Storm <storm@cua.dk>
parents: 54221
diff changeset
869 $(SRC)/image.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
870 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
871 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
872 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
873 $(SRC)/lisp.h \
54337
f97e58d31d01 Image consolidation:
Kim F. Storm <storm@cua.dk>
parents: 54221
diff changeset
874 $(SRC)/atimer.h \
f97e58d31d01 Image consolidation:
Kim F. Storm <storm@cua.dk>
parents: 54221
diff changeset
875 $(SRC)/blockinput.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
876 $(SRC)/ccl.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
877 $(SRC)/character.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
878 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
879 $(SRC)/composite.h \
54337
f97e58d31d01 Image consolidation:
Kim F. Storm <storm@cua.dk>
parents: 54221
diff changeset
880 $(SRC)/dispextern.h \
f97e58d31d01 Image consolidation:
Kim F. Storm <storm@cua.dk>
parents: 54221
diff changeset
881 $(SRC)/epaths.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
882 $(SRC)/font.h \
54337
f97e58d31d01 Image consolidation:
Kim F. Storm <storm@cua.dk>
parents: 54221
diff changeset
883 $(SRC)/frame.h \
f97e58d31d01 Image consolidation:
Kim F. Storm <storm@cua.dk>
parents: 54221
diff changeset
884 $(SRC)/systime.h \
f97e58d31d01 Image consolidation:
Kim F. Storm <storm@cua.dk>
parents: 54221
diff changeset
885 $(SRC)/termhooks.h \
f97e58d31d01 Image consolidation:
Kim F. Storm <storm@cua.dk>
parents: 54221
diff changeset
886 $(SRC)/w32gui.h \
f97e58d31d01 Image consolidation:
Kim F. Storm <storm@cua.dk>
parents: 54221
diff changeset
887 $(SRC)/w32term.h \
f97e58d31d01 Image consolidation:
Kim F. Storm <storm@cua.dk>
parents: 54221
diff changeset
888 $(SRC)/window.h
f97e58d31d01 Image consolidation:
Kim F. Storm <storm@cua.dk>
parents: 54221
diff changeset
889
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
890 $(BLD)/indent.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
891 $(SRC)/indent.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
892 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
893 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
894 $(SRC)/lisp.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
895 $(SRC)/buffer.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
896 $(SRC)/category.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
897 $(SRC)/character.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
898 $(SRC)/coding.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
899 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
900 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
901 $(SRC)/disptab.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
902 $(SRC)/frame.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
903 $(SRC)/indent.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
904 $(SRC)/intervals.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
905 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
906 $(SRC)/region-cache.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
907 $(SRC)/systime.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
908 $(SRC)/termchar.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
909 $(SRC)/termopts.h \
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
910 $(SRC)/w32gui.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
911 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
912
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
913 $(BLD)/insdel.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
914 $(SRC)/insdel.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
915 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
916 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
917 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
918 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
919 $(SRC)/blockinput.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
920 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
921 $(SRC)/character.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
922 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
923 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
924 $(SRC)/intervals.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
925 $(SRC)/region-cache.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
926 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
927 $(SRC)/w32gui.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
928 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
929
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
930 $(BLD)/intervals.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
931 $(SRC)/intervals.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
932 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
933 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
934 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
935 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
936 $(SRC)/coding.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
937 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
938 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
939 $(SRC)/intervals.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
940 $(SRC)/keyboard.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
941 $(SRC)/keymap.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
942 $(SRC)/puresize.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
943 $(SRC)/systime.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
944 $(SRC)/w32gui.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
945
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
946 $(BLD)/keyboard.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
947 $(SRC)/keyboard.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
948 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
949 $(EMACS_ROOT)/nt/inc/unistd.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
950 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
951 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
952 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
953 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
954 $(SRC)/blockinput.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
955 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
956 $(SRC)/character.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
957 $(SRC)/coding.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
958 $(SRC)/commands.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
959 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
960 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
961 $(SRC)/disptab.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
962 $(SRC)/frame.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
963 $(SRC)/intervals.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
964 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
965 $(SRC)/keymap.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
966 $(SRC)/macros.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
967 $(SRC)/puresize.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
968 $(SRC)/syntax.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
969 $(SRC)/syssignal.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
970 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
971 $(SRC)/termchar.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
972 $(SRC)/termhooks.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
973 $(SRC)/termopts.h \
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
974 $(SRC)/w32gui.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
975 $(SRC)/w32term.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
976 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
977
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
978 $(BLD)/keymap.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
979 $(SRC)/keymap.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
980 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
981 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
982 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
983 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
984 $(SRC)/blockinput.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
985 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
986 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
987 $(SRC)/charset.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
988 $(SRC)/coding.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
989 $(SRC)/commands.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
990 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
991 $(SRC)/dispextern.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
992 $(SRC)/frame.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
993 $(SRC)/intervals.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
994 $(SRC)/keyboard.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
995 $(SRC)/keymap.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
996 $(SRC)/puresize.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
997 $(SRC)/systime.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
998 $(SRC)/termhooks.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
999 $(SRC)/w32gui.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1000 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1001
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1002 $(BLD)/lastfile.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1003 $(SRC)/lastfile.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1004 $(CONFIG_H)
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1005
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1006 $(BLD)/lread.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1007 $(SRC)/lread.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1008 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1009 $(EMACS_ROOT)/nt/inc/unistd.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1010 $(EMACS_ROOT)/nt/inc/sys/file.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1011 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1012 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1013 $(SRC)/atimer.h \
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1014 $(SRC)/blockinput.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1015 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1016 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1017 $(SRC)/charset.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1018 $(SRC)/coding.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1019 $(SRC)/commands.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1020 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1021 $(SRC)/dispextern.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1022 $(SRC)/epaths.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1023 $(SRC)/frame.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1024 $(SRC)/intervals.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1025 $(SRC)/keyboard.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1026 $(SRC)/systime.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1027 $(SRC)/termhooks.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1028 $(SRC)/w32gui.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1029
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1030 $(BLD)/macros.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1031 $(SRC)/macros.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1032 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1033 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1034 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1035 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1036 $(SRC)/coding.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1037 $(SRC)/commands.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1038 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1039 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1040 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1041 $(SRC)/macros.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1042 $(SRC)/systime.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1043 $(SRC)/w32gui.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1044 $(SRC)/window.h
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1045
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1046 $(BLD)/marker.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1047 $(SRC)/marker.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1048 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1049 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1050 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1051 $(SRC)/character.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1052
34234
3ab6da491b7c (md5.o): Add target.
Jason Rumney <jasonr@gnu.org>
parents: 32719
diff changeset
1053 $(BLD)/md5.$(O) : \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1054 $(SRC)/md5.c \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1055 $(CONFIG_H) \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1056 $(SRC)/md5.h
34234
3ab6da491b7c (md5.o): Add target.
Jason Rumney <jasonr@gnu.org>
parents: 32719
diff changeset
1057
95709
2d395f0b0295 ($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents: 94995
diff changeset
1058 $(BLD)/menu.$(O) : \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1059 $(SRC)/menu.c \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1060 $(CONFIG_H) \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1061 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1062 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1063 $(SRC)/atimer.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1064 $(SRC)/blockinput.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1065 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1066 $(SRC)/composite.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1067 $(SRC)/dispextern.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1068 $(SRC)/frame.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1069 $(SRC)/keyboard.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1070 $(SRC)/keymap.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1071 $(SRC)/menu.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1072 $(SRC)/systime.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1073 $(SRC)/termhooks.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1074 $(SRC)/w32gui.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1075 $(SRC)/w32term.h \
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1076 $(SRC)/window.h
95709
2d395f0b0295 ($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents: 94995
diff changeset
1077
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1078 $(BLD)/minibuf.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1079 $(SRC)/minibuf.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1080 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1081 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1082 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1083 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1084 $(SRC)/character.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1085 $(SRC)/coding.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1086 $(SRC)/commands.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1087 $(SRC)/composite.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1088 $(SRC)/dispextern.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1089 $(SRC)/frame.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1090 $(SRC)/intervals.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1091 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1092 $(SRC)/keymap.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1093 $(SRC)/syntax.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1094 $(SRC)/systime.h \
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1095 $(SRC)/termhooks.h \
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1096 $(SRC)/w32gui.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1097 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1098
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1099 $(BLD)/w32.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1100 $(SRC)/w32.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1101 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1102 $(EMACS_ROOT)/nt/inc/grp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1103 $(EMACS_ROOT)/nt/inc/pwd.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1104 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1105 $(EMACS_ROOT)/nt/inc/sys/file.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1106 $(EMACS_ROOT)/nt/inc/sys/socket.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1107 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1108 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1109 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1110 $(SRC)/composite.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1111 $(SRC)/dispextern.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1112 $(SRC)/ndir.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1113 $(SRC)/process.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1114 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1115 $(SRC)/w32.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1116 $(SRC)/w32gui.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1117 $(SRC)/w32heap.h
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1118
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1119 $(BLD)/w32heap.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1120 $(SRC)/w32heap.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1121 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1122 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1123 $(SRC)/w32heap.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1124
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1125 $(BLD)/w32inevt.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1126 $(SRC)/w32inevt.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1127 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1128 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1129 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1130 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1131 $(SRC)/blockinput.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1132 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1133 $(SRC)/composite.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1134 $(SRC)/dispextern.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1135 $(SRC)/frame.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1136 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1137 $(SRC)/systime.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1138 $(SRC)/termhooks.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1139 $(SRC)/w32gui.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1140 $(SRC)/w32heap.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1141 $(SRC)/w32term.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1142
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1143 $(BLD)/w32proc.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1144 $(SRC)/w32proc.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1145 $(CONFIG_H) \
73092
e9354aa84a58 ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
Eli Zaretskii <eliz@gnu.org>
parents: 68651
diff changeset
1146 $(EMACS_ROOT)/nt/inc/langinfo.h \
e9354aa84a58 ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
Eli Zaretskii <eliz@gnu.org>
parents: 68651
diff changeset
1147 $(EMACS_ROOT)/nt/inc/nl_types.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1148 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1149 $(EMACS_ROOT)/nt/inc/sys/file.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1150 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1151 $(SRC)/lisp.h \
90931
80c324095d1a (w32proc.o): Depend on character.h
Jason Rumney <jasonr@gnu.org>
parents: 90870
diff changeset
1152 $(SRC)/character.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1153 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1154 $(SRC)/composite.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1155 $(SRC)/dispextern.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1156 $(SRC)/process.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1157 $(SRC)/syssignal.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1158 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1159 $(SRC)/syswait.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1160 $(SRC)/w32.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1161 $(SRC)/w32gui.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1162 $(SRC)/w32heap.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1163 $(SRC)/w32term.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1164
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1165 $(BLD)/w32console.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1166 $(SRC)/w32console.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1167 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1168 $(SRC)/lisp.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1169 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1170 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1171 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1172 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1173 $(SRC)/disptab.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1174 $(SRC)/frame.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1175 $(SRC)/termchar.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1176 $(SRC)/termhooks.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1177 $(SRC)/w32gui.h \
100117
104c4461a4f5 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
Juanma Barranquero <lekktu@gmail.com>
parents: 100105
diff changeset
1178 $(SRC)/w32inevt.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1179
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1180 $(BLD)/print.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1181 $(SRC)/print.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1182 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1183 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1184 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1185 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1186 $(SRC)/atimer.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1187 $(SRC)/blockinput.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1188 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1189 $(SRC)/ccl.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1190 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1191 $(SRC)/charset.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1192 $(SRC)/coding.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1193 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1194 $(SRC)/dispextern.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1195 $(SRC)/font.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1196 $(SRC)/frame.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1197 $(SRC)/intervals.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1198 $(SRC)/keyboard.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1199 $(SRC)/process.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1200 $(SRC)/systime.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1201 $(SRC)/termchar.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1202 $(SRC)/termhooks.h \
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1203 $(SRC)/w32gui.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1204 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1205
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1206 $(BLD)/process.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1207 $(SRC)/process.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1208 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1209 $(EMACS_ROOT)/nt/inc/netdb.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1210 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1211 $(EMACS_ROOT)/nt/inc/arpa/inet.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1212 $(EMACS_ROOT)/nt/inc/netinet/in.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1213 $(EMACS_ROOT)/nt/inc/sys/file.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1214 $(EMACS_ROOT)/nt/inc/sys/socket.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1215 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1216 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1217 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1218 $(SRC)/blockinput.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1219 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1220 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1221 $(SRC)/coding.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1222 $(SRC)/commands.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1223 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1224 $(SRC)/dispextern.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1225 $(SRC)/frame.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1226 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1227 $(SRC)/process.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1228 $(SRC)/sysselect.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1229 $(SRC)/syssignal.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1230 $(SRC)/systime.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1231 $(SRC)/systty.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1232 $(SRC)/syswait.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1233 $(SRC)/termhooks.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1234 $(SRC)/termopts.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1235 $(SRC)/w32.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1236 $(SRC)/w32gui.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1237 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1238
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1239 $(BLD)/ralloc.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1240 $(SRC)/ralloc.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1241 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1242 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1243 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1244 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1245 $(SRC)/atimer.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1246 $(SRC)/blockinput.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1247 $(SRC)/getpagesize.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1248 $(SRC)/systime.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1249
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1250 $(BLD)/regex.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1251 $(SRC)/regex.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1252 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1253 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1254 $(SRC)/buffer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1255 $(SRC)/category.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1256 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1257 $(SRC)/regex.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1258 $(SRC)/syntax.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1259
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1260 $(BLD)/region-cache.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1261 $(SRC)/region-cache.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1262 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1263 $(SRC)/lisp.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1264 $(SRC)/buffer.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1265 $(SRC)/region-cache.h
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1266
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1267 $(BLD)/scroll.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1268 $(SRC)/scroll.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1269 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1270 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1271 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1272 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1273 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1274 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1275 $(SRC)/frame.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1276 $(SRC)/keyboard.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1277 $(SRC)/systime.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1278 $(SRC)/termchar.h \
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1279 $(SRC)/termhooks.h \
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1280 $(SRC)/w32gui.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1281 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1282
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1283 $(BLD)/search.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1284 $(SRC)/search.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1285 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1286 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1287 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1288 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1289 $(SRC)/blockinput.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1290 $(SRC)/buffer.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1291 $(SRC)/category.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1292 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1293 $(SRC)/charset.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1294 $(SRC)/commands.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1295 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1296 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1297 $(SRC)/intervals.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1298 $(SRC)/regex.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1299 $(SRC)/region-cache.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1300 $(SRC)/syntax.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1301 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1302 $(SRC)/w32gui.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1303
48375
4d7b83cc03aa Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents: 47221
diff changeset
1304 $(BLD)/sound.$(O) : \
4d7b83cc03aa Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents: 47221
diff changeset
1305 $(SRC)/sound.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1306 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1307 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1308 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1309 $(SRC)/lisp.h \
48375
4d7b83cc03aa Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents: 47221
diff changeset
1310 $(SRC)/atimer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1311 $(SRC)/dispextern.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1312 $(SRC)/syssignal.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1313 $(SRC)/systime.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1314 $(SRC)/w32gui.h
48375
4d7b83cc03aa Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents: 47221
diff changeset
1315
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1316 $(BLD)/strftime.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1317 $(SRC)/strftime.c \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1318 $(CONFIG_H) \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1319 $(EMACS_ROOT)/nt/inc/sys/time.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1320
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1321 $(BLD)/syntax.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1322 $(SRC)/syntax.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1323 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1324 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1325 $(SRC)/buffer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1326 $(SRC)/category.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1327 $(SRC)/character.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1328 $(SRC)/commands.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1329 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1330 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1331 $(SRC)/intervals.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1332 $(SRC)/keymap.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1333 $(SRC)/regex.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1334 $(SRC)/syntax.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1335 $(SRC)/w32gui.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1336
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1337 $(BLD)/sysdep.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1338 $(SRC)/sysdep.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1339 $(CONFIG_H) \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1340 $(EMACS_ROOT)/nt/inc/grp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1341 $(EMACS_ROOT)/nt/inc/netdb.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1342 $(EMACS_ROOT)/nt/inc/pwd.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1343 $(EMACS_ROOT)/nt/inc/unistd.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1344 $(EMACS_ROOT)/nt/inc/sys/file.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1345 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1346 $(EMACS_ROOT)/nt/inc/sys/socket.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1347 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1348 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1349 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1350 $(SRC)/blockinput.h \
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1351 $(SRC)/cm.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1352 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1353 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1354 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1355 $(SRC)/frame.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1356 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1357 $(SRC)/process.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1358 $(SRC)/syssignal.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1359 $(SRC)/systime.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1360 $(SRC)/systty.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1361 $(SRC)/syswait.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1362 $(SRC)/termchar.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1363 $(SRC)/termhooks.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1364 $(SRC)/termopts.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1365 $(SRC)/w32.h \
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1366 $(SRC)/w32gui.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1367 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1368
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1369 $(BLD)/term.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1370 $(SRC)/term.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1371 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1372 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1373 $(EMACS_ROOT)/nt/inc/sys/file.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1374 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1375 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1376 $(SRC)/atimer.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1377 $(SRC)/blockinput.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1378 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1379 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1380 $(SRC)/charset.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1381 $(SRC)/cm.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1382 $(SRC)/coding.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1383 $(SRC)/composite.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1384 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1385 $(SRC)/disptab.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1386 $(SRC)/frame.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1387 $(SRC)/intervals.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1388 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1389 $(SRC)/keymap.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1390 $(SRC)/syssignal.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1391 $(SRC)/systime.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1392 $(SRC)/systty.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1393 $(SRC)/termchar.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1394 $(SRC)/termhooks.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1395 $(SRC)/termopts.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1396 $(SRC)/w32gui.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1397 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1398
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1399 $(BLD)/termcap.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1400 $(SRC)/termcap.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1401 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1402 $(EMACS_ROOT)/nt/inc/unistd.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1403 $(EMACS_ROOT)/nt/inc/sys/file.h \
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1404 $(SRC)/lisp.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1405
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1406 $(BLD)/terminal.$(O) : \
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1407 $(SRC)/terminal.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1408 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1409 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1410 $(SRC)/lisp.h \
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1411 $(SRC)/charset.h \
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1412 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1413 $(SRC)/composite.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1414 $(SRC)/dispextern.h \
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1415 $(SRC)/frame.h \
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1416 $(SRC)/keyboard.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1417 $(SRC)/systime.h \
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1418 $(SRC)/termchar.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1419 $(SRC)/termhooks.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1420 $(SRC)/w32gui.h
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1421
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1422 $(BLD)/textprop.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1423 $(SRC)/textprop.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1424 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1425 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1426 $(SRC)/buffer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1427 $(SRC)/composite.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1428 $(SRC)/dispextern.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1429 $(SRC)/intervals.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1430 $(SRC)/w32gui.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1431 $(SRC)/window.h
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1432
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1433 $(BLD)/tparam.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1434 $(SRC)/tparam.c \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1435 $(CONFIG_H) \
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1436 $(SRC)/lisp.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1437
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1438 $(BLD)/undo.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1439 $(SRC)/undo.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1440 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1441 $(SRC)/lisp.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1442 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1443 $(SRC)/commands.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1444 $(SRC)/dispextern.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1445 $(SRC)/w32gui.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1446 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1447
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1448 $(BLD)/unexw32.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1449 $(SRC)/unexw32.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1450 $(CONFIG_H) \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1451 $(SRC)/w32heap.h
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1452
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1453 $(BLD)/vm-limit.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1454 $(SRC)/vm-limit.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1455 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1456 $(SRC)/lisp.h \
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 35106
diff changeset
1457 $(SRC)/mem-limits.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1458
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1459 $(BLD)/window.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1460 $(SRC)/window.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1461 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1462 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1463 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1464 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1465 $(SRC)/blockinput.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1466 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1467 $(SRC)/coding.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1468 $(SRC)/commands.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1469 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1470 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1471 $(SRC)/disptab.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1472 $(SRC)/frame.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1473 $(SRC)/indent.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1474 $(SRC)/intervals.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1475 $(SRC)/keyboard.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1476 $(SRC)/keymap.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1477 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1478 $(SRC)/termchar.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1479 $(SRC)/termhooks.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1480 $(SRC)/w32gui.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1481 $(SRC)/w32term.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1482 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1483
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1484 $(BLD)/xdisp.$(O) : \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1485 $(SRC)/xdisp.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1486 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1487 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1488 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1489 $(SRC)/lisp.h \
50175
1f1ed66e618f ($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 50174
diff changeset
1490 $(SRC)/atimer.h \
50174
c9dea0d76550 ($(BLD)/xdisp.$(O)): Add dependency from blockinput.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 48375
diff changeset
1491 $(SRC)/blockinput.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1492 $(SRC)/buffer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1493 $(SRC)/ccl.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1494 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1495 $(SRC)/charset.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1496 $(SRC)/coding.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1497 $(SRC)/commands.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1498 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1499 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1500 $(SRC)/disptab.h \
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1501 $(SRC)/font.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1502 $(SRC)/fontset.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1503 $(SRC)/frame.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1504 $(SRC)/indent.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1505 $(SRC)/intervals.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1506 $(SRC)/keyboard.h \
50224
68fb4bd4fa31 (xdisp.o): Add dependency on keymap.h.
Kim F. Storm <storm@cua.dk>
parents: 50175
diff changeset
1507 $(SRC)/keymap.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1508 $(SRC)/macros.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1509 $(SRC)/process.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1510 $(SRC)/region-cache.h \
50175
1f1ed66e618f ($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 50174
diff changeset
1511 $(SRC)/systime.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1512 $(SRC)/termchar.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1513 $(SRC)/termhooks.h \
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1514 $(SRC)/w32gui.h \
47083
3e7cd96fd081 Add missing dependencies on w32term.h and composite.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 44043
diff changeset
1515 $(SRC)/w32term.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1516 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1517
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1518 $(BLD)/xfaces.$(O) : \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1519 $(SRC)/xfaces.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1520 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1521 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1522 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1523 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1524 $(SRC)/blockinput.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1525 $(SRC)/buffer.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1526 $(SRC)/ccl.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1527 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1528 $(SRC)/charset.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1529 $(SRC)/coding.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1530 $(SRC)/composite.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1531 $(SRC)/dispextern.h \
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1532 $(SRC)/font.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1533 $(SRC)/fontset.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1534 $(SRC)/frame.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1535 $(SRC)/intervals.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1536 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1537 $(SRC)/systime.h \
83596
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1538 $(SRC)/termchar.h \
04dfcb287775 Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents: 83585
diff changeset
1539 $(SRC)/termhooks.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1540 $(SRC)/w32gui.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1541 $(SRC)/w32term.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1542 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1543
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1544 $(BLD)/w32fns.$(O) : \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1545 $(SRC)/w32fns.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1546 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1547 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1548 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1549 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1550 $(SRC)/blockinput.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1551 $(SRC)/buffer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1552 $(SRC)/ccl.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1553 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1554 $(SRC)/charset.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1555 $(SRC)/coding.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1556 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1557 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1558 $(SRC)/epaths.h \
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1559 $(SRC)/font.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1560 $(SRC)/fontset.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1561 $(SRC)/frame.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1562 $(SRC)/intervals.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1563 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1564 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1565 $(SRC)/termhooks.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1566 $(SRC)/w32font.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1567 $(SRC)/w32gui.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1568 $(SRC)/w32heap.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1569 $(SRC)/w32term.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1570 $(SRC)/window.h
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1571
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1572 $(BLD)/w32menu.$(O) : \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1573 $(SRC)/w32menu.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1574 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1575 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1576 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1577 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1578 $(SRC)/blockinput.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1579 $(SRC)/buffer.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1580 $(SRC)/character.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1581 $(SRC)/charset.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1582 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1583 $(SRC)/composite.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1584 $(SRC)/dispextern.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1585 $(SRC)/frame.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1586 $(SRC)/keyboard.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1587 $(SRC)/keymap.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1588 $(SRC)/menu.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1589 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1590 $(SRC)/termhooks.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1591 $(SRC)/w32gui.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1592 $(SRC)/w32term.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1593 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1594
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1595 $(BLD)/w32term.$(O) : \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1596 $(SRC)/w32term.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1597 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1598 $(EMACS_ROOT)/nt/inc/unistd.h \
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1599 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1600 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1601 $(SRC)/atimer.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1602 $(SRC)/blockinput.h \
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1603 $(SRC)/buffer.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1604 $(SRC)/ccl.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1605 $(SRC)/character.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1606 $(SRC)/charset.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1607 $(SRC)/coding.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1608 $(SRC)/composite.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1609 $(SRC)/dispextern.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1610 $(SRC)/disptab.h \
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1611 $(SRC)/font.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1612 $(SRC)/fontset.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1613 $(SRC)/frame.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1614 $(SRC)/intervals.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1615 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1616 $(SRC)/keymap.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1617 $(SRC)/process.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1618 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1619 $(SRC)/systty.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1620 $(SRC)/termchar.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1621 $(SRC)/termhooks.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1622 $(SRC)/termopts.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1623 $(SRC)/w32font.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1624 $(SRC)/w32gui.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1625 $(SRC)/w32heap.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1626 $(SRC)/w32term.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1627 $(SRC)/window.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1628
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1629 $(BLD)/w32select.$(O) : \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1630 $(SRC)/w32select.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1631 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1632 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1633 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1634 $(SRC)/atimer.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1635 $(SRC)/blockinput.h \
89970
a849e5779b8c Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents: 89943
diff changeset
1636 $(SRC)/character.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1637 $(SRC)/charset.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1638 $(SRC)/coding.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1639 $(SRC)/composite.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1640 $(SRC)/keyboard.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1641 $(SRC)/systime.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1642 $(SRC)/w32gui.h \
63089
870c905ecf55 ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h.
Eli Zaretskii <eliz@gnu.org>
parents: 63013
diff changeset
1643 $(SRC)/w32heap.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1644 $(SRC)/w32term.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1645
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1646 $(BLD)/w32reg.$(O) : \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1647 $(SRC)/w32reg.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1648 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1649 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1650 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1651 $(SRC)/atimer.h \
47083
3e7cd96fd081 Add missing dependencies on w32term.h and composite.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 44043
diff changeset
1652 $(SRC)/blockinput.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1653 $(SRC)/systime.h \
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1654 $(SRC)/w32gui.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1655 $(SRC)/w32term.h
31631
011566e20a32 Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents: 31623
diff changeset
1656
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1657 $(BLD)/w32xfns.$(O) : \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1658 $(SRC)/w32xfns.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1659 $(CONFIG_H) \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1660 $(EMACS_ROOT)/nt/inc/sys/time.h \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1661 $(SRC)/lisp.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1662 $(SRC)/atimer.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1663 $(SRC)/blockinput.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1664 $(SRC)/charset.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1665 $(SRC)/coding.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1666 $(SRC)/composite.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1667 $(SRC)/dispextern.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1668 $(SRC)/fontset.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1669 $(SRC)/frame.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1670 $(SRC)/keyboard.h \
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1671 $(SRC)/systime.h \
32719
e6e8694bf692 Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents: 31631
diff changeset
1672 $(SRC)/w32gui.h \
47221
7d94a327e7f9 All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents: 47083
diff changeset
1673 $(SRC)/w32term.h
74803
a7c1903d8dca (emacs, temacs): Depend on stamp_BLD instead of $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents: 73092
diff changeset
1674
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1675 $(BLD)/w32font.$(O) : \
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1676 $(SRC)/w32font.c \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1677 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1678 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1679 $(SRC)/ccl.h \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1680 $(SRC)/character.h \
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1681 $(SRC)/charset.h \
102475
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1682 $(SRC)/coding.h \
12f6840bd246 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100951
diff changeset
1683 $(SRC)/composite.h \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1684 $(SRC)/dispextern.h \
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1685 $(SRC)/font.h \
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1686 $(SRC)/fontset.h \
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1687 $(SRC)/frame.h \
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1688 $(SRC)/w32font.h \
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1689 $(SRC)/w32gui.h \
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1690 $(SRC)/w32term.h
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1691
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1692 $(BLD)/w32uniscribe.$(O) : \
93600
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1693 $(SRC)/w32uniscribe.c \
24c940ccd28e (CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents: 92473
diff changeset
1694 $(CONFIG_H) \
105962
22526dfaa51c * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
Juanma Barranquero <lekktu@gmail.com>
parents: 104677
diff changeset
1695 $(SRC)/lisp.h \
100105
6a89ada37b53 * makefile.w32-in: Update dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents: 100069
diff changeset
1696 $(SRC)/ccl.h \
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1697 $(SRC)/character.h \
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1698 $(SRC)/charset.h \
97846
f99c11da6d3f ($(BLD)/w32uniscribe.$(O)): Depend on composite.h
Eli Zaretskii <eliz@gnu.org>
parents: 96348
diff changeset
1699 $(SRC)/composite.h \
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1700 $(SRC)/dispextern.h \
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1701 $(SRC)/font.h \
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1702 $(SRC)/fontset.h \
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1703 $(SRC)/frame.h \
91207
c814dfe04708 (w32font.o): Depend on w32font.h.
Jason Rumney <jasonr@gnu.org>
parents: 91085
diff changeset
1704 $(SRC)/w32font.h \
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1705 $(SRC)/w32gui.h \
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1706 $(SRC)/w32term.h
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1707
74803
a7c1903d8dca (emacs, temacs): Depend on stamp_BLD instead of $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents: 73092
diff changeset
1708 # Each object file depends on stamp_BLD, because in parallel builds we must
a7c1903d8dca (emacs, temacs): Depend on stamp_BLD instead of $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents: 73092
diff changeset
1709 # make sure $(BLD) exists before starting compilations.
a7c1903d8dca (emacs, temacs): Depend on stamp_BLD instead of $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents: 73092
diff changeset
1710 #
90870
367fdf7d1738 (font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents: 90751
diff changeset
1711 $(OBJ0) $(OBJ1) $(WIN32OBJ) $(FONTOBJ) $(BLD)/lastfile.$(O) $(BLD)/firstfile.$(O): stamp_BLD