head     1.2;
branch   ;
access   ;
symbols  ;
locks    andy:1.2; strict;
comment  @# @;


1.2
date     90.11.06.16.57.06;  author andy;  state Exp;
branches ;
next     1.1;

1.1
date     90.11.05.22.50.10;  author kevin;  state Exp;
branches ;
next     ;


desc
@file to make the various startup modules.
@


1.2
log
@modified for Carolyn's changes to the startup assemble method
@
text
@######################################################################
MAKEMETA=	../../tools/makemeta

IFILES=	Astartup.i AWstartup.i Rstartup.i RWstartup.i RXstartup.i \
	Qstartup.i

all quick:	FRC bcpl-startup.obj
	for i in ${IFILES} ; do \
	    ( ${ASM} startup.asm -h $$i -o startup.obj -c q,a${SYMBOLOPT} \
		    ${AFLAGS} -i \"${MYINCL} ${SYSINCLNS}\"; \
	    echo $$i: | sed -e "s/i/obj/"; \
	    mv startup.obj ../`echo $$i | sed -e "s/i/obj/"` ); done;
	mv bcpl-startup.obj ..

bcpl-startup.obj:	bcpl-startup.asm

.INCLUDE=${MAKEMETA}
@


1.1
log
@Initial revision
@
text
@d10 1
a10 1
		    ${AFLAGS} -i \"${MYINCL} ${SYSINCL}\"; \
@
