head     1.8;
branch   ;
access   ;
symbols  V37_4:1.8 V37_3:1.8 V37_2:1.8 V37_1:1.8 V37_0:1.8 L34_11:1.7 L34_13:1.7 L34_12:1.6 L34_101:1.4;
locks    jjszucs:1.8; strict;
comment  @# @;


1.8
date     91.01.12.23.08.28;  author bryce;  state Exp;
branches ;
next     1.7;

1.7
date     89.04.21.15.55.37;  author bryce;  state Exp;
branches ;
next     1.6;

1.6
date     89.04.19.19.04.09;  author bryce;  state Exp;
branches ;
next     1.5;

1.5
date     89.03.08.22.06.37;  author bryce;  state Exp;
branches ;
next     1.4;

1.4
date     89.02.07.21.27.40;  author bryce;  state Exp;
branches ;
next     1.3;

1.3
date     89.02.07.16.08.23;  author bryce;  state Exp;
branches ;
next     1.2;

1.2
date     89.02.07.16.01.58;  author bryce;  state Exp;
branches ;
next     1.1;

1.1
date     89.01.24.21.02.22;  author bryce;  state Exp;
branches ;
next     ;


desc
@Source to first 1.3 release
@


1.8
log
@Update Id, switch from V34 to V.  Swear at Tom P. for not reading
the instructions TWO LINES ABOVE where he put the rev files into
IFILES and HFILES.
@
text
@##########################################################################
#
# $Id: /usr/chaos/bryce/src/serial/RCS/Makefile,v 1.7 89/04/21 15:55:37 bryce Exp Locker: bryce $
#
# $Locker: bryce $
#
# $Log:	Makefile,v $
# Revision 1.7  89/04/21  15:55:37  bryce
# More make internal hand holding.
# 
# Revision 1.6  89/04/19  19:04:09  bryce
# Try to get make internal to work properly
# 
# Revision 1.5  89/03/08  22:06:37  bryce
# *** empty log message ***
# 
# Revision 1.4  89/02/07  21:27:40  bryce
# *** empty log message ***
# 
# Revision 1.3  89/02/07  16:08:23  bryce
# forgot " rcs -c"
# 
# Revision 1.2  89/02/07  16:01:58  bryce
# V1.3 maintainance release
#
# Revision 33.1  86/04/29  14:18:51  barry
# Initial version under RCS
# 
#
##########################################################################

MAKEMETA=       /usr/commodore/amiga/V/tools/makemeta

SUBSYSNAME=	serial
SUBSYSGROUP=    devices
SRCDIR=         serial
SRCDIRPATH=	workbench/devs
MAKEFILE=       Makefile
DISKPATH=       workbench/devs/serial.device


#
# the following have defaults in the system makefile
# use these lines to add user options
#
AINCL=
CINCL=
AFLAGS= -c S
#AFLAGS= -c S -l $*.lis -e $*.e
CFLAGS=
LFILES= map=${SUBSYSNAME}.lmap

#
# make depend and make print uses the next lines.
# They are maintained by hand.
#
#   AFILES are all the assembler source files
#
AFILES=	begin.asm write.asm functions.asm \
        setparams.asm init.asm abs.asm read.asm
#
#   CFILES are all the C source files
#
CFILES=
#
#   EXTERNIFILES are all the assembler include files released to others in
#   ${VERDIR}/include/${SUBSYSGROUP}/
#
EXTERNIFILES= serial.i
#
#   IFILES are all the assembler include files used by this code, except
#   any _rev.i files
#
IFILES= serialdev.i assembly.i serial.i
#
#   EXTERNHFILES are all the C include files released to others in
#   ${VERDIR}/include/${SUBSYSGROUP}/
#
EXTERNHFILES= serial.h
#
#   HFILES are all the C include files used by this code, except any
#   _rev.h files
#
HFILES= serial.h
#
# OFILES are all the object files that make either the library or the
# rom code generated by this makefile.  FIRSTO is the first to appear
# in the result, but the last dependency to be resolved
#
FIRSTO=	abs.obj
OFILES= begin.obj write.obj functions.obj \
        setparams.obj init.obj read.obj
#
# The main dependency line for a vanilla make
#
#all:	 ${SUBSYSNAME}.ld  ${SUBSYSNAME}.doc
all:	 ${SUBSYSNAME}.ld
	astrip ${SUBSYSNAME}.ld

#
# Include the system makefile 
#
.INCLUDE=${MAKEMETA}
@


1.7
log
@More make internal hand holding.
@
text
@d3 1
a3 1
# $Header: Makefile,v 1.6 89/04/19 19:04:09 bryce Exp $
d5 1
a5 1
# $Locker:  $
d8 3
d32 1
a32 1
MAKEMETA=       /usr/commodore/amiga/V34/tools/makemeta
d37 1
a37 1
SRCDIRPATH=	workbench
d74 1
a74 1
IFILES= serialdev.i assembly.i serial.i ${SUBSYSNAME}_rev.i
d84 1
a84 1
HFILES= serial.h ${SUBSYSNAME}_rev.h
a103 3
VERNUM=		34
VERSION=	34

@


1.6
log
@Try to get make internal to work properly
@
text
@d3 1
a3 1
# $Header: Makefile,v 1.5 89/03/08 22:06:37 bryce Exp $
d8 3
d36 1
a36 1
DISKPATH=       cli/devs/serial.device
@


1.5
log
@*** empty log message ***
@
text
@d3 1
a3 1
# $Header: Makefile,v 1.4 89/02/07 21:27:40 bryce Exp $
d5 1
a5 1
# $Locker: bryce $
d8 3
a25 1
MAKEFILE=       Makefile
d27 3
d31 2
a32 2
SUBSYSNAME=     serial
SUBSYSGROUP=    devices
@


1.4
log
@*** empty log message ***
@
text
@d3 1
a3 1
# $Header: Makefile,v 1.3 89/02/07 16:08:23 bryce Exp $
d5 1
a5 1
# $Locker:  $
d8 3
d87 2
d95 1
a95 2
strip:
	astrip ${SUBSYSNAME}.ld
@


1.3
log
@forgot " rcs -c"
@
text
@d3 1
a3 1
# $Header: Makefile,v 1.2 89/02/07 16:01:58 bryce Exp $
d5 1
a5 1
# $Locker: bryce $
d8 3
d21 1
a21 1
MAKEMETA=       /usr/commodore/amiga/V36/tools/makemeta
d88 2
a89 2
VERNUM=		36
VERSION=	36
@


1.2
log
@V1.3 maintainance release

@
text
@d3 1
a3 1
# $Header: Makefile,v 33.2 86/04/29 16:03:27 barry Exp $
d5 1
a5 1
# $Locker: barry $
d8 2
@


1.1
log
@Initial revision
@
text
@d16 1
a16 1
MAKEMETA=       /usr/commodore/amiga/V/tools/makemeta
d30 1
a30 1
#AFLAGS= -c S -l $*.lis
d83 2
a84 2
VERNUM=		34
VERSION=	34
@
