|
|
1.1 root 1: #
2: # Makefile for micro emacs on the Atari ST using Mark Williams C
3: #
4: CC=cc
5: CFLAGS=-I. -VPEEP
6:
7: OBJS=basic.o buffer.o display.o error.o file.o fileio.o line.o main.o\
8: random.o region.o search.o spawn.o termio.o atari.o window.o word.o\
9: lookup.o helplib.o bracket.o comtab.o execute.o tcap.o
10:
11: me.tos: $(OBJS)
12: $(CC) -o me.tos $(OBJS) /usr/lib/libterm.a
13:
14: comtab.o: comtab.c ed.h
15: comtab.c: ext.c ed.h
16: $(CC) ext.c
17: ext
18:
19: tcap.o: tcap.c ed.h
20: bracket.o: bracket.c ed.h
21: execute.o: execute.c ed.h
22: basic.o: basic.c ed.h
23: buffer.o: buffer.c ed.h
24: display.o: display.c ed.h
25: error.o: error.c ed.h
26: file.o: file.c ed.h
27: fileio.o: fileio.c ed.h
28: line.o: line.c ed.h
29: main.o: main.c ed.h
30: random.o: random.c ed.h
31: region.o: region.c ed.h
32: search.o: search.c ed.h
33: spawn.o: spawn.c ed.h
34: termio.o: termio.c ed.h
35: atari.o: atari.c ed.h
36: window.o: window.c ed.h
37: word.o: word.c ed.h
38: lookup.o: lookup.c
39: helplib.o: helplib.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.