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


36.4
date     91.04.30.13.51.25;  author bryce;  state Exp;
branches ;
next     36.3;

36.3
date     90.07.23.15.55.51;  author bryce;  state Exp;
branches ;
next     36.2;

36.2
date     90.07.10.21.32.32;  author bryce;  state Exp;
branches ;
next     36.1;

36.1
date     89.06.05.14.43.45;  author kodiak;  state Exp;
branches ;
next     36.0;

36.0
date     89.06.05.14.33.48;  author kodiak;  state Exp;
branches ;
next     ;


desc
@@


36.4
log
@Update for revisisted V scheme.
@
text
@######################################################################
MAKEMETA=	/usr/commodore/amiga/V/tools/makemeta

MAKEFILE=	Makefile
SRCDIRPATH=	include
SRCDIR=		hardware
SUBSYSGROUP=	hardware

EXTERNHFILES=	adkbits.h blit.h cia.h custom.h dmabits.h intbits.h
INTERNHFILES=
HFILES=		${EXTERNHFILES} ${INTERNHFILES}

EXTERNIFILES=	adkbits.i blit.i cia.i custom.i dmabits.i intbits.i
INTERNIFILES=	a3000_hardware.i
IFILES=		${EXTERNIFILES} ${INTERNIFILES}

all:
		@@echo "(${SRCDIRPATH}/${SRCDIR}: nothing to make)"

.INCLUDE=${MAKEMETA}
@


36.3
log
@Add a3000_hardware.i as in _internal_ include file.  If anyone needs a
.h, feel free to create it.
@
text
@d2 1
a2 2
# MAKEMETA=	/usr/commodore/amiga/V${VERSION}/tools/makemeta
MAKEMETA=	/usr/commodore/amiga/V36/tools/makemeta
@


36.2
log
@Just trying to get this thing to work
@
text
@d11 2
a13 2
HFILES=		${EXTERNHFILES}

d15 2
a16 2

IFILES=		${EXTERNIFILES}
@


36.1
log
@
@
text
@d2 2
a3 1
MAKEMETA=	/usr/commodore/amiga/V${VERSION}/tools/makemeta
@


36.0
log
@*** empty log message ***
@
text
@d7 1
d18 1
a18 1
		@@echo "(nothing to make)"
@
