head     40.3;
branch   ;
access   ;
symbols  V40_35:40.3 rel40_34:40.2 rel40_33:40.2 rel40_32:40.2 rel40_29:40.2 rel40_28:40.2 rel40_27:40.2 rel40_26:40.2 rel40_25:40.2 rel40_24:40.2 rel40_23:40.2 rel40_22:40.2 rel40_21:40.2 rel40_20:40.2 rel40_19:40.2 rel40_18:40.2 rel40_17:40.2 rel40_16:40.2 rel40_15:40.2 rel40_14:40.2 rel40_13:40.2 rel40_12:40.1 rel40_11:40.1 rel40_4:39.9 rel40_3:39.9 rel40_2:39.9 rel40_1:39.9 rel39_7:39.9 rel39_6:39.6 rel39_5:39.6 rel39_4:39.6 rel39_3:39.4 rel39_2:39.3 rel39_1:39.2;
locks    ; strict;
comment  @# @;


40.3
date     93.07.30.16.09.48;  author vertex;  state Exp;
branches ;
next     40.2;

40.2
date     93.03.19.11.30.49;  author Jim2;  state Exp;
branches ;
next     40.1;

40.1
date     93.03.12.20.12.59;  author Jim2;  state Exp;
branches ;
next     40.0;

40.0
date     93.03.01.16.14.26;  author Jim2;  state Exp;
branches ;
next     39.9;

39.9
date     93.01.19.15.45.41;  author Jim2;  state Exp;
branches ;
next     39.8;

39.8
date     93.01.15.13.39.47;  author Jim2;  state Exp;
branches ;
next     39.7;

39.7
date     93.01.14.17.18.32;  author brummer;  state Exp;
branches ;
next     39.6;

39.6
date     93.01.05.12.01.14;  author Jim2;  state Exp;
branches ;
next     39.5;

39.5
date     92.12.21.11.45.16;  author Jim2;  state Exp;
branches ;
next     39.4;

39.4
date     92.12.17.18.07.03;  author Jim2;  state Exp;
branches ;
next     39.3;

39.3
date     92.12.14.14.31.59;  author Jim2;  state Exp;
branches ;
next     39.2;

39.2
date     92.12.11.14.04.08;  author Jim2;  state Exp;
branches ;
next     39.1;

39.1
date     92.12.09.17.53.47;  author Jim2;  state Exp;
branches ;
next     39.0;

39.0
date     92.12.07.16.36.31;  author Jim2;  state Exp;
branches ;
next     ;


desc
@The makefile for the a subdirectory of the games library.
@


40.3
log
@*** empty log message ***
@
text
@
SUBSYSNAME       = a
AFILES	         = system.asm requesters.asm cdreboot.asm systemcontrol.asm\
                   timer.asm input.asm readjoyport.asm keyboard.asm vblank.asm\
	           inputmap.asm
OTHERFILES       = makefile
OTHERFILES_NORCS = dependencies

.include /makefile_master
@


40.2
log
@Removed ReadJoyPortInit.asm
@
text
@a0 5
##########################################################################
#
# $Id: makefile,v 40.1 93/03/12 20:12:59 Jim2 Exp Locker: Jim2 $
#
##########################################################################
d2 6
a7 1
SUBSYSNAME=a
a8 13
INFILES=

ASMFILES1=System.asm Requesters.asm CDReboot.asm SystemControl.asm Timer.asm \
	Input.asm ReadJoyPort.asm Keyboard.asm VBlank.asm \
	InputMap.asm

AFILES=$(ASMFILES1)

CFILES=

INFILES= JoyPortInternal.i
OTHERFILES=	makefile

a9 2
.include /makemeta

@


40.1
log
@Added InputMap.asm
@
text
@d3 1
a3 1
# $Id: makefile,v 40.0 93/03/01 16:14:26 Jim2 Exp Locker: Jim2 $
d12 1
a12 1
	Input.asm ReadJoyPort.asm Keyboard.asm ReadJoyPortInit.asm VBlank.asm \
@


40.0
log
@Removed Anim.asm from the list
@
text
@d3 1
a3 1
# $Id: makefile,v 39.9 93/01/19 15:45:41 Jim2 Exp Locker: Jim2 $
d12 2
a13 1
	Input.asm ReadJoyPort.asm Keyboard.asm ReadJoyPortInit.asm VBlank.asm
@


39.9
log
@Added input.asm
@
text
@d3 1
a3 1
# $Id: makefile,v 39.8 93/01/15 13:39:47 Jim2 Exp Locker: Jim2 $
d11 2
a12 3
ASMFILES1=System.asm Requesters.asm CDReboot.asm SystemControl.asm Anim.asm \
	Timer.asm ReadJoyPort.asm Keyboard.asm ReadJoyPortInit.asm VBlank.asm\
	Input.asm
@


39.8
log
@Added VBlank.asm
@
text
@d3 1
a3 1
# $Id: makefile,v 39.7 93/01/14 17:18:32 brummer Exp Locker: Jim2 $
d12 2
a13 1
	Timer.asm ReadJoyPort.asm Keyboard.asm ReadJoyPortInit.asm VBlank.asm
@


39.7
log
@Added ReadJoyPortInit.asm module to list of modules.
@
text
@d3 1
a3 1
# $Id: makefile,v 39.6 93/01/05 12:01:14 Jim2 Exp Locker: brummer $
d12 1
a12 1
	Timer.asm ReadJoyPort.asm Keyboard.asm ReadJoyPortInit.asm
@


39.6
log
@Added KeyBoard.asm, JoyPortInternal.i.  Also renamed GetJoyPortEvent.asm
to ReadJoyPort.asm.
@
text
@d3 1
a3 1
# $Id: $
d12 1
a12 1
	Timer.asm ReadJoyPort.asm Keyboard.asm
@


39.5
log
@*** empty log message ***
@
text
@d3 1
a3 1
# $Id $
d12 1
a12 1
	Timer.asm GetJoyPortEvent.asm
d18 1
a18 1
INFILES=
@


39.4
log
@Added Timer.asm and the line for GetJoyPortEvent.asm.
@
text
@d12 1
a12 3
	Timer.asm\

#	GetJoyPortEvent.asm
@


39.3
log
@Added Anim.asm.
@
text
@d11 4
a14 1
ASMFILES1=System.asm Requesters.asm CDReboot.asm SystemControl.asm Anim.asm
@


39.2
log
@Added CDReboot and SystemControl
@
text
@d11 1
a11 1
ASMFILES1=System.asm Requesters.asm CDReboot.asm SystemControl.asm
@


39.1
log
@Makefile for the 'a' subdirectory for the game library.
@
text
@d11 1
a11 1
ASMFILES1=System.asm Requesters.asm SearchList.asm
@


39.0
log
@Initial release prior to testing.
@
text
@d11 1
a11 1
ASMFILES1=System.asm Requesters.asm
@
