head     37.1;
branch   ;
access   ;
symbols  V38_2:37.1 V37_1:37.1 V36_55:36.7 V36_54:36.9 V36_53:36.2 V36_51:36.1 V36_48:36.0;
locks    ; strict;
comment  @*   @;


37.1
date     91.01.21.11.10.25;  author mks;  state Exp;
branches ;
next     36.11;

36.11
date     90.07.21.12.51.00;  author dale;  state Exp;
branches ;
next     36.10;

36.10
date     90.07.13.14.45.45;  author dale;  state Exp;
branches ;
next     36.9;

36.9
date     90.07.13.14.11.28;  author dale;  state Exp;
branches ;
next     36.8;

36.8
date     90.07.13.13.53.54;  author dale;  state Exp;
branches ;
next     36.7;

36.7
date     90.04.11.19.09.15;  author dale;  state Exp;
branches ;
next     36.6;

36.6
date     90.04.11.17.42.24;  author dale;  state Exp;
branches ;
next     36.5;

36.5
date     90.04.08.15.50.51;  author dale;  state Exp;
branches ;
next     36.4;

36.4
date     89.12.07.00.57.52;  author dale;  state Exp;
branches ;
next     36.3;

36.3
date     89.12.06.22.05.54;  author dale;  state Exp;
branches ;
next     36.2;

36.2
date     89.12.06.21.52.19;  author dale;  state Exp;
branches ;
next     36.1;

36.1
date     89.11.17.23.22.41;  author dale;  state Exp;
branches ;
next     36.0;

36.0
date     89.06.05.16.14.26;  author dale;  state Exp;
branches ;
next     ;


desc
@@


37.1
log
@V37 changes.
@
text
@##########################################################################
#
# $Id$
#
##########################################################################


#
# Amiga IEEE Floating Point Math Library
#
V=		V$(VERSION)

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

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

AFLAGS=        -l $*.lis

#	fmul020.obj\



#FIRSTO=	residenttag.obj

OFILES=	residenttag.obj library.obj vec_table.obj\
	ffloorceil.obj midb.obj\
	fabs.obj fneg.obj\
	fdiv.obj\
	fcmp.obj\
	fmul.obj\
	cxnrm5dale.obj\
	cxadj5dale.obj\
	ftst.obj\
	faddsub.obj cxren5.obj cxnrm5.obj\
	float.obj fix.obj cxspc5.obj traps.obj\
	ieee68881.obj iovec_table.obj endmodule.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\
	ffloorceil.asm midb.asm\
	fabs.asm fneg.asm\
	fdiv.asm\
	fcmp.asm\
	fmul.asm\
	cxnrm5dale.asm\
	cxadj5dale.asm\
	ftst.asm\
	faddsub.asm cxren5.asm cxnrm5.asm\
	float.asm fix.asm cxspc5.asm traps.asm\
	ieee68881.asm iovec_table.asm endmodule.asm

#
#   EXTERNIFILES are all the assembler include files released to others in
#   ${VERDIR}/include/${SUBSYSGROUP}/
#
EXTERNIFILES= mathlibrary.i mathresource.i
#
#   IFILES are all the assembler include files used by this code, except
#   any _rev.i files
#
IFILES= macros.i\
	privatemathlibrary.i float.i nulca.i \
	mathieeedoubbas_lib.i\
	$(EXTERNIFILES)

#
#   EXTERNHFILES are all the C include files released to others in
#   ${VERDIR}/include/${SUBSYSGROUP}/
#
EXTERNHFILES=	mathlibrary.h mathresource.h mathieeedp.h
#
#   HFILES are all the C include files used by this code, except any
#   _rev.h files
#
HFILES= privatemathlibrary.h\
	$(EXTERNHFILES)

# ************ manual make internal massaging!! *************
#The following files need to be moved from the include/libraries directory
#to the include/resources directory.
#mathresource.i
#mathresource.h
#Remember to do the same for the include.strip/resources directory

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

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

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

APP=spp
#LINK=blink
@


36.11
log
@More comments for mathresource.h/i management
@
text
@d3 1
a3 1
# $Header: /usr2/dale/src/amiga/libs/mathieeedoubbas/RCS/Makefile,v 36.10 90/07/13 14:45:45 dale Exp Locker: dale $
a4 1
#
d9 1
a9 1
# Amiga Fast Floating Point Math Library
a10 1
VERSION=	36
d107 1
a107 1
# Include the system makefile 
@


36.10
log
@Note on mathresource include files not going into the proper
directories on the server.
@
text
@d3 1
a3 1
# $Header: /usr2/dale/src/amiga/libs/mathieeedoubbas/RCS/Makefile,v 36.9 90/07/13 14:11:28 dale Exp Locker: dale $
d98 1
@


36.9
log
@Added mathieeedp.h to maintained include files.
@
text
@d3 1
a3 1
# $Header: /usr2/dale/src/amiga/libs/mathieeedoubbas/RCS/Makefile,v 36.8 90/07/13 13:53:54 dale Exp Locker: dale $
d92 6
@


36.8
log
@cleanup of H/I FILES
@
text
@d3 1
a3 1
# $Header: /usr2/dale/src/amiga/libs/mathieeedoubbas/RCS/Makefile,v 36.7 90/04/11 19:09:15 dale Exp Locker: dale $
d85 1
a85 1
EXTERNHFILES=	mathlibrary.h mathresource.h
@


36.7
log
@cleanup
@
text
@d3 1
a3 1
# $Header: /usr2/dale/src/amiga/libs/mathieeedoubbas/RCS/Makefile,v 36.6 90/04/11 17:42:24 dale Exp Locker: dale $
d77 3
a79 2
	privatemathlibrary.i mathresource.i float.i nulca.i \
	mathieeedoubbas_lib.i
d90 2
a91 2
HFILES= privatemathlibrary.h

@


36.6
log
@cleanup, files not needed.
@
text
@d3 1
a3 1
# $Header: /usr2/dale/src/amiga/libs/mathieeedoubbas/RCS/Makefile,v 36.5 90/04/08 15:50:51 dale Exp Locker: dale $
d71 1
a71 1
EXTERNIFILES= mathlibrary.i
d84 1
a84 1
EXTERNHFILES=	mathlibrary.h
@


36.5
log
@rcs change
@
text
@d3 1
a3 1
# $Header: /usr2/dale/src/amiga/libs/mathieeedoubbas/RCS/Makefile,v 36.4 89/12/07 00:57:52 dale Exp Locker: dale $
d76 1
a76 1
IFILES= library.i macros.i mathtrans_lib.i vars.i basic.i \
@


36.4
log
@removed mathresource from EXTERN file line.
@
text
@d3 1
a3 1
# $Header: Makefile,v 36.3 89/12/06 22:05:54 dale Exp $
@


36.3
log
@small tidying up
@
text
@d3 1
a3 1
# $Header: Makefile,v 36.2 89/12/06 21:52:19 dale Exp $
d71 1
a71 1
EXTERNIFILES= mathlibrary.i mathresource.i
d84 1
a84 1
EXTERNHFILES=	mathlibrary.h mathresource.h
@


36.2
log
@Fixes for private include file and general cleanup
@
text
@d3 1
a3 1
# $Header: Makefile,v 36.1 89/11/17 23:22:41 dale Exp $
d77 2
a78 1
	privatemathlibrary.i mathresource.i float.i nulca.i
@


36.1
log
@make internal made me do it.
@
text
@d3 1
a3 1
# $Header: Makefile,v 36.0 89/06/05 16:14:26 dale Exp $
d71 1
a71 1
EXTERNIFILES=	
d76 2
a77 1
IFILES= library.i macros.i mathtrans_lib.i vars.i basic.i
d83 1
a83 1
EXTERNHFILES=	
d88 1
a88 1
HFILES=
@


36.0
log
@*** empty log message ***
@
text
@d3 1
a3 1
# $Header$
d26 1
a26 1
#AFLAGS=        -l $*.lis
@
