head	1.1;
branch	1.1.1;
access;
symbols
	LIBC_4_5_19:1.1.1.2
	LIBC_4_5_18:1.1.1.2
	LIBC_4_5_17:1.1.1.2
	LIBC_4_5_16:1.1.1.2
	LIBC_4_5_15:1.1.1.2
	LIBC_4_5_14:1.1.1.2
	LIBC_4_5_13:1.1.1.2
	LIBC_4_5_12:1.1.1.2
	LIBC_4_5_11:1.1.1.2
	LIBC_4_5_10:1.1.1.1
	LIBC:1.1.1;
locks; strict;
comment	@# @;


1.1
date	94.01.13.12.16.38;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.01.13.12.16.39;	author steinber;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	94.01.19.16.23.03;	author steinber;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#
# This is Makefile of the math lib for Linux
#

MATH=true

override STATIC=false
override SHARED=false
override DEBUG=false
override PROFILE=false

include ../../Makeconfig
include ../../Makerules

DIRS:=

SRC1S=
SRC2S= __old_libm.c
SRCS=$(SRC1S) $(SRC2S)
ASMS= $(SRCS:.c=.s)
OBJS= $(SRC1S:.c=.o)
ALIASES:=$(SRC2S:.c=.o)

include ../../Maketargets
@


1.1.1.1
log
@LIBC_4_5_10
@
text
@@


1.1.1.2
log
@LIBC_4_5_11
@
text
@d12 2
a13 1
TOPDIR=../..
a14 3
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules

d24 1
a24 1
include $(TOPDIR)/Maketargets
@
