head     36.15;
branch   ;
access   ;
symbols  V39_3:36.15 V39_2:36.15 V39_1:36.15 V37_128:36.15 V37_120:36.15 V37_72:36.13 V37_57:36.13 V37_1:36.12 V36_51:36.11 V36_50:36.11 V36_48:36.11 V36_47:36.11 V36_46:36.11 V36_45:36.11 V36_43:36.10 V36_42:36.10 V36_40:36.10 V36_31:36.10 V36_30:36.10 V36_28:36.10 V36_26:36.9 V36_25:36.9 V36_22:36.9 V36_21:36.9 V36_20:36.9 V36_19:36.8 V36_18:36.8 V36_15:36.8 V36_14:36.8 V36_12:36.8 V36_11:36.8 V36_9:36.8 V36_8:36.7 V36_7:36.7 V36_6:36.7 V36_5:36.6 V36_4:36.5 V36_2:36.5 V36_1:36.4 L36_1:36.3;
locks    ; strict;
comment  @# @;


36.15
date     91.04.09.13.46.26;  author darren;  state Exp;
branches ;
next     36.14;

36.14
date     91.03.22.12.19.30;  author darren;  state Exp;
branches ;
next     36.13;

36.13
date     91.03.14.17.50.55;  author darren;  state Exp;
branches ;
next     36.12;

36.12
date     91.01.25.15.45.40;  author rsbx;  state Exp;
branches ;
next     36.11;

36.11
date     90.04.01.19.12.15;  author rsbx;  state Exp;
branches ;
next     36.10;

36.10
date     89.11.23.16.49.59;  author rsbx;  state Exp;
branches ;
next     36.9;

36.9
date     89.08.29.14.04.10;  author rsbx;  state Exp;
branches ;
next     36.8;

36.8
date     89.08.16.13.36.26;  author rsbx;  state Exp;
branches ;
next     36.7;

36.7
date     89.08.09.19.27.48;  author rsbx;  state Exp;
branches ;
next     36.6;

36.6
date     89.08.09.18.47.12;  author rsbx;  state Exp;
branches ;
next     36.5;

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

36.4
date     89.04.06.17.05.27;  author eric;  state Exp;
branches ;
next     36.3;

36.3
date     88.09.19.15.18.07;  author neil;  state Exp;
branches ;
next     36.2;

36.2
date     88.09.19.15.08.12;  author neil;  state Exp;
branches ;
next     36.1;

36.1
date     88.05.01.21.02.01;  author neil;  state Exp;
branches ;
next     ;


desc
@@


36.15
log
@Nothing - turned debug library back off again
@
text
@
##########################################################################
#
# $Id: Makefile,v 36.14 91/03/22 12:19:30 darren Exp Locker: darren $
#
# $Locker: darren $
#
# $Log:	Makefile,v $
# Revision 36.14  91/03/22  12:19:30  darren
# *** empty log message ***
# 
# Revision 36.13  91/03/14  17:50:55  darren
# *** empty log message ***
# 
# Revision 36.12  91/01/25  15:45:40  rsbx
# Change to V37
# 
# Revision 36.11  90/04/01  19:12:15  rsbx
# RCS version change.
# 
# Revision 36.10  89/11/23  16:49:59  rsbx
# Made the "all" target depend on the doc file.
# 
# Revision 36.9  89/08/29  14:04:10  rsbx
# Added waituntil source file.
# 
# Revision 36.8  89/08/16  13:36:26  rsbx
# Added eclock.{asm|obj}.
# 
# Revision 36.7  89/08/09  19:27:48  rsbx
# *** empty log message ***
# 
# Revision 36.6  89/08/09  18:47:12  rsbx
# *** empty log message ***
# 
# Revision 36.5  89/08/09  14:02:09  rsbx
# revised to reflect rewritten timer.device
# 
# Revision 36.4  89/04/06  17:05:27  eric
# Removed _rev.h/i from HFILES/IFILES
# 
# Revision 36.3  88/09/19  15:18:07  neil
# we added that favorite variable: SRCDIRPATH
# 
# Revision 36.2  88/09/19  15:08:12  neil
# added V36 hacks
# 
# Revision 36.1  88/05/01  21:02:01  neil
# *** empty log message ***
# 
#
##########################################################################


#
# the name of the subsystem to make
#

SUBSYSNAME=	timer
SRCDIR=		timer
SRCDIRPATH=	kickstart

#
# the include and link lines to use
#

#AFLAGS=		-l $*.lis
LFLAGS=		map=$*.lmap
MAKEFILE=	Makefile
#MYLIBS=	$(LIBDIR)/debug.lib

#
# 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= asmsupp.asm main.asm libentry.asm device.asm eclock.asm waituntil.asm micro.asm vblank.asm endcode.asm

CFILES=

EXTERNIFILES=	timer.i
IFILES=		asmsupp.i constants.i debug.i internal.i macros.i ${EXTERNIFILES}

EXTERNHFILES=	timer.h
HFILES=		${EXTERNHFILES}

SUBSYSGROUP=	devices

#
# OLFILES are the list of files that are linked in
#
FIRSTO= asmsupp.obj
OFILES= main.obj device.obj libentry.obj eclock.obj waituntil.obj micro.obj vblank.obj endcode.obj


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

.INCLUDE=/usr/commodore/amiga/V/tools/makemeta
@


36.14
log
@*** empty log message ***
@
text
@d4 1
a4 1
# $Id: Makefile,v 36.13 91/03/14 17:50:55 darren Exp Locker: darren $
d9 3
@


36.13
log
@*** empty log message ***
@
text
@d4 1
a4 1
# $Id: Makefile,v 36.12 91/01/25 15:45:40 rsbx Exp Locker: darren $
d9 3
@


36.12
log
@Change to V37
@
text
@d4 1
a4 1
# $Id$
d6 1
a6 1
# $Locker: rsbx $
d9 3
a64 1
MYLIBS=
d95 1
a95 1
.INCLUDE=/usr/commodore/amiga/V$(VERSION)/tools/makemeta
@


36.11
log
@RCS version change.
@
text
@d4 1
a4 1
# $Header: /usr/professor/rsbx/timer.device/RCS/Makefile,v 36.10 89/11/23 16:49:59 rsbx Exp Locker: rsbx $
d9 3
@


36.10
log
@Made the "all" target depend on the doc file.
@
text
@d4 1
a4 1
# $Header: Makefile,v 36.9 89/08/29 14:04:10 rsbx Exp $
d9 3
@


36.9
log
@Added waituntil source file.
@
text
@d4 1
a4 1
# $Header: Makefile,v 36.8 89/08/16 13:36:26 rsbx Exp $
d9 3
d85 1
a85 1
all: ${SUBSYSNAME}.ld
@


36.8
log
@Added eclock.{asm|obj}.
@
text
@d4 1
a4 1
# $Header: Makefile,v 36.7 89/08/09 19:27:48 rsbx Exp $
d9 3
d60 1
a60 1
AFILES= asmsupp.asm main.asm libentry.asm device.asm eclock.asm micro.asm vblank.asm endcode.asm
d76 1
a76 1
OFILES= main.obj device.obj libentry.obj eclock.obj micro.obj vblank.obj endcode.obj
@


36.7
log
@*** empty log message ***
@
text
@d4 1
a4 1
# $Header: Makefile,v 36.6 89/08/09 18:47:12 rsbx Exp $
d9 3
d57 1
a57 1
AFILES= asmsupp.asm main.asm libentry.asm device.asm micro.asm vblank.asm endcode.asm
d73 1
a73 1
OFILES= main.obj device.obj libentry.obj micro.obj vblank.obj endcode.obj
@


36.6
log
@*** empty log message ***
@
text
@d4 1
a4 1
# $Header: Makefile,v 36.5 89/08/09 14:02:09 rsbx Exp $
d9 3
@


36.5
log
@revised to reflect rewritten timer.device
@
text
@d4 1
a4 1
# $Header: /usr.MC68010/machines/professor/professor/rsbx/timer.device/RCS/Makefile,v 36.4 89/04/06 17:05:27 eric Exp $
d6 1
a6 1
# $Locker:  $
d9 3
@


36.4
log
@Removed _rev.h/i from HFILES/IFILES
@
text
@d4 1
a4 1
# $Header: Makefile,v 36.3 88/09/19 15:18:07 neil Exp $
d6 1
a6 1
# $Locker: eric $
d9 3
a23 2
VERSION=	36
V=		V$(VERSION)
d48 1
a48 1
AFILES= asmsupp.asm main.asm startup.asm endcode.asm device.asm
d53 1
a53 1
IFILES=		asmsupp.i internal.i messages.i ${EXTERNIFILES}
d64 1
a64 1
OFILES= main.obj device.obj endcode.obj
a70 1
test: test.crec
d72 1
a72 17
.INCLUDE=/usr/commodore/amiga/$(V)/tools/makemeta

TESTSTART=$(LIBDIR)/startup.obj
DEBUGLIB=$(LIBDIR)/debug.lib

test.obj: test.c
test1.obj: test1.c
test.ld: ${TESTSTART} test.obj ${LFILES} $(DEBUGLIB)
	${LINK} from=${TESTSTART},test.obj \
	    library=${LFILES}+$(DEBUGLIB) map=$*.lmap to=test.ld

test.crec: test.ld
	${SREC} -m -o $@@ -T F40000 -x -s test.ld > $*.cmap

test.srec: test.ld
	${SREC} -m -o $@@ -T 20000 -x -s test.ld > $*.cmap

@


36.3
log
@we added that favorite variable: SRCDIRPATH
@
text
@d4 1
a4 1
# $Header: Makefile,v 36.2 88/09/19 15:08:12 neil Exp $
d6 1
a6 1
# $Locker: neil $
d9 3
d52 1
a52 2
IFILES=		asmsupp.i internal.i messages.i ${EXTERNIFILES} \
	    ${SUBSYSNAME}_rev.i
d55 1
a55 1
HFILES=		${EXTERNHFILES} ${SUBSYSNAME}_rev.h
@


36.2
log
@added V36 hacks
@
text
@d4 1
a4 1
# $Header: Makefile,v 36.1 88/05/01 21:02:01 neil Exp $
d9 3
d27 1
@


36.1
log
@*** empty log message ***
@
text
@d4 1
a4 1
# $Header: Makefile,v 1.1 87/10/17 19:41:09 dale Exp $
d6 1
a6 1
# $Locker: dale $
d9 3
d15 1
d33 1
@
