home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / packages / gnuserv / etc.Makefile.diff next >
Encoding:
Text File  |  1992-03-23  |  1.6 KB  |  54 lines

  1. *** dist-18.55/etc/Makefile~    Tue Apr 18 00:34:45 1989
  2. --- dist-18.55/etc/Makefile    Fri Jun 30 16:34:04 1989
  3. ***************
  4. *** 6,17 ****
  5.   
  6.   EXECUTABLES = test-distrib etags ctags loadst make-docfile \
  7.      digest-doc sorted-doc movemail cvtmail fakemail yow env \
  8. !    server emacsclient
  9.   
  10.   all: ${EXECUTABLES}
  11.   
  12.   distclean:
  13. !     -rm -f ${EXECUTABLES} *~ \#* DOC* core
  14.   
  15.   # This justs verifies that the non-ASCII characters
  16.   # in the file `testfile' have no been clobbered by
  17. --- 6,17 ----
  18.   
  19.   EXECUTABLES = test-distrib etags ctags loadst make-docfile \
  20.      digest-doc sorted-doc movemail cvtmail fakemail yow env \
  21. !    server emacsclient gnuserv gnudoit gnuclient
  22.   
  23.   all: ${EXECUTABLES}
  24.   
  25.   distclean:
  26. !     -rm -f ${EXECUTABLES} *~ \#* DOC* core gnuslib.o
  27.   
  28.   # This justs verifies that the non-ASCII characters
  29.   # in the file `testfile' have no been clobbered by
  30. ***************
  31. *** 66,71 ****
  32. --- 66,86 ----
  33.   
  34.   emacsclient: emacsclient.c ../src/config.h
  35.       $(CC) -o emacsclient ${CFLAGS} emacsclient.c $(LOADLIBES)
  36. + # ange's gnuserv stuff
  37. + #
  38. + gnuclient: gnuserv.h gnuslib.o gnuclient.c ../src/config.h
  39. +     $(CC) -o gnuclient ${CFLAGS} gnuclient.c gnuslib.o $(LOADLIBES)
  40. + gnuserv: gnuserv.h gnuslib.o gnuserv.c ../src/config.h
  41. +     $(CC) -o gnuserv ${CFLAGS} gnuserv.c gnuslib.o $(LOADLIBES)
  42. + gnudoit: gnuserv.h gnuslib.o gnudoit.c ../src/config.h
  43. +     $(CC) -o gnudoit ${CFLAGS} gnudoit.c gnuslib.o $(LOADLIBES)
  44. + gnuslib.o: gnuserv.h gnuslib.c ../src/config.h
  45. +     $(CC) -c ${CFLAGS} gnuslib.c
  46.   
  47.   # This one is NOT included in EXECUTABLES.
  48.   # See ../src/ymakefile.
  49.