home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / emacs-18.59-bin.lha / lib / emacs / 18.59 / etc / smakefile < prev    next >
Makefile  |  1993-10-02  |  366b  |  18 lines

  1. all: etags sh wakeup make-docfile # env
  2.  
  3. env: amiga-env.c
  4.     echo "'sc link to env nostkchk amiga-env.c' should work (but doesn't)."
  5.     echo "You're welcome to try ..."
  6.  
  7. make-docfile: make-docfile.c
  8.     sc link make-docfile.c
  9.  
  10. sh: sh.c
  11.     sc link sh.c
  12.  
  13. wakeup: wakeup.c
  14.     sc link wakeup.c
  15.  
  16. etags: etags.c
  17.     sc link idir //unix/include def ETAGS etags.c lib //unix/src/unix.lib
  18.