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


36.4
date     91.11.05.19.18.12;  author peter;  state Exp;
branches ;
next     36.3;

36.3
date     91.11.05.13.42.12;  author peter;  state Exp;
branches ;
next     36.2;

36.2
date     91.11.05.13.21.58;  author peter;  state Exp;
branches ;
next     36.1;

36.1
date     90.07.26.00.35.56;  author bryce;  state Exp;
branches ;
next     36.0;

36.0
date     90.06.20.23.45.50;  author bryce;  state Exp;
branches ;
next     ;


desc
@Yet another boring Makefile
@


36.4
log
@Subsystem name is now ddebug_lib
@
text
@######################################################################
#
#	$Log:	Makefile,v $
# Revision 36.3  91/11/05  13:42:12  peter
# Doc file is now moved into V:lib.
# 
# Revision 36.2  91/11/05  13:21:58  peter
# Added 'doc' to the "all" rule.
# 
# Revision 36.1  90/07/26  00:35:56  bryce
# Merge into submake (so everything is automatic)
# 
#
MAKEMETA=	../../tools/makemeta

SUBSYSNAME=	ddebug_lib

RESULTFILE=	ddebug.lib

AFILES= 	tty.asm cmpstr.asm getnum.asm rawio.asm
IFILES=		assembly.i

OFILES= 	tty.obj cmpstr.obj getnum.obj rawio.obj

all quick:	${SUBSYSNAME}.lib doc
		cp ${SUBSYSNAME}.lib ../${RESULTFILE}
		mv ${SUBSYSNAME}.doc ..

.INCLUDE=${MAKEMETA}
@


36.3
log
@Doc file is now moved into V:lib.
@
text
@d4 3
d16 1
a16 1
SUBSYSNAME=	ddebug
d18 2
d26 1
a26 1
		cp ${SUBSYSNAME}.lib ..
@


36.2
log
@Added 'doc' to the "all" rule.
@
text
@d4 3
d22 1
@


36.1
log
@Merge into submake (so everything is automatic)
@
text
@d3 4
a6 1
#	$Log:$
d17 1
a17 1
all quick:	${SUBSYSNAME}.lib
@


36.0
log
@added to rcs
@
text
@d1 6
a6 4
MAKEFILE=	Makefile
MAKEMETA=	/usr/commodore/amiga/V36/tools/makemeta
LIBNAME=	/
SRCDIR=		ddebug
a7 1
MISCSRC=	README
d14 2
a15 4
all slow obj:	${SUBSYSNAME}_lib.lib

debug quick:
		@@echo "that was quick! (there's nothing to do)"
@
