head     36.6;
branch   ;
access   ;
symbols  V39_1:36.6 V37_11:36.6 V37_8:36.6 V37_4:36.6 V37_3:36.6 V37_2:36.5 V37_1:36.5 V36_31:36.5 V36_29:36.5 V36_28:36.4 V36_14:36.3 V36_12:36.2 V36_11:36.2 V36_10:36.1 V36_9:36.1 V36_6:36.1 V36_5:36.1 V36_3:36.1 V36_2:36.1 V36_1:36.1 L33_22:1.2 L33_19:1.2 L33_15:1.2 L32_6:1.1;
locks    ; strict;
comment  @#   @;


36.6
date     91.03.14.17.30.36;  author darren;  state Exp;
branches ;
next     36.5;

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

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

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

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

36.1
date     89.08.08.22.40.45;  author rsbx;  state Exp;
branches ;
next     1.3;

1.3
date     89.01.27.14.47.46;  author kodiak;  state Exp;
branches ;
next     1.2;

1.2
date     86.02.13.12.16.58;  author kodiak;  state Exp;
branches ;
next     1.1;

1.1
date     86.01.22.13.55.27;  author kodiak;  state Exp;
branches ;
next     1.0;

1.0
date     86.01.22.13.54.30;  author kodiak;  state Exp;
branches ;
next     ;


desc
@CIA resource RCS source file.
@


36.6
log
@*** empty log message ***
@
text
@######################################################################
MAKEMETA=	/usr/commodore/amiga/V${VERSION}/tools/makemeta

MAKEFILE=	Makefile
SRCDIRPATH=	kickstart
SRCDIR=		cia
SUBSYSNAME=	cia
SUBSYSGROUP=	resources

LFLAGS= 	map=${SUBSYSNAME}.lmap
#MYLIBS=		$(LIBDIR)/debug.lib

AFILES=		absolute.asm \
		resource.asm

EXTERNIFILES= 	cia.i ciabase.i
IFILES= 	assembly.i internal.i \
		${EXTERNIFILES}

EXTERNHFILES= 	cia.h ciabase.h
HFILES=		${EXTERNHFILES}

FIRSTO=		absolute.obj
OFILES= 	resource.obj

all:		${SUBSYSNAME}.ld ${SUBSYSNAME}.doc

.INCLUDE=${MAKEMETA}
@


36.5
log
@Fixed .sfd fiction and lack of autodocs.
@
text
@d11 1
@


36.4
log
@Changed to reflect that resource.asm in INCLUDEd by absolute.asm.
@
text
@d12 2
a13 1
AFILES=		absolute.asm
d17 1
a17 2
		${EXTERNIFILES} \
		resource.asm
d23 1
@


36.3
log
@Changed ciabase.i to internal.i and added ciabase.h and ciabase.i as new
public include files.
@
text
@d12 1
a12 2
AFILES=		absolute.asm \
		resource.asm
d16 2
a17 1
		${EXTERNIFILES}
a22 1
OFILES= 	resource.obj
@


36.2
log
@RCS version change
@
text
@d15 2
a16 2
EXTERNIFILES= 	cia.i
IFILES= 	assembly.i ciabase.i \
d19 1
a19 1
EXTERNHFILES= 	cia.h
d25 1
a25 1
all:		${SUBSYSNAME}.ld
@


36.1
log
@checkin for version 36
@
text
@@


1.3
log
@made V36-like
@
text
@@


1.2
log
@dont export ciabase
@
text
@d1 2
a2 1
###################### CIA RESOURCE MAKEFILE #########################
d4 3
a6 4
MAKEFILE=Makefile
MAKEMETA=/usr/commodore/amiga/V/tools/makemeta
SUBDIRS=	lib

a7 1
SRCDIR=		cia
d16 2
a18 2
IFILES= 	assembly.i cia.i ciabase.i

a19 1

a22 1

d25 1
a25 4
src:		${SUBSYSNAME}.ld

all:		${SUBSYSNAME}.ld ${SUBSYSNAME}.doc

@


1.1
log
@remove ciabase.i as an EXTERNIFILE
@
text
@d3 4
a9 3

MAKEFILE=Makefile
MAKEMETA=/usr/commodore/amiga/V/tools/makemeta
@


1.0
log
@Placed under source control for Version 1.
@
text
@a0 1

a6 2
#CSTART=		F06000

d15 1
a15 1
EXTERNIFILES= 	cia.i ciabase.i
@
