Show
Ignore:
Timestamp:
2006年07月01日 08時27分06秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib-src/makefile.w32-in

    r4085 r4098  
    2121# 
    2222 
    23 ALL          = make-docfile hexl ctags etags movemail ebrowse 
     23ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc 
    2424 
    2525.PHONY: $(ALL) 
     
    3131# don't know what (if) to do with these yet... 
    3232# 
    33 #               $(BLD)/sorted-doc.exe   \ 
    34 #               $(BLD)/env.exe          \ 
    3533#               $(BLD)/server.exe       \ 
    3634#               $(BLD)/emacstool.exe    \ 
    37 #               $(BLD)/leditcfns.exe    \ 
    3835#               $(BLD)/emacsclient.exe  \ 
    3936#               $(BLD)/cvtmail.exe      \ 
    40 #               $(BLD)/digest-doc.exe   \ 
    41 #               $(BLD)/test-distrib.exe \ 
    4237 
    4338LIBS          = $(BASE_LIBS) $(ADVAPI32) 
     
    4944$(BLD)/fakemail.exe:            $(BLD)/fakemail.$(O) $(BLD)/ntlib.$(O) 
    5045                $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/fakemail.$(O) $(BLD)/ntlib.$(O) $(LIBS) 
     46$(BLD)/sorted-doc.exe:  $(BLD)/sorted-doc.$(O) 
     47                $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/sorted-doc.$(O) $(LIBS) 
     48$(BLD)/digest-doc.exe:  $(BLD)/digest-doc.$(O) 
     49                $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/digest-doc.$(O) $(LIBS) 
     50$(BLD)/test-distrib.exe: $(BLD)/test-distrib.$(O) 
     51                $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/test-distrib.$(O) $(LIBS) 
    5152 
    5253make-docfile:   $(BLD) $(BLD)/make-docfile.exe 
     
    5758movemail:       $(BLD) $(BLD)/movemail.exe 
    5859fakemail:       $(BLD) $(BLD)/fakemail.exe 
     60sorted-doc:     $(BLD) $(BLD)/sorted-doc.exe 
     61digest-doc:     $(BLD) $(BLD)/digest-doc.exe 
     62 
     63test-distrib:   $(BLD) $(BLD)/test-distrib.exe 
     64        "$(BLD)/test-distrib.exe" "$(SRC)/testfile" 
    5965 
    6066GETOPTOBJS = $(BLD)/getopt.$(O) $(BLD)/getopt1.$(O) 
     
    115121# don't know what to do with these yet... 
    116122# 
    117 # $(BLD)/sorted-doc.exe:        $(BLD)/sorted-doc.$(O) 
    118 # $(BLD)/yow.exe:               $(BLD)/yow.$(O) 
    119123# $(BLD)/emacstool.exe:         $(BLD)/emacstool.$(O) 
    120 # $(BLD)/leditcfns.exe:         $(BLD)/leditcfns.$(O) 
    121124# $(BLD)/server.exe:            $(BLD)/server.$(O) 
    122125# $(BLD)/cvtmail.exe:           $(BLD)/cvtmail.$(O) 
    123 # $(BLD)/digest-doc.exe:        $(BLD)/digest-doc.$(O) 
    124126# $(BLD)/emacsclient.exe:       $(BLD)/emacsclient.$(O) 
    125 # $(BLD)/test-distrib.exe:      $(BLD)/test-distrib.$(O) 
    126127 
    127128# 
     
    294295                $(CP) $(BLD)/hexl.exe $(INSTALL_DIR)/bin 
    295296                $(CP) $(BLD)/movemail.exe $(INSTALL_DIR)/bin 
     297                $(CP) $(BLD)/sorted-doc.exe $(INSTALL_DIR)/bin 
     298                $(CP) $(BLD)/digest-doc.exe $(INSTALL_DIR)/bin 
    296299                - mkdir "$(INSTALL_DIR)/etc" 
    297300                $(CP) $(DOC) $(INSTALL_DIR)/etc 
     
    449452 
    450453$(BLD)/sorted-doc.$(O) : \ 
    451         $(SRC)/sorted-doc.c 
     454        $(SRC)/sorted-doc.c \ 
     455        $(EMACS_ROOT)/src/s/ms-w32.h \ 
     456        $(EMACS_ROOT)/src/m/intel386.h \ 
     457        $(EMACS_ROOT)/src/config.h \ 
    452458 
    453459$(BLD)/tcp.$(O) : \ 
     
    462468        $(EMACS_ROOT)/src/m/intel386.h \ 
    463469        $(EMACS_ROOT)/lib-src/../src/config.h 
    464  
    465 $(BLD)/yow.$(O) : \ 
    466         $(SRC)/yow.c \ 
    467         $(EMACS_ROOT)/lib-src/../src/paths.h