head     1.5;
branch   ;
access   ;
symbols  V37_4:1.5 V37_1:1.4 V36_3:1.3 V36_1:1.3;
locks    ; strict;
comment  @# @;


1.5
date     91.02.21.19.15.21;  author andy;  state Exp;
branches ;
next     1.4;

1.4
date     91.01.31.22.45.46;  author andy;  state Exp;
branches ;
next     1.3;

1.3
date     90.06.13.19.00.41;  author andy;  state Exp;
branches ;
next     1.2;

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

1.1
date     90.06.13.18.53.47;  author andy;  state Exp;
branches ;
next     ;


desc
@initial checkin
@


1.5
log
@*** empty log message ***
@
text
@##########################################################################
##########################################################################

MAKEFILE=	Makefile
MAKEMETA=	/usr/commodore/amiga/V/tools/makemeta
SRCDIRPATH=	workbench/l
SRCDIR=		speak-handler
DISKPATH=	workbench/l/speak-handler
SUBSYSNAME=	speak-handler

#MYLIBS=		${LIBDIR}/debug.lib

AFILES=		hstartup.asm
CFILES=		speak.c misc.c strfuncs.c speech.c

FIRSTO=		hstartup.obj
OFILES=		speak.obj misc.obj strfuncs.obj speech.obj

HFILES=		handler.h

all:		${SUBSYSNAME}.ld
#		rcp speak-handler.ld minnow:ram:speak-handler

.INCLUDE=${MAKEMETA}
SYMBOLOPT=
@


1.4
log
@changed to V37
@
text
@d22 1
@


1.3
log
@removed mention of standard.h so make internal will work
@
text
@d5 1
a5 1
MAKEMETA=	/usr/commodore/amiga/V36/tools/makemeta
d11 1
a11 1
MYLIBS=		${LIBDIR}/debug.lib
@


1.2
log
@removed autostrip
@
text
@d19 1
a19 1
HFILES=		standard.h
@


1.1
log
@Initial revision
@
text
@d6 3
a8 3
SRCDIRPATH=	Toolkit
SRCDIR=		speak
DISKPATH=	Toolkit/l/speak-handler
d11 1
a11 1
#MYLIBS=		${LIBDIR}/debug.lib
d22 1
a22 1
		stripa from ${SUBSYSNAME}.ld to speak-handler
@
