head     37.1;
branch   ;
access   ;
symbols  V37_1:37.1 V36_16:1.6 V36_14:1.2;
locks    ; strict;
comment  @# @;


37.1
date     91.01.21.12.14.01;  author mks;  state Exp;
branches ;
next     1.6;

1.6
date     90.04.11.19.15.14;  author dale;  state Exp;
branches ;
next     1.5;

1.5
date     90.04.08.16.43.20;  author dale;  state Exp;
branches ;
next     1.4;

1.4
date     90.04.08.16.22.03;  author dale;  state Exp;
branches ;
next     1.3;

1.3
date     89.12.06.23.28.20;  author dale;  state Exp;
branches ;
next     1.2;

1.2
date     89.09.08.19.48.35;  author dale;  state Exp;
branches ;
next     1.1;

1.1
date     89.09.08.19.01.34;  author dale;  state Exp;
branches ;
next     ;


desc
@Initial check in of all modules in this directory
@


37.1
log
@V37 cleanup
@
text
@##########################################################################
#
# $Id$
#
# $Locker: mks $
#
# $Log:	Makefile,v $
# Revision 1.6  90/04/11  19:15:14  dale
# cleanup
#
# Revision 1.5  90/04/08  16:43:20  dale
# filename changes
#
# Revision 1.4  90/04/08  16:22:03  dale
# *** empty log message ***
#
# Revision 1.3  89/12/06  23:28:20  dale
# adding math.h to HFILE list
#
# Revision 1.2  89/09/08  19:48:35  dale
# tidy up
#
# Revision 1.1  89/09/08  19:01:34  dale
# Initial revision
#
#
##########################################################################


#
# Amiga IEEE Floating Point Math Library
#

V=		V$(VERSION)

MAKEFILE=    Makefile
SRCDIR=		 mathieeedoubtrans
SUBSYSNAME=  mathieeedoubtrans
SUBSYSGROUP= libraries
SRCDIRPATH=	workbench/libs

LIBDIR=	/usr/commodore/amiga/$(V)/internal/lib

#
# the following have defaults in the system makefile
# use these lines to add user options
#

CFLAGS = -X22 -X107 -Dmc68000 -Dieee_float
LFLAGS=	map=$*.lmap xref=$*.xref ROM

# X107  is donot use a6

FIRSTRAM=	residenttag.obj

RAMLIB=	library.obj vec_table.obj softieee.obj midb.obj\
	acos.obj asin.obj spatan.obj cos.obj cosh.obj exp.obj\
	log.obj sin.obj sinh.obj spsqrt.obj tan.obj\
	tanh.obj ldexp.obj sincos.obj hardpow.obj\
	ieee68881.obj iovec_table.obj convert.obj endmodule.obj pow.obj\
	halve.obj ieeedoubbasint.obj

ALLFILES=	$(FIRSTRAM) $(RAMLIB)

CFILES= acos.c asin.c cos.c cosh.c exp.c\
	log.c sin.c sinh.c tan.c\
	tanh.c ldexp.c sincos.c hardpow.c\
	pow.c halve.c

#
#RAMLIB=	softieee.obj
#acos.obj asin.obj cos.obj cosh.obj exp.obj\
#	log.obj sin.obj sinh.obj spsqrt.obj tan.obj\
#tanh.obj ldexp.obj sincos.obj hardpow.obj\
#pow.obj\
#halve.obj
# make depend and make print uses the next lines.
# They are maintained by hand.
#
#   AFILES are all the assembler source files
#
AFILES=	residenttag.asm	library.asm vec_table.asm midb.asm\
	convert.asm spatan.asm ieeedoubbasint.asm\
	spsqrt.asm softieee.asm\
	ieee68881.asm endmodule.asm iovec_table.asm

#
#   EXTERNIFILES are all the assembler include files released to others in
#   ${VERDIR}/include/${SUBSYSGROUP}/
#
EXTERNIFILES=
#
#   IFILES are all the assembler include files used by this code, except
#   any _rev.i files
#
IFILES= macros.i mathieeedoubtrans_lib.i

#
#   EXTERNHFILES are all the C include files released to others in
#   ${VERDIR}/include/${SUBSYSGROUP}/
#
EXTERNHFILES=
#
#   HFILES are all the C include files used by this code, except any
#   _rev.h files
#
HFILES= math.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= $(FIRSTRAM)
OFILES= $(RAMLIB)

#
# The main dependency line for a vanilla make
#
all:	${SUBSYSNAME}.ld ${SUBSYSNAME}.doc

install:
	stripa mathieeedoubtrans.ld to /usr2/a2001/libs/mathieeedoubtrans.library

#
# Include the system makefile
#
.INCLUDE=/usr/commodore/amiga/$(V)/tools/makemeta
#.INCLUDE=makemeta
#MYLIBS= ${LIBDIR}/debug.lib

APP=spp
CAPP=./cppapp
#LINK=blink
@


1.6
log
@cleanup
@
text
@d3 1
a3 1
# $Header: /usr2/dale/src/amiga/libs/mathieeedoubtrans/RCS/Makefile,v 1.5 90/04/08 16:43:20 dale Exp Locker: dale $
d5 1
a5 1
# $Locker: dale $
d8 3
d13 1
a13 1
# 
d16 1
a16 1
# 
d19 1
a19 1
# 
d22 1
a22 1
# 
a24 1
# 
d26 1
d31 1
a31 1
# Amiga Fast Floating Point Math Library
a33 1
VERSION=	36
d91 1
a91 1
EXTERNIFILES=	
d102 1
a102 1
EXTERNHFILES=	
d126 1
a126 1
# Include the system makefile 
@


1.5
log
@filename changes
@
text
@d3 1
a3 1
# $Header: /usr2/dale/src/amiga/libs/mathieeedoubtrans/RCS/Makefile,v 1.4 90/04/08 16:22:03 dale Exp Locker: dale $
d8 3
d82 1
a82 1
	spsqrt.asm\
d94 1
a94 1
IFILES= library.i macros.i mathieeedoubtrans_lib.i
@


1.4
log
@*** empty log message ***
@
text
@d3 1
a3 1
# $Header: /usr2/dale/src/amiga/libs/mathieeedoubtrans/RCS/Makefile,v 1.3 89/12/06 23:28:20 dale Exp Locker: dale $
d8 3
d52 2
a53 2
	acos.obj asin.obj newatan.obj cos.obj cosh.obj exp.obj\
	log.obj sin.obj sinh.obj sqrt.obj tan.obj\
d68 1
a68 1
#	log.obj sin.obj sinh.obj sqrt.obj tan.obj\
d78 2
a79 2
	convert.asm newatan.asm ieeedoubbasint.asm\
	sqrt.asm\
@


1.3
log
@adding math.h to HFILE list
@
text
@d3 1
a3 1
# $Header: Makefile,v 1.2 89/09/08 19:48:35 dale Exp $
d8 3
@


1.2
log
@tidy up
@
text
@d3 1
a3 1
# $Header: Makefile,v 1.1 89/09/08 19:01:34 dale Exp $
d8 3
d96 1
a96 1
HFILES=
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
# $Header$
d5 1
a5 1
# $Locker$
d7 4
a10 1
# $Log$
@
