Mercurial > emacs
annotate lib-src/makefile.nt @ 16842:72276b334084 before-thomas-posix1996 glibc-2_0_2 libc-970108 libc-970109 libc-970110 libc-970111 libc-970112 libc-970113 libc-970114 libc-970115 libc-970116 libc-970117 libc-970118 libc-970119 libc-970120 libc-970121 libc-970122 libc-970123 libc-970124 libc-970125 libc-970126 libc-970127 libc-970128 libc-970129 libc-970130 libc-970131 libc-970201 libc-970202 libc-970203 libc-970204 libc-970205 libc-970206 libc-970207 libc-970208 libc-970209 libc-970210 libc-970211 libc-970212 libc-970213 libc-970214 libc-970215 libc-970216 libc-970217 libc-970218 libc-970219 libc-970220 libc-970221 libc-970222 libc-970223 libc-970224 libc-970225 libc-970226 libc-970227 libc-970228 libc-970301 libc-970302 libc-970303 libc-970304 libc-970305 libc-970306 libc-970307 libc-970308 libc-970309 libc-970310 libc-970311 libc-970312 libc-970313 libc-970314 libc-970315 libc-970316 libc-970317 libc-970318 libc-970319 libc-970320 libc-970321 libc-970322 libc-970323 libc-970324 libc20x-970306 libc20x-97031 libc20x-970316 libc20x-970318 libc20x-970319 libc20x-970404 root-libc-2_0_x-branch
Add hppa1.1-hitachi-hiuxmpp support, passed along by rms.
| author | David J. MacKenzie <djm@gnu.org> |
|---|---|
| date | Tue, 07 Jan 1997 19:29:28 +0000 |
| parents | 1a7af71a8cf9 |
| children | 0128001981c3 |
| rev | line source |
|---|---|
| 9803 | 1 # Makefile for GNU Emacs lib-src directory. |
| 2 # Geoff Voelker (voelker@cs.washington.edu) | |
| 3 # Copyright (C) 1994 Free Software Foundation, Inc. | |
| 4 # | |
| 5 # This file is part of GNU Emacs. | |
| 6 # | |
| 7 # GNU Emacs is free software; you can redistribute it and/or modify | |
| 8 # it under the terms of the GNU General Public License as published by | |
| 9 # the Free Software Foundation; either version 2, or (at your option) | |
| 10 # any later version. | |
| 11 # | |
| 12 # GNU Emacs is distributed in the hope that it will be useful, | |
| 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 15 # GNU General Public License for more details. | |
| 16 # | |
| 17 # You should have received a copy of the GNU General Public License | |
| 15742 | 18 # along with GNU Emacs; see the file COPYING. If not, write to the |
| 19 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
| 20 # Boston, MA 02111-1307, USA. | |
| 9803 | 21 # |
| 22 | |
| 23 # | |
| 24 # Sets up the system dependent macros. | |
| 25 # | |
| 26 !include ..\nt\makefile.def | |
| 27 | |
|
15137
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
28 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 -DNO_ARCHIVES=1 -I..\nt\inc -I..\src |
| 9803 | 29 |
|
13930
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
30 LINK_FLAGS = $(ARCH_LDFLAGS) -debug:PARTIAL -machine:$(ARCH) -subsystem:console -entry:mainCRTStartup setargv.obj |
| 9803 | 31 |
| 32 ALL = $(BLD)\make-docfile.exe \ | |
| 33 $(BLD)\hexl.exe \ | |
| 34 $(BLD)\ctags.exe \ | |
|
15137
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
35 $(BLD)\etags.exe \ |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
36 $(BLD)\movemail.exe \ |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
37 $(BLD)\fakemail.exe \ |
| 9803 | 38 |
| 39 | |
| 40 # don't know what (if) to do with these yet... | |
| 41 # | |
| 42 # $(BLD)\sorted-doc.exe \ | |
| 43 # $(BLD)\env.exe \ | |
| 44 # $(BLD)\server.exe \ | |
| 45 # $(BLD)\emacstool.exe \ | |
| 46 # $(BLD)\leditcfns.exe \ | |
| 47 # $(BLD)\emacsclient.exe \ | |
| 48 # $(BLD)\cvtmail.exe \ | |
| 49 # $(BLD)\digest-doc.exe \ | |
| 50 # $(BLD)\test-distrib.exe \ | |
| 51 | |
| 52 | |
| 11939 | 53 LIBS = $(BASE_LIBS) |
| 9803 | 54 |
|
15137
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
55 $(BLD)\make-docfile.exe: $(BLD)\make-docfile.obj $(BLD)\ntlib.obj |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
56 $(LINK) -out:$@ $(LINK_FLAGS) $(BLD)\make-docfile.obj $(BLD)\ntlib.obj $(LIBS) |
| 11939 | 57 $(BLD)\hexl.exe: $(BLD)\hexl.obj |
|
15137
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
58 $(BLD)\movemail.exe: $(BLD)\movemail.obj $(BLD)\pop.obj $(BLD)\ntlib.obj |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
59 $(LINK) -out:$@ $(LINK_FLAGS) -debug:FULL $(BLD)\movemail.obj $(BLD)\pop.obj $(BLD)\ntlib.obj $(LIBS) wsock32.lib |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
60 $(BLD)\fakemail.exe: $(BLD)\fakemail.obj $(BLD)\ntlib.obj |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
61 $(LINK) -out:$@ $(LINK_FLAGS) -debug:full $(BLD)\fakemail.obj $(BLD)\ntlib.obj $(LIBS) |
| 9803 | 62 |
|
13930
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
63 make-docfile: $(BLD) $(BLD)\make-docfile.exe |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
64 etags: $(BLD) $(BLD)\etags.exe |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
65 hexl: $(BLD) $(BLD)\hexl.exe |
|
15137
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
66 movemail: $(BLD) $(BLD)\movemail.exe |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
67 fakemail: $(BLD) $(BLD)\fakemail.exe |
| 9803 | 68 |
| 69 ETAGSOBJ = $(BLD)\etags.obj \ | |
| 70 $(BLD)\getopt.obj \ | |
| 71 $(BLD)\getopt1.obj \ | |
|
13930
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
72 $(BLD)\ntlib.obj \ |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
73 $(BLD)\regex.obj \ |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
74 $(BLD)\alloca.obj |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
75 |
|
14981
780fe9c87106
(CTAGSOBJ): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14899
diff
changeset
|
76 |
|
13930
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
77 $(BLD)\etags.exe: $(ETAGSOBJ) |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
78 $(LINK) -out:$@ $(LINK_FLAGS) $(ETAGSOBJ) $(LIBS) |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
79 |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
80 |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
81 $(BLD)\regex.obj: ../src/regex.c ../src/regex.h ../src/config.h |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
82 $(CC) $(CFLAGS) -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \ |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
83 ../src/regex.c -Fo$@ |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
84 |
|
15408
74032d1d3223
(ETAGS_CFLAGS): Define HAVE_GETCWD macro.
Richard M. Stallman <rms@gnu.org>
parents:
15257
diff
changeset
|
85 ETAGS_CFLAGS = -DETAGS_REGEXPS -DHAVE_GETCWD |
|
13930
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
86 $(BLD)\etags.obj: etags.c |
|
14981
780fe9c87106
(CTAGSOBJ): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14899
diff
changeset
|
87 $(CC) $(CFLAGS) $(ETAGS_CFLAGS) -Fo$@ etags.c |
|
13930
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
88 |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
89 CTAGSOBJ = $(BLD)\ctags.obj \ |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
90 $(BLD)\getopt.obj \ |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
91 $(BLD)\getopt1.obj \ |
|
14981
780fe9c87106
(CTAGSOBJ): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14899
diff
changeset
|
92 $(BLD)\ntlib.obj \ |
|
780fe9c87106
(CTAGSOBJ): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14899
diff
changeset
|
93 $(BLD)\regex.obj \ |
|
780fe9c87106
(CTAGSOBJ): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14899
diff
changeset
|
94 $(BLD)\alloca.obj |
| 9803 | 95 |
|
13930
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
96 $(BLD)\ctags.exe: ctags.c $(CTAGSOBJ) |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
97 $(LINK) -out:$@ $(LINK_FLAGS) $(CTAGSOBJ) $(LIBS) |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
98 |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
99 ctags.c: etags.c |
|
14899
4b7b8a937a5d
Change uses of del to $(DEL).
Geoff Voelker <voelker@cs.washington.edu>
parents:
13930
diff
changeset
|
100 - $(DEL) ctags.c |
|
13930
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
101 copy etags.c ctags.c |
|
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
102 |
|
14981
780fe9c87106
(CTAGSOBJ): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14899
diff
changeset
|
103 CTAGS_CFLAGS = -DCTAGS $(ETAGS_CFLAGS) |
|
13930
badba571804f
(etags, ctags): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13631
diff
changeset
|
104 $(BLD)\ctags.obj: ctags.c |
|
14981
780fe9c87106
(CTAGSOBJ): Compile with regexp support.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14899
diff
changeset
|
105 $(CC) $(CFLAGS) $(CTAGS_CFLAGS) -Fo$@ ctags.c |
| 9803 | 106 |
| 107 # | |
| 108 # don't know what to do with these yet... | |
| 109 # | |
|
15137
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
110 # $(BLD)\sorted-doc.exe: $(BLD)\sorted-doc.obj |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
111 # $(BLD)\yow.exe: $(BLD)\yow.obj |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
112 # $(BLD)\emacstool.exe: $(BLD)\emacstool.obj |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
113 # $(BLD)\leditcfns.exe: $(BLD)\leditcfns.obj |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
114 # $(BLD)\server.exe: $(BLD)\server.obj |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
115 # $(BLD)\cvtmail.exe: $(BLD)\cvtmail.obj |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
116 # $(BLD)\digest-doc.exe: $(BLD)\digest-doc.obj |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
117 # $(BLD)\emacsclient.exe: $(BLD)\emacsclient.obj |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
118 # $(BLD)\test-distrib.exe: $(BLD)\test-distrib.obj |
| 9803 | 119 |
| 120 # | |
| 11939 | 121 # From ..\src\makefile.nt. |
| 9803 | 122 # |
|
13429
a90a9820c5f6
(DOC): Include strings from w32term.c, w32xfns.c,
Geoff Voelker <voelker@cs.washington.edu>
parents:
12241
diff
changeset
|
123 obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c cm.c cmds.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c eval.c fileio.c filelock.c filemode.c fns.c indent.c insdel.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c xfaces.c mocklisp.c nt.c ntheap.c ntinevt.c ntproc.c ntterm.c print.c process.c regex.c scroll.c search.c syntax.c sysdep.c term.c termcap.c tparam.c undo.c unexnt.c window.c xdisp.c casetab.c floatfns.c frame.c gmalloc.c intervals.c ralloc.c textprop.c vm-limit.c region-cache.c strftime.c w32term.c w32xfns.c w32fns.c w32faces.c w32select.c w32menu.c w32reg.c |
| 9803 | 124 |
| 125 lispdir = ..\lisp | |
| 126 | |
| 127 # | |
| 128 # These are the lisp files that are loaded up in loadup.el | |
| 129 # | |
| 130 lisp= \ | |
| 131 $(lispdir)\subr.elc \ | |
| 132 $(lispdir)\byte-run.elc \ | |
| 133 $(lispdir)\map-ynp.elc \ | |
| 134 $(lispdir)\loaddefs.el \ | |
| 135 $(lispdir)\simple.elc \ | |
| 136 $(lispdir)\help.elc \ | |
| 137 $(lispdir)\files.elc \ | |
|
11394
77d5d2219f05
(obj, lisp): Update to expanded list of source files.
Karl Heuer <kwzh@gnu.org>
parents:
9821
diff
changeset
|
138 $(lispdir)\format.elc \ |
| 9803 | 139 $(lispdir)\indent.elc \ |
| 140 $(lispdir)\window.elc \ | |
| 141 $(lispdir)\frame.elc \ | |
| 142 $(lispdir)\mouse.elc \ | |
| 143 $(lispdir)\menu-bar.elc \ | |
| 144 $(lispdir)\scroll-bar.elc \ | |
| 145 $(lispdir)\select.elc \ | |
| 146 $(lispdir)\paths.el \ | |
| 147 $(lispdir)\startup.elc \ | |
| 148 $(lispdir)\lisp.elc \ | |
| 149 $(lispdir)\page.elc \ | |
| 150 $(lispdir)\register.elc \ | |
| 151 $(lispdir)\paragraphs.elc \ | |
| 152 $(lispdir)\lisp-mode.elc \ | |
| 153 $(lispdir)\text-mode.elc \ | |
| 154 $(lispdir)\fill.elc \ | |
| 155 $(lispdir)\c-mode.elc \ | |
| 156 $(lispdir)\isearch.elc \ | |
| 157 $(lispdir)\replace.elc \ | |
| 158 $(lispdir)\abbrev.elc \ | |
| 159 $(lispdir)\buff-menu.elc \ | |
|
11394
77d5d2219f05
(obj, lisp): Update to expanded list of source files.
Karl Heuer <kwzh@gnu.org>
parents:
9821
diff
changeset
|
160 $(lispdir)\ls-lisp.elc \ |
| 9803 | 161 $(lispdir)\winnt.elc \ |
| 162 $(lispdir)\float-sup.elc \ | |
| 163 $(lispdir)\vc-hooks.elc \ | |
|
16025
1a7af71a8cf9
(lisp): Include dos-nt.elc.
Richard M. Stallman <rms@gnu.org>
parents:
15742
diff
changeset
|
164 $(lispdir)\version.el \ |
|
1a7af71a8cf9
(lisp): Include dos-nt.elc.
Richard M. Stallman <rms@gnu.org>
parents:
15742
diff
changeset
|
165 $(lispdir)\dos-nt.elc |
| 9803 | 166 |
| 167 DOC = DOC | |
| 168 $(DOC): $(BLD)\make-docfile.exe | |
|
14899
4b7b8a937a5d
Change uses of del to $(DEL).
Geoff Voelker <voelker@cs.washington.edu>
parents:
13930
diff
changeset
|
169 - $(DEL) $(DOC) |
| 9803 | 170 $(BLD)\make-docfile -d ..\src $(obj) > $(DOC) |
| 171 $(BLD)\make-docfile -d ..\src $(lisp) >> $(DOC) | |
|
11394
77d5d2219f05
(obj, lisp): Update to expanded list of source files.
Karl Heuer <kwzh@gnu.org>
parents:
9821
diff
changeset
|
172 $(CP) $(DOC) ..\etc\DOC-X |
| 9803 | 173 - mkdir ..\src\$(OBJDIR) |
| 174 - mkdir ..\src\$(OBJDIR)\etc | |
|
11394
77d5d2219f05
(obj, lisp): Update to expanded list of source files.
Karl Heuer <kwzh@gnu.org>
parents:
9821
diff
changeset
|
175 $(CP) $(DOC) ..\src\$(OBJDIR)\etc\DOC-X |
| 9803 | 176 |
| 177 {$(BLD)}.obj{$(BLD)}.exe: | |
| 178 $(LINK) -out:$@ $(LINK_FLAGS) $*.obj $(LIBS) | |
| 179 | |
| 180 .c{$(BLD)}.obj: | |
| 181 $(CC) $(CFLAGS) -Fo$@ $< | |
| 182 | |
| 183 # | |
| 184 # Build the executables | |
| 185 # | |
| 186 all: $(BLD) $(ALL) $(DOC) | |
| 187 | |
| 188 # | |
| 189 # Assuming INSTALL_DIR is defined, build and install emacs in it. | |
| 190 # | |
| 191 INSTALL_FILES = $(ALL) | |
| 192 install: $(INSTALL_FILES) | |
| 193 - mkdir $(INSTALL_DIR)\bin | |
| 194 $(CP) $(BLD)\etags.exe $(INSTALL_DIR)\bin | |
| 195 $(CP) $(BLD)\ctags.exe $(INSTALL_DIR)\bin | |
| 196 $(CP) $(BLD)\hexl.exe $(INSTALL_DIR)\bin | |
|
15137
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
197 $(CP) $(BLD)\movemail.exe $(INSTALL_DIR)\bin |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
198 $(CP) $(BLD)\fakemail.exe $(INSTALL_DIR)\bin |
| 9803 | 199 - mkdir $(INSTALL_DIR)\etc |
| 200 $(CP) $(DOC) $(INSTALL_DIR)\etc | |
| 201 | |
| 202 # | |
| 203 # Maintenance | |
| 204 # | |
|
14899
4b7b8a937a5d
Change uses of del to $(DEL).
Geoff Voelker <voelker@cs.washington.edu>
parents:
13930
diff
changeset
|
205 clean:; - $(DEL) *~ *.pdb DOC* |
|
11394
77d5d2219f05
(obj, lisp): Update to expanded list of source files.
Karl Heuer <kwzh@gnu.org>
parents:
9821
diff
changeset
|
206 - $(DEL_TREE) deleted |
| 15722 | 207 - $(DEL_TREE) $(OBJDIR) |
| 9803 | 208 |
| 209 # | |
| 210 # Headers we would preprocess if we could. | |
| 211 # | |
| 11939 | 212 ..\src\config.h: ..\nt\$(CONFIG_H) |
| 213 $(CP) $** $@ | |
|
11394
77d5d2219f05
(obj, lisp): Update to expanded list of source files.
Karl Heuer <kwzh@gnu.org>
parents:
9821
diff
changeset
|
214 ..\src\paths.h: ..\nt\paths.h |
| 11939 | 215 $(CP) $** $@ |
| 9803 | 216 |
| 217 ### DEPENDENCIES ### | |
| 218 | |
| 219 EMACS_ROOT = .. | |
| 220 SRC = . | |
| 221 | |
| 222 $(BLD)\alloca.obj : \ | |
| 223 $(SRC)\alloca.c \ | |
|
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
|
224 $(EMACS_ROOT)\src\s\windowsnt.h \ |
|
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
|
225 $(EMACS_ROOT)\src\m\intel386.h \ |
| 9803 | 226 $(EMACS_ROOT)\src\config.h \ |
| 227 $(EMACS_ROOT)\src\blockinput.h | |
| 228 | |
| 229 $(BLD)\b2m.obj : \ | |
| 230 $(SRC)\b2m.c \ | |
|
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
|
231 $(EMACS_ROOT)\src\s\windowsnt.h \ |
|
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
|
232 $(EMACS_ROOT)\src\m\intel386.h \ |
| 9803 | 233 $(EMACS_ROOT)\lib-src\..\src\config.h |
| 234 | |
| 235 $(BLD)\cvtmail.obj : \ | |
| 236 $(SRC)\cvtmail.c | |
| 237 | |
| 238 $(BLD)\digest-doc.obj : \ | |
| 239 $(SRC)\digest-doc.c | |
| 240 | |
| 241 $(BLD)\emacsclient.obj : \ | |
| 242 $(SRC)\emacsclient.c \ | |
|
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
|
243 $(EMACS_ROOT)\src\s\windowsnt.h \ |
|
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
|
244 $(EMACS_ROOT)\src\m\intel386.h \ |
| 9803 | 245 $(EMACS_ROOT)\lib-src\..\src\config.h |
| 246 | |
| 247 $(BLD)\emacsserver.obj : \ | |
| 248 $(SRC)\emacsserver.c \ | |
|
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
|
249 $(EMACS_ROOT)\src\s\windowsnt.h \ |
|
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
|
250 $(EMACS_ROOT)\src\m\intel386.h \ |
| 9803 | 251 $(EMACS_ROOT)\lib-src\..\src\config.h \ |
| 252 $(EMACS_ROOT)\nt\inc\sys\file.h | |
| 253 | |
| 254 $(BLD)\emacstool.obj : \ | |
| 255 $(SRC)\emacstool.c \ | |
| 256 $(EMACS_ROOT)\nt\inc\sys\file.h | |
| 257 | |
| 258 $(BLD)\etags.obj : \ | |
| 259 $(SRC)\etags.c \ | |
| 260 $(EMACS_ROOT)\nt\inc\sys\param.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
|
261 $(EMACS_ROOT)\src\s\windowsnt.h \ |
|
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
|
262 $(EMACS_ROOT)\src\m\intel386.h \ |
| 9803 | 263 $(EMACS_ROOT)\lib-src\..\src\config.h \ |
| 264 $(SRC)\getopt.h | |
| 265 | |
| 266 $(BLD)\fakemail.obj : \ | |
| 267 $(SRC)\fakemail.c \ | |
|
15137
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
268 $(SRC)\ntlib.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
|
269 $(EMACS_ROOT)\src\s\windowsnt.h \ |
|
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
|
270 $(EMACS_ROOT)\src\m\intel386.h \ |
| 9803 | 271 $(EMACS_ROOT)\lib-src\..\src\config.h \ |
| 272 $(EMACS_ROOT)\nt\inc\pwd.h | |
| 273 | |
| 274 $(BLD)\getdate.obj : \ | |
| 275 $(SRC)\getdate.c \ | |
|
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
|
276 $(EMACS_ROOT)\src\s\windowsnt.h \ |
|
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
|
277 $(EMACS_ROOT)\src\m\intel386.h \ |
| 9803 | 278 $(EMACS_ROOT)\src\config.h \ |
| 279 $(MSTOOLS_SYS)\types.h | |
| 280 | |
| 281 $(BLD)\getopt.obj : \ | |
| 282 $(SRC)\getopt.c \ | |
|
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
|
283 $(EMACS_ROOT)\src\s\windowsnt.h \ |
|
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
|
284 $(EMACS_ROOT)\src\m\intel386.h \ |
| 9803 | 285 $(EMACS_ROOT)\src\config.h \ |
| 286 $(SRC)\getopt.h | |
| 287 | |
| 288 $(BLD)\getopt1.obj : \ | |
| 289 $(SRC)\getopt1.c \ | |
|
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
|
290 $(EMACS_ROOT)\src\s\windowsnt.h \ |
|
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
|
291 $(EMACS_ROOT)\src\m\intel386.h \ |
| 9803 | 292 $(EMACS_ROOT)\src\config.h \ |
| 293 $(SRC)\getopt.h | |
| 294 | |
| 295 $(BLD)\hexl.obj : \ | |
| 296 $(SRC)\hexl.c | |
| 297 | |
| 298 $(BLD)\leditcfns.obj : \ | |
| 299 $(SRC)\leditcfns.c | |
| 300 | |
| 301 $(BLD)\make-docfile.obj : \ | |
| 11939 | 302 $(SRC)\make-docfile.c \ |
| 303 $(EMACS_ROOT)\src\config.h | |
| 9803 | 304 |
| 305 $(BLD)\make-path.obj : \ | |
| 306 $(SRC)\make-path.c | |
| 307 | |
| 308 $(BLD)\movemail.obj : \ | |
| 309 $(SRC)\movemail.c \ | |
|
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
|
310 $(EMACS_ROOT)\src\s\windowsnt.h \ |
|
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
|
311 $(EMACS_ROOT)\src\m\intel386.h \ |
| 9803 | 312 $(EMACS_ROOT)\lib-src\..\src\config.h \ |
| 313 $(EMACS_ROOT)\nt\inc\sys\file.h \ | |
| 314 $(EMACS_ROOT)\src\vmsproc.h \ | |
| 315 $(EMACS_ROOT)\lib-src\..\src\syswait.h \ | |
| 316 $(EMACS_ROOT)\nt\inc\pwd.h | |
|
15137
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
317 $(CC) $(CFLAGS) -DUSG -Fo$@ movemail.c |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
318 |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
319 $(BLD)\ntlib.obj : \ |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
320 $(SRC)\ntlib.c \ |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
321 $(SRC)\ntlib.h \ |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
322 $(EMACS_ROOT)\nt\inc\pwd.h |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
323 |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
324 $(BLD)\pop.obj : \ |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
325 $(SRC)\pop.c \ |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
326 $(SRC)\pop.h \ |
|
74c840c2f577
(LOCAL_FLAGS): Include path to NT shadow includes.
Geoff Voelker <voelker@cs.washington.edu>
parents:
14981
diff
changeset
|
327 $(SRC)\ntlib.h |
| 9803 | 328 |
| 329 $(BLD)\profile.obj : \ | |
| 330 $(SRC)\profile.c \ | |
|
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
|
331 $(EMACS_ROOT)\src\s\windowsnt.h \ |
|
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
|
332 $(EMACS_ROOT)\src\m\intel386.h \ |
| 9803 | 333 $(EMACS_ROOT)\lib-src\..\src\config.h \ |
| 334 $(EMACS_ROOT)\src\vmstime.h \ | |
| 335 $(EMACS_ROOT)\lib-src\..\src\systime.h | |
| 336 | |
| 337 $(BLD)\qsort.obj : \ | |
| 338 $(SRC)\qsort.c | |
| 339 | |
| 340 $(BLD)\sorted-doc.obj : \ | |
| 341 $(SRC)\sorted-doc.c | |
| 342 | |
| 343 $(BLD)\tcp.obj : \ | |
| 344 $(SRC)\tcp.c | |
| 345 | |
| 346 $(BLD)\test-distrib.obj : \ | |
| 347 $(SRC)\test-distrib.c | |
| 348 | |
| 349 $(BLD)\timer.obj : \ | |
| 350 $(SRC)\timer.c \ | |
|
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
|
351 $(EMACS_ROOT)\src\s\windowsnt.h \ |
|
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 $(EMACS_ROOT)\src\m\intel386.h \ |
| 9803 | 353 $(EMACS_ROOT)\lib-src\..\src\config.h |
| 354 | |
| 355 $(BLD)\yow.obj : \ | |
| 356 $(SRC)\yow.c \ | |
| 357 $(EMACS_ROOT)\lib-src\..\src\paths.h |
