comparison src/makefile.nt @ 24517:e422a11cf832

(PREPARED_HEADERS): Change name of paths.h to epaths.h. (epaths.h): Renamed from paths.h. (clean): ($(BLD)\filelock.obj): ($(BLD)\lread.obj): ($(BLD)\w32fns.obj): Renamed paths.h to epaths.h.
author Andrew Innes <andrewi@gnu.org>
date Thu, 25 Mar 1999 22:56:34 +0000
parents 3e294a7e67de
children 6c9eaa09906c
comparison
equal deleted inserted replaced
24516:d519b387b8a9 24517:e422a11cf832
182 all: $(BLD) $(EMACS) 182 all: $(BLD) $(EMACS)
183 183
184 # 184 #
185 # Headers we would preprocess if we could. 185 # Headers we would preprocess if we could.
186 # 186 #
187 PREPARED_HEADERS = config.h paths.h 187 PREPARED_HEADERS = config.h epaths.h
188 config.h: ..\nt\$(CONFIG_H) 188 config.h: ..\nt\$(CONFIG_H)
189 $(CP) $** $@ 189 $(CP) $** $@
190 paths.h: ..\nt\paths.h 190 epaths.h: ..\nt\paths.h
191 $(CP) $** $@ 191 $(CP) $** $@
192 192
193 # 193 #
194 # Make sure we have the DOC file in the right place. 194 # Make sure we have the DOC file in the right place.
195 # 195 #
261 261
262 # 262 #
263 # Maintenance 263 # Maintenance
264 # 264 #
265 clean:; - $(DEL) *~ s\*~ 265 clean:; - $(DEL) *~ s\*~
266 - $(DEL) *.pdb config.h paths.h 266 - $(DEL) *.pdb config.h epaths.h
267 - $(DEL) *.orig *.rej *.crlf 267 - $(DEL) *.orig *.rej *.crlf
268 - $(DEL) s\*.orig s\*.rej s\*.crlf 268 - $(DEL) s\*.orig s\*.rej s\*.crlf
269 - $(DEL_TREE) deleted 269 - $(DEL_TREE) deleted
270 - $(DEL_TREE) obj 270 - $(DEL_TREE) obj
271 - $(DEL_TREE) obj-spd 271 - $(DEL_TREE) obj-spd
555 $(SRC)\uaf.h \ 555 $(SRC)\uaf.h \
556 $(SRC)\vms-pwd.h \ 556 $(SRC)\vms-pwd.h \
557 $(EMACS_ROOT)\nt\inc\pwd.h \ 557 $(EMACS_ROOT)\nt\inc\pwd.h \
558 $(EMACS_ROOT)\nt\inc\sys\file.h \ 558 $(EMACS_ROOT)\nt\inc\sys\file.h \
559 $(SRC)\lisp.h \ 559 $(SRC)\lisp.h \
560 $(EMACS_ROOT)\src\paths.h \ 560 $(EMACS_ROOT)\src\epaths.h \
561 $(SRC)\buffer.h \ 561 $(SRC)\buffer.h \
562 $(SRC)\vmsdir.h \ 562 $(SRC)\vmsdir.h \
563 $(SRC)\ndir.h 563 $(SRC)\ndir.h
564 564
565 $(BLD)\filemode.obj : \ 565 $(BLD)\filemode.obj : \
731 $(EMACS_ROOT)\src\m\intel386.h \ 731 $(EMACS_ROOT)\src\m\intel386.h \
732 $(EMACS_ROOT)\src\config.h \ 732 $(EMACS_ROOT)\src\config.h \
733 $(EMACS_ROOT)\nt\inc\sys\file.h \ 733 $(EMACS_ROOT)\nt\inc\sys\file.h \
734 $(SRC)\lisp.h \ 734 $(SRC)\lisp.h \
735 $(SRC)\buffer.h \ 735 $(SRC)\buffer.h \
736 $(EMACS_ROOT)\src\paths.h \ 736 $(EMACS_ROOT)\src\epaths.h \
737 $(SRC)\commands.h \ 737 $(SRC)\commands.h \
738 $(SRC)\keyboard.h \ 738 $(SRC)\keyboard.h \
739 $(SRC)\termhooks.h \ 739 $(SRC)\termhooks.h \
740 $(SRC)\msdos.h 740 $(SRC)\msdos.h
741 741
1122 $(SRC)\window.h \ 1122 $(SRC)\window.h \
1123 $(SRC)\buffer.h \ 1123 $(SRC)\buffer.h \
1124 $(SRC)\dispextern.h \ 1124 $(SRC)\dispextern.h \
1125 $(SRC)\keyboard.h \ 1125 $(SRC)\keyboard.h \
1126 $(SRC)\blockinput.h \ 1126 $(SRC)\blockinput.h \
1127 $(SRC)\paths.h \ 1127 $(SRC)\epaths.h \
1128 $(SRC)\w32heap.h \ 1128 $(SRC)\w32heap.h \
1129 $(SRC)\termhooks.h 1129 $(SRC)\termhooks.h
1130 1130
1131 $(BLD)\w32menu.obj: \ 1131 $(BLD)\w32menu.obj: \
1132 $(EMACS_ROOT)\src\s\ms-w32.h \ 1132 $(EMACS_ROOT)\src\s\ms-w32.h \