head     36.5;
branch   ;
access   ;
symbols  V39_3:36.5 V39_1:36.5 V37_3:36.5 V37_2:36.5 V37_1:36.5 V36_22:36.4 V36_18:36.4 V36_17:36.4 V36_16:36.3 V36_14:36.3 V36_13:36.3 V36_10:36.3 V36_7:36.2 V36_6:36.1 V36_5:36.1 V36_4:36.1 V36_3:36.1 V36_1:36.1;
locks    ; strict;
comment  @# @;


36.5
date     91.01.09.09.56.56;  author rsbx;  state Exp;
branches ;
next     36.4;

36.4
date     90.03.28.16.28.04;  author rsbx;  state Exp;
branches ;
next     36.3;

36.3
date     89.11.28.22.51.35;  author rsbx;  state Exp;
branches ;
next     36.2;

36.2
date     89.10.12.12.46.18;  author rsbx;  state Exp;
branches ;
next     36.1;

36.1
date     89.10.06.11.50.11;  author rsbx;  state Exp;
branches ;
next     ;


desc
@Makefile for battclock.resource.

@


36.5
log
@Changed Header to Id.
@
text
@##########################################################################
#
# $Id$
#
##########################################################################


#
# the name of the subsystem to make
#

SUBSYSNAME=	battclock
SRCDIR=		battclock
SRCDIRPATH=	kickstart

#
# the include and link lines to use
#

LFLAGS=		map=$*.lmap
MAKEFILE=	Makefile

#
# make depend and make print uses the next lines.
# They must be maintained by hand.
# I sugest something like vi's "!!ls *.asm" to generate the lines.
#
AFILES= resource.asm endcode.asm

EXTERNIFILES=	battclock.i
IFILES=		asmsupp.i internal.i ${EXTERNIFILES}

EXTERNHFILES=	battclock.h
HFILES=		${EXTERNHFILES}

SUBSYSGROUP=	resources

#
# OLFILES are the list of files that are linked in
#
FIRSTO= resource.obj
OFILES= endcode.obj


#
# The main dependency line: everything else follows from this
#
all: ${SUBSYSNAME}.ld ${SUBSYSNAME}.doc

.INCLUDE=/usr/commodore/amiga/V$(VERSION)/tools/makemeta
@


36.4
log
@RCS version change.
@
text
@d3 1
a3 4
# $Header: /usr/professor/rsbx/battclock.resource/RCS/Makefile,v 36.3 89/11/28 22:51:35 rsbx Exp Locker: rsbx $
#
# $Locker: rsbx $
#
@


36.3
log
@Now uses utility.library for date conversions.
@
text
@d3 1
a3 1
# $Header: Makefile,v 36.2 89/10/12 12:46:18 rsbx Exp $
@


36.2
log
@Fixed include file list.
@
text
@d3 1
a3 1
# $Header: Makefile,v 36.1 89/10/06 11:50:11 rsbx Exp $
a22 1
#AFLAGS=		-l $*.lis
a24 2
#MYLIBS=	$(LIBDIR)/debug.lib
MYLIBS=
d31 1
a31 1
AFILES= resource.asm dateconv.asm math.asm endcode.asm
a32 2
CFILES=

d34 1
a34 1
IFILES=		asmsupp.i internal.i date.i ${EXTERNIFILES}
d45 1
a45 1
OFILES= dateconv.obj math.obj endcode.obj
d51 1
a51 1
all: ${SUBSYSNAME}.ld
@


36.1
log
@Initial checkin.
@
text
@d3 1
a3 1
# $Header$
d5 1
a5 1
# $Locker$
d39 1
a39 1
IFILES=		asmsupp.i debug.i internal.i ${EXTERNIFILES}
@
