head     1.3;
branch   ;
access   martin bj;
symbols  ;
locks    ; strict;
comment  @# @;


1.3
date     94.03.18.19.23.54;  author jesup;  state Exp;
branches ;
next     1.2;

1.2
date     90.11.02.10.59.03;  author martin;  state Exp;
branches ;
next     1.1;

1.1
date     90.04.26.19.52.39;  author martin;  state Exp;
branches ;
next     ;


desc
@Lattice makefile. Use LMK.
@


1.3
log
@old BJ change
@
text
@# -------------------------------------------------
# LS 2.3 makefile by Justin V. McCormick 89-07-05
# -------------------------------------------------
CFLAGS = -cfmtu -d1 -m0 -rr -v -iinc: -inetinc: -O
AFLAGS = -iainc: -cvy
CC = lc

OBJS = ls.o lssup.o 
DEST = ls
 
.c.o:  $(OBJS)
	lc $(CFLAGS) -o$*.o $*.c

lssup.o: lssup.a
	casm -a lssup.a -olssup.o -cvq

ls:	$(OBJS) ls.c
	BLINK WITH linkfile
	@@beep 300 
@


1.2
log
@*** empty log message ***
@
text
@d4 1
a4 1
CFLAGS = -cfmtu -d1 -m0 -rr -v -ia:include -O
d11 3
@


1.1
log
@Initial revision
@
text
@d11 4
a14 1
$(DEST): $(OBJS)
@
