comparison lib-src/makefile.w32-in @ 39751:4c884afc638d

Remove fakemail from ALL
author Jason Rumney <jasonr@gnu.org>
date Wed, 10 Oct 2001 20:59:58 +0000
parents 02a61d02d766
children 05b76acb93ed
comparison
equal deleted inserted replaced
39750:97ff71730793 39751:4c884afc638d
17 # along with GNU Emacs; see the file COPYING. If not, write to the 17 # along with GNU Emacs; see the file COPYING. If not, write to the
18 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 # Boston, MA 02111-1307, USA. 19 # Boston, MA 02111-1307, USA.
20 # 20 #
21 21
22 ALL = make-docfile hexl ctags etags movemail fakemail ebrowse 22 ALL = make-docfile hexl ctags etags movemail ebrowse
23 23
24 .PHONY: $(ALL) 24 .PHONY: $(ALL)
25 25
26 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ 26 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
27 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ 27 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \
36 # $(BLD)/leditcfns.exe \ 36 # $(BLD)/leditcfns.exe \
37 # $(BLD)/emacsclient.exe \ 37 # $(BLD)/emacsclient.exe \
38 # $(BLD)/cvtmail.exe \ 38 # $(BLD)/cvtmail.exe \
39 # $(BLD)/digest-doc.exe \ 39 # $(BLD)/digest-doc.exe \
40 # $(BLD)/test-distrib.exe \ 40 # $(BLD)/test-distrib.exe \
41
42 41
43 LIBS = $(BASE_LIBS) $(ADVAPI32) 42 LIBS = $(BASE_LIBS) $(ADVAPI32)
44 43
45 $(BLD)/make-docfile.exe: $(BLD)/make-docfile.$(O) $(BLD)/ntlib.$(O) 44 $(BLD)/make-docfile.exe: $(BLD)/make-docfile.$(O) $(BLD)/ntlib.$(O)
46 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/make-docfile.$(O) $(BLD)/ntlib.$(O) $(LIBS) 45 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(BLD)/make-docfile.$(O) $(BLD)/ntlib.$(O) $(LIBS)