head     36.4;
branch   ;
access   ;
symbols  V39_1:36.4 V37_3:36.4 V37_2:36.4 V37_1:36.4 V36_14:36.4 V36_10:36.4 V36_9:36.3 V36_8:36.3 V36_5:36.2 V36_4:36.2 V36_2:36.1;
locks    ; strict;
comment  @# @;


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

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

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

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


desc
@Makefile for BattMem.resource.
@


36.4
log
@Added battmembits*.[hi] files to include lists.
@
text
@##########################################################################
#
# $Id$
#
#
##########################################################################


#
# the name of the subsystem to make
#

SUBSYSGROUP=	resources
SUBSYSNAME=	battmem
SRCDIR=		battmem
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

CFILES=

EXTERNIFILES=	battmem.i battmembitsamiga.i battmembitsamix.i battmembitsshared.i
IFILES=		asmsupp.i internal.i ${EXTERNIFILES}

EXTERNHFILES=	battmem.h battmembitsamiga.h battmembitsamix.h battmembitsshared.h
HFILES=		${EXTERNHFILES}

#
# 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.3
log
@RCS version change.
@
text
@d3 1
a3 1
# $Header: /usr/professor/rsbx/battmem.resource/RCS/Makefile,v 36.2 89/11/29 13:37:35 rsbx Exp Locker: rsbx $
a4 1
# $Locker: rsbx $
a5 1
#
d13 1
d34 1
a34 1
EXTERNIFILES=	battmem.i
d37 1
a37 1
EXTERNHFILES=	battmem.h
a38 2

SUBSYSGROUP=	resources
@


36.2
log
@Changed hardcoded offsets to _LVOs from amiga.lib.
@
text
@d3 1
a3 1
# $Header: Makefile,v 36.1 89/10/11 16:15:29 rsbx Exp $
@


36.1
log
@Initial checkin.
@
text
@d3 1
a3 1
# $Header$
d5 1
a5 1
# $Locker$
a22 1
#AFLAGS=		-l $*.lis
a24 2
#MYLIBS=	$(LIBDIR)/debug.lib
MYLIBS=
d53 1
a53 1
all: ${SUBSYSNAME}.ld
@
