home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 100-199 / ff119.lzh / MicroEMACS / src / src.zoo / Makefile.manx.poster < prev    next >
Makefile  |  1987-12-09  |  1KB  |  30 lines

  1. Article 11204 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!ames!amdcad!sun!pitstop!sundc!seismo!uunet!nuchat!sugar!karl
  3. From: karl@sugar.UUCP (Karl Lehenbauer)
  4. Newsgroups: comp.sys.amiga
  5. Subject: makefile for MicroEMACS for Aztec 3.40 and misc info
  6. Message-ID: <1119@sugar.UUCP>
  7. Date: 26 Nov 87 06:25:48 GMT
  8. Organization: Sugar Land UNIX - Houston, TX
  9. Lines: 44
  10.  
  11. Here is a makefile that will compile and link MicroEMACS 3.9e/Amiga, the
  12. definitive version of MicroEMACS that came over comp.sources.misc recently.
  13.  
  14. Note that you need to rename amiga.rc to .emacsrc and put it and emacs.hlp
  15. somewhere in MicroEMACS' search path, which is:  the current directory, 
  16. sys:c, sys:t, sys:s, c:, :t and :s
  17.  
  18. Note that superportability mode (Aztec +P) may not be necessary, I
  19. didn't check.  I'll leave that as an excercise for someone who likes
  20. to fool around with memory models on unsegmented architectures :-)
  21.  
  22. Also note that although modules like hp110, hp150 and (gack) st520 are
  23. included in the link, all of the guts are conditionally compiled out.
  24.  
  25. Don't forget to set the "#define AMIGA 0" to "#define AMIGA 1" in
  26. estruct.h, as well as turning off whatever other processor had an
  27. entry set to "1." Also, select AZTEC compiler and ANSI terminal output.
  28.  
  29.  
  30.