diff options
| author | Stefan Monnier | 2010-12-10 19:13:08 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-12-10 19:13:08 -0500 |
| commit | 2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch) | |
| tree | f26dc9f22861dc37610de319d05255de058c221b /lib-src/makefile.w32-in | |
| parent | 0c747cb143fa227e78f350ac353d703f489209df (diff) | |
| parent | 175069efeb080517afefdd44a06f7a779ea8c25c (diff) | |
| download | emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip | |
Merge from trunk
Diffstat (limited to 'lib-src/makefile.w32-in')
| -rw-r--r-- | lib-src/makefile.w32-in | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 25fb499cf3b..5591f0edbed 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacsclient | 21 | ALL = make-docfile hexl ctags etags movemail ebrowse emacsclient |
| 22 | 22 | ||
| 23 | .PHONY: $(ALL) | 23 | .PHONY: $(ALL) |
| 24 | 24 | ||
| @@ -36,10 +36,6 @@ $(BLD)/hexl.exe: $(BLD)/hexl.$(O) | |||
| 36 | $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/hexl.$(O) $(LIBS) | 36 | $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/hexl.$(O) $(LIBS) |
| 37 | $(BLD)/fakemail.exe: $(BLD)/fakemail.$(O) $(BLD)/ntlib.$(O) | 37 | $(BLD)/fakemail.exe: $(BLD)/fakemail.$(O) $(BLD)/ntlib.$(O) |
| 38 | $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/fakemail.$(O) $(BLD)/ntlib.$(O) $(LIBS) | 38 | $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/fakemail.$(O) $(BLD)/ntlib.$(O) $(LIBS) |
| 39 | $(BLD)/sorted-doc.exe: $(BLD)/sorted-doc.$(O) | ||
| 40 | $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/sorted-doc.$(O) $(LIBS) | ||
| 41 | $(BLD)/digest-doc.exe: $(BLD)/digest-doc.$(O) | ||
| 42 | $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/digest-doc.$(O) $(LIBS) | ||
| 43 | $(BLD)/test-distrib.exe: $(BLD)/test-distrib.$(O) | 39 | $(BLD)/test-distrib.exe: $(BLD)/test-distrib.$(O) |
| 44 | $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/test-distrib.$(O) $(LIBS) | 40 | $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/test-distrib.$(O) $(LIBS) |
| 45 | 41 | ||
| @@ -50,8 +46,6 @@ ebrowse: stamp_BLD $(BLD)/ebrowse.exe | |||
| 50 | hexl: stamp_BLD $(BLD)/hexl.exe | 46 | hexl: stamp_BLD $(BLD)/hexl.exe |
| 51 | movemail: stamp_BLD $(BLD)/movemail.exe | 47 | movemail: stamp_BLD $(BLD)/movemail.exe |
| 52 | fakemail: stamp_BLD $(BLD)/fakemail.exe | 48 | fakemail: stamp_BLD $(BLD)/fakemail.exe |
| 53 | sorted-doc: stamp_BLD $(BLD)/sorted-doc.exe | ||
| 54 | digest-doc: stamp_BLD $(BLD)/digest-doc.exe | ||
| 55 | emacsclient: stamp_BLD $(BLD)/emacsclient.exe $(BLD)/emacsclientw.exe | 49 | emacsclient: stamp_BLD $(BLD)/emacsclient.exe $(BLD)/emacsclientw.exe |
| 56 | 50 | ||
| 57 | test-distrib: stamp_BLD $(BLD)/test-distrib.exe | 51 | test-distrib: stamp_BLD $(BLD)/test-distrib.exe |
| @@ -195,7 +189,6 @@ OTHER_PLATFORM_SUPPORT = \ | |||
| 195 | $(lispsource)term/pc-win.elc \ | 189 | $(lispsource)term/pc-win.elc \ |
| 196 | $(lispsource)x-dnd.elc \ | 190 | $(lispsource)x-dnd.elc \ |
| 197 | $(lispsource)term/x-win.elc \ | 191 | $(lispsource)term/x-win.elc \ |
| 198 | $(lispsource)emacs-lisp/easymenu.elc \ | ||
| 199 | $(lispsource)term/ns-win.elc | 192 | $(lispsource)term/ns-win.elc |
| 200 | 193 | ||
| 201 | 194 | ||
| @@ -335,8 +328,6 @@ install: $(INSTALL_FILES) | |||
| 335 | $(CP) $(BLD)/ctags.exe $(INSTALL_DIR)/bin | 328 | $(CP) $(BLD)/ctags.exe $(INSTALL_DIR)/bin |
| 336 | $(CP) $(BLD)/hexl.exe $(INSTALL_DIR)/bin | 329 | $(CP) $(BLD)/hexl.exe $(INSTALL_DIR)/bin |
| 337 | $(CP) $(BLD)/movemail.exe $(INSTALL_DIR)/bin | 330 | $(CP) $(BLD)/movemail.exe $(INSTALL_DIR)/bin |
| 338 | $(CP) $(BLD)/sorted-doc.exe $(INSTALL_DIR)/bin | ||
| 339 | $(CP) $(BLD)/digest-doc.exe $(INSTALL_DIR)/bin | ||
| 340 | $(CP) $(BLD)/emacsclient.exe $(INSTALL_DIR)/bin | 331 | $(CP) $(BLD)/emacsclient.exe $(INSTALL_DIR)/bin |
| 341 | $(CP) $(BLD)/emacsclientw.exe $(INSTALL_DIR)/bin | 332 | $(CP) $(BLD)/emacsclientw.exe $(INSTALL_DIR)/bin |
| 342 | - mkdir "$(INSTALL_DIR)/etc" | 333 | - mkdir "$(INSTALL_DIR)/etc" |
| @@ -404,9 +395,6 @@ $(BLD)/ctags.$(O) : \ | |||
| 404 | $(SRC)/ntlib.h \ | 395 | $(SRC)/ntlib.h \ |
| 405 | $(SRC)/getopt.h | 396 | $(SRC)/getopt.h |
| 406 | 397 | ||
| 407 | $(BLD)/digest-doc.$(O) : \ | ||
| 408 | $(SRC)/digest-doc.c | ||
| 409 | |||
| 410 | $(BLD)/emacsclient.$(O) : \ | 398 | $(BLD)/emacsclient.$(O) : \ |
| 411 | $(SRC)/emacsclient.c \ | 399 | $(SRC)/emacsclient.c \ |
| 412 | $(EMACS_ROOT)/src/s/ms-w32.h \ | 400 | $(EMACS_ROOT)/src/s/ms-w32.h \ |
| @@ -496,12 +484,6 @@ $(BLD)/profile.$(O) : \ | |||
| 496 | $(BLD)/qsort.$(O) : \ | 484 | $(BLD)/qsort.$(O) : \ |
| 497 | $(SRC)/qsort.c | 485 | $(SRC)/qsort.c |
| 498 | 486 | ||
| 499 | $(BLD)/sorted-doc.$(O) : \ | ||
| 500 | $(SRC)/sorted-doc.c \ | ||
| 501 | $(EMACS_ROOT)/src/s/ms-w32.h \ | ||
| 502 | $(EMACS_ROOT)/src/m/intel386.h \ | ||
| 503 | $(EMACS_ROOT)/src/config.h | ||
| 504 | |||
| 505 | $(BLD)/tcp.$(O) : \ | 487 | $(BLD)/tcp.$(O) : \ |
| 506 | $(SRC)/tcp.c | 488 | $(SRC)/tcp.c |
| 507 | 489 | ||
| @@ -519,8 +501,6 @@ $(BLD)/timer.$(O) : \ | |||
| 519 | # | 501 | # |
| 520 | $(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O): stamp_BLD | 502 | $(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O): stamp_BLD |
| 521 | 503 | ||
| 522 | $(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O): stamp_BLD | ||
| 523 | |||
| 524 | $(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS): stamp_BLD | 504 | $(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS): stamp_BLD |
| 525 | 505 | ||
| 526 | $(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O): stamp_BLD | 506 | $(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O): stamp_BLD |