head     36.4;
access   ;
symbols  ;
locks    ; strict;
comment  @*   @;


36.4
date     89.07.03.13.11.43;  author kodiak;  state Exp;
branches ;
next     36.3;

36.3
date     89.07.02.13.51.57;  author kodiak;  state Exp;
branches ;
next     36.2;

36.2
date     89.07.02.13.50.09;  author kodiak;  state Exp;
branches ;
next     36.1;

36.1
date     89.04.07.11.49.46;  author kodiak;  state Exp;
branches ;
next     36.0;

36.0
date     89.01.26.17.14.09;  author kodiak;  state Exp;
branches ;
next     ;


desc
@autovects minimilist Makefile
@


36.4
log
@only co autovects.srec if not there
@
text
@######################################################################

MAKEMETA=       /usr/commodore/amiga/V${VERSION}/tools/makemeta
MAKEFILE=       Makefile
SRCDIRPATH=     kickstart
SRCDIR=         autovects
MISCSRC=	autovects.srec

all:
		if test ! -s autovects.srec; then co autovects.srec; fi

.INCLUDE=${MAKEMETA}

depend::
		rm -f 36.depend
@


36.3
log
@(better depend:: line)
@
text
@d10 1
a10 1
		co autovects.srec
@


36.2
log
@add rules for all: and depend:
@
text
@a11 3
depend:
		rm 36.depend
 
d13 3
@


36.1
log
@add autovects.srec to MISCSRC line
@
text
@d8 6
@


36.0
log
@*** empty log message ***
@
text
@d7 1
@
