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


1.1
date     92.07.22.17.19.29;  author vertex;  state Exp;
branches ;
next     ;


desc
@Makefile for aux-handler
@



1.1
log
@Initial revision
@
text
@######################################################################

MAKEMETA=	/usr/commodore/amiga/V36/tools/makemeta

MAKEFILE=	Makefile
SRCDIRPATH=	workbench/l
SRCDIR=		aux-handler
SUBSYSNAME=	aux-handler

BFILES=		aux-handler.b

#STARTUP=	${LIBDIR}/bcpl-startup.obj
OFILES=		aux-handler.obj

all:		${SUBSYSNAME}.ld

.INCLUDE=${MAKEMETA}
@
