annotate src/makefile.nt @ 21602:c774fc879d96

(LINK_TYPE): Do not include debug info in optimized binary. (LIBS): Include mpr.lib. (clean): Delete patch generated files, optimized build directory.
author Geoff Voelker <voelker@cs.washington.edu>
date Fri, 17 Apr 1998 05:05:40 +0000
parents dd681ad21cd3
children f28b2d5e921b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16888
380c7e461c14 Use new name w32gui.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16593
diff changeset
1 # Makefile for GNU Emacs on the Microsoft W32 API.
11383
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
2 # Copyright (c) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
3 # Tim Fleehart (apollo@online.com) 17-Apr-92
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
4 # Geoff Voelker (voelker@cs.washington.edu) 11-20-93
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 # This file is part of GNU Emacs.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 # GNU Emacs is free software; you can redistribute it and/or modify
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 # it under the terms of the GNU General Public License as published by
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10 # the Free Software Foundation; either version 2, or (at your option)
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11 # any later version.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 # GNU Emacs is distributed in the hope that it will be useful,
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
16 # GNU General Public License for more details.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
17 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
18 # You should have received a copy of the GNU General Public License
15742
80562f089595 Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 15721
diff changeset
19 # along with GNU Emacs; see the file COPYING. If not, write to the
80562f089595 Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 15721
diff changeset
20 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
80562f089595 Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 15721
diff changeset
21 # Boston, MA 02111-1307, USA.
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
22 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
23
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
24 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
25 # Sets up the system dependent macros.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
26 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
27 !include ..\nt\makefile.def
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
28
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
29 SUBSYSTEM=console
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
30
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
31 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
32 # HAVE_CONFIG_H is required by some generic gnu sources stuck into
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
33 # the emacs source tree.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
34 #
11383
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
35 LOCAL_FLAGS = -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I..\nt\inc
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
36
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
37 EMACS = $(BLD)\emacs.exe
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
38 TEMACS = $(BLD)\temacs.exe
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
39 TLIB0 = $(BLD)\temacs0.lib
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
40 TLIB1 = $(BLD)\temacs1.lib
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
41 TLIB2 = $(BLD)\temacs2.lib
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
42 !IFDEF NTGUI
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
43 TLIBW32 = $(BLD)\temacw32.lib
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
44 !ELSE
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
45 TLIBW32 =
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
46 !ENDIF
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
47 TOBJ = $(BLD)\firstfile.obj
12240
15c642f6c1a1 (TRES) [MSVCNT11]: Use emacs.res, and don't compile it.
Richard M. Stallman <rms@gnu.org>
parents: 12178
diff changeset
48 !if $(MSVCNT11)
15c642f6c1a1 (TRES) [MSVCNT11]: Use emacs.res, and don't compile it.
Richard M. Stallman <rms@gnu.org>
parents: 12178
diff changeset
49 TRES = $(BLD)\emacs.res
15c642f6c1a1 (TRES) [MSVCNT11]: Use emacs.res, and don't compile it.
Richard M. Stallman <rms@gnu.org>
parents: 12178
diff changeset
50 !else
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
51 TRES = $(BLD)\emacs.rbj
12240
15c642f6c1a1 (TRES) [MSVCNT11]: Use emacs.res, and don't compile it.
Richard M. Stallman <rms@gnu.org>
parents: 12178
diff changeset
52 !endif
12453
8e4f8107dcd0 (EMACS) [win95]: Removed.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12240
diff changeset
53 TLASTLIB = $(BLD)\lastfile.lib
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
54
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
55 # see comments in allocate_heap in w32heap.c before changing any of the
15140
f13ffba51542 (SUBSYSTEM) [NTGUI]: Remove conditional.
Geoff Voelker <voelker@cs.washington.edu>
parents: 14899
diff changeset
56 # -stack, -heap, or -base settings.
21602
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
57 !if "$(BUILD_TYPE)" == "spd"
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
58 LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
59 !else
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
60 LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map
21602
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
61 !endif
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
62
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
63 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
64 # Split up the objects into two sets so that we don't run out of
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
65 # command line space when we link them into a library.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
66 #
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
67 # Put emacs.obj in a separate lib, since we need to have firstfile.obj
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
68 # as the "main" object file when linking.
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
69 #
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
70 OBJ0 = $(BLD)\emacs.obj
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
71
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
72 OBJ1 = $(BLD)\abbrev.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
73 $(BLD)\alloc.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
74 $(BLD)\alloca.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
75 $(BLD)\buffer.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
76 $(BLD)\bytecode.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
77 $(BLD)\callint.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
78 $(BLD)\callproc.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
79 $(BLD)\casefiddle.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
80 $(BLD)\cm.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
81 $(BLD)\cmds.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
82 $(BLD)\data.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
83 $(BLD)\dired.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
84 $(BLD)\dispnew.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
85 $(BLD)\doc.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
86 $(BLD)\doprnt.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
87 $(BLD)\editfns.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
88 $(BLD)\eval.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
89 $(BLD)\fileio.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
90 $(BLD)\filelock.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
91 $(BLD)\filemode.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
92 $(BLD)\fns.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
93 $(BLD)\indent.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
94 $(BLD)\insdel.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
95 $(BLD)\keyboard.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
96 $(BLD)\keymap.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
97 $(BLD)\lread.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
98 $(BLD)\macros.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
99 $(BLD)\marker.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
100 $(BLD)\minibuf.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
101 $(BLD)\mocklisp.obj
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
102
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
103 OBJ2 = $(BLD)\w32.obj \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
104 $(BLD)\w32heap.obj \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
105 $(BLD)\w32inevt.obj \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
106 $(BLD)\w32proc.obj \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
107 $(BLD)\w32console.obj \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
108 $(BLD)\print.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
109 $(BLD)\process.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
110 $(BLD)\regex.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
111 $(BLD)\scroll.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
112 $(BLD)\search.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
113 $(BLD)\syntax.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
114 $(BLD)\sysdep.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
115 $(BLD)\term.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
116 $(BLD)\termcap.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
117 $(BLD)\tparam.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
118 $(BLD)\undo.obj \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
119 $(BLD)\unexw32.obj \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
120 $(BLD)\window.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
121 $(BLD)\xdisp.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
122 $(BLD)\casetab.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
123 $(BLD)\floatfns.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
124 $(BLD)\frame.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
125 $(BLD)\gmalloc.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
126 $(BLD)\intervals.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
127 $(BLD)\ralloc.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
128 $(BLD)\textprop.obj \
11383
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
129 $(BLD)\vm-limit.obj \
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
130 $(BLD)\region-cache.obj \
18505
ca4d948da78d (OBJ2): Include new source files.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16888
diff changeset
131 $(BLD)\strftime.obj \
ca4d948da78d (OBJ2): Include new source files.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16888
diff changeset
132 $(BLD)\charset.obj \
ca4d948da78d (OBJ2): Include new source files.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16888
diff changeset
133 $(BLD)\coding.obj \
ca4d948da78d (OBJ2): Include new source files.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16888
diff changeset
134 $(BLD)\category.obj \
ca4d948da78d (OBJ2): Include new source files.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16888
diff changeset
135 $(BLD)\ccl.obj \
ca4d948da78d (OBJ2): Include new source files.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16888
diff changeset
136 $(BLD)\fontset.obj
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
137
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
138 WIN32OBJ = $(BLD)\w32term.obj \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
139 $(BLD)\w32xfns.obj \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
140 $(BLD)\w32fns.obj \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
141 $(BLD)\w32faces.obj \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
142 $(BLD)\w32select.obj \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
143 $(BLD)\w32menu.obj \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
144 $(BLD)\w32reg.obj
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
145
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
146 LIBS = $(TLIB0) \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
147 $(TLIB1) \
11940
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
148 $(TLIB2) \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
149 !IFDEF NTGUI
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
150 $(TLIBW32) \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
151 !ENDIF
12453
8e4f8107dcd0 (EMACS) [win95]: Removed.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12240
diff changeset
152 $(TLASTLIB) \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
153 !IFDEF NTGUI
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
154 gdi32.lib \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
155 comdlg32.lib \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
156 !ENDIF
15140
f13ffba51542 (SUBSYSTEM) [NTGUI]: Remove conditional.
Geoff Voelker <voelker@cs.washington.edu>
parents: 14899
diff changeset
157 # libcmt.lib \
11940
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
158 $(BASE_LIBS) \
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
159 $(ADVAPI32) \
14247
63cada85e5fd (keyboard.obj, dispnew.obj): Depend upon w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 13829
diff changeset
160 user32.lib \
21602
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
161 mpr.lib \
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
162 setargv.obj
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
163
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
164 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
165 # Build the executable and dump it.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
166 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
167 all: $(BLD) $(EMACS)
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
168
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
169 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
170 # Headers we would preprocess if we could.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
171 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
172 PREPARED_HEADERS = config.h paths.h
11940
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
173 config.h: ..\nt\$(CONFIG_H)
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
174 $(CP) $** $@
11383
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
175 paths.h: ..\nt\paths.h
11940
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
176 $(CP) $** $@
11383
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
177
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
178 #
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
179 # Make sure we have the DOC file in the right place.
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
180 #
15721
6d54ca02c76d (DOC, clean): Use OBJDIR macro.
Karl Heuer <kwzh@gnu.org>
parents: 15238
diff changeset
181 DOC = $(OBJDIR)\etc\DOC-X
11383
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
182 $(DOC):; cd ..\lib-src
14899
4b7b8a937a5d Change uses of del to $(DEL).
Geoff Voelker <voelker@cs.washington.edu>
parents: 14247
diff changeset
183 - $(DEL) DOC-X
11383
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
184 $(MAKE) -f makefile.nt all
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
185 cd ..\src
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
186
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
187 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
188 # The dumped executable
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
189 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
190 emacs: $(EMACS)
11383
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
191 $(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS)
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
192 cd $(BLD)
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
193 temacs.exe -batch -l loadup dump
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
194 copy temacs.map emacs.map
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
195 cd ..\..
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
196
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
197 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
198 # The undumped executable
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
199 #
12178
fc00a306b890 (TEMACS): Depend upon $(BLD).
Geoff Voelker <voelker@cs.washington.edu>
parents: 11940
diff changeset
200 temacs: $(BLD) $(TEMACS)
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
201 $(TEMACS): $(TLIB0) $(TLIB1) $(TLIB2) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES)
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
202 $(LINK) -out:$(TEMACS) $(LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS)
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
203
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
204 #
11940
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
205 # The resource file. NT 3.10 requires the use of cvtres; even though
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
206 # it is not necessary on later versions, it is still ok to use it.
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
207 #
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
208 $(TRES): ..\nt\emacs.rc
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
209 $(RC) -i..\nt -Fo$(BLD)\emacs.res $**
12240
15c642f6c1a1 (TRES) [MSVCNT11]: Use emacs.res, and don't compile it.
Richard M. Stallman <rms@gnu.org>
parents: 12178
diff changeset
210 !if !$(MSVCNT11)
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
211 $(CVTRES) -r -$(ARCH) -o $@ $(BLD)\emacs.res
12240
15c642f6c1a1 (TRES) [MSVCNT11]: Use emacs.res, and don't compile it.
Richard M. Stallman <rms@gnu.org>
parents: 12178
diff changeset
212 !endif
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
213
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
214 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
215 # Build the library. Split up the build into two phases...otherwise we
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
216 # run out of command line space.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
217 #
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
218 $(TLIB0): $(OBJ0)
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
219 @- $(AR) -out:$@ $**
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
220 $(TLIB1): $(OBJ1)
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
221 @- $(AR) -out:$@ $**
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
222 $(TLIB2): $(OBJ2)
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
223 @- $(AR) -out:$@ $**
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
224 !IFDEF NTGUI
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
225 $(TLIBW32): $(WIN32OBJ)
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
226 @- $(AR) -out:$@ $**
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
227 !ENDIF
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
228
12453
8e4f8107dcd0 (EMACS) [win95]: Removed.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12240
diff changeset
229 #
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
230 # Place lastfile.obj in its own library so that it can be loaded after
12453
8e4f8107dcd0 (EMACS) [win95]: Removed.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12240
diff changeset
231 # the source libraries but before any system libraries. Doing so defines
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
232 # the end of Emacs' data section portably across compilers and systems.
12453
8e4f8107dcd0 (EMACS) [win95]: Removed.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12240
diff changeset
233 #
8e4f8107dcd0 (EMACS) [win95]: Removed.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12240
diff changeset
234 $(TLASTLIB): $(BLD)\lastfile.obj
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
235 @- $(AR) -out:$@ $**
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
236
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
237 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
238 # Object files.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
239 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
240 .c{$(BLD)}.obj:
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
241 $(CC) $(CFLAGS) -Fo$@ $<
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
242
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
243 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
244 # Assuming INSTALL_DIR is defined, build and install emacs in it.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
245 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
246 install: all
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
247 - mkdir $(INSTALL_DIR)\bin
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
248 $(CP) $(EMACS) $(INSTALL_DIR)\bin
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
249
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
250 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
251 # Maintenance
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
252 #
21602
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
253 clean:; - $(DEL) *~ s\*~
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
254 - $(DEL) *.pdb config.h paths.h
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
255 - $(DEL) *.orig *.rej *.crlf
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
256 - $(DEL) s\*.orig s\*.rej s\*.crlf
11383
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
257 - $(DEL_TREE) deleted
21602
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
258 - $(DEL_TREE) obj
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
259 - $(DEL_TREE) obj-spd
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
260
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
261 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
262 # These files are the ones that compile conditionally on CANNOT_DUMP...
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
263 # this target is mostly used for debugging.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
264 #
11940
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
265 cleandump:; cd $(BLD)
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
266 - $(DEL) callproc.obj data.obj dispnew.obj doc.obj editfns.obj emacs.obj lread.obj process.obj sysdep.obj term.obj w32heap.obj unexw32.obj
11940
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
267 cd ..\..
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
268
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
269
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
270 ### DEPENDENCIES ###
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
271
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
272 EMACS_ROOT = ..
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
273 SRC = .
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
274
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
275 $(BLD)\abbrev.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
276 $(SRC)\abbrev.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
277 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
278 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
279 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
280 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
281 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
282 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
283 $(SRC)\window.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
284
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
285 $(BLD)\alloc.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
286 $(SRC)\alloc.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
287 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
288 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
289 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
290 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
291 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
292 $(SRC)\intervals.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
293 $(SRC)\puresize.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
294 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
295 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
296 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
297 $(SRC)\blockinput.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
298 $(SRC)\syssignal.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
299
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
300 $(BLD)\alloca.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
301 $(SRC)\alloca.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
302 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
303 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
304 $(EMACS_ROOT)\src\config.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
305 $(SRC)\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
306 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
307 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
308 $(SRC)\blockinput.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
309
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
310 $(BLD)\buffer.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
311 $(SRC)\buffer.c \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
312 $(EMACS_ROOT)\nt\inc\sys\param.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
313 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
314 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
315 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
316 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
317 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
318 $(SRC)\intervals.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
319 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
320 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
321 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
322 $(SRC)\indent.h \
11751
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
323 $(SRC)\blockinput.h \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
324 $(SRC)\region-cache.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
325
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
326 $(BLD)\bytecode.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
327 $(SRC)\bytecode.c \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
328 $(EMACS_ROOT)\src\s\ms-w32.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
329 $(EMACS_ROOT)\src\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
330 $(EMACS_ROOT)\src\config.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
331 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
332 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
333 $(SRC)\syntax.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
334
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
335 $(BLD)\callint.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
336 $(SRC)\callint.c \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
337 $(EMACS_ROOT)\src\s\ms-w32.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
338 $(EMACS_ROOT)\src\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
339 $(EMACS_ROOT)\src\config.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
340 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
341 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
342 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
343 $(SRC)\keyboard.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
344 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
345 $(SRC)\mocklisp.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
346
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
347 $(BLD)\callproc.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
348 $(SRC)\callproc.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
349 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
350 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
351 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
352 $(SRC)\msdos.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
353 $(EMACS_ROOT)\nt\inc\sys\param.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
354 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
355 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
356 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
357 $(SRC)\process.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
358 $(SRC)\syssignal.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
359 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
360 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
361 $(SRC)\systty.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
362
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
363 $(BLD)\casefiddle.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
364 $(SRC)\casefiddle.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
365 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
366 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
367 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
368 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
369 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
370 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
371 $(SRC)\syntax.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
372 $(CC) $(CFLAGS) -Fo$@ casefiddle.c
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
373
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
374 $(BLD)\casetab.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
375 $(SRC)\casetab.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
376 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
377 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
378 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
379 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
380 $(SRC)\buffer.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
381
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
382 $(BLD)\cm.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
383 $(SRC)\cm.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
384 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
385 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
386 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
387 $(SRC)\cm.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
388 $(SRC)\termhooks.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
389
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
390 $(BLD)\cmds.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
391 $(SRC)\cmds.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
392 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
393 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
394 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
395 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
396 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
397 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
398 $(SRC)\syntax.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
399
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
400 $(BLD)\data.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
401 $(SRC)\data.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
402 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
403 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
404 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
405 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
406 $(SRC)\puresize.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
407 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
408 $(SRC)\syssignal.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
409
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
410 $(BLD)\dired.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
411 $(SRC)\dired.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
412 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
413 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
414 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
415 $(SRC)\vmsdir.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
416 $(SRC)\ndir.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
417 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
418 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
419 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
420 $(SRC)\regex.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
421
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
422 $(BLD)\dispnew.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
423 $(SRC)\dispnew.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
424 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
425 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
426 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
427 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
428 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
429 $(SRC)\termopts.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
430 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
431 $(SRC)\cm.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
432 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
433 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
434 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
435 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
436 $(SRC)\disptab.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
437 $(SRC)\indent.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
438 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
439 $(SRC)\intervals.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
440 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
441 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
442 $(SRC)\systty.h \
14247
63cada85e5fd (keyboard.obj, dispnew.obj): Depend upon w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 13829
diff changeset
443 $(SRC)\w32term.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
444 $(SRC)\xterm.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
445 $(SRC)\vmstime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
446 $(SRC)\systime.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
447
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
448 $(BLD)\doc.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
449 $(SRC)\doc.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
450 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
451 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
452 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
453 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
454 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
455 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
456 $(SRC)\keyboard.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
457
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
458 $(BLD)\doprnt.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
459 $(SRC)\doprnt.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
460 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
461 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
462 $(EMACS_ROOT)\src\config.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
463
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
464 $(BLD)\dosfns.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
465 $(SRC)\dosfns.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
466 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
467 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
468 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
469 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
470 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
471 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
472 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
473 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
474 $(SRC)\dosfns.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
475 $(SRC)\msdos.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
476
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
477 $(BLD)\editfns.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
478 $(SRC)\editfns.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
479 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
480 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
481 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
482 $(SRC)\uaf.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
483 $(SRC)\vms-pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
484 $(EMACS_ROOT)\nt\inc\pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
485 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
486 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
487 $(SRC)\intervals.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
488 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
489 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
490 $(SRC)\vmstime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
491 $(SRC)\systime.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
492
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
493 $(BLD)\emacs.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
494 $(SRC)\emacs.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
495 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
496 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
497 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
498 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
499 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
500 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
501 $(SRC)\intervals.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
502 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
503 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
504 $(SRC)\systty.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
505 $(SRC)\syssignal.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
506 $(SRC)\process.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
507
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
508 $(BLD)\eval.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
509 $(SRC)\eval.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
510 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
511 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
512 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
513 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
514 $(SRC)\blockinput.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
515 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
516 $(SRC)\keyboard.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
517
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
518 $(BLD)\fileio.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
519 $(SRC)\fileio.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
520 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
521 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
522 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
523 $(SRC)\uaf.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
524 $(SRC)\vms-pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
525 $(EMACS_ROOT)\nt\inc\pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
526 $(SRC)\msdos.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
527 $(EMACS_ROOT)\nt\inc\sys\param.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
528 $(SRC)\vmsdir.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
529 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
530 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
531 $(SRC)\intervals.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
532 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
533 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
534 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
535 $(SRC)\vmstime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
536 $(SRC)\systime.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
537
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
538 $(BLD)\filelock.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
539 $(SRC)\filelock.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
540 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
541 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
542 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
543 $(SRC)\uaf.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
544 $(SRC)\vms-pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
545 $(EMACS_ROOT)\nt\inc\pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
546 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
547 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
548 $(EMACS_ROOT)\src\paths.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
549 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
550 $(SRC)\vmsdir.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
551 $(SRC)\ndir.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
552
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
553 $(BLD)\filemode.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
554 $(SRC)\filemode.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
555 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
556 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
557 $(EMACS_ROOT)\src\config.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
558 $(SRC)\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
559 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
560 $(SRC)\config.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
561
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
562 $(BLD)\firstfile.obj : \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
563 $(SRC)\firstfile.c \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
564 $(EMACS_ROOT)\src\s\ms-w32.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
565 $(EMACS_ROOT)\src\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
566 $(EMACS_ROOT)\src\config.h
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
567
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
568 $(BLD)\floatfns.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
569 $(SRC)\floatfns.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
570 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
571 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
572 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
573 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
574 $(SRC)\syssignal.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
575
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
576 $(BLD)\fns.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
577 $(SRC)\fns.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
578 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
579 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
580 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
581 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
582 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
583 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
584 $(SRC)\keyboard.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
585 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
586 $(SRC)\intervals.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
587
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
588 $(BLD)\frame.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
589 $(SRC)\frame.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
590 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
591 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
592 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
593 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
594 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
595 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
596 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
597 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
598 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
599 $(SRC)\keyboard.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
600
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
601 $(BLD)\getloadavg.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
602 $(SRC)\getloadavg.c \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
603 $(EMACS_ROOT)\nt\inc\sys\param.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
604 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
605 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
606 $(EMACS_ROOT)\src\config.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
607 $(SRC)\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
608 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
609 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
610 $(EMACS_ROOT)\nt\inc\sys\file.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
611
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
612 $(BLD)\gmalloc.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
613 $(SRC)\gmalloc.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
614 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
615 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
616 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
617 $(EMACS_ROOT)\nt\inc\sys\param.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
618 $(SRC)\getpagesize.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
619 $(CC) $(CFLAGS) -D__STDC__ -Fo$@ gmalloc.c
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
620
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
621 $(BLD)\hftctl.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
622 $(SRC)\hftctl.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
623 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
624 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
625 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
626 $(EMACS_ROOT)\nt\inc\sys\ioctl.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
627
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
628 $(BLD)\indent.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
629 $(SRC)\indent.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
630 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
631 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
632 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
633 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
634 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
635 $(SRC)\indent.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
636 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
637 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
638 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
639 $(SRC)\termopts.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
640 $(SRC)\disptab.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
641 $(SRC)\dispextern.h \
11751
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
642 $(SRC)\intervals.h \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
643 $(SRC)\region-cache.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
644
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
645 $(BLD)\insdel.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
646 $(SRC)\insdel.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
647 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
648 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
649 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
650 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
651 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
652 $(SRC)\intervals.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
653 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
654 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
655 $(SRC)\blockinput.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
656
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
657 $(BLD)\intervals.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
658 $(SRC)\intervals.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
659 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
660 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
661 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
662 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
663 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
664 $(SRC)\intervals.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
665 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
666 $(SRC)\puresize.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
667 $(CC) $(CFLAGS) -Fo$@ intervals.c
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
668
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
669 $(BLD)\keyboard.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
670 $(SRC)\keyboard.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
671 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
672 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
673 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
674 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
675 $(SRC)\termopts.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
676 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
677 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
678 $(SRC)\macros.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
679 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
680 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
681 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
682 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
683 $(SRC)\disptab.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
684 $(SRC)\keyboard.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
685 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
686 $(SRC)\intervals.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
687 $(SRC)\blockinput.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
688 $(SRC)\msdos.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
689 $(SRC)\syssignal.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
690 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
691 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
692 $(SRC)\systty.h \
14247
63cada85e5fd (keyboard.obj, dispnew.obj): Depend upon w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 13829
diff changeset
693 $(SRC)\w32term.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
694 $(SRC)\xterm.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
695 $(SRC)\vmstime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
696 $(SRC)\systime.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
697
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
698 $(BLD)\keymap.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
699 $(SRC)\keymap.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
700 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
701 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
702 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
703 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
704 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
705 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
706 $(SRC)\keyboard.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
707 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
708 $(SRC)\blockinput.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
709
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
710 $(BLD)\lastfile.obj : \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
711 $(SRC)\lastfile.c \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
712 $(EMACS_ROOT)\src\s\ms-w32.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
713 $(EMACS_ROOT)\src\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
714 $(EMACS_ROOT)\src\config.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
715
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
716 $(BLD)\lread.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
717 $(SRC)\lread.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
718 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
719 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
720 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
721 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
722 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
723 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
724 $(EMACS_ROOT)\src\paths.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
725 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
726 $(SRC)\keyboard.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
727 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
728 $(SRC)\msdos.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
729
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
730 $(BLD)\macros.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
731 $(SRC)\macros.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
732 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
733 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
734 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
735 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
736 $(SRC)\macros.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
737 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
738 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
739 $(SRC)\window.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
740
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
741 $(BLD)\marker.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
742 $(SRC)\marker.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
743 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
744 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
745 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
746 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
747 $(SRC)\buffer.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
748
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
749 $(BLD)\minibuf.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
750 $(SRC)\minibuf.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
751 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
752 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
753 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
754 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
755 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
756 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
757 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
758 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
759 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
760 $(SRC)\syntax.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
761
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
762 $(BLD)\mocklisp.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
763 $(SRC)\mocklisp.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
764 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
765 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
766 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
767 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
768 $(SRC)\buffer.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
769
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
770 $(BLD)\w32.obj : \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
771 $(SRC)\w32.c \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
772 $(SRC)\w32.h \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
773 $(SRC)\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
774 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
775 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
776 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
777 $(EMACS_ROOT)\nt\inc\pwd.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
778 $(SRC)\w32heap.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
779
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
780 $(BLD)\w32heap.obj : \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
781 $(SRC)\w32heap.c \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
782 $(SRC)\w32heap.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
783 $(SRC)\s\ms-w32.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
784 $(SRC)\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
785 $(SRC)\config.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
786
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
787 $(BLD)\w32inevt.obj : \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
788 $(SRC)\w32inevt.c \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
789 $(SRC)\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
790 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
791 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
792 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
793 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
794 $(SRC)\blockinput.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
795 $(SRC)\termhooks.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
796
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
797 $(BLD)\w32proc.obj : \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
798 $(SRC)\w32proc.c \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
799 $(SRC)\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
800 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
801 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
802 $(SRC)\lisp.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
803 $(SRC)\w32.h \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
804 $(SRC)\w32heap.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
805 $(SRC)\vmstime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
806 $(SRC)\systime.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
807
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
808 $(BLD)\w32console.obj : \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
809 $(SRC)\w32console.c \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
810 $(SRC)\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
811 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
812 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
813 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
814 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
815 $(SRC)\disptab.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
816 $(SRC)\termhooks.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
817 $(SRC)\w32inevt.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
818
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
819 $(BLD)\prefix-args.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
820 $(SRC)\prefix-args.c
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
821
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
822 $(BLD)\print.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
823 $(SRC)\print.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
824 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
825 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
826 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
827 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
828 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
829 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
830 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
831 $(SRC)\process.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
832 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
833 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
834 $(SRC)\intervals.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
835
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
836 $(BLD)\process.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
837 $(SRC)\process.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
838 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
839 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
840 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
841 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
842 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
843 $(SRC)\systty.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
844 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
845 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
846 $(SRC)\process.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
847 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
848 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
849 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
850 $(SRC)\syssignal.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
851 $(SRC)\vmsproc.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
852 $(SRC)\syswait.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
853 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
854 $(SRC)\vmstime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
855 $(SRC)\systime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
856 $(SRC)\termopts.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
857
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
858 $(BLD)\ralloc.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
859 $(SRC)\ralloc.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
860 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
861 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
862 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
863 $(SRC)\lisp.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
864 $(SRC)\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
865 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
866 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
867 $(EMACS_ROOT)\nt\inc\sys\param.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
868 $(SRC)\getpagesize.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
869
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
870 $(BLD)\regex.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
871 $(SRC)\regex.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
872 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
873 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
874 $(EMACS_ROOT)\src\config.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
875 $(SRC)\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
876 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
877 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
878 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
879 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
880 $(SRC)\syntax.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
881 $(SRC)\regex.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
882
11751
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
883 $(BLD)\region-cache.obj : \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
884 $(SRC)\region-cache.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
885 $(EMACS_ROOT)\src\s\ms-w32.h \
11751
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
886 $(EMACS_ROOT)\src\m\intel386.h \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
887 $(EMACS_ROOT)\src\config.h \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
888 $(SRC)\lisp.h \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
889 $(SRC)\buffer.h \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
890 $(SRC)\region-cache.h
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
891
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
892 $(BLD)\scroll.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
893 $(SRC)\scroll.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
894 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
895 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
896 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
897 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
898 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
899 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
900 $(SRC)\frame.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
901
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
902 $(BLD)\search.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
903 $(SRC)\search.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
904 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
905 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
906 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
907 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
908 $(SRC)\syntax.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
909 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
910 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
911 $(SRC)\blockinput.h \
11751
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
912 $(SRC)\regex.h \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
913 $(SRC)\region-cache.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
914
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
915 $(BLD)\strftime.obj : \
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
916 $(SRC)\strftime.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
917 $(EMACS_ROOT)\src\s\ms-w32.h \
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
918 $(EMACS_ROOT)\src\m\intel386.h \
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
919 $(EMACS_ROOT)\src\config.h
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
920
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
921 $(BLD)\sunfns.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
922 $(SRC)\sunfns.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
923 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
924 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
925 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
926 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
927 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
928 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
929 $(SRC)\termhooks.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
930
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
931 $(BLD)\syntax.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
932 $(SRC)\syntax.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
933 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
934 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
935 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
936 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
937 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
938 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
939 $(SRC)\syntax.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
940
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
941 $(BLD)\sysdep.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
942 $(SRC)\sysdep.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
943 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
944 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
945 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
946 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
947 $(SRC)\blockinput.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
948 $(SRC)\dosfns.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
949 $(SRC)\msdos.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
950 $(EMACS_ROOT)\nt\inc\sys\param.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
951 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
952 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
953 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
954 $(SRC)\systty.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
955 $(SRC)\vmsproc.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
956 $(SRC)\syswait.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
957 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
958 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
959 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
960 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
961 $(SRC)\termopts.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
962 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
963 $(SRC)\process.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
964 $(SRC)\vmsdir.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
965 $(SRC)\ndir.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
966 $(SRC)\syssignal.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
967 $(SRC)\vmstime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
968 $(SRC)\systime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
969 $(SRC)\uaf.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
970 $(SRC)\vms-pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
971 $(EMACS_ROOT)\src\acldef.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
972 $(EMACS_ROOT)\src\chpdef.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
973
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
974 $(BLD)\term.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
975 $(SRC)\term.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
976 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
977 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
978 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
979 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
980 $(SRC)\termopts.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
981 $(SRC)\cm.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
982 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
983 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
984 $(SRC)\disptab.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
985 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
986 $(SRC)\keyboard.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
987
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
988 $(BLD)\termcap.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
989 $(SRC)\termcap.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
990 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
991 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
992 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
993 $(EMACS_ROOT)\nt\inc\sys\file.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
994
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
995 $(BLD)\terminfo.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
996 $(SRC)\terminfo.c
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
997
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
998 $(BLD)\textprop.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
999 $(SRC)\textprop.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1000 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
1001 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1002 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1003 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1004 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1005 $(SRC)\intervals.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1006 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1007 $(SRC)\window.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1008
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1009 $(BLD)\tparam.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1010 $(SRC)\tparam.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1011 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
1012 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1013 $(EMACS_ROOT)\src\config.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1014
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1015 $(BLD)\undo.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1016 $(SRC)\undo.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1017 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
1018 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1019 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1020 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1021 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1022 $(SRC)\commands.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1023
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1024 $(BLD)\unexw32.obj : \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1025 $(SRC)\unexw32.c \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1026 $(EMACS_ROOT)\src\s\ms-w32.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1027 $(EMACS_ROOT)\src\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1028 $(EMACS_ROOT)\src\config.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1029 $(SRC)\w32heap.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1030
11751
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
1031 $(BLD)\vm-limit.obj : \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
1032 $(SRC)\vm-limit.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1033 $(EMACS_ROOT)\src\s\ms-w32.h \
11751
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
1034 $(EMACS_ROOT)\src\m\intel386.h \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
1035 $(EMACS_ROOT)\src\config.h \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
1036 $(SRC)\mem-limits.h
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
1037
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1038 $(BLD)\widget.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1039 $(SRC)\widget.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1040 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
1041 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1042 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1043 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1044 $(SRC)\xterm.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1045 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1046 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1047 $(SRC)\widget.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1048 $(SRC)\widgetprv.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1049
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1050 $(BLD)\window.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1051 $(SRC)\window.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1052 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
1053 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1054 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1055 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1056 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1057 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1058 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1059 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1060 $(SRC)\indent.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1061 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1062 $(SRC)\disptab.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1063 $(SRC)\keyboard.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1064
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1065 $(BLD)\xdisp.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1066 $(SRC)\xdisp.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1067 $(EMACS_ROOT)\src\s\ms-w32.h \
9821
f1cb7ef9e9bc Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h
Karl Heuer <kwzh@gnu.org>
parents: 9803
diff changeset
1068 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1069 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1070 $(SRC)\lisp.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1071 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1072 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1073 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1074 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1075 $(SRC)\indent.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1076 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1077 $(SRC)\macros.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1078 $(SRC)\disptab.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1079 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1080 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1081 $(SRC)\intervals.h
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1082
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1083 $(BLD)\w32faces.obj: \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1084 $(EMACS_ROOT)\src\s\ms-w32.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1085 $(EMACS_ROOT)\src\m\intel386.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1086 $(EMACS_ROOT)\src\config.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1087 $(SRC)\w32faces.c \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1088 $(SRC)\lisp.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1089 $(SRC)\w32term.h \
16888
380c7e461c14 Use new name w32gui.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16593
diff changeset
1090 $(SRC)\w32gui.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1091 $(SRC)\buffer.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1092 $(SRC)\dispextern.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1093 $(SRC)\frame.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1094 $(SRC)\blockinput.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1095 $(SRC)\window.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1096 $(SRC)\intervals.h
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1097
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1098 $(BLD)\w32fns.obj: \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1099 $(EMACS_ROOT)\src\s\ms-w32.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1100 $(EMACS_ROOT)\src\m\intel386.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1101 $(EMACS_ROOT)\src\config.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1102 $(SRC)\w32fns.c \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1103 $(SRC)\lisp.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1104 $(SRC)\w32term.h \
16888
380c7e461c14 Use new name w32gui.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16593
diff changeset
1105 $(SRC)\w32gui.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1106 $(SRC)\frame.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1107 $(SRC)\window.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1108 $(SRC)\buffer.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1109 $(SRC)\dispextern.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1110 $(SRC)\keyboard.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1111 $(SRC)\blockinput.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1112 $(SRC)\paths.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1113 $(SRC)\w32heap.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1114 $(SRC)\termhooks.h
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1115
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1116 $(BLD)\w32menu.obj: \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1117 $(EMACS_ROOT)\src\s\ms-w32.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1118 $(EMACS_ROOT)\src\m\intel386.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1119 $(EMACS_ROOT)\src\config.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1120 $(SRC)\w32menu.c \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1121 $(SRC)\lisp.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1122 $(SRC)\termhooks.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1123 $(SRC)\frame.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1124 $(SRC)\window.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1125 $(SRC)\keyboard.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1126 $(SRC)\blockinput.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1127 $(SRC)\buffer.h
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1128
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1129 $(BLD)\w32term.obj: \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1130 $(EMACS_ROOT)\src\s\ms-w32.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1131 $(EMACS_ROOT)\src\m\intel386.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1132 $(EMACS_ROOT)\src\config.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1133 $(SRC)\w32term.c \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1134 $(SRC)\lisp.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1135 $(SRC)\blockinput.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1136 $(SRC)\w32term.h \
16888
380c7e461c14 Use new name w32gui.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16593
diff changeset
1137 $(SRC)\w32gui.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1138 $(SRC)\systty.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1139 $(SRC)\systime.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1140 $(SRC)\frame.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1141 $(SRC)\dispextern.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1142 $(SRC)\termhooks.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1143 $(SRC)\termopts.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1144 $(SRC)\termchar.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1145 $(SRC)\gnu.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1146 $(SRC)\disptab.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1147 $(SRC)\buffer.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1148 $(SRC)\window.h \
15238
4ca30238fdf7 Fix typo in previous patch.
Karl Heuer <kwzh@gnu.org>
parents: 15233
diff changeset
1149 $(SRC)\keyboard.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1150 $(SRC)\intervals.h
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1151
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1152 $(BLD)\w32select.obj: \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1153 $(EMACS_ROOT)\src\s\ms-w32.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1154 $(EMACS_ROOT)\src\m\intel386.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1155 $(EMACS_ROOT)\src\config.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1156 $(SRC)\w32select.c \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1157 $(SRC)\lisp.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1158 $(SRC)\w32term.h \
16888
380c7e461c14 Use new name w32gui.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16593
diff changeset
1159 $(SRC)\w32gui.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1160 $(SRC)\dispextern.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1161 $(SRC)\frame.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1162 $(SRC)\blockinput.h
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1163
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1164 $(BLD)\w32reg.obj: \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1165 $(EMACS_ROOT)\src\s\ms-w32.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1166 $(EMACS_ROOT)\src\m\intel386.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1167 $(EMACS_ROOT)\src\config.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1168 $(SRC)\w32reg.c \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1169 $(SRC)\lisp.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1170 $(SRC)\w32term.h \
16888
380c7e461c14 Use new name w32gui.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16593
diff changeset
1171 $(SRC)\w32gui.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1172 $(SRC)\blockinput.h
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1173
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1174 $(BLD)\w32xfns.obj: \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1175 $(EMACS_ROOT)\src\s\ms-w32.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1176 $(EMACS_ROOT)\src\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1177 $(EMACS_ROOT)\src\config.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1178 $(SRC)\w32xfns.c \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1179 $(SRC)\lisp.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1180 $(SRC)\w32term.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1181 $(SRC)\w32.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1182 $(SRC)\frame.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1183 $(SRC)\blockinput.h