head     36.7;
branch   ;
access   ;
symbols  V37_5:36.7 V37_4:36.7 V37_2:36.7 V36_19:36.6 V36_18:36.5 V36_17:36.5 V36_16:36.4 V36_15:36.3;
locks    ; strict;
comment  @*   @;


36.7
date     91.01.08.10.02.49;  author darren;  state Exp;
branches ;
next     36.6;

36.6
date     90.04.13.11.23.41;  author kodiak;  state Exp;
branches ;
next     36.5;

36.5
date     90.04.02.11.08.41;  author kodiak;  state Exp;
branches ;
next     36.4;

36.4
date     89.12.19.12.39.55;  author kodiak;  state Exp;
branches ;
next     36.3;

36.3
date     89.06.06.15.10.37;  author kodiak;  state Exp;
branches ;
next     36.2;

36.2
date     89.02.24.15.49.41;  author kodiak;  state Exp;
branches ;
next     36.1;

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

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


desc
@@


36.7
log
@Point at V instead of V36
@
text
@######################################################################
MAKEMETA=	/usr/commodore/amiga/V/tools/makemeta

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

AFILES=		potgo.asm

EXTERNIFILES=	potgo.i
IFILES=		${EXTERNIFILES}

EXTERNHFILES=	potgo.h
HFILES=		${EXTERNHFILES}

FIRSTO=		potgo.obj

all:		${SUBSYSNAME}.ld

doc:
		rm -f ${SUBSYSNAME}.cat

.INCLUDE=${MAKEMETA}
@


36.6
log
@use Id instead of Header for 4.x rcs
@
text
@d2 1
a2 1
MAKEMETA=	/usr/commodore/amiga/V${VERSION}/tools/makemeta
@


36.5
log
@for rcs 4.x header change
@
text
@@


36.4
log
@rm -f of .cat
@
text
@@


36.3
log
@clean up .cat file
@
text
@d23 1
a23 1
		rm ${SUBSYSNAME}.cat
@


36.2
log
@coalesce all to potgo.asm
@
text
@d22 3
@


36.1
log
@make V36-like
@
text
@d10 1
a10 3
AFILES=		residenttag.asm \
		resource.asm \
		endmodule.asm
d13 1
a13 2
IFILES=		macros.i prdata.i \
		${EXTERNIFILES}
d18 1
a18 3
FIRSTO=		residenttag.obj
OFILES=		resource.obj \
		endmodule.obj
@


36.0
log
@*** empty log message ***
@
text
@d1 2
a2 5
##########################################################################
#
#	Makefile
#
##########################################################################
a3 3
V=		V$(VERSION)

MAKEMETA=	/usr/commodore/amiga/$(V)/tools/makemeta
d5 1
d10 3
a12 1
LFLAGS=		map=$*.lmap
a13 4
AFILES=	residenttag.asm \
	resource.asm \
	endmodule.asm

d15 2
a17 3
IFILES= macros.i prdata.i \
	${EXTERNIFILES}

d19 1
d21 3
a23 1
HFILES=	${EXTERNHFILES}
d25 1
a25 5
FIRSTO=	residenttag.obj
OFILES= resource.obj \
	endmodule.obj

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