annotate src/makefile.nt @ 35453:26726eff41ca zsh-sync-ognus-2

2001-01-21 ShengHuo ZHU <zsh@cs.rochester.edu> * message.el (message-forward): Use mule4. * mm-util.el (mm-string-as-unibyte): New. * message.el (message-forward): Use it. * message.el (message-cite-original-without-signature): Don't peel off the blank line. (message-get-reply-headers): Add Cc if it is not in follow-to. * message.el (message-send-mail): Content-Type may not be there. By Alberto Lusiani. * gnus-art.el (article-display-x-face): Insert X-Face if there is not. * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is one. * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs. (gnus-remove-some-windows): Ditto. * mm-decode.el (mm-interactively-view-part): Don't copy-sequence handle. * gnus-art.el (gnus-mime-view-part): Copy it. (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles. * nnmail.el (nnmail-get-new-mail): Find group only if file is not orig-file. Use ',source. * nnslashdot.el (nnslashdot-request-list): Get the right year. By Lars Magne Ingebrigtsen. * pop3.el (pop3-get-message-count): Andrew Innes <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Sun, 21 Jan 2001 05:33:42 +0000
parents 2630c195f872
children 866d84ec716e
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.
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 34236
diff changeset
7 #
9803
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.
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 34236
diff changeset
12 #
9803
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.
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 34236
diff changeset
17 #
9803
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
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 34236
diff changeset
24 #
9803
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
22313
7139cd22a2f7 (LOCAL_FLAGS): Define HAVE_NTGUI if appropriate.
Andrew Innes <andrewi@gnu.org>
parents: 21890
diff changeset
36 !ifdef NTGUI
7139cd22a2f7 (LOCAL_FLAGS): Define HAVE_NTGUI if appropriate.
Andrew Innes <andrewi@gnu.org>
parents: 21890
diff changeset
37 LOCAL_FLAGS = $(LOCAL_FLAGS) -DHAVE_NTGUI=1
7139cd22a2f7 (LOCAL_FLAGS): Define HAVE_NTGUI if appropriate.
Andrew Innes <andrewi@gnu.org>
parents: 21890
diff changeset
38 !endif
31098
53a2817c6ee4 (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
Andrew Innes <andrewi@gnu.org>
parents: 30063
diff changeset
39 !ifdef USE_CRT_DLL
53a2817c6ee4 (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
Andrew Innes <andrewi@gnu.org>
parents: 30063
diff changeset
40 LOCAL_FLAGS = $(LOCAL_FLAGS) -DUSE_CRT_DLL=1 -MD
53a2817c6ee4 (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
Andrew Innes <andrewi@gnu.org>
parents: 30063
diff changeset
41 libc = msvcrt.lib
53a2817c6ee4 (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
Andrew Innes <andrewi@gnu.org>
parents: 30063
diff changeset
42 LINK_FLAGS = -nodefaultlib
53a2817c6ee4 (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
Andrew Innes <andrewi@gnu.org>
parents: 30063
diff changeset
43 !endif
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
44
24365
9f92c0ff8fe8 (EXTRA_LINK, LINK_FLAGS): Ensure base relocation
Andrew Innes <andrewi@gnu.org>
parents: 24247
diff changeset
45 # From MSVC 5.0 onwards, it seem base relocation information is not included,
9f92c0ff8fe8 (EXTRA_LINK, LINK_FLAGS): Ensure base relocation
Andrew Innes <andrewi@gnu.org>
parents: 24247
diff changeset
46 # at least in release builds. We need to ensure the reloc info is included
9f92c0ff8fe8 (EXTRA_LINK, LINK_FLAGS): Ensure base relocation
Andrew Innes <andrewi@gnu.org>
parents: 24247
diff changeset
47 # in order to use the MSVC profiler.
24379
18002ef8ce0d (EXTRA_LINK): Do version test with strings.
Andrew Innes <andrewi@gnu.org>
parents: 24378
diff changeset
48 !IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)")
24365
9f92c0ff8fe8 (EXTRA_LINK, LINK_FLAGS): Ensure base relocation
Andrew Innes <andrewi@gnu.org>
parents: 24247
diff changeset
49 EXTRA_LINK =
9f92c0ff8fe8 (EXTRA_LINK, LINK_FLAGS): Ensure base relocation
Andrew Innes <andrewi@gnu.org>
parents: 24247
diff changeset
50 !ELSE
9f92c0ff8fe8 (EXTRA_LINK, LINK_FLAGS): Ensure base relocation
Andrew Innes <andrewi@gnu.org>
parents: 24247
diff changeset
51 EXTRA_LINK = -profile
9f92c0ff8fe8 (EXTRA_LINK, LINK_FLAGS): Ensure base relocation
Andrew Innes <andrewi@gnu.org>
parents: 24247
diff changeset
52 !ENDIF
9f92c0ff8fe8 (EXTRA_LINK, LINK_FLAGS): Ensure base relocation
Andrew Innes <andrewi@gnu.org>
parents: 24247
diff changeset
53
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
54 EMACS = $(BLD)\emacs.exe
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
55 TEMACS = $(BLD)\temacs.exe
24100
b0f472237251 (TEMACS_TMP): New macro.
Andrew Innes <andrewi@gnu.org>
parents: 23834
diff changeset
56 TEMACS_TMP = $(BLD)\temacs.bin
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
57 TLIB0 = $(BLD)\temacs0.lib
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
58 TLIB1 = $(BLD)\temacs1.lib
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
59 TLIB2 = $(BLD)\temacs2.lib
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
60 !IFDEF NTGUI
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
61 TLIBW32 = $(BLD)\temacw32.lib
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
62 !ELSE
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
63 TLIBW32 =
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
64 !ENDIF
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
65 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
66 !if $(MSVCNT11)
15c642f6c1a1 (TRES) [MSVCNT11]: Use emacs.res, and don't compile it.
Richard M. Stallman <rms@gnu.org>
parents: 12178
diff changeset
67 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
68 !else
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
69 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
70 !endif
12453
8e4f8107dcd0 (EMACS) [win95]: Removed.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12240
diff changeset
71 TLASTLIB = $(BLD)\lastfile.lib
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
72
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
73 # 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
74 # -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
75 !if "$(BUILD_TYPE)" == "spd"
31098
53a2817c6ee4 (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
Andrew Innes <andrewi@gnu.org>
parents: 30063
diff changeset
76 LINK_FLAGS = $(LINK_FLAGS) $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -debugtype:both -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -swaprun:net -swaprun:cd
21602
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
77 !else
31098
53a2817c6ee4 (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
Andrew Innes <andrewi@gnu.org>
parents: 30063
diff changeset
78 LINK_FLAGS = $(LINK_FLAGS) $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -debugtype:both -pdb:none -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -swaprun:net -swaprun:cd $(EXTRA_LINK)
21602
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
79 !endif
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
80
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
81 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
82 # 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
83 # command line space when we link them into a library.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
84 #
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
85 # 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
86 # 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
87 #
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
88 OBJ0 = $(BLD)\emacs.obj
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
89
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
90 OBJ1 = $(BLD)\abbrev.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
91 $(BLD)\alloc.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
92 $(BLD)\alloca.obj \
27629
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
93 $(BLD)\atimer.obj \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
94 $(BLD)\buffer.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
95 $(BLD)\bytecode.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
96 $(BLD)\callint.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
97 $(BLD)\callproc.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
98 $(BLD)\casefiddle.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
99 $(BLD)\cm.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
100 $(BLD)\cmds.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
101 $(BLD)\data.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
102 $(BLD)\dired.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
103 $(BLD)\dispnew.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
104 $(BLD)\doc.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
105 $(BLD)\doprnt.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
106 $(BLD)\editfns.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
107 $(BLD)\eval.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
108 $(BLD)\fileio.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
109 $(BLD)\filelock.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
110 $(BLD)\filemode.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
111 $(BLD)\fns.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
112 $(BLD)\indent.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
113 $(BLD)\insdel.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
114 $(BLD)\keyboard.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
115 $(BLD)\keymap.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
116 $(BLD)\lread.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
117 $(BLD)\macros.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
118 $(BLD)\marker.obj \
34236
636fd6f691ba (sunfns.obj): Remove.
Jason Rumney <jasonr@gnu.org>
parents: 32718
diff changeset
119 $(BLD)\md5.obj \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
120 $(BLD)\minibuf.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
121 $(BLD)\mocklisp.obj
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
122
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
123 OBJ2 = $(BLD)\w32.obj \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
124 $(BLD)\w32heap.obj \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
125 $(BLD)\w32inevt.obj \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
126 $(BLD)\w32proc.obj \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
127 $(BLD)\w32console.obj \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
128 $(BLD)\print.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
129 $(BLD)\process.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
130 $(BLD)\regex.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
131 $(BLD)\scroll.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
132 $(BLD)\search.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
133 $(BLD)\syntax.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
134 $(BLD)\sysdep.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
135 $(BLD)\term.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
136 $(BLD)\termcap.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
137 $(BLD)\tparam.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
138 $(BLD)\undo.obj \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
139 $(BLD)\unexw32.obj \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
140 $(BLD)\window.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
141 $(BLD)\xdisp.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
142 $(BLD)\casetab.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
143 $(BLD)\floatfns.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
144 $(BLD)\frame.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
145 $(BLD)\gmalloc.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
146 $(BLD)\intervals.obj \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
147 $(BLD)\composite.obj \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
148 $(BLD)\ralloc.obj \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
149 $(BLD)\textprop.obj \
11383
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
150 $(BLD)\vm-limit.obj \
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
151 $(BLD)\region-cache.obj \
18505
ca4d948da78d (OBJ2): Include new source files.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16888
diff changeset
152 $(BLD)\strftime.obj \
ca4d948da78d (OBJ2): Include new source files.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16888
diff changeset
153 $(BLD)\charset.obj \
ca4d948da78d (OBJ2): Include new source files.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16888
diff changeset
154 $(BLD)\coding.obj \
ca4d948da78d (OBJ2): Include new source files.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16888
diff changeset
155 $(BLD)\category.obj \
ca4d948da78d (OBJ2): Include new source files.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16888
diff changeset
156 $(BLD)\ccl.obj \
ca4d948da78d (OBJ2): Include new source files.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16888
diff changeset
157 $(BLD)\fontset.obj
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
158
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
159 WIN32OBJ = $(BLD)\w32term.obj \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
160 $(BLD)\w32xfns.obj \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
161 $(BLD)\w32fns.obj \
27980
350224e0efe6 (w32faces.obj): Remove.
Jason Rumney <jasonr@gnu.org>
parents: 27891
diff changeset
162 $(BLD)\xfaces.obj \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
163 $(BLD)\w32select.obj \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
164 $(BLD)\w32menu.obj \
24143
fb22a9461d00 Add w32bdf.c and w32bdf.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24135
diff changeset
165 $(BLD)\w32reg.obj \
fb22a9461d00 Add w32bdf.c and w32bdf.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24135
diff changeset
166 $(BLD)\w32bdf.obj
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
167
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
168 LIBS = $(TLIB0) \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
169 $(TLIB1) \
11940
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
170 $(TLIB2) \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
171 !IFDEF NTGUI
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
172 $(TLIBW32) \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
173 !ENDIF
12453
8e4f8107dcd0 (EMACS) [win95]: Removed.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12240
diff changeset
174 $(TLASTLIB) \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
175 !IFDEF NTGUI
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
176 gdi32.lib \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
177 comdlg32.lib \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
178 !ENDIF
15140
f13ffba51542 (SUBSYSTEM) [NTGUI]: Remove conditional.
Geoff Voelker <voelker@cs.washington.edu>
parents: 14899
diff changeset
179 # libcmt.lib \
11940
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
180 $(BASE_LIBS) \
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
181 $(ADVAPI32) \
14247
63cada85e5fd (keyboard.obj, dispnew.obj): Depend upon w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 13829
diff changeset
182 user32.lib \
21602
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
183 mpr.lib \
21890
f28b2d5e921b (LIBS): Link in shell32.lib.
Richard M. Stallman <rms@gnu.org>
parents: 21602
diff changeset
184 shell32.lib \
21602
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
185 setargv.obj
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 # Build the executable and dump it.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
189 #
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 34236
diff changeset
190 all: $(BLD) $(EMACS)
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
191
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
192 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
193 # Headers we would preprocess if we could.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
194 #
24517
e422a11cf832 (PREPARED_HEADERS): Change name of paths.h to epaths.h.
Andrew Innes <andrewi@gnu.org>
parents: 24444
diff changeset
195 PREPARED_HEADERS = config.h epaths.h
11940
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
196 config.h: ..\nt\$(CONFIG_H)
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
197 $(CP) $** $@
24517
e422a11cf832 (PREPARED_HEADERS): Change name of paths.h to epaths.h.
Andrew Innes <andrewi@gnu.org>
parents: 24444
diff changeset
198 epaths.h: ..\nt\paths.h
11940
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
199 $(CP) $** $@
11383
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
200
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
201 #
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
202 # Make sure we have the DOC file in the right place.
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
203 #
15721
6d54ca02c76d (DOC, clean): Use OBJDIR macro.
Karl Heuer <kwzh@gnu.org>
parents: 15238
diff changeset
204 DOC = $(OBJDIR)\etc\DOC-X
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 34236
diff changeset
205 $(DOC):; cd ..\lib-src
14899
4b7b8a937a5d Change uses of del to $(DEL).
Geoff Voelker <voelker@cs.washington.edu>
parents: 14247
diff changeset
206 - $(DEL) DOC-X
30063
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
207 $(MAKE) $(MFLAGS) -f makefile.nt all
11383
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
208 cd ..\src
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
209
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
210 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
211 # The dumped executable
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
212 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
213 emacs: $(EMACS)
30063
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
214 $(EMACS): $(DOC) $(TEMACS)
24247
90729d756198 Use full path to temacs.exe when dumping.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24205
diff changeset
215 $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup dump
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
216
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
217 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
218 # The undumped executable
24100
b0f472237251 (TEMACS_TMP): New macro.
Andrew Innes <andrewi@gnu.org>
parents: 23834
diff changeset
219 # Note the extra post-link step to insert a static preload heap section.
b0f472237251 (TEMACS_TMP): New macro.
Andrew Innes <andrewi@gnu.org>
parents: 23834
diff changeset
220 # If preload runs out of memory, increase the last argument to addsection
b0f472237251 (TEMACS_TMP): New macro.
Andrew Innes <andrewi@gnu.org>
parents: 23834
diff changeset
221 # (it is the preload heap size in MB).
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
222 #
12178
fc00a306b890 (TEMACS): Depend upon $(BLD).
Geoff Voelker <voelker@cs.washington.edu>
parents: 11940
diff changeset
223 temacs: $(BLD) $(TEMACS)
30063
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
224 $(TEMACS): $(PREPARED_HEADERS) $(TLIB0) $(TLIB1) $(TLIB2) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES)
24100
b0f472237251 (TEMACS_TMP): New macro.
Andrew Innes <andrewi@gnu.org>
parents: 23834
diff changeset
225 $(LINK) -out:$(TEMACS_TMP) $(LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS)
b0f472237251 (TEMACS_TMP): New macro.
Andrew Innes <andrewi@gnu.org>
parents: 23834
diff changeset
226 ..\nt\$(BLD)\addsection $(TEMACS_TMP) $(TEMACS) EMHEAP 16
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
227
30063
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
228 bootstrap: bootstrap-emacs
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
229
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
230 #
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
231 # Build a temacs with a sufficiently large PURESIZE to load the
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
232 # Lisp files from loadup.el in source form.
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
233 #
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
234 bootstrap-temacs: bootstrap-clean
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
235 $(MAKE) $(MFLAGS) -f makefile.nt temacs CFLAGS="$(CFLAGS) -DPURESIZE=5000000"
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
236
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
237 #
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 34236
diff changeset
238 # Dump an Emacs executable named bootstrap-emacs containing the
30063
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
239 # files from loadup.el in source form.
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
240 #
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
241 bootstrap-emacs: bootstrap-temacs
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
242 $(MAKEDIR)\$(BLD)\temacs.exe -batch -l loadup bootstrap
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
243 - mkdir ..\bin
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
244 $(CP) $(EMACS) ..\bin
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
245
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
246 #
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
247 # Force recompile of files that depend on PURESIZE
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
248 #
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
249 bootstrap-clean:
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
250 - $(DEL) $(BLD)\alloc.obj
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
251 - $(DEL) $(BLD)\data.obj
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
252 - $(DEL) $(BLD)\intervals.obj
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
253 - $(DEL) $(BLD)\keyboard.obj
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
254 - $(DEL) $(BLD)\keymap.obj
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
255
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
256 #
11940
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
257 # 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
258 # 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
259 #
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
260 $(TRES): ..\nt\emacs.rc
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
261 $(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
262 !if !$(MSVCNT11)
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
263 $(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
264 !endif
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
265
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
266 #
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 34236
diff changeset
267 # Build the library. Split up the build into two phases...otherwise we
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
268 # run out of command line space.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
269 #
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
270 $(TLIB0): $(OBJ0)
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
271 @- $(AR) -out:$@ $**
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
272 $(TLIB1): $(OBJ1)
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
273 @- $(AR) -out:$@ $**
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
274 $(TLIB2): $(OBJ2)
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
275 @- $(AR) -out:$@ $**
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
276 !IFDEF NTGUI
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
277 $(TLIBW32): $(WIN32OBJ)
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
278 @- $(AR) -out:$@ $**
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
279 !ENDIF
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
280
12453
8e4f8107dcd0 (EMACS) [win95]: Removed.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12240
diff changeset
281 #
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
282 # 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
283 # 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
284 # 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
285 #
8e4f8107dcd0 (EMACS) [win95]: Removed.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12240
diff changeset
286 $(TLASTLIB): $(BLD)\lastfile.obj
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
287 @- $(AR) -out:$@ $**
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
288
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
289 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
290 # Assuming INSTALL_DIR is defined, build and install emacs in it.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
291 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
292 install: all
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
293 - mkdir $(INSTALL_DIR)\bin
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
294 $(CP) $(EMACS) $(INSTALL_DIR)\bin
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
295
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
296 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
297 # Maintenance
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 34236
diff changeset
298 #
21602
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
299 clean:; - $(DEL) *~ s\*~
24517
e422a11cf832 (PREPARED_HEADERS): Change name of paths.h to epaths.h.
Andrew Innes <andrewi@gnu.org>
parents: 24444
diff changeset
300 - $(DEL) *.pdb config.h epaths.h
21602
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
301 - $(DEL) *.orig *.rej *.crlf
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
302 - $(DEL) s\*.orig s\*.rej s\*.crlf
11383
354e54719416 (DOC): Defined.
Karl Heuer <kwzh@gnu.org>
parents: 9821
diff changeset
303 - $(DEL_TREE) deleted
21602
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
304 - $(DEL_TREE) obj
c774fc879d96 (LINK_TYPE): Do not include debug info in optimized
Geoff Voelker <voelker@cs.washington.edu>
parents: 20340
diff changeset
305 - $(DEL_TREE) obj-spd
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
306
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
307 #
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
308 # These files are the ones that compile conditionally on CANNOT_DUMP...
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
309 # this target is mostly used for debugging.
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
310 #
11940
4636a3916e01 (LIBS): Use BASE_LIBS and ADVAPI32.
Geoff Voelker <voelker@cs.washington.edu>
parents: 11751
diff changeset
311 cleandump:; cd $(BLD)
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
312 - $(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
313 cd ..\..
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
314
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
315
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
316 ### DEPENDENCIES ###
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
317
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
318 EMACS_ROOT = ..
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
319 SRC = .
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
320
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
321 $(BLD)\abbrev.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
322 $(SRC)\abbrev.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
323 $(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
324 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
325 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
326 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
327 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
328 $(SRC)\window.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
329
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
330 $(BLD)\alloc.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
331 $(SRC)\alloc.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
332 $(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
333 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
334 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
335 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
336 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
337 $(SRC)\intervals.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
338 $(SRC)\composite.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
339 $(SRC)\puresize.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
340 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
341 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
342 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
343 $(SRC)\blockinput.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
344 $(SRC)\syssignal.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
345
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
346 $(BLD)\alloca.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
347 $(SRC)\alloca.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
348 $(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
349 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
350 $(EMACS_ROOT)\src\config.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
351 $(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
352 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
353 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
354 $(SRC)\blockinput.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
355
27629
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
356 $(BLD)\atimer.obj : \
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
357 $(SRC)\atimer.c \
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
358 $(EMACS_ROOT)\src\s\ms-w32.h \
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
359 $(EMACS_ROOT)\src\m\intel386.h \
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
360 $(EMACS_ROOT)\src\config.h \
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
361 $(SRC)\s\ms-w32.h \
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
362 $(SRC)\m\intel386.h \
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
363 $(SRC)\config.h \
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
364 $(SRC)\atimer.h \
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
365 $(SRC)\syssignal.h \
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
366 $(SRC)\systime.h \
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
367 $(SRC)\blockinput.h
1a1bb26a2326 Add dependencies on w32gui.h.
Andrew Innes <andrewi@gnu.org>
parents: 27520
diff changeset
368
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
369 $(BLD)\buffer.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
370 $(SRC)\buffer.c \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
371 $(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
372 $(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
373 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
374 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
375 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
376 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
377 $(SRC)\intervals.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
378 $(SRC)\composite.h \
30063
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
379 $(SRC)\frame.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
380 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
381 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
382 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
383 $(SRC)\indent.h \
11751
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
384 $(SRC)\blockinput.h \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
385 $(SRC)\region-cache.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
386
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
387 $(BLD)\bytecode.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
388 $(SRC)\bytecode.c \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
389 $(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
390 $(EMACS_ROOT)\src\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
391 $(EMACS_ROOT)\src\config.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
392 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
393 $(SRC)\syntax.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
394
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
395 $(BLD)\callint.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
396 $(SRC)\callint.c \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
397 $(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
398 $(EMACS_ROOT)\src\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
399 $(EMACS_ROOT)\src\config.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
400 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
401 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
402 $(SRC)\keyboard.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
403 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
404 $(SRC)\mocklisp.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
405
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
406 $(BLD)\callproc.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
407 $(SRC)\callproc.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
408 $(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
409 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
410 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
411 $(SRC)\msdos.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
412 $(EMACS_ROOT)\nt\inc\sys\param.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
413 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
414 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
415 $(SRC)\process.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
416 $(SRC)\syssignal.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
417 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
418 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
419 $(SRC)\systty.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
420
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
421 $(BLD)\casefiddle.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
422 $(SRC)\casefiddle.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
423 $(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
424 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
425 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
426 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
427 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
428 $(SRC)\syntax.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
429 $(CC) $(CFLAGS) -Fo$@ casefiddle.c
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
430
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
431 $(BLD)\casetab.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
432 $(SRC)\casetab.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
433 $(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
434 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
435 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
436 $(SRC)\buffer.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
437
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
438 $(BLD)\cm.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
439 $(SRC)\cm.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
440 $(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
441 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
442 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
443 $(SRC)\cm.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
444 $(SRC)\termhooks.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
445
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
446 $(BLD)\cmds.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
447 $(SRC)\cmds.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
448 $(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
449 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
450 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
451 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
452 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
453 $(SRC)\syntax.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
454
30063
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
455 $(BLD)\composite.obj : \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
456 $(SRC)\composite.c \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
457 $(SRC)\buffer.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
458 $(SRC)\charset.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
459 $(SRC)\intervals.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
460 $(SRC)\composite.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
461 $(EMACS_ROOT)\src\s\ms-w32.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
462 $(EMACS_ROOT)\src\m\intel386.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
463 $(EMACS_ROOT)\src\config.h
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
464
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
465 $(BLD)\data.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
466 $(SRC)\data.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
467 $(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
468 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
469 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
470 $(SRC)\puresize.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
471 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
472 $(SRC)\syssignal.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
473
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
474 $(BLD)\dired.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
475 $(SRC)\dired.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
476 $(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
477 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
478 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
479 $(SRC)\vmsdir.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
480 $(SRC)\ndir.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
481 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
482 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
483 $(SRC)\regex.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
484
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
485 $(BLD)\dispnew.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
486 $(SRC)\dispnew.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
487 $(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
488 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
489 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
490 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
491 $(SRC)\termopts.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
492 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
493 $(SRC)\cm.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
494 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
495 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
496 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
497 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
498 $(SRC)\disptab.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
499 $(SRC)\indent.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 \
30063
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
502 $(SRC)\composite.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
503 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
504 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
505 $(SRC)\systty.h \
14247
63cada85e5fd (keyboard.obj, dispnew.obj): Depend upon w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 13829
diff changeset
506 $(SRC)\w32term.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
507 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
508 $(SRC)\xterm.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
509 $(SRC)\vmstime.h \
30063
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
510 $(SRC)\systime.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
511
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
512 $(BLD)\doc.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
513 $(SRC)\doc.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
514 $(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
515 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
516 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
517 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
518 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
519 $(SRC)\keyboard.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
520
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
521 $(BLD)\doprnt.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
522 $(SRC)\doprnt.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
523 $(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
524 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
525 $(EMACS_ROOT)\src\config.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
526
30063
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
527 $(BLD)\dosfns.obj : \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
528 $(SRC)\dosfns.c \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
529 $(EMACS_ROOT)\src\s\ms-w32.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
530 $(EMACS_ROOT)\src\m\intel386.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
531 $(EMACS_ROOT)\src\config.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
532 $(SRC)\buffer.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
533 $(SRC)\termchar.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
534 $(SRC)\termhooks.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
535 $(SRC)\frame.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
536 $(SRC)\dosfns.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
537 $(SRC)\msdos.h
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
538
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
539 $(BLD)\editfns.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
540 $(SRC)\editfns.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
541 $(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
542 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
543 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
544 $(SRC)\uaf.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
545 $(SRC)\vms-pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
546 $(EMACS_ROOT)\nt\inc\pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
547 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
548 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
549 $(SRC)\intervals.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
550 $(SRC)\composite.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
551 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
552 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
553 $(SRC)\vmstime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
554 $(SRC)\systime.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
555
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
556 $(BLD)\emacs.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
557 $(SRC)\emacs.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
558 $(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
559 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
560 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
561 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
562 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
563 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
564 $(SRC)\intervals.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
565 $(SRC)\composite.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
566 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
567 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
568 $(SRC)\systty.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
569 $(SRC)\syssignal.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
570 $(SRC)\process.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
571
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
572 $(BLD)\eval.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
573 $(SRC)\eval.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
574 $(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
575 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
576 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
577 $(SRC)\blockinput.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
578 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
579 $(SRC)\keyboard.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
580
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
581 $(BLD)\fileio.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
582 $(SRC)\fileio.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
583 $(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
584 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
585 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
586 $(SRC)\uaf.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
587 $(SRC)\vms-pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
588 $(EMACS_ROOT)\nt\inc\pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
589 $(SRC)\msdos.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
590 $(EMACS_ROOT)\nt\inc\sys\param.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
591 $(SRC)\vmsdir.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
592 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
593 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
594 $(SRC)\intervals.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
595 $(SRC)\composite.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
596 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
597 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
598 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
599 $(SRC)\vmstime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
600 $(SRC)\systime.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
601
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
602 $(BLD)\filelock.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
603 $(SRC)\filelock.c \
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 \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
607 $(SRC)\uaf.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
608 $(SRC)\vms-pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
609 $(EMACS_ROOT)\nt\inc\pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
610 $(EMACS_ROOT)\nt\inc\sys\file.h \
24517
e422a11cf832 (PREPARED_HEADERS): Change name of paths.h to epaths.h.
Andrew Innes <andrewi@gnu.org>
parents: 24444
diff changeset
611 $(EMACS_ROOT)\src\epaths.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
612 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
613 $(SRC)\vmsdir.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
614 $(SRC)\ndir.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
615
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
616 $(BLD)\filemode.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
617 $(SRC)\filemode.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
618 $(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
619 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
620 $(EMACS_ROOT)\src\config.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
621 $(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
622 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
623 $(SRC)\config.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
624
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
625 $(BLD)\firstfile.obj : \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
626 $(SRC)\firstfile.c \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
627 $(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
628 $(EMACS_ROOT)\src\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
629 $(EMACS_ROOT)\src\config.h
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
630
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
631 $(BLD)\floatfns.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
632 $(SRC)\floatfns.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
633 $(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
634 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
635 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
636 $(SRC)\syssignal.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
637
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
638 $(BLD)\fns.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
639 $(SRC)\fns.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
640 $(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
641 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
642 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
643 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
644 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
645 $(SRC)\keyboard.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
646 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
647 $(SRC)\w32gui.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
648 $(SRC)\intervals.h \
34236
636fd6f691ba (sunfns.obj): Remove.
Jason Rumney <jasonr@gnu.org>
parents: 32718
diff changeset
649 $(SRC)\composite.h \
636fd6f691ba (sunfns.obj): Remove.
Jason Rumney <jasonr@gnu.org>
parents: 32718
diff changeset
650 $(SRC)\md5.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
651
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
652 $(BLD)\frame.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
653 $(SRC)\frame.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
654 $(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
655 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
656 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
657 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
658 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
659 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
660 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
661 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
662 $(SRC)\keyboard.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
663
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
664 $(BLD)\getloadavg.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
665 $(SRC)\getloadavg.c \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
666 $(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
667 $(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
668 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
669 $(EMACS_ROOT)\src\config.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
670 $(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
671 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
672 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
673 $(EMACS_ROOT)\nt\inc\sys\file.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
674
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
675 $(BLD)\gmalloc.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
676 $(SRC)\gmalloc.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
677 $(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
678 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
679 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
680 $(EMACS_ROOT)\nt\inc\sys\param.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
681 $(SRC)\getpagesize.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
682 $(CC) $(CFLAGS) -D__STDC__ -Fo$@ gmalloc.c
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
683
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
684 $(BLD)\hftctl.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
685 $(SRC)\hftctl.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
686 $(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
687 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
688 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
689 $(EMACS_ROOT)\nt\inc\sys\ioctl.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
690
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
691 $(BLD)\indent.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
692 $(SRC)\indent.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
693 $(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
694 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
695 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
696 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
697 $(SRC)\indent.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
698 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
699 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
700 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
701 $(SRC)\termopts.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
702 $(SRC)\disptab.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
703 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
704 $(SRC)\w32gui.h \
11751
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
705 $(SRC)\intervals.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
706 $(SRC)\region-cache.h \
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
707 $(SRC)\composite.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
708
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
709 $(BLD)\insdel.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
710 $(SRC)\insdel.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
711 $(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
712 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
713 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
714 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
715 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
716 $(SRC)\intervals.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
717 $(SRC)\composite.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
718 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
719 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
720 $(SRC)\blockinput.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
721
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
722 $(BLD)\intervals.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
723 $(SRC)\intervals.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
724 $(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
725 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
726 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
727 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
728 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
729 $(SRC)\intervals.h \
30063
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
730 $(SRC)\composite.h \
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
731 $(SRC)\keyboard.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
732 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
733 $(SRC)\puresize.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
734
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
735 $(BLD)\keyboard.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
736 $(SRC)\keyboard.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
737 $(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
738 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
739 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
740 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
741 $(SRC)\termopts.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
742 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
743 $(SRC)\macros.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
744 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
745 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
746 $(SRC)\commands.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 $(SRC)\disptab.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
749 $(SRC)\keyboard.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
750 $(SRC)\dispextern.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
751 $(SRC)\intervals.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
752 $(SRC)\composite.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
753 $(SRC)\blockinput.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
754 $(SRC)\msdos.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
755 $(SRC)\syssignal.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
756 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
757 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
758 $(SRC)\systty.h \
14247
63cada85e5fd (keyboard.obj, dispnew.obj): Depend upon w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 13829
diff changeset
759 $(SRC)\w32term.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
760 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
761 $(SRC)\xterm.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
762 $(SRC)\vmstime.h \
27891
5c190782d071 Add atimer.h to dependencies.
Jason Rumney <jasonr@gnu.org>
parents: 27629
diff changeset
763 $(SRC)\systime.h \
5c190782d071 Add atimer.h to dependencies.
Jason Rumney <jasonr@gnu.org>
parents: 27629
diff changeset
764 $(SRC)\atimer.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
765
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
766 $(BLD)\keymap.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
767 $(SRC)\keymap.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
768 $(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
769 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
770 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
771 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
772 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
773 $(SRC)\keyboard.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
774 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
775 $(SRC)\blockinput.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
776
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
777 $(BLD)\lastfile.obj : \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
778 $(SRC)\lastfile.c \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
779 $(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
780 $(EMACS_ROOT)\src\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
781 $(EMACS_ROOT)\src\config.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
782
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
783 $(BLD)\lread.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
784 $(SRC)\lread.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
785 $(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
786 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
787 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
788 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
789 $(SRC)\buffer.h \
24517
e422a11cf832 (PREPARED_HEADERS): Change name of paths.h to epaths.h.
Andrew Innes <andrewi@gnu.org>
parents: 24444
diff changeset
790 $(EMACS_ROOT)\src\epaths.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
791 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
792 $(SRC)\keyboard.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
793 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
794 $(SRC)\msdos.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
795
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
796 $(BLD)\macros.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
797 $(SRC)\macros.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
798 $(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
799 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
800 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
801 $(SRC)\macros.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
802 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
803 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
804 $(SRC)\window.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
805
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
806 $(BLD)\marker.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
807 $(SRC)\marker.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
808 $(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
809 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
810 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
811 $(SRC)\buffer.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
812
34236
636fd6f691ba (sunfns.obj): Remove.
Jason Rumney <jasonr@gnu.org>
parents: 32718
diff changeset
813 $(BLD)\md5.obj : \
636fd6f691ba (sunfns.obj): Remove.
Jason Rumney <jasonr@gnu.org>
parents: 32718
diff changeset
814 $(SRC)\md5.c \
636fd6f691ba (sunfns.obj): Remove.
Jason Rumney <jasonr@gnu.org>
parents: 32718
diff changeset
815 $(SRC)\md5.h
636fd6f691ba (sunfns.obj): Remove.
Jason Rumney <jasonr@gnu.org>
parents: 32718
diff changeset
816
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
817 $(BLD)\minibuf.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
818 $(SRC)\minibuf.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
819 $(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
820 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
821 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
822 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
823 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
824 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
825 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
826 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
827 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
828 $(SRC)\syntax.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
829
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
830 $(BLD)\mocklisp.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
831 $(SRC)\mocklisp.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
832 $(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
833 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
834 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
835 $(SRC)\buffer.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
836
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
837 $(BLD)\w32.obj : \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
838 $(SRC)\w32.c \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
839 $(SRC)\w32.h \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
840 $(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
841 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
842 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
843 $(EMACS_ROOT)\nt\inc\pwd.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
844 $(SRC)\w32heap.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
845
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
846 $(BLD)\w32heap.obj : \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
847 $(SRC)\w32heap.c \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
848 $(SRC)\w32heap.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
849 $(SRC)\s\ms-w32.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
850 $(SRC)\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
851 $(SRC)\config.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
852
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
853 $(BLD)\w32inevt.obj : \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
854 $(SRC)\w32inevt.c \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
855 $(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
856 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
857 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
858 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
859 $(SRC)\blockinput.h \
23680
02e5da32da56 ($(BLD)\w32inevt.obj): Add dependencies on w32term.h
Geoff Voelker <voelker@cs.washington.edu>
parents: 23626
diff changeset
860 $(SRC)\termhooks.h \
02e5da32da56 ($(BLD)\w32inevt.obj): Add dependencies on w32term.h
Geoff Voelker <voelker@cs.washington.edu>
parents: 23626
diff changeset
861 $(SRC)\w32heap.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
862 $(SRC)\w32term.h \
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
863 $(SRC)\w32gui.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
864
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
865 $(BLD)\w32proc.obj : \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
866 $(SRC)\w32proc.c \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
867 $(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
868 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
869 $(SRC)\config.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
870 $(SRC)\w32.h \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
871 $(SRC)\w32heap.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
872 $(SRC)\vmstime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
873 $(SRC)\systime.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
874
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
875 $(BLD)\w32console.obj : \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
876 $(SRC)\w32console.c \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
877 $(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
878 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
879 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
880 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
881 $(SRC)\disptab.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
882 $(SRC)\termhooks.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
883 $(SRC)\w32inevt.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
884
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
885 $(BLD)\prefix-args.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
886 $(SRC)\prefix-args.c
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
887
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
888 $(BLD)\print.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
889 $(SRC)\print.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
890 $(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
891 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
892 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
893 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
894 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
895 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
896 $(SRC)\process.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)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
899 $(SRC)\w32gui.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
900 $(SRC)\intervals.h \
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
901 $(SRC)\composite.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
902
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
903 $(BLD)\process.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
904 $(SRC)\process.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
905 $(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
906 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
907 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
908 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
909 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
910 $(SRC)\systty.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
911 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
912 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
913 $(SRC)\process.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
914 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
915 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
916 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
917 $(SRC)\syssignal.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
918 $(SRC)\vmsproc.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
919 $(SRC)\syswait.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
920 $(SRC)\vmstime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
921 $(SRC)\systime.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
922 $(SRC)\termopts.h \
27891
5c190782d071 Add atimer.h to dependencies.
Jason Rumney <jasonr@gnu.org>
parents: 27629
diff changeset
923 $(SRC)\composite.h \
5c190782d071 Add atimer.h to dependencies.
Jason Rumney <jasonr@gnu.org>
parents: 27629
diff changeset
924 $(SRC)\atimer.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
925
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
926 $(BLD)\ralloc.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
927 $(SRC)\ralloc.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
928 $(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
929 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
930 $(EMACS_ROOT)\src\config.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
931 $(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
932 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
933 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
934 $(EMACS_ROOT)\nt\inc\sys\param.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
935 $(SRC)\getpagesize.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
936
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
937 $(BLD)\regex.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
938 $(SRC)\regex.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
939 $(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
940 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
941 $(EMACS_ROOT)\src\config.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
942 $(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
943 $(SRC)\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
944 $(SRC)\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
945 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
946 $(SRC)\syntax.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
947 $(SRC)\regex.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
948
11751
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
949 $(BLD)\region-cache.obj : \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
950 $(SRC)\region-cache.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
951 $(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
952 $(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
953 $(EMACS_ROOT)\src\config.h \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
954 $(SRC)\buffer.h \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
955 $(SRC)\region-cache.h
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
956
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
957 $(BLD)\scroll.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
958 $(SRC)\scroll.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
959 $(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
960 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
961 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
962 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
963 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
964 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
965 $(SRC)\frame.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
966
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
967 $(BLD)\search.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
968 $(SRC)\search.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
969 $(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
970 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
971 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
972 $(SRC)\syntax.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
973 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
974 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
975 $(SRC)\blockinput.h \
11751
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
976 $(SRC)\regex.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
977 $(SRC)\region-cache.h \
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
978 $(SRC)\composite.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
979
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
980 $(BLD)\strftime.obj : \
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
981 $(SRC)\strftime.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
982 $(EMACS_ROOT)\src\s\ms-w32.h \
11742
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
983 $(EMACS_ROOT)\src\m\intel386.h \
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
984 $(EMACS_ROOT)\src\config.h
c50ee074c31a (TRES): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11383
diff changeset
985
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
986 $(BLD)\syntax.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
987 $(SRC)\syntax.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
988 $(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
989 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
990 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
991 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
992 $(SRC)\buffer.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
993 $(SRC)\syntax.h \
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
994 $(SRC)\composite.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
995
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
996 $(BLD)\sysdep.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
997 $(SRC)\sysdep.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
998 $(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
999 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1000 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1001 $(SRC)\blockinput.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1002 $(SRC)\dosfns.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1003 $(SRC)\msdos.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1004 $(EMACS_ROOT)\nt\inc\sys\param.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1005 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1006 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1007 $(EMACS_ROOT)\nt\inc\sys\file.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1008 $(SRC)\systty.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1009 $(SRC)\vmsproc.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1010 $(SRC)\syswait.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1011 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1012 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1013 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1014 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1015 $(SRC)\termopts.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1016 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
1017 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1018 $(SRC)\process.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1019 $(SRC)\vmsdir.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1020 $(SRC)\ndir.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1021 $(SRC)\syssignal.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1022 $(SRC)\vmstime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1023 $(SRC)\systime.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1024 $(SRC)\uaf.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1025 $(SRC)\vms-pwd.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1026 $(EMACS_ROOT)\src\acldef.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1027 $(EMACS_ROOT)\src\chpdef.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1028
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1029 $(BLD)\term.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1030 $(SRC)\term.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1031 $(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
1032 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1033 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1034 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1035 $(SRC)\termopts.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1036 $(SRC)\cm.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1037 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1038 $(SRC)\disptab.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
1039 $(SRC)/dispextern.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1040 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1041 $(SRC)\keyboard.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1042
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1043 $(BLD)\termcap.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1044 $(SRC)\termcap.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1045 $(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
1046 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1047 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1048 $(EMACS_ROOT)\nt\inc\sys\file.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)\terminfo.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1051 $(SRC)\terminfo.c
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1052
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1053 $(BLD)\textprop.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1054 $(SRC)\textprop.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1055 $(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
1056 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1057 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1058 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
1059 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1060 $(SRC)\intervals.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
1061 $(SRC)\composite.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1062 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1063 $(SRC)\window.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)\tparam.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1066 $(SRC)\tparam.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
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1071 $(BLD)\undo.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1072 $(SRC)\undo.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1073 $(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
1074 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1075 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1076 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1077 $(SRC)\commands.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1078
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1079 $(BLD)\unexw32.obj : \
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1080 $(SRC)\unexw32.c \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1081 $(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
1082 $(EMACS_ROOT)\src\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1083 $(EMACS_ROOT)\src\config.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1084 $(SRC)\w32heap.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1085
11751
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
1086 $(BLD)\vm-limit.obj : \
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
1087 $(SRC)\vm-limit.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1088 $(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
1089 $(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
1090 $(EMACS_ROOT)\src\config.h \
35373
2630c195f872 removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org>
Sam Steingold <sds@gnu.org>
parents: 34236
diff changeset
1091 $(SRC)\mem-limits.h
11751
422c7ecfe205 (region-cache.obj,vm-limit.obj): Dependencies defined.
Richard M. Stallman <rms@gnu.org>
parents: 11742
diff changeset
1092
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1093 $(BLD)\widget.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1094 $(SRC)\widget.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1095 $(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
1096 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1097 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1098 $(SRC)\xterm.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1099 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1100 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
1101 $(SRC)\w32gui.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1102 $(SRC)\widget.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1103 $(SRC)\widgetprv.h
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1104
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1105 $(BLD)\window.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1106 $(SRC)\window.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1107 $(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
1108 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1109 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1110 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1111 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1112 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1113 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1114 $(SRC)\indent.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1115 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1116 $(SRC)\disptab.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
1117 $(SRC)\keyboard.h \
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
1118 $(SRC)\composite.h
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1119
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1120 $(BLD)\xdisp.obj : \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1121 $(SRC)\xdisp.c \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1122 $(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
1123 $(EMACS_ROOT)\src\m\intel386.h \
9803
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1124 $(EMACS_ROOT)\src\config.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1125 $(SRC)\frame.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1126 $(SRC)\window.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1127 $(SRC)\termchar.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1128 $(SRC)\buffer.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1129 $(SRC)\indent.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1130 $(SRC)\commands.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1131 $(SRC)\macros.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1132 $(SRC)\disptab.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1133 $(SRC)\termhooks.h \
fa698fd10c05 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1134 $(SRC)\dispextern.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
1135 $(SRC)\w32gui.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
1136 $(SRC)\intervals.h \
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
1137 $(SRC)\composite.h
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1138
27980
350224e0efe6 (w32faces.obj): Remove.
Jason Rumney <jasonr@gnu.org>
parents: 27891
diff changeset
1139 $(BLD)\xfaces.obj: \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1140 $(EMACS_ROOT)\src\s\ms-w32.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1141 $(EMACS_ROOT)\src\m\intel386.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1142 $(EMACS_ROOT)\src\config.h \
27980
350224e0efe6 (w32faces.obj): Remove.
Jason Rumney <jasonr@gnu.org>
parents: 27891
diff changeset
1143 $(SRC)\xfaces.c \
350224e0efe6 (w32faces.obj): Remove.
Jason Rumney <jasonr@gnu.org>
parents: 27891
diff changeset
1144 $(SRC)\charset.h \
350224e0efe6 (w32faces.obj): Remove.
Jason Rumney <jasonr@gnu.org>
parents: 27891
diff changeset
1145 $(SRC)\fontset.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1146 $(SRC)\w32term.h \
16888
380c7e461c14 Use new name w32gui.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16593
diff changeset
1147 $(SRC)\w32gui.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1148 $(SRC)\buffer.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1149 $(SRC)\dispextern.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1150 $(SRC)\frame.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1151 $(SRC)\blockinput.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
1152 $(SRC)\window.h \
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
1153 $(SRC)\intervals.h \
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
1154 $(SRC)\composite.h
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1155
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1156 $(BLD)\w32fns.obj: \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1157 $(EMACS_ROOT)\src\s\ms-w32.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1158 $(EMACS_ROOT)\src\m\intel386.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1159 $(EMACS_ROOT)\src\config.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1160 $(SRC)\w32fns.c \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1161 $(SRC)\w32term.h \
16888
380c7e461c14 Use new name w32gui.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16593
diff changeset
1162 $(SRC)\w32gui.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1163 $(SRC)\frame.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
1164 $(SRC)\window.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1165 $(SRC)\buffer.h \
29314
6daef241d794 (w32fns.obj, w32menu.obj): Add charset.h and coding.h to dependencies.
Jason Rumney <jasonr@gnu.org>
parents: 28270
diff changeset
1166 $(SRC)\charset.h \
6daef241d794 (w32fns.obj, w32menu.obj): Add charset.h and coding.h to dependencies.
Jason Rumney <jasonr@gnu.org>
parents: 28270
diff changeset
1167 $(SRC)\coding.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1168 $(SRC)\dispextern.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1169 $(SRC)\keyboard.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1170 $(SRC)\blockinput.h \
24517
e422a11cf832 (PREPARED_HEADERS): Change name of paths.h to epaths.h.
Andrew Innes <andrewi@gnu.org>
parents: 24444
diff changeset
1171 $(SRC)\epaths.h \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1172 $(SRC)\w32heap.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1173 $(SRC)\termhooks.h
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1174
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1175 $(BLD)\w32menu.obj: \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1176 $(EMACS_ROOT)\src\s\ms-w32.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1177 $(EMACS_ROOT)\src\m\intel386.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1178 $(EMACS_ROOT)\src\config.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1179 $(SRC)\w32menu.c \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1180 $(SRC)\termhooks.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1181 $(SRC)\frame.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
1182 $(SRC)\window.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1183 $(SRC)\keyboard.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1184 $(SRC)\blockinput.h \
29314
6daef241d794 (w32fns.obj, w32menu.obj): Add charset.h and coding.h to dependencies.
Jason Rumney <jasonr@gnu.org>
parents: 28270
diff changeset
1185 $(SRC)\buffer.h \
6daef241d794 (w32fns.obj, w32menu.obj): Add charset.h and coding.h to dependencies.
Jason Rumney <jasonr@gnu.org>
parents: 28270
diff changeset
1186 $(SRC)\charset.h \
6daef241d794 (w32fns.obj, w32menu.obj): Add charset.h and coding.h to dependencies.
Jason Rumney <jasonr@gnu.org>
parents: 28270
diff changeset
1187 $(SRC)\coding.h
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1188
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1189 $(BLD)\w32term.obj: \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1190 $(EMACS_ROOT)\src\s\ms-w32.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1191 $(EMACS_ROOT)\src\m\intel386.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1192 $(EMACS_ROOT)\src\config.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1193 $(SRC)\w32term.c \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1194 $(SRC)\blockinput.h \
24668
6c9eaa09906c ($(BLD)\w32term.obj): Add dependency on w32heap.h.
Andrew Innes <andrewi@gnu.org>
parents: 24517
diff changeset
1195 $(SRC)\w32heap.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1196 $(SRC)\w32term.h \
16888
380c7e461c14 Use new name w32gui.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16593
diff changeset
1197 $(SRC)\w32gui.h \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1198 $(SRC)\systty.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1199 $(SRC)\systime.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1200 $(SRC)\frame.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1201 $(SRC)\dispextern.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1202 $(SRC)\termhooks.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1203 $(SRC)\termopts.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1204 $(SRC)\termchar.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1205 $(SRC)\gnu.h \
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1206 $(SRC)\disptab.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1207 $(SRC)\buffer.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
1208 $(SRC)\window.h \
15238
4ca30238fdf7 Fix typo in previous patch.
Karl Heuer <kwzh@gnu.org>
parents: 15233
diff changeset
1209 $(SRC)\keyboard.h \
27394
06b36e62c2b8 Added composite.obj and intervals.obj.
Jason Rumney <jasonr@gnu.org>
parents: 24668
diff changeset
1210 $(SRC)\intervals.h \
27891
5c190782d071 Add atimer.h to dependencies.
Jason Rumney <jasonr@gnu.org>
parents: 27629
diff changeset
1211 $(SRC)\composite.h \
5c190782d071 Add atimer.h to dependencies.
Jason Rumney <jasonr@gnu.org>
parents: 27629
diff changeset
1212 $(SRC)\atimer.h
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1213
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1214 $(BLD)\w32select.obj: \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1215 $(EMACS_ROOT)\src\s\ms-w32.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1216 $(EMACS_ROOT)\src\m\intel386.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1217 $(EMACS_ROOT)\src\config.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1218 $(SRC)\w32select.c \
15233
affecff5b1fd (w32*.o): Fix deps.
Richard M. Stallman <rms@gnu.org>
parents: 15140
diff changeset
1219 $(SRC)\w32term.h \
16888
380c7e461c14 Use new name w32gui.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16593
diff changeset
1220 $(SRC)\w32gui.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1221 $(SRC)\dispextern.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1222 $(SRC)\frame.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1223 $(SRC)\blockinput.h
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1224
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1225 $(BLD)\w32reg.obj: \
16593
4ed80eda6fac Use new names for w32 files
Geoff Voelker <voelker@cs.washington.edu>
parents: 15742
diff changeset
1226 $(EMACS_ROOT)\src\s\ms-w32.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1227 $(EMACS_ROOT)\src\m\intel386.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1228 $(EMACS_ROOT)\src\config.h \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1229 $(SRC)\w32reg.c \
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1230 $(SRC)\w32term.h \
16888
380c7e461c14 Use new name w32gui.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 16593
diff changeset
1231 $(SRC)\w32gui.h \
13428
d5df560686b2 (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
Geoff Voelker <voelker@cs.washington.edu>
parents: 12453
diff changeset
1232 $(SRC)\blockinput.h
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1233
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1234 $(BLD)\w32xfns.obj: \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1235 $(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
1236 $(EMACS_ROOT)\src\m\intel386.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1237 $(EMACS_ROOT)\src\config.h \
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1238 $(SRC)\w32xfns.c \
24143
fb22a9461d00 Add w32bdf.c and w32bdf.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24135
diff changeset
1239
fb22a9461d00 Add w32bdf.c and w32bdf.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24135
diff changeset
1240 $(BLD)\w32bdf.obj: \
fb22a9461d00 Add w32bdf.c and w32bdf.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24135
diff changeset
1241 $(EMACS_ROOT)\src/s\ms-w32.h \
fb22a9461d00 Add w32bdf.c and w32bdf.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24135
diff changeset
1242 $(EMACS_ROOT)\src/m\intel386.h \
fb22a9461d00 Add w32bdf.c and w32bdf.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24135
diff changeset
1243 $(EMACS_ROOT)\src/config.h \
fb22a9461d00 Add w32bdf.c and w32bdf.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24135
diff changeset
1244 $(SRC)\w32bdf.c \
fb22a9461d00 Add w32bdf.c and w32bdf.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24135
diff changeset
1245 $(SRC)\charset.h \
28270
5e8f241460f8 (w32bdf.obj): Update dependencies.
Jason Rumney <jasonr@gnu.org>
parents: 27980
diff changeset
1246 $(SRC)\frame.h \
5e8f241460f8 (w32bdf.obj): Update dependencies.
Jason Rumney <jasonr@gnu.org>
parents: 27980
diff changeset
1247 $(SRC)\dispextern.h \
24143
fb22a9461d00 Add w32bdf.c and w32bdf.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24135
diff changeset
1248 $(SRC)\fontset.h \
fb22a9461d00 Add w32bdf.c and w32bdf.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24135
diff changeset
1249 $(SRC)\blockinput.h \
fb22a9461d00 Add w32bdf.c and w32bdf.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24135
diff changeset
1250 $(SRC)\w32gui.h \
fb22a9461d00 Add w32bdf.c and w32bdf.h.
Geoff Voelker <voelker@cs.washington.edu>
parents: 24135
diff changeset
1251 $(SRC)\w32term.h \
32718
d88696b90195 ($(BLD)\dispnew.obj):
Andrew Innes <andrewi@gnu.org>
parents: 31712
diff changeset
1252 $(SRC)\w32gui.h \
24378
de406600b275 ($(BLD)\w32bdf.obj): Add missing continuation character.
Andrew Innes <andrewi@gnu.org>
parents: 24365
diff changeset
1253 $(SRC)\w32bdf.h \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1254 $(SRC)\w32.h \
30063
f5bcbb9efca6 Add support for `bootstrap' and related targets.
Andrew Innes <andrewi@gnu.org>
parents: 29314
diff changeset
1255 $(SRC)\frame.h \
19702
e59ec4e58fce makefile.nt (TLIB0, TOBJ, OBJ0): New macro.
Geoff Voelker <voelker@cs.washington.edu>
parents: 18505
diff changeset
1256 $(SRC)\blockinput.h