Mercurial > emacs
annotate src/makefile.w32-in @ 98688:19eaf7a7f803
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 13 Oct 2008 11:24:22 +0000 |
parents | f99c11da6d3f |
children | e6fc046bc457 |
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, |
a46a8a839596
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94919
diff
changeset
|
3 # 2008 Free Software Foundation, Inc. |
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 | 25 # Set EMACSLOADPATH correctly (in case already defined in environment). |
26 EMACSLOADPATH=$(CURDIR)/../lisp | |
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 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
34 EMACS = $(BLD)/emacs.exe |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
35 TEMACS = $(BLD)/temacs.exe |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
36 TEMACS_TMP = $(BLD)/temacs.bin |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
37 TLIB0 = $(BLD)/temacs0.$(A) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
38 TLIB1 = $(BLD)/temacs1.$(A) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
39 TLIBW32 = $(BLD)/temacw32.$(A) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
40 TOBJ = $(BLD)/firstfile.$(O) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
41 TRES = $(BLD)/emacs.res |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
42 TLASTLIB = $(BLD)/lastfile.$(A) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
43 |
63013
72fa85f045b3
(DOC): Define to point to the generated DOC-X.
Eli Zaretskii <eliz@gnu.org>
parents:
58068
diff
changeset
|
44 DOC = $(OBJDIR)/etc/DOC-X |
72fa85f045b3
(DOC): Define to point to the generated DOC-X.
Eli Zaretskii <eliz@gnu.org>
parents:
58068
diff
changeset
|
45 |
91400 | 46 FULL_LINK_FLAGS = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK) |
47 | |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
48 # |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
49 # 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
|
50 # 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
|
51 # |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
52 # 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
|
53 # as the "main" object file when linking. |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
54 # |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
55 OBJ0 = $(BLD)/emacs.$(O) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
56 |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
57 OBJ1 = $(BLD)/alloc.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
58 $(BLD)/atimer.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
59 $(BLD)/buffer.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
60 $(BLD)/bytecode.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
61 $(BLD)/callint.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
62 $(BLD)/callproc.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
63 $(BLD)/casefiddle.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
64 $(BLD)/cm.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
65 $(BLD)/cmds.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
66 $(BLD)/data.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
67 $(BLD)/dired.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
68 $(BLD)/dispnew.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
69 $(BLD)/doc.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
70 $(BLD)/doprnt.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
71 $(BLD)/editfns.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
72 $(BLD)/eval.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
73 $(BLD)/fileio.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
74 $(BLD)/filelock.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
75 $(BLD)/filemode.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
76 $(BLD)/fns.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
77 $(BLD)/indent.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
78 $(BLD)/insdel.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
79 $(BLD)/keyboard.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
80 $(BLD)/keymap.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
81 $(BLD)/lread.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
82 $(BLD)/macros.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
83 $(BLD)/marker.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
84 $(BLD)/md5.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
85 $(BLD)/minibuf.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
86 $(BLD)/w32.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
87 $(BLD)/w32heap.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
88 $(BLD)/w32inevt.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
89 $(BLD)/w32proc.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
90 $(BLD)/w32console.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
91 $(BLD)/print.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
92 $(BLD)/process.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
93 $(BLD)/regex.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
94 $(BLD)/scroll.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
95 $(BLD)/search.$(O) \ |
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
|
96 $(BLD)/sound.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
97 $(BLD)/syntax.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
98 $(BLD)/sysdep.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
99 $(BLD)/term.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
100 $(BLD)/termcap.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
101 $(BLD)/tparam.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
102 $(BLD)/undo.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
103 $(BLD)/unexw32.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
104 $(BLD)/window.$(O) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
105 $(BLD)/xdisp.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
106 $(BLD)/casetab.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
107 $(BLD)/floatfns.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
108 $(BLD)/frame.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
109 $(BLD)/gmalloc.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
110 $(BLD)/intervals.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
111 $(BLD)/composite.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
112 $(BLD)/ralloc.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
113 $(BLD)/textprop.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
114 $(BLD)/vm-limit.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
115 $(BLD)/region-cache.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
116 $(BLD)/strftime.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
117 $(BLD)/charset.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
118 $(BLD)/character.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
119 $(BLD)/chartab.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
120 $(BLD)/coding.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
121 $(BLD)/category.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
122 $(BLD)/ccl.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
123 $(BLD)/font.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
124 $(BLD)/fontset.$(O) \ |
54337 | 125 $(BLD)/fringe.$(O) \ |
83585 | 126 $(BLD)/image.$(O) \ |
95709
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
127 $(BLD)/terminal.$(O) \ |
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
128 $(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
|
129 |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
130 WIN32OBJ = $(BLD)/w32term.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
131 $(BLD)/w32xfns.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
132 $(BLD)/w32fns.$(O) \ |
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
133 $(BLD)/xfaces.$(O) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
134 $(BLD)/w32select.$(O) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
135 $(BLD)/w32menu.$(O) \ |
94919
0d257abdf3ca
(WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
Kenichi Handa <handa@m17n.org>
parents:
93925
diff
changeset
|
136 $(BLD)/w32reg.$(O) |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
137 |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
138 FONTOBJ = $(BLD)/w32font.$(O) $(BLD)/w32uniscribe.$(O) |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
139 |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
140 LIBS = $(TLIB0) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
141 $(TLIB1) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
142 $(TLIBW32) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
143 $(TLASTLIB) \ |
78105 | 144 $(WINMM) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
145 $(ADVAPI32) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
146 $(GDI32) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
147 $(COMDLG32) \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
148 $(USER32) \ |
91492
c0d7ff5a2da8
(OBJ1): Include font.o here.
Jason Rumney <jasonr@gnu.org>
parents:
91479
diff
changeset
|
149 $(MPR) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
150 $(SHELL32) \ |
53739
5456cd83c404
* makefile.w32-in, w32fns.c: Add `default-printer-name' function.
Jason Rumney <jasonr@gnu.org>
parents:
52738
diff
changeset
|
151 $(WINSPOOL) \ |
78105 | 152 $(OLE32) \ |
78906 | 153 $(COMCTL32) \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
154 $(UNISCRIBE) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
155 $(libc) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
156 |
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 # Build the executable and dump it. |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
159 # |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
160 all: $(ALL) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
161 |
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 # The dumped executable |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
164 # |
74803
a7c1903d8dca
(emacs, temacs): Depend on stamp_BLD instead of $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents:
73092
diff
changeset
|
165 emacs: stamp_BLD $(EMACS) |
91479
88108166991a
Revert most of last two changes.
Jason Rumney <jasonr@gnu.org>
parents:
91404
diff
changeset
|
166 $(EMACS): $(DOC) $(TEMACS) |
35901
5bb8875b8b7d
($(EMACS)): Use $(THISDIR) instead of . in
Andrew Innes <andrewi@gnu.org>
parents:
35373
diff
changeset
|
167 "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup dump |
42032 | 168 -"$(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
|
169 |
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 # The undumped executable |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
172 # 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
|
173 # 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
|
174 # (it is the preload heap size in MB). |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
175 # |
74803
a7c1903d8dca
(emacs, temacs): Depend on stamp_BLD instead of $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents:
73092
diff
changeset
|
176 temacs: stamp_BLD $(TEMACS) |
63285
3d06c623f4d4
($(TEMACS)): Depend on addsection.exe.
Eli Zaretskii <eliz@gnu.org>
parents:
63089
diff
changeset
|
177 $(TEMACS): $(TLIB0) $(TLIB1) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES) \ |
3d06c623f4d4
($(TEMACS)): Depend on addsection.exe.
Eli Zaretskii <eliz@gnu.org>
parents:
63089
diff
changeset
|
178 ../nt/$(BLD)/addsection.exe |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
179 $(LINK) $(LINK_OUT)$(TEMACS_TMP) $(FULL_LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS) |
91400 | 180 "../nt/$(BLD)/addsection" "$(TEMACS_TMP)" "$(TEMACS)" EMHEAP 21 |
58068
df00cdb75fc6
* doc.c: New variable Vbuild_files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
56026
diff
changeset
|
181 echo $(OBJ0) > $(BLD)/buildobj.lst |
df00cdb75fc6
* doc.c: New variable Vbuild_files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
56026
diff
changeset
|
182 echo $(OBJ1) >> $(BLD)/buildobj.lst |
df00cdb75fc6
* doc.c: New variable Vbuild_files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
56026
diff
changeset
|
183 echo $(WIN32OBJ) >> $(BLD)/buildobj.lst |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
184 echo $(FONTOBJ) >> $(BLD)/buildobj.lst |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
185 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
186 bootstrap: bootstrap-emacs |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
187 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
188 # |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
189 # 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
|
190 # Lisp files from loadup.el in source form. |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
191 # |
67639
1c4d4aaad46d
(bootstrap-temacs): Warn that parts of commands enclosed in $(ARGQUOTE)s
Eli Zaretskii <eliz@gnu.org>
parents:
64770
diff
changeset
|
192 # 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
|
193 # 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
|
194 bootstrap-temacs: |
74803
a7c1903d8dca
(emacs, temacs): Depend on stamp_BLD instead of $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents:
73092
diff
changeset
|
195 $(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
|
196 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
197 # |
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
|
198 # 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
|
199 # files from loadup.el in source form. |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
200 # |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
201 bootstrap-emacs: bootstrap-temacs |
35901
5bb8875b8b7d
($(EMACS)): Use $(THISDIR) instead of . in
Andrew Innes <andrewi@gnu.org>
parents:
35373
diff
changeset
|
202 "$(THISDIR)/$(BLD)/temacs.exe" -batch -l loadup bootstrap |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
203 - mkdir "../bin" |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
204 $(CP) $(EMACS) ../bin |
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 # |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
207 # Force recompile of files that depend on PURESIZE |
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 bootstrap-clean: |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
210 - $(DEL) $(BLD)/alloc.$(O) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
211 - $(DEL) $(BLD)/data.$(O) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
212 - $(DEL) $(BLD)/intervals.$(O) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
213 - $(DEL) $(BLD)/keyboard.$(O) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
214 - $(DEL) $(BLD)/keymap.$(O) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
215 |
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 # 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
|
218 # 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
|
219 # |
75710
0de586e9024e
($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents:
75348
diff
changeset
|
220 $(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
|
221 $(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
|
222 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
223 # |
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
|
224 # 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
|
225 # run out of command line space. |
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 $(TLIB0): $(OBJ0) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
228 - $(DEL) $@ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
229 $(AR) $(AR_OUT)$@ $(ALL_DEPS) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
230 $(TLIB1): $(OBJ1) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
231 - $(DEL) $@ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
232 $(AR) $(AR_OUT)$@ $(ALL_DEPS) |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
233 $(TLIBW32): $(WIN32OBJ) $(FONTOBJ) |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
234 - $(DEL) $@ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
235 $(AR) $(AR_OUT)$@ $(ALL_DEPS) |
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 # |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
238 # 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
|
239 # 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
|
240 # 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
|
241 # |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
242 $(TLASTLIB): $(BLD)/lastfile.$(O) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
243 - $(DEL) $@ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
244 $(AR) $(AR_OUT)$@ $(ALL_DEPS) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
245 |
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 # 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
|
248 # |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
249 install: $(ALL) |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
250 - mkdir "$(INSTALL_DIR)/bin" |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
251 $(CP) $(EMACS) $(INSTALL_DIR)/bin |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
252 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
253 # |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
254 # 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
|
255 # |
78174 | 256 # We used to delete *~, s/*~, m/*~ here, but that might inadvertently |
257 # 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
|
258 clean: |
78174 | 259 - $(DEL) "s/*.h~" "m/*.h~" |
35106
e96acf4ae36e
(clean): Delete $(COMPILER_TEMP_FILES) instead
Andrew Innes <andrewi@gnu.org>
parents:
34234
diff
changeset
|
260 - $(DEL) $(COMPILER_TEMP_FILES) |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
261 - $(DEL_TREE) $(OBJDIR) |
74814 | 262 - $(DEL) stamp_BLD |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
263 |
93925
ecf65095f041
(distclean): Delete makefile too.
Jason Rumney <jasonr@gnu.org>
parents:
93600
diff
changeset
|
264 distclean: cleanall |
ecf65095f041
(distclean): Delete makefile too.
Jason Rumney <jasonr@gnu.org>
parents:
93600
diff
changeset
|
265 - $(DEL) config.h epaths.h Makefile |
ecf65095f041
(distclean): Delete makefile too.
Jason Rumney <jasonr@gnu.org>
parents:
93600
diff
changeset
|
266 |
ecf65095f041
(distclean): Delete makefile too.
Jason Rumney <jasonr@gnu.org>
parents:
93600
diff
changeset
|
267 maintainer-clean: distclean |
ecf65095f041
(distclean): Delete makefile too.
Jason Rumney <jasonr@gnu.org>
parents:
93600
diff
changeset
|
268 - $(DEL) TAGS |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
269 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
270 cleanall: clean |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
271 - $(DEL_TREE) obj |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
272 - $(DEL_TREE) obj-spd |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
273 - $(DEL_TREE) oo |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
274 - $(DEL_TREE) oo-spd |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
275 |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
276 ### DEPENDENCIES ### |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
277 |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
278 EMACS_ROOT = .. |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
279 SRC = . |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
280 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
|
281 $(EMACS_ROOT)/src/m/intel386.h \ |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
282 $(EMACS_ROOT)/src/config.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
283 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
284 $(BLD)/abbrev.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
285 $(SRC)/abbrev.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
286 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
287 $(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
|
288 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
289 $(SRC)/charset.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
290 $(SRC)/commands.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
291 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
292 $(SRC)/syntax.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
293 $(SRC)/w32gui.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
294 $(SRC)/window.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
295 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
296 $(BLD)/alloc.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
297 $(SRC)/alloc.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
298 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
299 $(SRC)/blockinput.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
300 $(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
|
301 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
302 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
303 $(SRC)/composite.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
304 $(SRC)/dispextern.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
305 $(SRC)/frame.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
306 $(SRC)/intervals.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
307 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
308 $(SRC)/process.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
309 $(SRC)/puresize.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
310 $(SRC)/syssignal.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
311 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
312 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
313 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
314 $(BLD)/atimer.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
315 $(SRC)/atimer.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
316 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
317 $(SRC)/atimer.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
318 $(SRC)/blockinput.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
319 $(SRC)/syssignal.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
320 $(SRC)/systime.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
321 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
322 $(BLD)/buffer.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
323 $(SRC)/buffer.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
324 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
325 $(EMACS_ROOT)/nt/inc/sys/param.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
326 $(SRC)/blockinput.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
327 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
328 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
329 $(SRC)/commands.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
330 $(SRC)/composite.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
331 $(SRC)/dispextern.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
332 $(SRC)/frame.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
333 $(SRC)/indent.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
334 $(SRC)/intervals.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
335 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
336 $(SRC)/keymap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
337 $(SRC)/region-cache.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
338 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
339 $(SRC)/window.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)/bytecode.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
342 $(SRC)/bytecode.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
343 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
344 $(SRC)/buffer.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
345 $(SRC)/charset.h \ |
52738
4eb32aa57372
(emacs.o, coding.o, bytecode.o): Sync dependancies with Makefile.in.
Jason Rumney <jasonr@gnu.org>
parents:
52401
diff
changeset
|
346 $(SRC)/syntax.h \ |
4eb32aa57372
(emacs.o, coding.o, bytecode.o): Sync dependancies with Makefile.in.
Jason Rumney <jasonr@gnu.org>
parents:
52401
diff
changeset
|
347 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
348 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
349 $(BLD)/callint.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
350 $(SRC)/callint.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
351 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
352 $(SRC)/buffer.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
353 $(SRC)/commands.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
354 $(SRC)/dispextern.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
355 $(SRC)/keyboard.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
356 $(SRC)/keymap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
357 $(SRC)/w32gui.h \ |
42279 | 358 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
359 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
360 $(BLD)/callproc.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
361 $(SRC)/callproc.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
362 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
363 $(EMACS_ROOT)/nt/inc/sys/param.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
364 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
365 $(EMACS_ROOT)/nt/inc/sys/file.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
366 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
367 $(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
|
368 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
369 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
370 $(SRC)/coding.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
371 $(SRC)/commands.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
372 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
373 $(SRC)/epaths.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
374 $(SRC)/process.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
375 $(SRC)/syssignal.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
376 $(SRC)/systty.h \ |
83596
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
377 $(SRC)/frame.h \ |
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
378 $(SRC)/termhooks.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
379 $(SRC)/w32.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
380 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
381 $(BLD)/casefiddle.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
382 $(SRC)/casefiddle.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
383 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
384 $(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
|
385 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
386 $(SRC)/charset.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
387 $(SRC)/commands.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
388 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
389 $(SRC)/keymap.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
390 $(SRC)/syntax.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
391 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
392 $(BLD)/casetab.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
393 $(SRC)/casetab.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
394 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
395 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
396 $(SRC)/charset.h |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
397 |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
398 $(BLD)/category.$(O) : \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
399 $(SRC)/category.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
400 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
401 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
402 $(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
|
403 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
404 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
405 $(SRC)/keymap.h |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
406 |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
407 $(BLD)/ccl.$(O) : \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
408 $(SRC)/ccl.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
409 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
410 $(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
|
411 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
412 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
413 $(SRC)/coding.h |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
414 |
89970
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
415 $(BLD)/character.$(O) : \ |
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
416 $(SRC)/character.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
417 $(CONFIG_H) \ |
89970
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
418 $(SRC)/buffer.h \ |
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
419 $(SRC)/character.h \ |
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
420 $(SRC)/charset.h \ |
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
421 $(SRC)/coding.h \ |
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
422 $(SRC)/composite.h \ |
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
423 $(SRC)/disptab.h |
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
424 |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
425 $(BLD)/charset.$(O) : \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
426 $(SRC)/charset.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
427 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
428 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
429 $(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
|
430 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
431 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
432 $(SRC)/coding.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
433 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
434 $(SRC)/disptab.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
435 |
89970
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
436 $(BLD)/chartab.$(O) : \ |
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
437 $(SRC)/chartab.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
438 $(CONFIG_H) \ |
89970
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
439 $(SRC)/charset.h \ |
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
440 $(SRC)/character.h |
a849e5779b8c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-35
Miles Bader <miles@gnu.org>
parents:
89943
diff
changeset
|
441 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
442 $(BLD)/cm.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
443 $(SRC)/cm.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
444 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
445 $(SRC)/cm.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
446 $(SRC)/termhooks.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
447 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
448 $(BLD)/cmds.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
449 $(SRC)/cmds.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
450 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
451 $(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
|
452 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
453 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
454 $(SRC)/commands.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
455 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
456 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
457 $(SRC)/keymap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
458 $(SRC)/syntax.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
459 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
460 $(SRC)/window.h |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
461 |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
462 $(BLD)/coding.$(O) : \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
463 $(SRC)/coding.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
464 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
465 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
466 $(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
|
467 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
468 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
469 $(SRC)/coding.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
470 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
471 $(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
|
472 $(SRC)/intervals.h \ |
83596
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
473 $(SRC)/frame.h \ |
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
474 $(SRC)/termhooks.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
475 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
476 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
477 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
478 $(BLD)/composite.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
479 $(SRC)/composite.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
480 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
481 $(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
|
482 $(SRC)/character.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
483 $(SRC)/charset.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
484 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
485 $(SRC)/dispextern.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
486 $(SRC)/intervals.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
487 $(SRC)/w32gui.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
488 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
489 $(BLD)/data.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
490 $(SRC)/data.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
491 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
492 $(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
|
493 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
494 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
495 $(SRC)/frame.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
496 $(SRC)/keyboard.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
497 $(SRC)/puresize.h \ |
83596
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
498 $(SRC)/syssignal.h \ |
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
499 $(SRC)/termhooks.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
500 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
501 $(BLD)/dired.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
502 $(SRC)/dired.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
503 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
504 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
505 $(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
|
506 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
507 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
508 $(SRC)/coding.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
509 $(SRC)/commands.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
510 $(SRC)/ndir.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
511 $(SRC)/regex.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
512 $(SRC)/systime.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
513 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
514 $(BLD)/dispnew.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
515 $(SRC)/dispnew.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
516 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
517 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
518 $(EMACS_ROOT)/nt/inc/sys/file.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
519 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
520 $(SRC)/blockinput.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
521 $(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
|
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)/cm.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
525 $(SRC)/commands.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
526 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
527 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
528 $(SRC)/disptab.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
529 $(SRC)/frame.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
530 $(SRC)/indent.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
531 $(SRC)/intervals.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
532 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
533 $(SRC)/process.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
534 $(SRC)/syssignal.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
535 $(SRC)/systime.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
536 $(SRC)/termchar.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
537 $(SRC)/termhooks.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
538 $(SRC)/termopts.h \ |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
539 $(SRC)/w32gui.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
540 $(SRC)/w32term.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
541 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
542 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
543 $(BLD)/doc.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
544 $(SRC)/doc.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
545 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
546 $(EMACS_ROOT)/nt/inc/sys/file.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
547 $(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
|
548 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
549 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
550 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
551 $(SRC)/keymap.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
552 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
553 $(BLD)/doprnt.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
554 $(SRC)/doprnt.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
555 $(CONFIG_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 \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
557 $(SRC)/charset.c |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
558 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
559 $(BLD)/editfns.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
560 $(SRC)/editfns.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
561 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
562 $(EMACS_ROOT)/nt/inc/pwd.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
563 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
564 $(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
|
565 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
566 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
567 $(SRC)/coding.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
568 $(SRC)/composite.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
569 $(SRC)/dispextern.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
570 $(SRC)/frame.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
571 $(SRC)/intervals.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
572 $(SRC)/systime.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
573 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
574 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
575 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
576 $(BLD)/emacs.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
577 $(SRC)/emacs.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
578 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
579 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
580 $(EMACS_ROOT)/nt/inc/sys/file.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
581 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
582 $(SRC)/blockinput.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
583 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
584 $(SRC)/commands.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
585 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
586 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
587 $(SRC)/intervals.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
588 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
589 $(SRC)/keymap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
590 $(SRC)/process.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
591 $(SRC)/syssignal.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
592 $(SRC)/systime.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
593 $(SRC)/systty.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
594 $(SRC)/termhooks.h \ |
52738
4eb32aa57372
(emacs.o, coding.o, bytecode.o): Sync dependancies with Makefile.in.
Jason Rumney <jasonr@gnu.org>
parents:
52401
diff
changeset
|
595 $(SRC)/w32gui.h \ |
63089
870c905ecf55
($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h.
Eli Zaretskii <eliz@gnu.org>
parents:
63013
diff
changeset
|
596 $(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
|
597 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
598 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
599 $(BLD)/eval.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
600 $(SRC)/eval.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
601 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
602 $(SRC)/atimer.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
603 $(SRC)/blockinput.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
604 $(SRC)/commands.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
605 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
606 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
607 $(SRC)/systime.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
608 $(SRC)/w32gui.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
609 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
610 $(BLD)/fileio.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
611 $(SRC)/fileio.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
612 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
613 $(EMACS_ROOT)/nt/inc/pwd.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
614 $(EMACS_ROOT)/nt/inc/sys/param.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
615 $(EMACS_ROOT)/nt/inc/sys/file.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
616 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
617 $(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
|
618 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
619 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
620 $(SRC)/coding.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
621 $(SRC)/commands.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
622 $(SRC)/composite.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
623 $(SRC)/dispextern.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
624 $(SRC)/intervals.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
625 $(SRC)/systime.h \ |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
626 $(SRC)/w32gui.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
627 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
628 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
629 $(BLD)/filelock.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
630 $(SRC)/filelock.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
631 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
632 $(EMACS_ROOT)/nt/inc/pwd.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
633 $(EMACS_ROOT)/nt/inc/sys/file.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
634 $(EMACS_ROOT)/src/epaths.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
635 $(SRC)/buffer.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
636 $(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
|
637 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
638 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
639 $(SRC)/coding.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
640 $(SRC)/systime.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
641 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
642 $(BLD)/filemode.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
643 $(SRC)/filemode.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
644 $(CONFIG_H) |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
645 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
646 $(BLD)/firstfile.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
647 $(SRC)/firstfile.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
648 $(CONFIG_H) |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
649 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
650 $(BLD)/floatfns.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
651 $(SRC)/floatfns.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
652 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
653 $(SRC)/syssignal.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
654 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
655 $(BLD)/fns.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
656 $(SRC)/fns.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
657 $(CONFIG_H) \ |
73092
e9354aa84a58
($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
Eli Zaretskii <eliz@gnu.org>
parents:
68651
diff
changeset
|
658 $(EMACS_ROOT)/nt/inc/langinfo.h \ |
e9354aa84a58
($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
Eli Zaretskii <eliz@gnu.org>
parents:
68651
diff
changeset
|
659 $(EMACS_ROOT)/nt/inc/nl_types.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
660 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
661 $(SRC)/blockinput.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
662 $(SRC)/buffer.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
663 $(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
|
664 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
665 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
666 $(SRC)/coding.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
667 $(SRC)/commands.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
668 $(SRC)/composite.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
669 $(SRC)/dispextern.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
670 $(SRC)/frame.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
671 $(SRC)/intervals.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
672 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
673 $(SRC)/keymap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
674 $(SRC)/md5.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
675 $(SRC)/systime.h \ |
83596
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
676 $(SRC)/termhooks.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
677 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
678 $(SRC)/window.h |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
679 |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
680 $(BLD)/font.$(O) : \ |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
681 $(SRC)/font.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
682 $(CONFIG_H) \ |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
683 $(SRC)/dispextern.h \ |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
684 $(SRC)/frame.h \ |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
685 $(SRC)/window.h \ |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
686 $(SRC)/ccl.h \ |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
687 $(SRC)/character.h \ |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
688 $(SRC)/charset.h \ |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
689 $(SRC)/font.h |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
690 |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
691 $(BLD)/fontset.$(O) : \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
692 $(SRC)/fontset.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
693 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
694 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
695 $(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
|
696 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
697 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
698 $(SRC)/dispextern.h \ |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
699 $(SRC)/font.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
700 $(SRC)/fontset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
701 $(SRC)/frame.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
702 $(SRC)/keyboard.h \ |
83596
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
703 $(SRC)/termhooks.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
704 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
705 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
706 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
707 $(BLD)/frame.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
708 $(SRC)/frame.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
709 $(CONFIG_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
|
710 $(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
|
711 $(SRC)/blockinput.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
712 $(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
|
713 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
714 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
715 $(SRC)/commands.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
716 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
717 $(SRC)/fontset.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
718 $(SRC)/frame.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
719 $(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
|
720 $(SRC)/systime.h \ |
83596
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
721 $(SRC)/termchar.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
722 $(SRC)/termhooks.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
723 $(SRC)/w32gui.h \ |
47083
3e7cd96fd081
Add missing dependencies on w32term.h and composite.h.
Juanma Barranquero <lekktu@gmail.com>
parents:
44043
diff
changeset
|
724 $(SRC)/w32term.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 |
54221
9f8357357fc8
($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents:
53908
diff
changeset
|
727 $(BLD)/fringe.$(O) : \ |
9f8357357fc8
($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents:
53908
diff
changeset
|
728 $(SRC)/fringe.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
729 $(CONFIG_H) \ |
54221
9f8357357fc8
($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents:
53908
diff
changeset
|
730 $(SRC)/atimer.h \ |
9f8357357fc8
($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents:
53908
diff
changeset
|
731 $(SRC)/blockinput.h \ |
9f8357357fc8
($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents:
53908
diff
changeset
|
732 $(SRC)/buffer.h \ |
9f8357357fc8
($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents:
53908
diff
changeset
|
733 $(SRC)/dispextern.h \ |
9f8357357fc8
($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents:
53908
diff
changeset
|
734 $(SRC)/frame.h \ |
9f8357357fc8
($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents:
53908
diff
changeset
|
735 $(SRC)/systime.h \ |
9f8357357fc8
($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents:
53908
diff
changeset
|
736 $(SRC)/w32gui.h \ |
9f8357357fc8
($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents:
53908
diff
changeset
|
737 $(SRC)/window.h |
9f8357357fc8
($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero <lekktu@gmail.com>
parents:
53908
diff
changeset
|
738 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
739 $(BLD)/gmalloc.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
740 $(SRC)/gmalloc.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
741 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
742 $(EMACS_ROOT)/nt/inc/sys/param.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
743 $(SRC)/getpagesize.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
744 |
54337 | 745 $(BLD)/image.$(O): \ |
746 $(SRC)/image.c \ | |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
747 $(CONFIG_H) \ |
54337 | 748 $(SRC)/atimer.h \ |
749 $(SRC)/blockinput.h \ | |
750 $(SRC)/dispextern.h \ | |
751 $(SRC)/epaths.h \ | |
752 $(SRC)/frame.h \ | |
753 $(SRC)/systime.h \ | |
754 $(SRC)/termhooks.h \ | |
755 $(SRC)/w32gui.h \ | |
756 $(SRC)/w32heap.h \ | |
757 $(SRC)/w32term.h \ | |
758 $(SRC)/window.h | |
759 | |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
760 $(BLD)/indent.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
761 $(SRC)/indent.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
762 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
763 $(SRC)/buffer.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
764 $(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
|
765 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
766 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
767 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
768 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
769 $(SRC)/disptab.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
770 $(SRC)/frame.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
771 $(SRC)/indent.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
772 $(SRC)/intervals.h \ |
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)/region-cache.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
775 $(SRC)/termchar.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
776 $(SRC)/termopts.h \ |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
777 $(SRC)/w32gui.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
778 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
779 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
780 $(BLD)/insdel.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
781 $(SRC)/insdel.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
782 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
783 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
784 $(SRC)/blockinput.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
785 $(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
|
786 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
787 $(SRC)/charset.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
788 $(SRC)/composite.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
789 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
790 $(SRC)/intervals.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
791 $(SRC)/region-cache.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
792 $(SRC)/systime.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
793 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
794 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
795 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
796 $(BLD)/intervals.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
797 $(SRC)/intervals.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
798 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
799 $(SRC)/buffer.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
800 $(SRC)/composite.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
801 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
802 $(SRC)/intervals.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
803 $(SRC)/keyboard.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
804 $(SRC)/keymap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
805 $(SRC)/puresize.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
806 $(SRC)/w32gui.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
807 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
808 $(BLD)/keyboard.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
809 $(SRC)/keyboard.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
810 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
811 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
812 $(EMACS_ROOT)/nt/inc/sys/file.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
813 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
814 $(SRC)/blockinput.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
815 $(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
|
816 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
817 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
818 $(SRC)/commands.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
819 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
820 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
821 $(SRC)/disptab.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
822 $(SRC)/frame.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
823 $(SRC)/intervals.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
824 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
825 $(SRC)/keymap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
826 $(SRC)/macros.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
827 $(SRC)/puresize.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
828 $(SRC)/syntax.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
829 $(SRC)/syssignal.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
830 $(SRC)/systime.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
831 $(SRC)/systty.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
832 $(SRC)/termchar.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
833 $(SRC)/termhooks.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
834 $(SRC)/termopts.h \ |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
835 $(SRC)/w32gui.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
836 $(SRC)/w32term.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
837 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
838 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
839 $(BLD)/keymap.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
840 $(SRC)/keymap.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
841 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
842 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
843 $(SRC)/blockinput.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
844 $(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
|
845 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
846 $(SRC)/charset.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
847 $(SRC)/commands.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
848 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
849 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
850 $(SRC)/intervals.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
851 $(SRC)/keyboard.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
852 $(SRC)/keymap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
853 $(SRC)/puresize.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
854 $(SRC)/systime.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
855 $(SRC)/termhooks.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
856 $(SRC)/w32gui.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
857 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
858 $(BLD)/lastfile.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
859 $(SRC)/lastfile.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
860 $(CONFIG_H) |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
861 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
862 $(BLD)/lread.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
863 $(SRC)/lread.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
864 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
865 $(EMACS_ROOT)/nt/inc/sys/file.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
866 $(EMACS_ROOT)/src/epaths.h \ |
83596
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
867 $(SRC)/blockinput.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
868 $(SRC)/buffer.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
869 $(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
|
870 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
871 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
872 $(SRC)/coding.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
873 $(SRC)/commands.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
874 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
875 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
876 $(SRC)/intervals.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
877 $(SRC)/keyboard.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
878 $(SRC)/termhooks.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
879 $(SRC)/w32gui.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
880 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
881 $(BLD)/macros.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
882 $(SRC)/macros.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
883 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
884 $(SRC)/buffer.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
885 $(SRC)/commands.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
886 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
887 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
888 $(SRC)/macros.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
889 $(SRC)/w32gui.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
890 $(SRC)/window.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
891 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
892 $(BLD)/marker.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
893 $(SRC)/marker.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
894 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
895 $(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
|
896 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
897 $(SRC)/charset.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
898 |
34234 | 899 $(BLD)/md5.$(O) : \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
900 $(SRC)/md5.c \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
901 $(SRC)/md5.h |
34234 | 902 |
95709
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
903 $(BLD)/menu.$(O) : \ |
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
904 $(SRC)/menu.c \ |
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
905 $(CONFIG_H) \ |
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
906 $(SRC)/keyboard.h \ |
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
907 $(SRC)/keymap.h \ |
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
908 $(SRC)/frame.h \ |
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
909 $(SRC)/termhooks.h \ |
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
910 $(SRC)/blockinput.h \ |
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
911 $(SRC)/dispextern.h \ |
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
912 $(SRC)/w32gui.h \ |
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
913 $(SRC)/w32term.h |
2d395f0b0295
($(SRC)/menu.o): New target.
Jason Rumney <jasonr@gnu.org>
parents:
94995
diff
changeset
|
914 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
915 $(BLD)/minibuf.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
916 $(SRC)/minibuf.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
917 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
918 $(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
|
919 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
920 $(SRC)/charset.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
921 $(SRC)/commands.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
922 $(SRC)/composite.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
923 $(SRC)/dispextern.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
924 $(SRC)/frame.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
925 $(SRC)/intervals.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
926 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
927 $(SRC)/keymap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
928 $(SRC)/syntax.h \ |
83596
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
929 $(SRC)/termhooks.h \ |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
930 $(SRC)/w32gui.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
931 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
932 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
933 $(BLD)/w32.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
934 $(SRC)/w32.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
935 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
936 $(EMACS_ROOT)/nt/inc/pwd.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
937 $(SRC)/ndir.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
938 $(SRC)/systime.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
939 $(SRC)/w32.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
940 $(SRC)/w32heap.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
941 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
942 $(BLD)/w32heap.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
943 $(SRC)/w32heap.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
944 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
945 $(SRC)/w32heap.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
946 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
947 $(BLD)/w32inevt.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
948 $(SRC)/w32inevt.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
949 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
950 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
951 $(SRC)/blockinput.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
952 $(SRC)/frame.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
953 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
954 $(SRC)/systime.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
955 $(SRC)/termhooks.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
956 $(SRC)/w32gui.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
957 $(SRC)/w32heap.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
958 $(SRC)/w32term.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
959 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
960 $(BLD)/w32proc.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
961 $(SRC)/w32proc.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
962 $(CONFIG_H) \ |
73092
e9354aa84a58
($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
Eli Zaretskii <eliz@gnu.org>
parents:
68651
diff
changeset
|
963 $(EMACS_ROOT)/nt/inc/langinfo.h \ |
e9354aa84a58
($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
Eli Zaretskii <eliz@gnu.org>
parents:
68651
diff
changeset
|
964 $(EMACS_ROOT)/nt/inc/nl_types.h \ |
90931
80c324095d1a
(w32proc.o): Depend on character.h
Jason Rumney <jasonr@gnu.org>
parents:
90870
diff
changeset
|
965 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
966 $(SRC)/process.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
967 $(SRC)/syssignal.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
968 $(SRC)/systime.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
969 $(SRC)/syswait.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
970 $(SRC)/w32.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
971 $(SRC)/w32gui.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
972 $(SRC)/w32heap.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
973 $(SRC)/w32term.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
974 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
975 $(BLD)/w32console.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
976 $(SRC)/w32console.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
977 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
978 $(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
|
979 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
980 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
981 $(SRC)/coding.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
982 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
983 $(SRC)/disptab.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
984 $(SRC)/frame.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
985 $(SRC)/termhooks.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
986 $(SRC)/w32gui.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
987 $(SRC)/w32inevt.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
988 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
989 $(BLD)/print.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
990 $(SRC)/print.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
991 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
992 $(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
|
993 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
994 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
995 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
996 $(SRC)/dispextern.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
997 $(SRC)/frame.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
998 $(SRC)/intervals.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
999 $(SRC)/keyboard.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1000 $(SRC)/process.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1001 $(SRC)/termchar.h \ |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1002 $(SRC)/w32gui.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1003 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1004 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1005 $(BLD)/process.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1006 $(SRC)/process.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1007 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1008 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1009 $(EMACS_ROOT)/nt/inc/sys/file.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1010 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1011 $(SRC)/blockinput.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1012 $(SRC)/buffer.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1013 $(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
|
1014 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1015 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1016 $(SRC)/coding.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1017 $(SRC)/commands.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1018 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1019 $(SRC)/dispextern.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1020 $(SRC)/frame.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1021 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1022 $(SRC)/process.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1023 $(SRC)/sysselect.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1024 $(SRC)/syssignal.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1025 $(SRC)/systime.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1026 $(SRC)/systty.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1027 $(SRC)/syswait.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1028 $(SRC)/termhooks.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1029 $(SRC)/termopts.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1030 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1031 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1032 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1033 $(BLD)/ralloc.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1034 $(SRC)/ralloc.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1035 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1036 $(EMACS_ROOT)/nt/inc/sys/param.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1037 $(SRC)/getpagesize.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1038 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1039 $(BLD)/regex.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1040 $(SRC)/regex.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1041 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1042 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1043 $(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
|
1044 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1045 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1046 $(SRC)/regex.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1047 $(SRC)/syntax.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1048 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1049 $(BLD)/region-cache.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1050 $(SRC)/region-cache.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1051 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1052 $(SRC)/buffer.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1053 $(SRC)/region-cache.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1054 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1055 $(BLD)/scroll.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1056 $(SRC)/scroll.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1057 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1058 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1059 $(SRC)/frame.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1060 $(SRC)/keyboard.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1061 $(SRC)/termchar.h \ |
83596
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
1062 $(SRC)/termhooks.h \ |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1063 $(SRC)/w32gui.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1064 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1065 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1066 $(BLD)/search.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1067 $(SRC)/search.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1068 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1069 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1070 $(SRC)/blockinput.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1071 $(SRC)/buffer.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1072 $(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
|
1073 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1074 $(SRC)/charset.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1075 $(SRC)/commands.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1076 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1077 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1078 $(SRC)/intervals.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1079 $(SRC)/regex.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1080 $(SRC)/region-cache.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1081 $(SRC)/syntax.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1082 $(SRC)/systime.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1083 $(SRC)/w32gui.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1084 |
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
|
1085 $(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
|
1086 $(SRC)/sound.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1087 $(CONFIG_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
|
1088 $(SRC)/dispextern.h \ |
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
|
1089 $(SRC)/atimer.h \ |
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
|
1090 $(SRC)/syssignal.h |
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
|
1091 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1092 $(BLD)/strftime.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1093 $(SRC)/strftime.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1094 $(CONFIG_H) |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1095 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1096 $(BLD)/syntax.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1097 $(SRC)/syntax.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1098 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1099 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1100 $(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
|
1101 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1102 $(SRC)/charset.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1103 $(SRC)/commands.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1104 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1105 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1106 $(SRC)/intervals.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1107 $(SRC)/keymap.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1108 $(SRC)/syntax.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1109 $(SRC)/w32gui.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1110 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1111 $(BLD)/sysdep.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1112 $(SRC)/sysdep.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1113 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1114 $(EMACS_ROOT)/nt/inc/sys/param.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1115 $(EMACS_ROOT)/nt/inc/sys/file.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1116 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1117 $(EMACS_ROOT)/nt/inc/sys/file.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1118 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1119 $(SRC)/blockinput.h \ |
83596
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
1120 $(SRC)/cm.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1121 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1122 $(SRC)/frame.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1123 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1124 $(SRC)/ndir.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1125 $(SRC)/process.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1126 $(SRC)/sysselect.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1127 $(SRC)/syssignal.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1128 $(SRC)/systime.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1129 $(SRC)/systty.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1130 $(SRC)/syswait.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1131 $(SRC)/termchar.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1132 $(SRC)/termhooks.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1133 $(SRC)/termopts.h \ |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1134 $(SRC)/w32gui.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1135 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1136 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1137 $(BLD)/term.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1138 $(SRC)/term.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1139 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1140 $(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
|
1141 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1142 $(SRC)/charset.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1143 $(SRC)/cm.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1144 $(SRC)/coding.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1145 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1146 $(SRC)/disptab.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1147 $(SRC)/frame.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1148 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1149 $(SRC)/keymap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1150 $(SRC)/termchar.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1151 $(SRC)/termhooks.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1152 $(SRC)/termopts.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1153 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1154 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1155 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1156 $(BLD)/termcap.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1157 $(SRC)/termcap.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1158 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1159 $(EMACS_ROOT)/nt/inc/sys/file.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1160 |
83596
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
1161 $(BLD)/terminal.$(O) : \ |
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
1162 $(SRC)/terminal.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1163 $(CONFIG_H) \ |
83596
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
1164 $(SRC)/charset.h \ |
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
1165 $(SRC)/coding.h \ |
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
1166 $(SRC)/frame.h \ |
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
1167 $(SRC)/keyboard.h \ |
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
1168 $(SRC)/termchar.h \ |
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
1169 $(SRC)/termhooks.h |
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
1170 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1171 $(BLD)/textprop.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1172 $(SRC)/textprop.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1173 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1174 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1175 $(SRC)/composite.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1176 $(SRC)/dispextern.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1177 $(SRC)/intervals.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1178 $(SRC)/w32gui.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1179 $(SRC)/window.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1180 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1181 $(BLD)/tparam.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1182 $(SRC)/tparam.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1183 $(CONFIG_H) |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1184 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1185 $(BLD)/undo.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1186 $(SRC)/undo.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1187 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1188 $(SRC)/buffer.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1189 $(SRC)/commands.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1190 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1191 $(BLD)/unexw32.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1192 $(SRC)/unexw32.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1193 $(CONFIG_H) \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1194 $(SRC)/w32heap.h |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1195 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1196 $(BLD)/vm-limit.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1197 $(SRC)/vm-limit.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1198 $(CONFIG_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
|
1199 $(SRC)/mem-limits.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1200 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1201 $(BLD)/window.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1202 $(SRC)/window.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1203 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1204 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1205 $(SRC)/blockinput.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1206 $(SRC)/buffer.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1207 $(SRC)/commands.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1208 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1209 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1210 $(SRC)/disptab.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1211 $(SRC)/frame.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1212 $(SRC)/indent.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1213 $(SRC)/intervals.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1214 $(SRC)/keyboard.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1215 $(SRC)/keymap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1216 $(SRC)/systime.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1217 $(SRC)/termchar.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1218 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1219 $(SRC)/w32term.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1220 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1221 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1222 $(BLD)/xdisp.$(O) : \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1223 $(SRC)/xdisp.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1224 $(CONFIG_H) \ |
50175
1f1ed66e618f
($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h.
Juanma Barranquero <lekktu@gmail.com>
parents:
50174
diff
changeset
|
1225 $(SRC)/atimer.h \ |
50174
c9dea0d76550
($(BLD)/xdisp.$(O)): Add dependency from blockinput.h.
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
1226 $(SRC)/blockinput.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1227 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1228 $(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
|
1229 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1230 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1231 $(SRC)/coding.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1232 $(SRC)/commands.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1233 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1234 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1235 $(SRC)/disptab.h \ |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1236 $(SRC)/font.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1237 $(SRC)/fontset.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1238 $(SRC)/frame.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1239 $(SRC)/indent.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1240 $(SRC)/intervals.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1241 $(SRC)/keyboard.h \ |
50224
68fb4bd4fa31
(xdisp.o): Add dependency on keymap.h.
Kim F. Storm <storm@cua.dk>
parents:
50175
diff
changeset
|
1242 $(SRC)/keymap.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1243 $(SRC)/macros.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1244 $(SRC)/process.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1245 $(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
|
1246 $(SRC)/systime.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1247 $(SRC)/termchar.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1248 $(SRC)/termhooks.h \ |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1249 $(SRC)/w32gui.h \ |
47083
3e7cd96fd081
Add missing dependencies on w32term.h and composite.h.
Juanma Barranquero <lekktu@gmail.com>
parents:
44043
diff
changeset
|
1250 $(SRC)/w32term.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1251 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1252 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1253 $(BLD)/xfaces.$(O): \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1254 $(SRC)/xfaces.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1255 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1256 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1257 $(SRC)/blockinput.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1258 $(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
|
1259 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1260 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1261 $(SRC)/composite.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1262 $(SRC)/dispextern.h \ |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1263 $(SRC)/font.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1264 $(SRC)/fontset.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1265 $(SRC)/frame.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1266 $(SRC)/intervals.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1267 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1268 $(SRC)/systime.h \ |
83596
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
1269 $(SRC)/termchar.h \ |
04dfcb287775
Updated dependancies from Makefile.in
Jason Rumney <jasonr@gnu.org>
parents:
83585
diff
changeset
|
1270 $(SRC)/termhooks.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1271 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1272 $(SRC)/w32term.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1273 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1274 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1275 $(BLD)/w32fns.$(O): \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1276 $(SRC)/w32fns.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1277 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1278 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1279 $(SRC)/blockinput.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1280 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1281 $(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
|
1282 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1283 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1284 $(SRC)/coding.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1285 $(SRC)/composite.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1286 $(SRC)/dispextern.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1287 $(SRC)/epaths.h \ |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1288 $(SRC)/font.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1289 $(SRC)/fontset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1290 $(SRC)/frame.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1291 $(SRC)/intervals.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1292 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1293 $(SRC)/systime.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1294 $(SRC)/termhooks.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1295 $(SRC)/w32gui.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1296 $(SRC)/w32heap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1297 $(SRC)/w32term.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1298 $(SRC)/window.h |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1299 |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1300 $(BLD)/w32menu.$(O): \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1301 $(SRC)/w32menu.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1302 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1303 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1304 $(SRC)/blockinput.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1305 $(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
|
1306 $(SRC)/character.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1307 $(SRC)/charset.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1308 $(SRC)/coding.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1309 $(SRC)/dispextern.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1310 $(SRC)/frame.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1311 $(SRC)/keyboard.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1312 $(SRC)/keymap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1313 $(SRC)/systime.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1314 $(SRC)/termhooks.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1315 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1316 $(SRC)/w32term.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1317 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1318 |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1319 $(BLD)/w32term.$(O): \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1320 $(SRC)/w32term.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1321 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1322 $(SRC)/atimer.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1323 $(SRC)/blockinput.h \ |
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1324 $(SRC)/buffer.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1325 $(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
|
1326 $(SRC)/character.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1327 $(SRC)/charset.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1328 $(SRC)/coding.h \ |
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)/disptab.h \ |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1332 $(SRC)/font.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1333 $(SRC)/fontset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1334 $(SRC)/frame.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1335 $(SRC)/intervals.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1336 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1337 $(SRC)/keymap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1338 $(SRC)/systime.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1339 $(SRC)/systty.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1340 $(SRC)/termchar.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1341 $(SRC)/termhooks.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1342 $(SRC)/termopts.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1343 $(SRC)/w32gui.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1344 $(SRC)/w32heap.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1345 $(SRC)/w32term.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1346 $(SRC)/window.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1347 |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1348 $(BLD)/w32select.$(O): \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1349 $(SRC)/w32select.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1350 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1351 $(SRC)/atimer.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1352 $(SRC)/blockinput.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1353 $(SRC)/buffer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1354 $(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
|
1355 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1356 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1357 $(SRC)/coding.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1358 $(SRC)/composite.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1359 $(SRC)/dispextern.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1360 $(SRC)/frame.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1361 $(SRC)/keyboard.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1362 $(SRC)/systime.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1363 $(SRC)/w32gui.h \ |
63089
870c905ecf55
($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h.
Eli Zaretskii <eliz@gnu.org>
parents:
63013
diff
changeset
|
1364 $(SRC)/w32heap.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1365 $(SRC)/w32term.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1366 |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1367 $(BLD)/w32reg.$(O): \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1368 $(SRC)/w32reg.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1369 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1370 $(SRC)/atimer.h \ |
47083
3e7cd96fd081
Add missing dependencies on w32term.h and composite.h.
Juanma Barranquero <lekktu@gmail.com>
parents:
44043
diff
changeset
|
1371 $(SRC)/blockinput.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1372 $(SRC)/systime.h \ |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1373 $(SRC)/w32gui.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1374 $(SRC)/w32term.h |
31631
011566e20a32
Revert to Unix line endings.
Andrew Innes <andrewi@gnu.org>
parents:
31623
diff
changeset
|
1375 |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1376 $(BLD)/w32xfns.$(O): \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1377 $(SRC)/w32xfns.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1378 $(CONFIG_H) \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1379 $(SRC)/atimer.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1380 $(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
|
1381 $(SRC)/character.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1382 $(SRC)/charset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1383 $(SRC)/fontset.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1384 $(SRC)/frame.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1385 $(SRC)/keyboard.h \ |
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1386 $(SRC)/systime.h \ |
32719
e6e8694bf692
Change .obj to .$(O) in all dependencies.
Andrew Innes <andrewi@gnu.org>
parents:
31631
diff
changeset
|
1387 $(SRC)/w32gui.h \ |
47221
7d94a327e7f9
All dependencies updated.
Juanma Barranquero <lekktu@gmail.com>
parents:
47083
diff
changeset
|
1388 $(SRC)/w32term.h |
74803
a7c1903d8dca
(emacs, temacs): Depend on stamp_BLD instead of $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents:
73092
diff
changeset
|
1389 |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1390 $(BLD)/w32font.$(O): \ |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1391 $(SRC)/w32font.c \ |
93600
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1392 $(CONFIG_H) \ |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1393 $(SRC)/character.h \ |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1394 $(SRC)/charset.h \ |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1395 $(SRC)/dispextern.h \ |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1396 $(SRC)/font.h \ |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1397 $(SRC)/fontset.h \ |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1398 $(SRC)/frame.h \ |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1399 $(SRC)/w32font.h \ |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1400 $(SRC)/w32gui.h \ |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1401 $(SRC)/w32term.h |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1402 |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1403 $(BLD)/w32uniscribe.$(O): \ |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1404 $(SRC)/w32uniscribe.c \ |
24c940ccd28e
(CONFIG_H): New variable. Use it to clean up
Jason Rumney <jasonr@gnu.org>
parents:
92473
diff
changeset
|
1405 $(CONFIG_H) \ |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1406 $(SRC)/character.h \ |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1407 $(SRC)/charset.h \ |
97846
f99c11da6d3f
($(BLD)/w32uniscribe.$(O)): Depend on composite.h
Eli Zaretskii <eliz@gnu.org>
parents:
96348
diff
changeset
|
1408 $(SRC)/composite.h \ |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1409 $(SRC)/dispextern.h \ |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1410 $(SRC)/font.h \ |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1411 $(SRC)/fontset.h \ |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1412 $(SRC)/frame.h \ |
91207
c814dfe04708
(w32font.o): Depend on w32font.h.
Jason Rumney <jasonr@gnu.org>
parents:
91085
diff
changeset
|
1413 $(SRC)/w32font.h \ |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1414 $(SRC)/w32gui.h \ |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1415 $(SRC)/w32term.h |
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1416 |
74803
a7c1903d8dca
(emacs, temacs): Depend on stamp_BLD instead of $(BLD).
Eli Zaretskii <eliz@gnu.org>
parents:
73092
diff
changeset
|
1417 # 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
|
1418 # 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
|
1419 # |
90870
367fdf7d1738
(font.o, w32font.o): New objects.
Jason Rumney <jasonr@gnu.org>
parents:
90751
diff
changeset
|
1420 $(OBJ0) $(OBJ1) $(WIN32OBJ) $(FONTOBJ) $(BLD)/lastfile.$(O) $(BLD)/firstfile.$(O): stamp_BLD |