]> code.delx.au - gnu-emacs/commitdiff
Remove references to emacsserver.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Sep 2002 20:03:21 +0000 (20:03 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Sep 2002 20:03:21 +0000 (20:03 +0000)
lib-src/Makefile.in
lib-src/makefile.nt
lib-src/makefile.w32-in

index 582dd8d7d963531c88ed48f7465adf7e897c4ba1..f249739d6a9924d525ed40dc7a15ab811b7b61b9 100644 (file)
@@ -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` \
index e2a391d1e75f99b494e77304aa145aab172b18ba..eef221ab0c39dca46ad6d1d69981fb5c0dd8c40f 100644 (file)
@@ -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
index 6b490917fa7f00c0c9319fdea30fb41b5c901b9d..293cf24a4208a0c38f11ef318e6db7472a03bc50 100644 (file)
@@ -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