head     1.1;
branch   ;
access   ;
symbols  ;
locks    chrisg:1.1; strict;
comment  @# @;


1.1
date     91.02.26.18.09.18;  author peter;  state Exp;
branches ;
next     1.0;

1.0
date     91.02.22.14.18.14;  author peter;  state Exp;
branches ;
next     ;


desc
@Initial RCS check-in.
@


1.1
log
@Commented out the rcp that was part of the regular make-rule.
@
text
@HDRS=
AHDRS=
MYLIBS= LIB:lc.lib LIB:c.o LIB:amiga.lib LIB:debug.lib

LOCAL =
REMOTE =

LC = lc -cst
ASM = asm

LFLAGS= BATCH SMALLCODE SMALLDATA

AFLAGS = -iV:include/ -iV:inc.lattice/ -iINCLUDE:

LCFLAGS = -v -b0 -iV:include -iV:inc.lattice

angel.ld: angel.o umain.o memory.o print.o buserror.o 030stuff.o
	blink WITH angel.with MAP angel.map
#	rcp angel.ld minnow=ram:angel


local:
	rcp angel.ld minnow=ram:angel

version:
	bumprev 37 angel_rev

angel.o: angel.c
	$(LC) $(LCFLAGS) angel.c

umain.o: umain.c
	$(LC) $(LCFLAGS) umain.c

print.o: print.a
	hx68 -a print.a -o print.o $(AFLAGS)

memory.o: memory.a
	hx68 -a memory.a -o memory.o  $(AFLAGS)

buserror.o: buserror.a
	asm $(AFLAGS) buserror.a

030stuff.o: 030stuff.a
	hx68 -a 030stuff.a -o 030stuff.o $(AFLAGS)
@


1.0
log
@Initial revision
@
text
@d19 1
a19 1
	rcp angel.ld minnow=ram:angel
@
