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