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


37.3
date     91.02.08.18.48.57;  author jesup;  state Exp;
branches ;
next     37.2;

37.2
date     91.02.08.17.46.45;  author jesup;  state Exp;
branches ;
next     37.1;

37.1
date     91.02.08.16.56.06;  author jesup;  state Exp;
branches ;
next     ;


desc
@makefile for dos support routines for amiga.lib
@


37.3
log
@made namefromanchor asm
@
text
@######################################################################
MAKEMETA=	../../../tools/makemeta

SUBSYSNAME=	dos_support

AFILES= 	namefromanchor.asm

CFILES= 	

OFILES= 	namefromanchor.obj

all quick:	${SUBSYSNAME}_lib.lib

.INCLUDE=${MAKEMETA}
@


37.2
log
@.obj, not .o
@
text
@d6 1
a6 1
AFILES= 	
d8 1
a8 1
CFILES= 	namefromanchor.c
@


37.1
log
@initial checkin
@
text
@d10 1
a10 1
OFILES= 	namefromanchor.o
@
