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


37.2
date     93.04.28.10.20.34;  author mks;  state Exp;
branches ;
next     37.1;

37.1
date     91.11.01.17.41.18;  author vertex;  state Exp;
branches ;
next     1.0;

1.0
date     89.08.19.20.57.26;  author bryce;  state Exp;
branches ;
next     ;


desc
@Makefile for the exec_support section of amiga.lib
@


37.2
log
@Added the POOLS code...
@
text
@######################################################################
MAKEMETA=	../../../tools/makemeta

SUBSYSNAME=	exec_support

AFILES= 	BeginIO.asm NewList.asm pools.asm cpools.asm

CFILES= 	CreatePort.c CreateTask.c CreateStdIO.c CreateExtIO.c

OFILES= 	BeginIO.obj NewList.obj CreatePort.obj CreateStdIO.obj \
		CreateExtIO.obj CreateTask.obj \
		pools.o cpools.o

all quick:	${SUBSYSNAME}_lib.lib

.INCLUDE=${MAKEMETA}
@


37.1
log
@Initial V37 RCS checkin
@
text
@d6 1
a6 1
AFILES= 	BeginIO.asm NewList.asm
d11 2
a12 1
		CreateExtIO.obj CreateTask.obj
@


1.0
log
@added to rcs
@
text
@@
