diff options
| author | Stefan Monnier | 2002-09-25 20:03:21 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-09-25 20:03:21 +0000 |
| commit | ca5004e7b41a870e8208a6054b9ce3c8d8dc84eb (patch) | |
| tree | fcf56c975de4a3d2bea1ef3223995ea967031368 | |
| parent | 0c851d7872561ce1de082b88387c9e362543cf09 (diff) | |
| download | emacs-ca5004e7b41a870e8208a6054b9ce3c8d8dc84eb.tar.gz emacs-ca5004e7b41a870e8208a6054b9ce3c8d8dc84eb.zip | |
Remove references to emacsserver.
| -rw-r--r-- | lib-src/Makefile.in | 5 | ||||
| -rw-r--r-- | lib-src/makefile.nt | 7 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 7 |
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 | |||
| 107 | # Things that Emacs runs internally, or during the build process, | 107 | # Things that Emacs runs internally, or during the build process, |
| 108 | # which should not be installed in bindir. | 108 | # which should not be installed in bindir. |
| 109 | UTILITIES= profile digest-doc sorted-doc movemail cvtmail fakemail \ | 109 | UTILITIES= profile digest-doc sorted-doc movemail cvtmail fakemail \ |
| 110 | yow emacsserver hexl update-game-score | 110 | yow hexl update-game-score |
| 111 | 111 | ||
| 112 | DONT_INSTALL= test-distrib make-docfile | 112 | DONT_INSTALL= test-distrib make-docfile |
| 113 | 113 | ||
| @@ -435,9 +435,6 @@ fakemail: ${srcdir}/fakemail.c ../src/config.h | |||
| 435 | yow: ${srcdir}/yow.c ../src/epaths.h | 435 | yow: ${srcdir}/yow.c ../src/epaths.h |
| 436 | $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow | 436 | $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow |
| 437 | 437 | ||
| 438 | emacsserver: ${srcdir}/emacsserver.c ../src/config.h | ||
| 439 | $(CC) ${ALL_CFLAGS} ${srcdir}/emacsserver.c $(LOADLIBES) -o emacsserver | ||
| 440 | |||
| 441 | emacsclient: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS) | 438 | emacsclient: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS) |
| 442 | $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \ | 439 | $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \ |
| 443 | -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \ | 440 | -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 : \ | |||
| 308 | $(EMACS_ROOT)\src\m\intel386.h \ | 308 | $(EMACS_ROOT)\src\m\intel386.h \ |
| 309 | $(EMACS_ROOT)\lib-src\..\src\config.h | 309 | $(EMACS_ROOT)\lib-src\..\src\config.h |
| 310 | 310 | ||
| 311 | $(BLD)\emacsserver.obj : \ | ||
| 312 | $(SRC)\emacsserver.c \ | ||
| 313 | $(EMACS_ROOT)\src\s\ms-w32.h \ | ||
| 314 | $(EMACS_ROOT)\src\m\intel386.h \ | ||
| 315 | $(EMACS_ROOT)\lib-src\..\src\config.h \ | ||
| 316 | $(EMACS_ROOT)\nt\inc\sys\file.h | ||
| 317 | |||
| 318 | $(BLD)\emacstool.obj : \ | 311 | $(BLD)\emacstool.obj : \ |
| 319 | $(SRC)\emacstool.c \ | 312 | $(SRC)\emacstool.c \ |
| 320 | $(EMACS_ROOT)\nt\inc\sys\file.h | 313 | $(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) : \ | |||
| 316 | $(EMACS_ROOT)/src/m/intel386.h \ | 316 | $(EMACS_ROOT)/src/m/intel386.h \ |
| 317 | $(EMACS_ROOT)/lib-src/../src/config.h | 317 | $(EMACS_ROOT)/lib-src/../src/config.h |
| 318 | 318 | ||
| 319 | $(BLD)/emacsserver.$(O) : \ | ||
| 320 | $(SRC)/emacsserver.c \ | ||
| 321 | $(EMACS_ROOT)/src/s/ms-w32.h \ | ||
| 322 | $(EMACS_ROOT)/src/m/intel386.h \ | ||
| 323 | $(EMACS_ROOT)/lib-src/../src/config.h \ | ||
| 324 | $(EMACS_ROOT)/nt/inc/sys/file.h | ||
| 325 | |||
| 326 | $(BLD)/emacstool.$(O) : \ | 319 | $(BLD)/emacstool.$(O) : \ |
| 327 | $(SRC)/emacstool.c \ | 320 | $(SRC)/emacstool.c \ |
| 328 | $(EMACS_ROOT)/nt/inc/sys/file.h | 321 | $(EMACS_ROOT)/nt/inc/sys/file.h |