Mercurial > emacs
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 |
| 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 | 2 # Copyright (c) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
| 3 # Tim Fleehart (apollo@online.com) 17-Apr-92 | |
| 4 # Geoff Voelker (voelker@cs.washington.edu) 11-20-93 | |
| 9803 | 5 # |
| 6 # This file is part of GNU Emacs. | |
| 7 # | |
| 8 # GNU Emacs is free software; you can redistribute it and/or modify | |
| 9 # it under the terms of the GNU General Public License as published by | |
| 10 # the Free Software Foundation; either version 2, or (at your option) | |
| 11 # any later version. | |
| 12 # | |
| 13 # GNU Emacs is distributed in the hope that it will be useful, | |
| 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 16 # GNU General Public License for more details. | |
| 17 # | |
| 18 # You should have received a copy of the GNU General Public License | |
| 15742 | 19 # along with GNU Emacs; see the file COPYING. If not, write to the |
| 20 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
| 21 # Boston, MA 02111-1307, USA. | |
| 9803 | 22 # |
| 23 | |
| 24 # | |
| 25 # Sets up the system dependent macros. | |
| 26 # | |
| 27 !include ..\nt\makefile.def | |
| 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 | 31 # |
| 32 # HAVE_CONFIG_H is required by some generic gnu sources stuck into | |
| 33 # the emacs source tree. | |
| 34 # | |
| 11383 | 35 LOCAL_FLAGS = -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I..\nt\inc |
| 9803 | 36 |
| 37 EMACS = $(BLD)\emacs.exe | |
| 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 | 40 TLIB1 = $(BLD)\temacs1.lib |
| 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 | 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 | 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 | 62 |
| 63 # | |
| 64 # Split up the objects into two sets so that we don't run out of | |
| 65 # command line space when we link them into a library. | |
| 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 | 72 OBJ1 = $(BLD)\abbrev.obj \ |
| 73 $(BLD)\alloc.obj \ | |
| 74 $(BLD)\alloca.obj \ | |
| 75 $(BLD)\buffer.obj \ | |
| 76 $(BLD)\bytecode.obj \ | |
| 77 $(BLD)\callint.obj \ | |
| 78 $(BLD)\callproc.obj \ | |
| 79 $(BLD)\casefiddle.obj \ | |
| 80 $(BLD)\cm.obj \ | |
| 81 $(BLD)\cmds.obj \ | |
| 82 $(BLD)\data.obj \ | |
| 83 $(BLD)\dired.obj \ | |
| 84 $(BLD)\dispnew.obj \ | |
| 85 $(BLD)\doc.obj \ | |
| 86 $(BLD)\doprnt.obj \ | |
| 87 $(BLD)\editfns.obj \ | |
| 88 $(BLD)\eval.obj \ | |
| 89 $(BLD)\fileio.obj \ | |
| 90 $(BLD)\filelock.obj \ | |
| 91 $(BLD)\filemode.obj \ | |
| 92 $(BLD)\fns.obj \ | |
| 93 $(BLD)\indent.obj \ | |
| 94 $(BLD)\insdel.obj \ | |
| 95 $(BLD)\keyboard.obj \ | |
| 96 $(BLD)\keymap.obj \ | |
| 97 $(BLD)\lread.obj \ | |
| 98 $(BLD)\macros.obj \ | |
| 99 $(BLD)\marker.obj \ | |
| 100 $(BLD)\minibuf.obj \ | |
| 101 $(BLD)\mocklisp.obj | |
| 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 | 108 $(BLD)\print.obj \ |
| 109 $(BLD)\process.obj \ | |
| 110 $(BLD)\regex.obj \ | |
| 111 $(BLD)\scroll.obj \ | |
| 112 $(BLD)\search.obj \ | |
| 113 $(BLD)\syntax.obj \ | |
| 114 $(BLD)\sysdep.obj \ | |
| 115 $(BLD)\term.obj \ | |
| 116 $(BLD)\termcap.obj \ | |
| 117 $(BLD)\tparam.obj \ | |
| 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 | 120 $(BLD)\window.obj \ |
| 121 $(BLD)\xdisp.obj \ | |
| 122 $(BLD)\casetab.obj \ | |
| 123 $(BLD)\floatfns.obj \ | |
| 124 $(BLD)\frame.obj \ | |
| 125 $(BLD)\gmalloc.obj \ | |
| 126 $(BLD)\intervals.obj \ | |
| 127 $(BLD)\ralloc.obj \ | |
| 128 $(BLD)\textprop.obj \ | |
| 11383 | 129 $(BLD)\vm-limit.obj \ |
| 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 | 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 | 163 |
| 164 # | |
| 165 # Build the executable and dump it. | |
| 166 # | |
| 167 all: $(BLD) $(EMACS) | |
| 168 | |
| 169 # | |
| 170 # Headers we would preprocess if we could. | |
| 171 # | |
| 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 | 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 | 177 |
| 178 # | |
| 179 # Make sure we have the DOC file in the right place. | |
| 180 # | |
|
15721
6d54ca02c76d
(DOC, clean): Use OBJDIR macro.
Karl Heuer <kwzh@gnu.org>
parents:
15238
diff
changeset
|
181 DOC = $(OBJDIR)\etc\DOC-X |
| 11383 | 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 | 184 $(MAKE) -f makefile.nt all |
| 185 cd ..\src | |
| 9803 | 186 |
| 187 # | |
| 188 # The dumped executable | |
| 189 # | |
| 190 emacs: $(EMACS) | |
| 11383 | 191 $(EMACS): $(PREPARED_HEADERS) $(DOC) $(TEMACS) |
| 9803 | 192 cd $(BLD) |
| 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 | 195 cd ..\.. |
| 196 | |
| 197 # | |
| 198 # The undumped executable | |
| 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 | 202 $(LINK) -out:$(TEMACS) $(LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS) |
| 203 | |
| 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 | 207 # |
| 208 $(TRES): ..\nt\emacs.rc | |
| 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 | 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 | 213 |
| 214 # | |
| 215 # Build the library. Split up the build into two phases...otherwise we | |
| 216 # run out of command line space. | |
| 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 | 220 $(TLIB1): $(OBJ1) |
| 221 @- $(AR) -out:$@ $** | |
| 222 $(TLIB2): $(OBJ2) | |
| 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 | 236 |
| 237 # | |
| 238 # Object files. | |
| 239 # | |
| 240 .c{$(BLD)}.obj: | |
| 241 $(CC) $(CFLAGS) -Fo$@ $< | |
| 242 | |
| 243 # | |
| 244 # Assuming INSTALL_DIR is defined, build and install emacs in it. | |
| 245 # | |
| 246 install: all | |
| 247 - mkdir $(INSTALL_DIR)\bin | |
| 248 $(CP) $(EMACS) $(INSTALL_DIR)\bin | |
| 249 | |
| 250 # | |
| 251 # Maintenance | |
| 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 | 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 | 260 |
| 261 # | |
| 262 # These files are the ones that compile conditionally on CANNOT_DUMP... | |
| 263 # this target is mostly used for debugging. | |
| 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 | 268 |
| 269 | |
| 270 ### DEPENDENCIES ### | |
| 271 | |
| 272 EMACS_ROOT = .. | |
| 273 SRC = . | |
| 274 | |
| 275 $(BLD)\abbrev.obj : \ | |
| 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 | 279 $(EMACS_ROOT)\src\config.h \ |
| 280 $(SRC)\lisp.h \ | |
| 281 $(SRC)\commands.h \ | |
| 282 $(SRC)\buffer.h \ | |
| 283 $(SRC)\window.h | |
| 284 | |
| 285 $(BLD)\alloc.obj : \ | |
| 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 | 289 $(EMACS_ROOT)\src\config.h \ |
| 290 $(SRC)\lisp.h \ | |
| 291 $(SRC)\dispextern.h \ | |
| 292 $(SRC)\intervals.h \ | |
| 293 $(SRC)\puresize.h \ | |
| 294 $(SRC)\buffer.h \ | |
| 295 $(SRC)\window.h \ | |
| 296 $(SRC)\frame.h \ | |
| 297 $(SRC)\blockinput.h \ | |
| 298 $(SRC)\syssignal.h | |
| 299 | |
| 300 $(BLD)\alloca.obj : \ | |
| 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 | 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 | 307 $(SRC)\config.h \ |
| 308 $(SRC)\blockinput.h | |
| 309 | |
| 310 $(BLD)\buffer.obj : \ | |
| 311 $(SRC)\buffer.c \ | |
| 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 | 315 $(EMACS_ROOT)\src\config.h \ |
| 316 $(SRC)\lisp.h \ | |
| 317 $(SRC)\dispextern.h \ | |
| 318 $(SRC)\intervals.h \ | |
| 319 $(SRC)\window.h \ | |
| 320 $(SRC)\commands.h \ | |
| 321 $(SRC)\buffer.h \ | |
| 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 | 325 |
| 326 $(BLD)\bytecode.obj : \ | |
| 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 | 331 $(SRC)\lisp.h \ |
| 332 $(SRC)\buffer.h \ | |
| 333 $(SRC)\syntax.h | |
| 334 | |
| 335 $(BLD)\callint.obj : \ | |
| 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 | 340 $(SRC)\lisp.h \ |
| 341 $(SRC)\buffer.h \ | |
| 342 $(SRC)\commands.h \ | |
| 343 $(SRC)\keyboard.h \ | |
| 344 $(SRC)\window.h \ | |
| 345 $(SRC)\mocklisp.h | |
| 346 | |
| 347 $(BLD)\callproc.obj : \ | |
| 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 | 351 $(EMACS_ROOT)\src\config.h \ |
| 352 $(SRC)\msdos.h \ | |
| 353 $(EMACS_ROOT)\nt\inc\sys\param.h \ | |
| 354 $(SRC)\lisp.h \ | |
| 355 $(SRC)\commands.h \ | |
| 356 $(SRC)\buffer.h \ | |
| 357 $(SRC)\process.h \ | |
| 358 $(SRC)\syssignal.h \ | |
| 359 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ | |
| 360 $(EMACS_ROOT)\nt\inc\sys\file.h \ | |
| 361 $(SRC)\systty.h | |
| 362 | |
| 363 $(BLD)\casefiddle.obj : \ | |
| 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 | 367 $(EMACS_ROOT)\src\config.h \ |
| 368 $(SRC)\lisp.h \ | |
| 369 $(SRC)\buffer.h \ | |
| 370 $(SRC)\commands.h \ | |
| 371 $(SRC)\syntax.h | |
| 372 $(CC) $(CFLAGS) -Fo$@ casefiddle.c | |
| 373 | |
| 374 $(BLD)\casetab.obj : \ | |
| 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 | 378 $(EMACS_ROOT)\src\config.h \ |
| 379 $(SRC)\lisp.h \ | |
| 380 $(SRC)\buffer.h | |
| 381 | |
| 382 $(BLD)\cm.obj : \ | |
| 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 | 386 $(EMACS_ROOT)\src\config.h \ |
| 387 $(SRC)\cm.h \ | |
| 388 $(SRC)\termhooks.h | |
| 389 | |
| 390 $(BLD)\cmds.obj : \ | |
| 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 | 394 $(EMACS_ROOT)\src\config.h \ |
| 395 $(SRC)\lisp.h \ | |
| 396 $(SRC)\commands.h \ | |
| 397 $(SRC)\buffer.h \ | |
| 398 $(SRC)\syntax.h | |
| 399 | |
| 400 $(BLD)\data.obj : \ | |
| 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 | 404 $(EMACS_ROOT)\src\config.h \ |
| 405 $(SRC)\lisp.h \ | |
| 406 $(SRC)\puresize.h \ | |
| 407 $(SRC)\buffer.h \ | |
| 408 $(SRC)\syssignal.h | |
| 409 | |
| 410 $(BLD)\dired.obj : \ | |
| 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 | 414 $(EMACS_ROOT)\src\config.h \ |
| 415 $(SRC)\vmsdir.h \ | |
| 416 $(SRC)\ndir.h \ | |
| 417 $(SRC)\lisp.h \ | |
| 418 $(SRC)\buffer.h \ | |
| 419 $(SRC)\commands.h \ | |
| 420 $(SRC)\regex.h | |
| 421 | |
| 422 $(BLD)\dispnew.obj : \ | |
| 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 | 426 $(EMACS_ROOT)\src\config.h \ |
| 427 $(SRC)\lisp.h \ | |
| 428 $(SRC)\termchar.h \ | |
| 429 $(SRC)\termopts.h \ | |
| 430 $(SRC)\termhooks.h \ | |
| 431 $(SRC)\cm.h \ | |
| 432 $(SRC)\buffer.h \ | |
| 433 $(SRC)\frame.h \ | |
| 434 $(SRC)\window.h \ | |
| 435 $(SRC)\commands.h \ | |
| 436 $(SRC)\disptab.h \ | |
| 437 $(SRC)\indent.h \ | |
| 438 $(SRC)\dispextern.h \ | |
| 439 $(SRC)\intervals.h \ | |
| 440 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ | |
| 441 $(EMACS_ROOT)\nt\inc\sys\file.h \ | |
| 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 | 444 $(SRC)\xterm.h \ |
| 445 $(SRC)\vmstime.h \ | |
| 446 $(SRC)\systime.h | |
| 447 | |
| 448 $(BLD)\doc.obj : \ | |
| 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 | 452 $(EMACS_ROOT)\src\config.h \ |
| 453 $(EMACS_ROOT)\nt\inc\sys\file.h \ | |
| 454 $(SRC)\lisp.h \ | |
| 455 $(SRC)\buffer.h \ | |
| 456 $(SRC)\keyboard.h | |
| 457 | |
| 458 $(BLD)\doprnt.obj : \ | |
| 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 | 462 $(EMACS_ROOT)\src\config.h |
| 463 | |
| 464 $(BLD)\dosfns.obj : \ | |
| 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 | 468 $(EMACS_ROOT)\src\config.h \ |
| 469 $(SRC)\lisp.h \ | |
| 470 $(SRC)\buffer.h \ | |
| 471 $(SRC)\termchar.h \ | |
| 472 $(SRC)\termhooks.h \ | |
| 473 $(SRC)\frame.h \ | |
| 474 $(SRC)\dosfns.h \ | |
| 475 $(SRC)\msdos.h | |
| 476 | |
| 477 $(BLD)\editfns.obj : \ | |
| 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 | 481 $(EMACS_ROOT)\src\config.h \ |
| 482 $(SRC)\uaf.h \ | |
| 483 $(SRC)\vms-pwd.h \ | |
| 484 $(EMACS_ROOT)\nt\inc\pwd.h \ | |
| 485 $(SRC)\lisp.h \ | |
| 486 $(SRC)\dispextern.h \ | |
| 487 $(SRC)\intervals.h \ | |
| 488 $(SRC)\buffer.h \ | |
| 489 $(SRC)\window.h \ | |
| 490 $(SRC)\vmstime.h \ | |
| 491 $(SRC)\systime.h | |
| 492 | |
| 493 $(BLD)\emacs.obj : \ | |
| 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 | 497 $(EMACS_ROOT)\src\config.h \ |
| 498 $(SRC)\lisp.h \ | |
| 499 $(SRC)\commands.h \ | |
| 500 $(SRC)\dispextern.h \ | |
| 501 $(SRC)\intervals.h \ | |
| 502 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ | |
| 503 $(EMACS_ROOT)\nt\inc\sys\file.h \ | |
| 504 $(SRC)\systty.h \ | |
| 505 $(SRC)\syssignal.h \ | |
| 506 $(SRC)\process.h | |
| 507 | |
| 508 $(BLD)\eval.obj : \ | |
| 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 | 512 $(EMACS_ROOT)\src\config.h \ |
| 513 $(SRC)\lisp.h \ | |
| 514 $(SRC)\blockinput.h \ | |
| 515 $(SRC)\commands.h \ | |
| 516 $(SRC)\keyboard.h | |
| 517 | |
| 518 $(BLD)\fileio.obj : \ | |
| 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 | 522 $(EMACS_ROOT)\src\config.h \ |
| 523 $(SRC)\uaf.h \ | |
| 524 $(SRC)\vms-pwd.h \ | |
| 525 $(EMACS_ROOT)\nt\inc\pwd.h \ | |
| 526 $(SRC)\msdos.h \ | |
| 527 $(EMACS_ROOT)\nt\inc\sys\param.h \ | |
| 528 $(SRC)\vmsdir.h \ | |
| 529 $(SRC)\lisp.h \ | |
| 530 $(SRC)\dispextern.h \ | |
| 531 $(SRC)\intervals.h \ | |
| 532 $(SRC)\buffer.h \ | |
| 533 $(SRC)\window.h \ | |
| 534 $(EMACS_ROOT)\nt\inc\sys\file.h \ | |
| 535 $(SRC)\vmstime.h \ | |
| 536 $(SRC)\systime.h | |
| 537 | |
| 538 $(BLD)\filelock.obj : \ | |
| 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 | 542 $(EMACS_ROOT)\src\config.h \ |
| 543 $(SRC)\uaf.h \ | |
| 544 $(SRC)\vms-pwd.h \ | |
| 545 $(EMACS_ROOT)\nt\inc\pwd.h \ | |
| 546 $(EMACS_ROOT)\nt\inc\sys\file.h \ | |
| 547 $(SRC)\lisp.h \ | |
| 548 $(EMACS_ROOT)\src\paths.h \ | |
| 549 $(SRC)\buffer.h \ | |
| 550 $(SRC)\vmsdir.h \ | |
| 551 $(SRC)\ndir.h | |
| 552 | |
| 553 $(BLD)\filemode.obj : \ | |
| 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 | 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 | 560 $(SRC)\config.h |
| 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 | 568 $(BLD)\floatfns.obj : \ |
| 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 | 572 $(EMACS_ROOT)\src\config.h \ |
| 573 $(SRC)\lisp.h \ | |
| 574 $(SRC)\syssignal.h | |
| 575 | |
| 576 $(BLD)\fns.obj : \ | |
| 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 | 580 $(EMACS_ROOT)\src\config.h \ |
| 581 $(SRC)\lisp.h \ | |
| 582 $(SRC)\commands.h \ | |
| 583 $(SRC)\buffer.h \ | |
| 584 $(SRC)\keyboard.h \ | |
| 585 $(SRC)\dispextern.h \ | |
| 586 $(SRC)\intervals.h | |
| 587 | |
| 588 $(BLD)\frame.obj : \ | |
| 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 | 592 $(EMACS_ROOT)\src\config.h \ |
| 593 $(SRC)\lisp.h \ | |
| 594 $(SRC)\frame.h \ | |
| 595 $(SRC)\termhooks.h \ | |
| 596 $(SRC)\window.h \ | |
| 597 $(SRC)\buffer.h \ | |
| 598 $(SRC)\commands.h \ | |
| 599 $(SRC)\keyboard.h | |
| 600 | |
| 601 $(BLD)\getloadavg.obj : \ | |
| 602 $(SRC)\getloadavg.c \ | |
| 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 | 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 | 609 $(SRC)\config.h \ |
| 610 $(EMACS_ROOT)\nt\inc\sys\file.h | |
| 611 | |
| 612 $(BLD)\gmalloc.obj : \ | |
| 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 | 616 $(EMACS_ROOT)\src\config.h \ |
| 617 $(EMACS_ROOT)\nt\inc\sys\param.h \ | |
| 618 $(SRC)\getpagesize.h | |
| 619 $(CC) $(CFLAGS) -D__STDC__ -Fo$@ gmalloc.c | |
| 620 | |
| 621 $(BLD)\hftctl.obj : \ | |
| 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 | 625 $(EMACS_ROOT)\src\config.h \ |
| 626 $(EMACS_ROOT)\nt\inc\sys\ioctl.h | |
| 627 | |
| 628 $(BLD)\indent.obj : \ | |
| 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 | 632 $(EMACS_ROOT)\src\config.h \ |
| 633 $(SRC)\lisp.h \ | |
| 634 $(SRC)\buffer.h \ | |
| 635 $(SRC)\indent.h \ | |
| 636 $(SRC)\frame.h \ | |
| 637 $(SRC)\window.h \ | |
| 638 $(SRC)\termchar.h \ | |
| 639 $(SRC)\termopts.h \ | |
| 640 $(SRC)\disptab.h \ | |
| 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 | 644 |
| 645 $(BLD)\insdel.obj : \ | |
| 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 | 649 $(EMACS_ROOT)\src\config.h \ |
| 650 $(SRC)\lisp.h \ | |
| 651 $(SRC)\dispextern.h \ | |
| 652 $(SRC)\intervals.h \ | |
| 653 $(SRC)\buffer.h \ | |
| 654 $(SRC)\window.h \ | |
| 655 $(SRC)\blockinput.h | |
| 656 | |
| 657 $(BLD)\intervals.obj : \ | |
| 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 | 661 $(EMACS_ROOT)\src\config.h \ |
| 662 $(SRC)\lisp.h \ | |
| 663 $(SRC)\dispextern.h \ | |
| 664 $(SRC)\intervals.h \ | |
| 665 $(SRC)\buffer.h \ | |
| 666 $(SRC)\puresize.h | |
| 667 $(CC) $(CFLAGS) -Fo$@ intervals.c | |
| 668 | |
| 669 $(BLD)\keyboard.obj : \ | |
| 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 | 673 $(EMACS_ROOT)\src\config.h \ |
| 674 $(SRC)\termchar.h \ | |
| 675 $(SRC)\termopts.h \ | |
| 676 $(SRC)\lisp.h \ | |
| 677 $(SRC)\termhooks.h \ | |
| 678 $(SRC)\macros.h \ | |
| 679 $(SRC)\frame.h \ | |
| 680 $(SRC)\window.h \ | |
| 681 $(SRC)\commands.h \ | |
| 682 $(SRC)\buffer.h \ | |
| 683 $(SRC)\disptab.h \ | |
| 684 $(SRC)\keyboard.h \ | |
| 685 $(SRC)\dispextern.h \ | |
| 686 $(SRC)\intervals.h \ | |
| 687 $(SRC)\blockinput.h \ | |
| 688 $(SRC)\msdos.h \ | |
| 689 $(SRC)\syssignal.h \ | |
| 690 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ | |
| 691 $(EMACS_ROOT)\nt\inc\sys\file.h \ | |
| 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 | 694 $(SRC)\xterm.h \ |
| 695 $(SRC)\vmstime.h \ | |
| 696 $(SRC)\systime.h | |
| 697 | |
| 698 $(BLD)\keymap.obj : \ | |
| 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 | 702 $(EMACS_ROOT)\src\config.h \ |
| 703 $(SRC)\lisp.h \ | |
| 704 $(SRC)\commands.h \ | |
| 705 $(SRC)\buffer.h \ | |
| 706 $(SRC)\keyboard.h \ | |
| 707 $(SRC)\termhooks.h \ | |
| 708 $(SRC)\blockinput.h | |
| 709 | |
| 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 | 715 |
| 716 $(BLD)\lread.obj : \ | |
| 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 | 720 $(EMACS_ROOT)\src\config.h \ |
| 721 $(EMACS_ROOT)\nt\inc\sys\file.h \ | |
| 722 $(SRC)\lisp.h \ | |
| 723 $(SRC)\buffer.h \ | |
| 724 $(EMACS_ROOT)\src\paths.h \ | |
| 725 $(SRC)\commands.h \ | |
| 726 $(SRC)\keyboard.h \ | |
| 727 $(SRC)\termhooks.h \ | |
| 728 $(SRC)\msdos.h | |
| 729 | |
| 730 $(BLD)\macros.obj : \ | |
| 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 | 734 $(EMACS_ROOT)\src\config.h \ |
| 735 $(SRC)\lisp.h \ | |
| 736 $(SRC)\macros.h \ | |
| 737 $(SRC)\commands.h \ | |
| 738 $(SRC)\buffer.h \ | |
| 739 $(SRC)\window.h | |
| 740 | |
| 741 $(BLD)\marker.obj : \ | |
| 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 | 745 $(EMACS_ROOT)\src\config.h \ |
| 746 $(SRC)\lisp.h \ | |
| 747 $(SRC)\buffer.h | |
| 748 | |
| 749 $(BLD)\minibuf.obj : \ | |
| 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 | 753 $(EMACS_ROOT)\src\config.h \ |
| 754 $(SRC)\lisp.h \ | |
| 755 $(SRC)\commands.h \ | |
| 756 $(SRC)\buffer.h \ | |
| 757 $(SRC)\dispextern.h \ | |
| 758 $(SRC)\frame.h \ | |
| 759 $(SRC)\window.h \ | |
| 760 $(SRC)\syntax.h | |
| 761 | |
| 762 $(BLD)\mocklisp.obj : \ | |
| 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 | 766 $(EMACS_ROOT)\src\config.h \ |
| 767 $(SRC)\lisp.h \ | |
| 768 $(SRC)\buffer.h | |
| 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 | 775 $(SRC)\config.h \ |
| 776 $(SRC)\lisp.h \ | |
| 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 | 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 | 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 | 791 $(SRC)\config.h \ |
| 792 $(SRC)\lisp.h \ | |
| 793 $(SRC)\frame.h \ | |
| 794 $(SRC)\blockinput.h \ | |
| 795 $(SRC)\termhooks.h | |
| 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 | 801 $(SRC)\config.h \ |
| 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 | 805 $(SRC)\vmstime.h \ |
| 806 $(SRC)\systime.h | |
| 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 | 812 $(SRC)\config.h \ |
| 813 $(SRC)\lisp.h \ | |
| 814 $(SRC)\frame.h \ | |
| 815 $(SRC)\disptab.h \ | |
| 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 | 818 |
| 819 $(BLD)\prefix-args.obj : \ | |
| 820 $(SRC)\prefix-args.c | |
| 821 | |
| 822 $(BLD)\print.obj : \ | |
| 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 | 826 $(EMACS_ROOT)\src\config.h \ |
| 827 $(SRC)\lisp.h \ | |
| 828 $(SRC)\buffer.h \ | |
| 829 $(SRC)\frame.h \ | |
| 830 $(SRC)\window.h \ | |
| 831 $(SRC)\process.h \ | |
| 832 $(SRC)\termchar.h \ | |
| 833 $(SRC)\dispextern.h \ | |
| 834 $(SRC)\intervals.h | |
| 835 | |
| 836 $(BLD)\process.obj : \ | |
| 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 | 840 $(EMACS_ROOT)\src\config.h \ |
| 841 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ | |
| 842 $(EMACS_ROOT)\nt\inc\sys\file.h \ | |
| 843 $(SRC)\systty.h \ | |
| 844 $(SRC)\window.h \ | |
| 845 $(SRC)\buffer.h \ | |
| 846 $(SRC)\process.h \ | |
| 847 $(SRC)\termhooks.h \ | |
| 848 $(SRC)\commands.h \ | |
| 849 $(SRC)\frame.h \ | |
| 850 $(SRC)\syssignal.h \ | |
| 851 $(SRC)\vmsproc.h \ | |
| 852 $(SRC)\syswait.h \ | |
| 853 $(SRC)\lisp.h \ | |
| 854 $(SRC)\vmstime.h \ | |
| 855 $(SRC)\systime.h \ | |
| 856 $(SRC)\termopts.h | |
| 857 | |
| 858 $(BLD)\ralloc.obj : \ | |
| 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 | 862 $(EMACS_ROOT)\src\config.h \ |
| 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 | 866 $(SRC)\config.h \ |
| 867 $(EMACS_ROOT)\nt\inc\sys\param.h \ | |
| 868 $(SRC)\getpagesize.h | |
| 869 | |
| 870 $(BLD)\regex.obj : \ | |
| 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 | 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 | 877 $(SRC)\config.h \ |
| 878 $(SRC)\lisp.h \ | |
| 879 $(SRC)\buffer.h \ | |
| 880 $(SRC)\syntax.h \ | |
| 881 $(SRC)\regex.h | |
| 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 | 892 $(BLD)\scroll.obj : \ |
| 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 | 896 $(EMACS_ROOT)\src\config.h \ |
| 897 $(SRC)\termchar.h \ | |
| 898 $(SRC)\lisp.h \ | |
| 899 $(SRC)\dispextern.h \ | |
| 900 $(SRC)\frame.h | |
| 901 | |
| 902 $(BLD)\search.obj : \ | |
| 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 | 906 $(EMACS_ROOT)\src\config.h \ |
| 907 $(SRC)\lisp.h \ | |
| 908 $(SRC)\syntax.h \ | |
| 909 $(SRC)\buffer.h \ | |
| 910 $(SRC)\commands.h \ | |
| 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 | 914 |
| 11742 | 915 $(BLD)\strftime.obj : \ |
| 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 | 918 $(EMACS_ROOT)\src\m\intel386.h \ |
| 919 $(EMACS_ROOT)\src\config.h | |
| 920 | |
| 9803 | 921 $(BLD)\sunfns.obj : \ |
| 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 | 925 $(EMACS_ROOT)\src\config.h \ |
| 926 $(SRC)\lisp.h \ | |
| 927 $(SRC)\window.h \ | |
| 928 $(SRC)\buffer.h \ | |
| 929 $(SRC)\termhooks.h | |
| 930 | |
| 931 $(BLD)\syntax.obj : \ | |
| 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 | 935 $(EMACS_ROOT)\src\config.h \ |
| 936 $(SRC)\lisp.h \ | |
| 937 $(SRC)\commands.h \ | |
| 938 $(SRC)\buffer.h \ | |
| 939 $(SRC)\syntax.h | |
| 940 | |
| 941 $(BLD)\sysdep.obj : \ | |
| 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 | 945 $(EMACS_ROOT)\src\config.h \ |
| 946 $(SRC)\lisp.h \ | |
| 947 $(SRC)\blockinput.h \ | |
| 948 $(SRC)\dosfns.h \ | |
| 949 $(SRC)\msdos.h \ | |
| 950 $(EMACS_ROOT)\nt\inc\sys\param.h \ | |
| 951 $(EMACS_ROOT)\nt\inc\sys\file.h \ | |
| 952 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ | |
| 953 $(EMACS_ROOT)\nt\inc\sys\file.h \ | |
| 954 $(SRC)\systty.h \ | |
| 955 $(SRC)\vmsproc.h \ | |
| 956 $(SRC)\syswait.h \ | |
| 957 $(SRC)\frame.h \ | |
| 958 $(SRC)\window.h \ | |
| 959 $(SRC)\termhooks.h \ | |
| 960 $(SRC)\termchar.h \ | |
| 961 $(SRC)\termopts.h \ | |
| 962 $(SRC)\dispextern.h \ | |
| 963 $(SRC)\process.h \ | |
| 964 $(SRC)\vmsdir.h \ | |
| 965 $(SRC)\ndir.h \ | |
| 966 $(SRC)\syssignal.h \ | |
| 967 $(SRC)\vmstime.h \ | |
| 968 $(SRC)\systime.h \ | |
| 969 $(SRC)\uaf.h \ | |
| 970 $(SRC)\vms-pwd.h \ | |
| 971 $(EMACS_ROOT)\src\acldef.h \ | |
| 972 $(EMACS_ROOT)\src\chpdef.h | |
| 973 | |
| 974 $(BLD)\term.obj : \ | |
| 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 | 978 $(EMACS_ROOT)\src\config.h \ |
| 979 $(SRC)\termchar.h \ | |
| 980 $(SRC)\termopts.h \ | |
| 981 $(SRC)\cm.h \ | |
| 982 $(SRC)\lisp.h \ | |
| 983 $(SRC)\frame.h \ | |
| 984 $(SRC)\disptab.h \ | |
| 985 $(SRC)\termhooks.h \ | |
| 986 $(SRC)\keyboard.h | |
| 987 | |
| 988 $(BLD)\termcap.obj : \ | |
| 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 | 992 $(EMACS_ROOT)\src\config.h \ |
| 993 $(EMACS_ROOT)\nt\inc\sys\file.h | |
| 994 | |
| 995 $(BLD)\terminfo.obj : \ | |
| 996 $(SRC)\terminfo.c | |
| 997 | |
| 998 $(BLD)\textprop.obj : \ | |
| 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 | 1002 $(EMACS_ROOT)\src\config.h \ |
| 1003 $(SRC)\lisp.h \ | |
| 1004 $(SRC)\dispextern.h \ | |
| 1005 $(SRC)\intervals.h \ | |
| 1006 $(SRC)\buffer.h \ | |
| 1007 $(SRC)\window.h | |
| 1008 | |
| 1009 $(BLD)\tparam.obj : \ | |
| 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 | 1013 $(EMACS_ROOT)\src\config.h |
| 1014 | |
| 1015 $(BLD)\undo.obj : \ | |
| 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 | 1019 $(EMACS_ROOT)\src\config.h \ |
| 1020 $(SRC)\lisp.h \ | |
| 1021 $(SRC)\buffer.h \ | |
| 1022 $(SRC)\commands.h | |
| 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 | 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 | 1038 $(BLD)\widget.obj : \ |
| 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 | 1042 $(EMACS_ROOT)\src\config.h \ |
| 1043 $(SRC)\lisp.h \ | |
| 1044 $(SRC)\xterm.h \ | |
| 1045 $(SRC)\frame.h \ | |
| 1046 $(SRC)\dispextern.h \ | |
| 1047 $(SRC)\widget.h \ | |
| 1048 $(SRC)\widgetprv.h | |
| 1049 | |
| 1050 $(BLD)\window.obj : \ | |
| 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 | 1054 $(EMACS_ROOT)\src\config.h \ |
| 1055 $(SRC)\lisp.h \ | |
| 1056 $(SRC)\buffer.h \ | |
| 1057 $(SRC)\frame.h \ | |
| 1058 $(SRC)\window.h \ | |
| 1059 $(SRC)\commands.h \ | |
| 1060 $(SRC)\indent.h \ | |
| 1061 $(SRC)\termchar.h \ | |
| 1062 $(SRC)\disptab.h \ | |
| 1063 $(SRC)\keyboard.h | |
| 1064 | |
| 1065 $(BLD)\xdisp.obj : \ | |
| 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 | 1069 $(EMACS_ROOT)\src\config.h \ |
| 1070 $(SRC)\lisp.h \ | |
| 1071 $(SRC)\frame.h \ | |
| 1072 $(SRC)\window.h \ | |
| 1073 $(SRC)\termchar.h \ | |
| 1074 $(SRC)\buffer.h \ | |
| 1075 $(SRC)\indent.h \ | |
| 1076 $(SRC)\commands.h \ | |
| 1077 $(SRC)\macros.h \ | |
| 1078 $(SRC)\disptab.h \ | |
| 1079 $(SRC)\termhooks.h \ | |
| 1080 $(SRC)\dispextern.h \ | |
| 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 | 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 | 1092 $(SRC)\dispextern.h \ |
| 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 | 1095 $(SRC)\window.h \ |
| 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 | 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 | 1106 $(SRC)\frame.h \ |
| 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 | 1109 $(SRC)\dispextern.h \ |
| 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 | 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 | 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 | 1121 $(SRC)\lisp.h \ |
| 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 | 1124 $(SRC)\window.h \ |
| 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 | 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 | 1134 $(SRC)\lisp.h \ |
| 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 | 1138 $(SRC)\systty.h \ |
| 1139 $(SRC)\systime.h \ | |
| 1140 $(SRC)\frame.h \ | |
| 1141 $(SRC)\dispextern.h \ | |
| 1142 $(SRC)\termhooks.h \ | |
| 1143 $(SRC)\termopts.h \ | |
| 1144 $(SRC)\termchar.h \ | |
| 1145 $(SRC)\gnu.h \ | |
| 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 | 1148 $(SRC)\window.h \ |
| 15238 | 1149 $(SRC)\keyboard.h \ |
| 15233 | 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 | 1157 $(SRC)\lisp.h \ |
| 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 | 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 |
