summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2002-09-25 20:03:21 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2002-09-25 20:03:21 +0000
commitca5004e7b41a870e8208a6054b9ce3c8d8dc84eb (patch)
treefcf56c975de4a3d2bea1ef3223995ea967031368
parent0c851d7872561ce1de082b88387c9e362543cf09 (diff)
downloademacs-ca5004e7b41a870e8208a6054b9ce3c8d8dc84eb.tar.gz
Remove references to emacsserver.
-rw-r--r--lib-src/Makefile.in5
-rw-r--r--lib-src/makefile.nt7
-rw-r--r--lib-src/makefile.w32-in7
3 files changed, 1 insertions, 18 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 582dd8d7d96..f249739d6a9 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -107,7 +107,7 @@ INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog
# 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 @@ fakemail: ${srcdir}/fakemail.c ../src/config.h
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` \
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt
index e2a391d1e75..eef221ab0c3 100644
--- a/lib-src/makefile.nt
+++ b/lib-src/makefile.nt
@@ -308,13 +308,6 @@ $(BLD)\emacsclient.obj : \
$(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
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 6b490917fa7..293cf24a420 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -316,13 +316,6 @@ $(BLD)/emacsclient.$(O) : \
$(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