changeset 47613:d7435ace194f

Remove references to emacsserver.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 25 Sep 2002 20:03:21 +0000
parents 2d55f7e8ff64
children c959ab9efa1f
files lib-src/Makefile.in lib-src/makefile.nt lib-src/makefile.w32-in
diffstat 3 files changed, 1 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/Makefile.in	Wed Sep 25 19:54:13 2002 +0000
+++ b/lib-src/Makefile.in	Wed Sep 25 20:03:21 2002 +0000
@@ -107,7 +107,7 @@
 # Things that Emacs runs internally, or during the build process,
 #  which should not be installed in bindir.
 UTILITIES=  profile digest-doc sorted-doc movemail cvtmail fakemail \
-            yow emacsserver hexl update-game-score
+            yow hexl update-game-score
 
 DONT_INSTALL= test-distrib make-docfile
 
@@ -435,9 +435,6 @@
 yow: ${srcdir}/yow.c ../src/epaths.h
 	$(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow
 
-emacsserver: ${srcdir}/emacsserver.c ../src/config.h
-	$(CC) ${ALL_CFLAGS} ${srcdir}/emacsserver.c $(LOADLIBES) -o emacsserver
-
 emacsclient: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS)
 	$(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS)  \
 	   -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \
--- a/lib-src/makefile.nt	Wed Sep 25 19:54:13 2002 +0000
+++ b/lib-src/makefile.nt	Wed Sep 25 20:03:21 2002 +0000
@@ -308,13 +308,6 @@
 	$(EMACS_ROOT)\src\m\intel386.h \
 	$(EMACS_ROOT)\lib-src\..\src\config.h
 
-$(BLD)\emacsserver.obj : \
-	$(SRC)\emacsserver.c \
-	$(EMACS_ROOT)\src\s\ms-w32.h \
-	$(EMACS_ROOT)\src\m\intel386.h \
-	$(EMACS_ROOT)\lib-src\..\src\config.h \
-	$(EMACS_ROOT)\nt\inc\sys\file.h
-
 $(BLD)\emacstool.obj : \
 	$(SRC)\emacstool.c \
 	$(EMACS_ROOT)\nt\inc\sys\file.h
--- a/lib-src/makefile.w32-in	Wed Sep 25 19:54:13 2002 +0000
+++ b/lib-src/makefile.w32-in	Wed Sep 25 20:03:21 2002 +0000
@@ -316,13 +316,6 @@
 	$(EMACS_ROOT)/src/m/intel386.h \
 	$(EMACS_ROOT)/lib-src/../src/config.h
 
-$(BLD)/emacsserver.$(O) : \
-	$(SRC)/emacsserver.c \
-	$(EMACS_ROOT)/src/s/ms-w32.h \
-	$(EMACS_ROOT)/src/m/intel386.h \
-	$(EMACS_ROOT)/lib-src/../src/config.h \
-	$(EMACS_ROOT)/nt/inc/sys/file.h
-
 $(BLD)/emacstool.$(O) : \
 	$(SRC)/emacstool.c \
 	$(EMACS_ROOT)/nt/inc/sys/file.h