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


37.0
date     91.11.08.22.52.18;  author peter;  state Exp;
branches ;
next     ;


desc
@Makefile to build intuition support stubs for amiga.lib.
@



37.0
log
@Initial check-in.
@
text
@######################################################################
MAKEMETA=	../../../tools/makemeta

SUBSYSNAME=	intuition_support

AFILES= 	autodocs.asm hookface.asm classface.asm

CFILES= 

OFILES=		hookface.obj classface.obj

all quick:	${SUBSYSNAME}_lib.lib

.INCLUDE=${MAKEMETA}
@
