head     36.1;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


36.1
date     89.09.18.18.30.01;  author rsbx;  state Exp;
branches ;
next     ;


desc
@Makefile for the timer support section to amiga.lib.
@



36.1
log
@Initial checkin.
@
text
@######################################################################
MAKEMETA=	../../../tools/makemeta

SUBSYSNAME=	timer_support

AFILES= 	TimeDelay.asm

OFILES= 	TimeDelay.obj

all quick:	${SUBSYSNAME}_lib.lib

.INCLUDE=${MAKEMETA}
@
