File:  [MW Coherent from dump] / coherent / g / usr / bin / me / makefile.atar
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:35 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

#
# Makefile for micro emacs on the Atari ST using Mark Williams C
#
CC=cc
CFLAGS=-I. -VPEEP 

OBJS=basic.o buffer.o display.o error.o file.o fileio.o line.o main.o\
	random.o region.o search.o spawn.o termio.o atari.o window.o word.o\
	lookup.o helplib.o bracket.o comtab.o execute.o tcap.o

me.tos: $(OBJS)
	$(CC) -o me.tos $(OBJS) /usr/lib/libterm.a

comtab.o: comtab.c ed.h
comtab.c: ext.c ed.h
	$(CC) ext.c
	ext

tcap.o: tcap.c ed.h
bracket.o: bracket.c ed.h
execute.o: execute.c ed.h
basic.o: basic.c ed.h
buffer.o: buffer.c ed.h
display.o: display.c ed.h
error.o: error.c ed.h
file.o: file.c ed.h
fileio.o: fileio.c ed.h
line.o: line.c ed.h
main.o: main.c ed.h
random.o: random.c ed.h
region.o: region.c ed.h
search.o: search.c ed.h
spawn.o: spawn.c ed.h
termio.o: termio.c ed.h
atari.o: atari.c ed.h
window.o: window.c ed.h
word.o: word.c ed.h
lookup.o: lookup.c
helplib.o: helplib.c

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.