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


37.2
date     91.11.08.17.13.30;  author peter;  state Exp;
branches ;
next     37.1;

37.1
date     91.11.01.16.44.24;  author vertex;  state Exp;
branches ;
next     ;


desc
@Makefile for clib support code for amiga.lib
@


37.2
log
@Added autodocs.asm to AFILES.
@
text
@######################################################################
MAKEMETA=	../../../tools/makemeta

SUBSYSNAME=	clib

AFILES= 	doprnt.asm ga.asm intmath.asm random.asm rt.asm sprintf.asm \
		autodocs.asm

CFILES= 	fclose.c fgetc.c fprintf.c fputc.c fputs.c \
		g.c getchar.c printf.c putchar.c puts.c

OFILES= 	doprnt.obj ga.obj intmath.obj random.obj rt.obj sprintf.obj \
		fclose.obj fgetc.obj fprintf.obj fputc.obj fputs.obj \
		g.obj getchar.obj printf.obj putchar.obj puts.obj

all quick:	${SUBSYSNAME}_lib.lib

.INCLUDE=${MAKEMETA}
@


37.1
log
@Initial V37 RCS checkin
@
text
@d6 2
a7 1
AFILES= 	doprnt.asm ga.asm intmath.asm random.asm rt.asm sprintf.asm
@
